diff --git a/samples/ResponseCachingSample/project.json b/samples/ResponseCachingSample/project.json index a32ead3d3a..3ddb9bb33c 100644 --- a/samples/ResponseCachingSample/project.json +++ b/samples/ResponseCachingSample/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.1.0-*", "dependencies": { "Microsoft.AspNetCore.ResponseCaching": "0.1.0-*", @@ -14,7 +14,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" } } @@ -31,4 +31,4 @@ "scripts": { "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.ResponseCaching/project.json b/src/Microsoft.AspNetCore.ResponseCaching/project.json index d2521465b9..82a82a25d2 100644 --- a/src/Microsoft.AspNetCore.ResponseCaching/project.json +++ b/src/Microsoft.AspNetCore.ResponseCaching/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "0.1.0-*", "buildOptions": { "warningsAsErrors": true, @@ -28,10 +28,11 @@ "Microsoft.Extensions.TaskCache.Sources": { "version": "1.1.0-*", "type": "build" - } + }, + "NETStandard.Library": "1.6.1-*" }, "frameworks": { "net451": {}, "netstandard1.3": {} } -} +} \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.ResponseCaching.Tests/project.json b/test/Microsoft.AspNetCore.ResponseCaching.Tests/project.json index 48dbeeae41..16096df8ea 100644 --- a/test/Microsoft.AspNetCore.ResponseCaching.Tests/project.json +++ b/test/Microsoft.AspNetCore.ResponseCaching.Tests/project.json @@ -1,4 +1,4 @@ -{ +{ "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" @@ -13,7 +13,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0-*", + "version": "1.1.0-*", "type": "platform" } } @@ -21,4 +21,4 @@ "net451": {} }, "testRunner": "xunit" -} +} \ No newline at end of file