Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Update .NET Core tests to .NET Core 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xplicit committed Feb 22, 2017
1 parent e215542 commit f3fabde
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Stripe.Tests/project.json
Expand Up @@ -19,20 +19,20 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.1.0"
},
"NETStandard.Library": "1.6.0",
"NUnitLite": "3.2.1",
"NETStandard.Library": "1.6.1",
"NUnitLite": "3.5.0",
"Stripe" : "1.0.*",
"ServiceStack.Interfaces" : "1.0.*",
"ServiceStack.Text" : "1.0.*",
"ServiceStack.Client" : "1.0.*"
},
"frameworks": {
"netcoreapp1.0": {
"netcoreapp1.1": {
"imports": "dnxcore50",
"dependencies": {
"System.Reflection.TypeExtensions": "4.1.0"
"System.Reflection.TypeExtensions": "4.*"
}
}
},
Expand Down

0 comments on commit f3fabde

Please sign in to comment.