Bump IntegrationTesting version to 0.3

This commit is contained in:
Chris R 2016-11-22 14:09:53 -08:00
parent 884872b969
commit 3003b4c5e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.2.0-*", "version": "0.3.0-*",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",

View File

@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", "Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
"Microsoft.AspNetCore.Hosting": "1.2.0-*", "Microsoft.AspNetCore.Hosting": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*", "Microsoft.Extensions.Logging.Console": "1.2.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"