This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +25
-24
lines changed
samples/ResponseCachingSample
Microsoft.AspNetCore.ResponseCaching.Abstractions
Microsoft.AspNetCore.ResponseCaching
test/Microsoft.AspNetCore.ResponseCaching.Tests Expand file tree Collapse file tree 5 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
5- <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
4+ <clear />
5+ <add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
6+ <add key =" AspNetCore" value =" https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
67 </packageSources >
78</configuration >
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0-* " ,
4- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0-* " ,
5- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
6- "Microsoft.Extensions.Caching.Memory" : " 1.1.0-* "
3+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0" ,
4+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0" ,
5+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
6+ "Microsoft.Extensions.Caching.Memory" : " 1.1.0"
77 },
88 "buildOptions" : {
99 "emitEntryPoint" : true
1313 "netcoreapp1.1" : {
1414 "dependencies" : {
1515 "Microsoft.NETCore.App" : {
16- "version" : " 1.1.0-* " ,
16+ "version" : " 1.1.0" ,
1717 "type" : " platform"
1818 }
1919 }
Original file line number Diff line number Diff line change 1- {
2- "version" : " 1.1.0-* " ,
1+ {
2+ "version" : " 1.1.0" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk" ,
1818 ]
1919 },
2020 "dependencies" : {
21- "Microsoft.Extensions.Primitives" : " 1.1.0-* "
21+ "Microsoft.Extensions.Primitives" : " 1.1.0"
2222 },
2323 "frameworks" : {
2424 "net451" : {},
2525 "netstandard1.3" : {
2626 "dependencies" : {
27- "NETStandard.Library" : " 1.6.1-* "
27+ "NETStandard.Library" : " 1.6.1"
2828 }
2929 }
3030 }
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.0-* " ,
2+ "version" : " 1.1.0" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "allowUnsafe" : true ,
2222 ]
2323 },
2424 "dependencies" : {
25- "Microsoft.AspNetCore.Http" : " 1.1.0-* " ,
26- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-* " ,
27- "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.1.0-* " ,
28- "Microsoft.Extensions.Caching.Memory" : " 1.1.0-* " ,
29- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-* " ,
25+ "Microsoft.AspNetCore.Http" : " 1.1.0" ,
26+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0" ,
27+ "Microsoft.AspNetCore.ResponseCaching.Abstractions" : " 1.1.0" ,
28+ "Microsoft.Extensions.Caching.Memory" : " 1.1.0" ,
29+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
3030 "Microsoft.Extensions.TaskCache.Sources" : {
31- "version" : " 1.1.0-* " ,
31+ "version" : " 1.1.0-rtm-22752 " ,
3232 "type" : " build"
3333 },
34- "NETStandard.Library" : " 1.6.1-* "
34+ "NETStandard.Library" : " 1.6.1"
3535 },
3636 "frameworks" : {
3737 "net451" : {},
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.1.0-* " ,
9- "Microsoft.AspNetCore.TestHost" : " 1.1.0-* " ,
10- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-* " ,
8+ "Microsoft.AspNetCore.ResponseCaching" : " 1.1.0" ,
9+ "Microsoft.AspNetCore.TestHost" : " 1.1.0" ,
10+ "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
1111 "xunit" : " 2.2.0-*"
1212 },
1313 "frameworks" : {
1414 "netcoreapp1.1" : {
1515 "dependencies" : {
1616 "Microsoft.NETCore.App" : {
17- "version" : " 1.1.0-* " ,
17+ "version" : " 1.1.0" ,
1818 "type" : " platform"
1919 }
2020 }
You can’t perform that action at this time.
0 commit comments