This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree 4 files changed +12
-12
lines changed
samples/ResponseCachingSample
Microsoft.AspNetCore.ResponseCaching
Microsoft.AspNetCore.ResponseCaching.Abstractions
test/Microsoft.AspNetCore.ResponseCaching.Tests
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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 " ,
6
6
"Microsoft.Extensions.Caching.Memory" : " 1.0.2"
7
7
},
8
8
"buildOptions" : {
13
13
"netcoreapp1.0" : {
14
14
"dependencies" : {
15
15
"Microsoft.NETCore.App" : {
16
- "version" : " 1.0.7 " ,
16
+ "version" : " 1.0.8-servicing-005009-00 " ,
17
17
"type" : " platform"
18
18
}
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.2 " ,
2
+ "version" : " 1.0.3 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"keyFile" : " ../../tools/Key.snk" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.2 " ,
2
+ "version" : " 1.0.3 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"allowUnsafe" : true ,
22
22
]
23
23
},
24
24
"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 " ,
28
28
"Microsoft.Extensions.Caching.Memory" : " 1.0.2" ,
29
29
"Microsoft.Extensions.Logging.Abstractions" : " 1.0.2"
30
30
},
Original file line number Diff line number Diff line change 5
5
},
6
6
"dependencies" : {
7
7
"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 " ,
10
10
"Microsoft.Extensions.Logging.Testing" : " 1.0.2" ,
11
11
"xunit" : " 2.1.0"
12
12
},
13
13
"frameworks" : {
14
14
"netcoreapp1.0" : {
15
15
"dependencies" : {
16
16
"Microsoft.NETCore.App" : {
17
- "version" : " 1.0.7 " ,
17
+ "version" : " 1.0.8-servicing-005009-00 " ,
18
18
"type" : " platform"
19
19
}
20
20
},
You can’t perform that action at this time.
0 commit comments