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

Commit 093e332

Browse files
committed
Pinning missed tools and dependencies
1 parent a7feb2d commit 093e332

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

samples/DatabaseErrorPageSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
]
3131
},
3232
"tools": {
33-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
34-
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-*"
33+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
34+
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.1.0-preview4-final"
3535
},
3636
"scripts": {
3737
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/DeveloperExceptionPageSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"tools": {
27-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
27+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
2828
},
2929
"scripts": {
3030
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/ElmPageSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"tools": {
27-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
27+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
2828
},
2929
"scripts": {
3030
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/ExceptionHandlerSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"tools": {
29-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
29+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
3030
},
3131
"scripts": {
3232
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/MiddlewareAnalysisSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
]
2828
},
2929
"tools": {
30-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
30+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
3131
},
3232
"scripts": {
3333
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/StatusCodePagesSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"tools": {
27-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
27+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
2828
},
2929
"scripts": {
3030
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/WelcomePageSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"tools": {
27-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
27+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
2828
},
2929
"scripts": {
3030
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

src/Microsoft.AspNetCore.Diagnostics.Elm/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"NETStandard.Library": "1.6.1"
3535
},
3636
"tools": {
37-
"RazorPageGenerator": "1.1.0-*"
37+
"RazorPageGenerator": "1.1.0-rtm-22752"
3838
},
3939
"frameworks": {
4040
"net451": {

src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"NETStandard.Library": "1.6.1"
3535
},
3636
"tools": {
37-
"RazorPageGenerator": "1.1.0-*"
37+
"RazorPageGenerator": "1.1.0-rtm-22752"
3838
},
3939
"frameworks": {
4040
"net451": {

src/Microsoft.AspNetCore.Diagnostics/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"System.Reflection.Metadata": "1.4.1"
5353
},
5454
"tools": {
55-
"RazorPageGenerator": "1.1.0-*"
55+
"RazorPageGenerator": "1.1.0-rtm-22752"
5656
},
5757
"frameworks": {
5858
"net451": {},

0 commit comments

Comments
 (0)