This commit is contained in:
Dave Tillman 2016-11-18 07:24:40 -07:00
Родитель 92a8686b94
Коммит 76f09e3436
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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"
}
}