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

Commit

Permalink
Pinning missed tools and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Nov 18, 2016
1 parent 74c9194 commit 296b12a
Show file tree
Hide file tree
Showing 20 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions samples/MvcSandbox/project.json
Expand Up @@ -25,8 +25,8 @@
]
},
"tools": {
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
"Microsoft.DotNet.Watcher.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.DotNet.Watcher.Tools": "1.1.0-preview4-final"
},
"frameworks": {
"net451": {},
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/ApiExplorerWebSite/project.json
Expand Up @@ -28,7 +28,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/ApplicationModelWebSite/project.json
Expand Up @@ -27,7 +27,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/BasicWebSite/project.json
Expand Up @@ -36,8 +36,8 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/ControllersFromServicesWebSite/project.json
Expand Up @@ -32,8 +32,8 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/CorsWebSite/project.json
Expand Up @@ -29,7 +29,7 @@
}
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/ErrorPageMiddlewareWebSite/project.json
Expand Up @@ -29,7 +29,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/FilesWebSite/project.json
Expand Up @@ -32,7 +32,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/FiltersWebSite/project.json
Expand Up @@ -30,7 +30,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/FormatterWebSite/project.json
Expand Up @@ -28,7 +28,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/HtmlGenerationWebSite/project.json
Expand Up @@ -33,8 +33,8 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
Expand Up @@ -29,7 +29,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/RazorWebSite/project.json
Expand Up @@ -42,7 +42,7 @@
}
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/RoutingWebSite/project.json
Expand Up @@ -27,7 +27,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/SecurityWebSite/project.json
Expand Up @@ -33,7 +33,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
}
}
2 changes: 1 addition & 1 deletion test/WebSites/SimpleWebSite/project.json
Expand Up @@ -25,7 +25,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
4 changes: 2 additions & 2 deletions test/WebSites/TagHelpersWebSite/project.json
Expand Up @@ -34,8 +34,8 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Razor.Tools": "1.1.0-preview4-final",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/VersioningWebSite/project.json
Expand Up @@ -27,7 +27,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/WebApiCompatShimWebSite/project.json
Expand Up @@ -30,7 +30,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down
2 changes: 1 addition & 1 deletion test/WebSites/XmlFormattersWebSite/project.json
Expand Up @@ -28,7 +28,7 @@
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Expand Down

0 comments on commit 296b12a

Please sign in to comment.