Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Commit 86c7eda

Browse files
committed
Fix pinning of Microsoft.AspNetCore.Server.Testing
1 parent e971233 commit 86c7eda

File tree

1 file changed

+1
-1
lines changed
  • test/Microsoft.AspNetCore.Localization.FunctionalTests

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
77
"Microsoft.AspNetCore.Localization": "1.0.0",
8-
"Microsoft.AspNetCore.Server.Testing": "1.0.0-rc2-20896",
8+
"Microsoft.AspNetCore.Server.Testing": "0.1.0-rtm-21431",
99
"Microsoft.Extensions.Logging": "1.0.0",
1010
"Microsoft.Extensions.Logging.Console": "1.0.0",
1111
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",

0 commit comments

Comments
 (0)