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

Commit c65e868

Browse files
committed
Pinning missed tools and dependencies
1 parent 7ecd958 commit c65e868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/EchoApp/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"tools": {
15-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
15+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
1616
},
1717
"frameworks": {
1818
"netcoreapp1.1": {

test/AutobahnTestApp/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"tools": {
17-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
17+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
1818
},
1919
"frameworks": {
2020
"netcoreapp1.1": {

0 commit comments

Comments
 (0)