Skip to content

Commit

Permalink
chore: pin reactiveui nuget dependency (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
domyd authored and olevett committed Feb 19, 2018
1 parent 97ba509 commit 26e9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Task("PinNuGetDependencies")
var packagePath = artifactDirectory + File(string.Concat(package, ".", nugetVersion, ".nupkg"));
// see https://github.com/cake-contrib/Cake.PinNuGetDependency
PinNuGetDependency(packagePath, "reactiveui");
PinNuGetDependency(packagePath, "ReactiveUI");
}
});

Expand Down

0 comments on commit 26e9617

Please sign in to comment.