This repository was archived by the owner on Dec 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +58
-57
lines changed
ResponseCompressionSample
Microsoft.AspNetCore.Buffering
Microsoft.AspNetCore.HttpOverrides
Microsoft.AspNetCore.ResponseCompression
Microsoft.AspNetCore.Rewrite
Microsoft.AspNetCore.Buffering.Tests
Microsoft.AspNetCore.HttpOverrides.Tests
Microsoft.AspNetCore.ResponseCompression.Tests
Microsoft.AspNetCore.Rewrite.Tests Expand file tree Collapse file tree 13 files changed +58
-57
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://nuget.org/api/v2/" />
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 >
7- </configuration >
8+ </configuration >
Original file line number Diff line number Diff line change 1010 ]
1111 },
1212 "dependencies" : {
13- "Microsoft.AspNetCore.HttpOverrides" : " 1.1.0-* " ,
14- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* "
13+ "Microsoft.AspNetCore.HttpOverrides" : " 1.1.0" ,
14+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0"
1515 },
1616 "commands" : {
1717 "web" : " HttpOverridesSample"
2121 "netcoreapp1.1" : {
2222 "dependencies" : {
2323 "Microsoft.NETCore.App" : {
24- "version" : " 1.1.0-* " ,
24+ "version" : " 1.1.0" ,
2525 "type" : " platform"
2626 }
2727 }
Original file line number Diff line number Diff line change 11{
22 "version" : " 1.1.0-*" ,
33 "dependencies" : {
4- "Microsoft.AspNetCore.Buffering" : " 0.2.0-* " ,
5- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* "
4+ "Microsoft.AspNetCore.Buffering" : " 0.2.0" ,
5+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0"
66 },
77 "buildOptions" : {
88 "emitEntryPoint" : true
1212 "netcoreapp1.1" : {
1313 "dependencies" : {
1414 "Microsoft.NETCore.App" : {
15- "version" : " 1.1.0-* " ,
15+ "version" : " 1.1.0" ,
1616 "type" : " platform"
1717 }
1818 }
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "Microsoft.AspNetCore.ResponseCompression" : " 1.0.0-* " ,
4- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
5- "Microsoft.AspNetCore.Server.WebListener" : " 1.1.0-* " ,
6- "Microsoft.Extensions.Logging.Console" : " 1.1.0-* "
3+ "Microsoft.AspNetCore.ResponseCompression" : " 1.0.0" ,
4+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
5+ "Microsoft.AspNetCore.Server.WebListener" : " 1.1.0" ,
6+ "Microsoft.Extensions.Logging.Console" : " 1.1.0"
77 },
88 "buildOptions" : {
99 "copyToOutput" : [
1616 "netcoreapp1.1" : {
1717 "dependencies" : {
1818 "Microsoft.NETCore.App" : {
19- "version" : " 1.1.0-* " ,
19+ "version" : " 1.1.0" ,
2020 "type" : " platform"
2121 }
2222 }
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "Microsoft.AspNetCore.Rewrite" : " 1.0.0-* " ,
4- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
5- "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1.0-* "
3+ "Microsoft.AspNetCore.Rewrite" : " 1.0.0" ,
4+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
5+ "Microsoft.AspNetCore.Server.Kestrel.Https" : " 1.1.0"
66 },
77 "buildOptions" : {
88 "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 11{
2- "version" : " 0.2.0-* " ,
2+ "version" : " 0.2.0" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk" ,
2121 ]
2222 },
2323 "dependencies" : {
24- "Microsoft.AspNetCore.Http.Abstractions" : " 1.1.0-* " ,
24+ "Microsoft.AspNetCore.Http.Abstractions" : " 1.1.0" ,
2525 "Microsoft.Extensions.TaskCache.Sources" : {
26- "version" : " 1.1.0-* " ,
26+ "version" : " 1.1.0-rtm-22752 " ,
2727 "type" : " build"
2828 },
29- "NETStandard.Library" : " 1.6.1-* "
29+ "NETStandard.Library" : " 1.6.1"
3030 },
3131 "frameworks" : {
3232 "net451" : {},
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 "keyFile" : " ../../tools/Key.snk" ,
2222 ]
2323 },
2424 "dependencies" : {
25- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-* " ,
26- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-* " ,
27- "Microsoft.Extensions.Options" : " 1.1.0-* " ,
28- "NETStandard.Library" : " 1.6.1-* "
25+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0" ,
26+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
27+ "Microsoft.Extensions.Options" : " 1.1.0" ,
28+ "NETStandard.Library" : " 1.6.1"
2929 },
3030 "frameworks" : {
3131 "net451" : {},
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk" ,
1616 ]
1717 },
1818 "dependencies" : {
19- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-* " ,
20- "Microsoft.Extensions.Options" : " 1.1.0-* " ,
21- "NETStandard.Library" : " 1.6.1-* "
19+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0" ,
20+ "Microsoft.Extensions.Options" : " 1.1.0" ,
21+ "NETStandard.Library" : " 1.6.1"
2222 },
2323 "frameworks" : {
2424 "net451" : {},
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-* " ,
2+ "version" : " 1.0.0" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk" ,
2121 ]
2222 },
2323 "dependencies" : {
24- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0-* " ,
25- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-* " ,
26- "Microsoft.Extensions.Configuration.Abstractions" : " 1.1.0-* " ,
27- "Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0-* " ,
28- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-* " ,
29- "Microsoft.Extensions.Options" : " 1.1.0-* " ,
24+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0" ,
25+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0" ,
26+ "Microsoft.Extensions.Configuration.Abstractions" : " 1.1.0" ,
27+ "Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0" ,
28+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
29+ "Microsoft.Extensions.Options" : " 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.Buffering" : " 0.2.0-* " ,
9- "Microsoft.AspNetCore.TestHost" : " 1.1.0-* " ,
8+ "Microsoft.AspNetCore.Buffering" : " 0.2.0" ,
9+ "Microsoft.AspNetCore.TestHost" : " 1.1.0" ,
1010 "xunit" : " 2.2.0-*"
1111 },
1212 "frameworks" : {
1313 "netcoreapp1.1" : {
1414 "dependencies" : {
1515 "Microsoft.NETCore.App" : {
16- "version" : " 1.1.0-* " ,
16+ "version" : " 1.1.0" ,
1717 "type" : " platform"
1818 }
1919 }
You can’t perform that action at this time.
0 commit comments