This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
samples/ResponseCachingSample
src/Microsoft.AspNetCore.ResponseCaching
test/Microsoft.AspNetCore.ResponseCaching.Tests Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
33 "Microsoft.AspNetCore.ResponseCaching" : " 1.0.0" ,
4- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.0 " ,
5- "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.1 " ,
6- "Microsoft.Extensions.Caching.Memory" : " 1.0.0 "
4+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.1 " ,
5+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.2 " ,
6+ "Microsoft.Extensions.Caching.Memory" : " 1.0.1 "
77 },
88 "buildOptions" : {
99 "emitEntryPoint" : true
Original file line number Diff line number Diff line change 2222 ]
2323 },
2424 "dependencies" : {
25- "Microsoft.AspNetCore.Http" : " 1.0.0 " ,
26- "Microsoft.AspNetCore.Http.Extensions" : " 1.0.0 " ,
25+ "Microsoft.AspNetCore.Http" : " 1.0.1 " ,
26+ "Microsoft.AspNetCore.Http.Extensions" : " 1.0.1 " ,
2727 "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.0.0" ,
28- "Microsoft.Extensions.Caching.Memory" : " 1.0.0 " ,
29- "Microsoft.Extensions.Logging.Abstractions" : " 1.0.0 "
28+ "Microsoft.Extensions.Caching.Memory" : " 1.0.1 " ,
29+ "Microsoft.Extensions.Logging.Abstractions" : " 1.0.1 "
3030 },
3131 "frameworks" : {
3232 "net451" : {},
Original file line number Diff line number Diff line change 66 "dependencies" : {
77 "dotnet-test-xunit" : " 1.0.0-rc3-000000-01" ,
88 "Microsoft.AspNetCore.ResponseCaching" : " 1.0.0" ,
9- "Microsoft.AspNetCore.TestHost" : " 1.0.0 " ,
10- "Microsoft.Extensions.Logging.Testing" : " 1.0.0-rtm-21431 " ,
9+ "Microsoft.AspNetCore.TestHost" : " 1.0.1 " ,
10+ "Microsoft.Extensions.Logging.Testing" : " 1.0.1 " ,
1111 "xunit" : " 2.1.0"
1212 },
1313 "frameworks" : {
You can’t perform that action at this time.
0 commit comments