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

Commit 6799bf3

Browse files
committed
Pinning missed tools and dependencies
1 parent 4fca1ff commit 6799bf3

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

samples/CookieSample/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/CookieSessionSample/project.json

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

samples/JwtBearerSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"userSecretsId": "aspnet5-JwtBearerSample-20151210102827",
3333
"tools": {
34-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
34+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
3535
},
3636
"scripts": {
3737
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/OpenIdConnect.AzureAdSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"userSecretsId": "aspnet5-OpenIdConnectSample-20151210110318",
3333
"tools": {
34-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
35-
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*"
34+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
35+
"Microsoft.Extensions.SecretManager.Tools": "1.1.0-preview4-final"
3636
},
3737
"scripts": {
3838
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/OpenIdConnectSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"userSecretsId": "aspnet5-OpenIdConnectSample-20151210110318",
3535
"tools": {
36-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
37-
"Microsoft.Extensions.SecretManager.Tools": "1.0.0-*"
36+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
37+
"Microsoft.Extensions.SecretManager.Tools": "1.1.0-preview4-final"
3838
},
3939
"scripts": {
4040
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

samples/SocialSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
"tools": {
39-
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
39+
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
4040
},
4141
"scripts": {
4242
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"

src/Microsoft.AspNetCore.ChunkingCookieManager.Sources/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0-*",
2+
"version": "1.1.0-rtm-22752",
33
"shared": "*.cs",
44
"dependencies": {
55
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0",

0 commit comments

Comments
 (0)