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 +12
-12
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 +12
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "Microsoft.AspNetCore.ResponseCaching" : " 1.0.2 " ,
4- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.4 " ,
5- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.5 " ,
3+ "Microsoft.AspNetCore.ResponseCaching" : " 1.0.3 " ,
4+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.5 " ,
5+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.6 " ,
66 "Microsoft.Extensions.Caching.Memory" : " 1.0.2"
77 },
88 "buildOptions" : {
1313 "netcoreapp1.0" : {
1414 "dependencies" : {
1515 "Microsoft.NETCore.App" : {
16- "version" : " 1.0.7 " ,
16+ "version" : " 1.0.8-servicing-005009-00 " ,
1717 "type" : " platform"
1818 }
1919 }
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.2 " ,
2+ "version" : " 1.0.3 " ,
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.2 " ,
2+ "version" : " 1.0.3 " ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "allowUnsafe" : true ,
2222 ]
2323 },
2424 "dependencies" : {
25- "Microsoft.AspNetCore.Http" : " 1.0.3 " ,
26- "Microsoft.AspNetCore.Http.Extensions" : " 1.0.3 " ,
27- "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.0.2 " ,
25+ "Microsoft.AspNetCore.Http" : " 1.0.4 " ,
26+ "Microsoft.AspNetCore.Http.Extensions" : " 1.0.4 " ,
27+ "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.0.3 " ,
2828 "Microsoft.Extensions.Caching.Memory" : " 1.0.2" ,
2929 "Microsoft.Extensions.Logging.Abstractions" : " 1.0.2"
3030 },
Original file line number Diff line number Diff line change 55 },
66 "dependencies" : {
77 "dotnet-test-xunit" : " 1.0.0-rc3-000000-01" ,
8- "Microsoft.AspNetCore.ResponseCaching" : " 1.0.2 " ,
9- "Microsoft.AspNetCore.TestHost" : " 1.0.4 " ,
8+ "Microsoft.AspNetCore.ResponseCaching" : " 1.0.3 " ,
9+ "Microsoft.AspNetCore.TestHost" : " 1.0.5 " ,
1010 "Microsoft.Extensions.Logging.Testing" : " 1.0.2" ,
1111 "xunit" : " 2.1.0"
1212 },
1313 "frameworks" : {
1414 "netcoreapp1.0" : {
1515 "dependencies" : {
1616 "Microsoft.NETCore.App" : {
17- "version" : " 1.0.7 " ,
17+ "version" : " 1.0.8-servicing-005009-00 " ,
1818 "type" : " platform"
1919 }
2020 },
You can’t perform that action at this time.
0 commit comments