diff --git a/samples/RoutingSample.Web/project.json b/samples/RoutingSample.Web/project.json index 88518053c6..3a1d11f321 100644 --- a/samples/RoutingSample.Web/project.json +++ b/samples/RoutingSample.Web/project.json @@ -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%" diff --git a/src/Microsoft.AspNetCore.Routing.DecisionTree.Sources/project.json b/src/Microsoft.AspNetCore.Routing.DecisionTree.Sources/project.json index ff7983d222..d3afc97183 100644 --- a/src/Microsoft.AspNetCore.Routing.DecisionTree.Sources/project.json +++ b/src/Microsoft.AspNetCore.Routing.DecisionTree.Sources/project.json @@ -1,6 +1,6 @@ { "description": "Components for building a DecisionTree.", - "version": "1.1.0-*", + "version": "1.1.0-rtm-22752", "packOptions": { "repository": { "type": "git",