This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +24
-21
lines changed
samples/ResponseCachingSample
Microsoft.AspNetCore.ResponseCaching.Abstractions
Microsoft.AspNetCore.ResponseCaching
test/Microsoft.AspNetCore.ResponseCaching.Tests Expand file tree Collapse file tree 6 files changed +24
-21
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json" />
6
- <add key =" AspNetCore-Patch" value =" https://dotnet.myget.org/F/aspnetcore-rel- 1-0-3 /api/v3/index.json" />
6
+ <add key =" AspNetCore-Patch" value =" https://dotnet.myget.org/F/aspnet- 1-0-4-patch /api/v3/index.json" />
7
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
8
8
</packageSources >
9
- </configuration >
9
+ </configuration >
Original file line number Diff line number Diff line change 1
1
{
2
- "projects" : [" src" ]
2
+ "projects" : [" src" ],
3
+ "sdk" : {
4
+ "version" : " 1.0.0-preview2-003154"
5
+ }
3
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "Microsoft.AspNetCore.ResponseCaching" : " 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 "
3
+ "Microsoft.AspNetCore.ResponseCaching" : " 1.0.1 " ,
4
+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.0.2 " ,
5
+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.0.3 " ,
6
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.2 "
7
7
},
8
8
"buildOptions" : {
9
9
"emitEntryPoint" : true
13
13
"netcoreapp1.0" : {
14
14
"dependencies" : {
15
15
"Microsoft.NETCore.App" : {
16
- "version" : " 1.0.3 " ,
16
+ "version" : " 1.0.4 " ,
17
17
"type" : " platform"
18
18
}
19
19
}
25
25
]
26
26
},
27
27
"tools" : {
28
- "Microsoft.AspNetCore.Server.IISIntegration.Tools" : " 1.0.0-* "
28
+ "Microsoft.AspNetCore.Server.IISIntegration.Tools" : " 1.0.0-preview4-final "
29
29
},
30
30
"scripts" : {
31
31
"postpublish" : " dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
Original file line number Diff line number Diff line change 1
- {
2
- "version" : " 1.0.0 " ,
1
+ {
2
+ "version" : " 1.0.1 " ,
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.0 " ,
2
+ "version" : " 1.0.1 " ,
3
3
"buildOptions" : {
4
4
"warningsAsErrors" : true ,
5
5
"allowUnsafe" : true ,
22
22
]
23
23
},
24
24
"dependencies" : {
25
- "Microsoft.AspNetCore.Http" : " 1.0.1 " ,
26
- "Microsoft.AspNetCore.Http.Extensions" : " 1.0.1 " ,
27
- "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.0.0 " ,
28
- "Microsoft.Extensions.Caching.Memory" : " 1.0.1 " ,
29
- "Microsoft.Extensions.Logging.Abstractions" : " 1.0.1 "
25
+ "Microsoft.AspNetCore.Http" : " 1.0.2 " ,
26
+ "Microsoft.AspNetCore.Http.Extensions" : " 1.0.2 " ,
27
+ "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.0.1 " ,
28
+ "Microsoft.Extensions.Caching.Memory" : " 1.0.2 " ,
29
+ "Microsoft.Extensions.Logging.Abstractions" : " 1.0.2 "
30
30
},
31
31
"frameworks" : {
32
32
"net451" : {},
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.0 " ,
9
- "Microsoft.AspNetCore.TestHost" : " 1.0.1 " ,
10
- "Microsoft.Extensions.Logging.Testing" : " 1.0.1 " ,
8
+ "Microsoft.AspNetCore.ResponseCaching" : " 1.0.1 " ,
9
+ "Microsoft.AspNetCore.TestHost" : " 1.0.2 " ,
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.3 " ,
17
+ "version" : " 1.0.4 " ,
18
18
"type" : " platform"
19
19
}
20
20
},
You can’t perform that action at this time.
0 commit comments