Skip to content

Commit 3003b4c

Browse files
committed
Bump IntegrationTesting version to 0.3
1 parent 884872b commit 3003b4c

File tree

2 files changed

+2
-2
lines changed
  • src/Microsoft.AspNetCore.Server.IntegrationTesting
  • test/Microsoft.AspNetCore.Hosting.FunctionalTests

2 files changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Server.IntegrationTesting/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0-*",
2+
"version": "0.3.0-*",
33
"buildOptions": {
44
"warningsAsErrors": true,
55
"keyFile": "../../tools/Key.snk",

test/Microsoft.AspNetCore.Hosting.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"dotnet-test-xunit": "2.2.0-*",
18-
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
18+
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
1919
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
2020
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
2121
"xunit": "2.2.0-*"

0 commit comments

Comments
 (0)