This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
samples/ResponseCachingSample
Microsoft.AspNetCore.ResponseCaching.Abstractions
Microsoft.AspNetCore.ResponseCaching
test/Microsoft.AspNetCore.ResponseCaching.Tests Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.0-*" ,
32 "dependencies" : {
4- "Microsoft.AspNetCore.ResponseCaching" : " 1.0 .0-*" ,
3+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1 .0-*" ,
54 "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0-*" ,
65 "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-*" ,
76 "Microsoft.Extensions.Caching.Memory" : " 1.1.0-*"
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0 .0-*" ,
2+ "version" : " 1.1 .0-*" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0 .0-*" ,
2+ "version" : " 1.1 .0-*" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "allowUnsafe" : true ,
2424 "dependencies" : {
2525 "Microsoft.AspNetCore.Http" : " 1.1.0-*" ,
2626 "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-*" ,
27- "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.0 .0-*" ,
27+ "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.1 .0-*" ,
2828 "Microsoft.Extensions.Caching.Memory" : " 1.1.0-*" ,
2929 "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-*" ,
3030 "Microsoft.Extensions.TaskCache.Sources" : {
Original file line number Diff line number Diff line change 55 },
66 "dependencies" : {
77 "dotnet-test-xunit" : " 2.2.0-*" ,
8- "Microsoft.AspNetCore.ResponseCaching" : " 1.0 .0-*" ,
8+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1 .0-*" ,
99 "Microsoft.AspNetCore.TestHost" : " 1.1.0-*" ,
1010 "Microsoft.Extensions.Logging.Testing" : " 1.1.0-*" ,
1111 "xunit" : " 2.2.0-*"
You can’t perform that action at this time.
0 commit comments