Fix project.json
This commit is contained in:
Родитель
92a8686b94
Коммит
76f09e3436
|
@ -71,7 +71,7 @@ To run the unit tests:
|
|||
3. Install .NET Core SDK
|
||||
4. dotnet restore test
|
||||
5. cd test\<test project> (e.g. cd test/Steeltoe.Extensions.Configuration.CloudFoundry.Test)
|
||||
6. dotnet test --framework netcoreapp1.0
|
||||
6. dotnet test --framework netcoreapp1.1
|
||||
|
||||
# Sample Applications
|
||||
See the [Samples](https://github.com/SteeltoeOSS/Samples) repo for examples of how to use these packages.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"netstandard1.3": {
|
||||
"dependencies": {
|
||||
"System.Threading.Thread": "4.3.0",
|
||||
"System.Net.Http.WinHttpHandler": "4.3.0",
|
||||
"System.Net.Http.WinHttpHandler": "4.3.0"
|
||||
},
|
||||
"imports": [
|
||||
"portable-net451+win8"
|
||||
|
@ -42,6 +42,5 @@
|
|||
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.1.0",
|
||||
"Newtonsoft.Json": "9.0.1"
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче