Skip to content

Commit

Permalink
Updates fakeiteasy to official dotnetcore version
Browse files Browse the repository at this point in the history
  • Loading branch information
toby.henderson committed Mar 3, 2017
1 parent 77cce96 commit 9f321a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/TasksTests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Tasks": {
"target": "project"
},
"FakeItEasy": "2.3.0-coreclr-beta57",
"FakeItEasy": "3.0.0",
"dotnet-test-nunit": "3.4.0-beta-3",
"NUnit": "3.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<configuration>
<packageSources>
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="LocalPackages" value="lib" />
<add key="LocalPackages" value="lib" />
</packageSources>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"target": "project"
},
"Nito.AsyncEx.Context": "1.1.0",
"FakeItEasy": "2.3.0-coreclr-beta57",
"FakeItEasy": "3.0.0",
"FluentAssertions": "4.16.0",
"NUnit": "3.5.0",
"dotnet-test-nunit": "3.4.0-beta-3",
Expand Down

0 comments on commit 9f321a1

Please sign in to comment.