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 +29
-28
lines changed
src/Microsoft.AspNetCore.StaticFiles
Microsoft.AspNetCore.StaticFiles.FunctionalTests
Microsoft.AspNetCore.StaticFiles.Tests Expand file tree Collapse file tree 5 files changed +29
-28
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 >
7- </configuration >
8+ </configuration >
Original file line number Diff line number Diff line change 33 "emitEntryPoint" : true
44 },
55 "dependencies" : {
6- "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0-* " ,
7- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
8- "Microsoft.AspNetCore.StaticFiles" : " 1.1.0-* " ,
9- "Microsoft.Extensions.Logging.Console" : " 1.1.0-* "
6+ "Microsoft.AspNetCore.Server.IISIntegration" : " 1.1.0" ,
7+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
8+ "Microsoft.AspNetCore.StaticFiles" : " 1.1.0" ,
9+ "Microsoft.Extensions.Logging.Console" : " 1.1.0"
1010 },
1111 "frameworks" : {
1212 "net451" : {},
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" : " 1.1.0-* " ,
2+ "version" : " 1.1.0" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk" ,
2020 ]
2121 },
2222 "dependencies" : {
23- "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0-* " ,
24- "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0-* " ,
25- "Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0-* " ,
26- "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0-* " ,
27- "Microsoft.Extensions.WebEncoders" : " 1.1.0-* " ,
28- "NETStandard.Library" : " 1.6.1-* "
23+ "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.1.0" ,
24+ "Microsoft.AspNetCore.Http.Extensions" : " 1.1.0" ,
25+ "Microsoft.Extensions.FileProviders.Abstractions" : " 1.1.0" ,
26+ "Microsoft.Extensions.Logging.Abstractions" : " 1.1.0" ,
27+ "Microsoft.Extensions.WebEncoders" : " 1.1.0" ,
28+ "NETStandard.Library" : " 1.6.1"
2929 },
3030 "frameworks" : {
3131 "net451" : {},
Original file line number Diff line number Diff line change 1818 },
1919 "dependencies" : {
2020 "dotnet-test-xunit" : " 2.2.0-*" ,
21- "Microsoft.AspNetCore.Server.IntegrationTesting" : " 0.2.0-* " ,
22- "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0-* " ,
23- "Microsoft.AspNetCore.Server.WebListener" : " 1.1.0-* " ,
24- "Microsoft.AspNetCore.StaticFiles" : " 1.1.0-* " ,
25- "Microsoft.AspNetCore.Testing" : " 1.1.0-* " ,
26- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-* " ,
21+ "Microsoft.AspNetCore.Server.IntegrationTesting" : " 0.2.0-rtm-22752 " ,
22+ "Microsoft.AspNetCore.Server.Kestrel" : " 1.1.0" ,
23+ "Microsoft.AspNetCore.Server.WebListener" : " 1.1.0" ,
24+ "Microsoft.AspNetCore.StaticFiles" : " 1.1.0" ,
25+ "Microsoft.AspNetCore.Testing" : " 1.1.0-rtm-22752 " ,
26+ "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
2727 "xunit" : " 2.2.0-*"
2828 },
2929 "frameworks" : {
3030 "netcoreapp1.1" : {
3131 "dependencies" : {
3232 "Microsoft.NETCore.App" : {
33- "version" : " 1.1.0-* " ,
33+ "version" : " 1.1.0" ,
3434 "type" : " platform"
3535 }
3636 }
Original file line number Diff line number Diff line change 1717 },
1818 "dependencies" : {
1919 "dotnet-test-xunit" : " 2.2.0-*" ,
20- "Microsoft.AspNetCore.StaticFiles" : " 1.1.0-* " ,
21- "Microsoft.AspNetCore.TestHost" : " 1.1.0-* " ,
22- "Microsoft.AspNetCore.Testing" : " 1.1.0-* " ,
23- "Microsoft.Extensions.Logging.Testing" : " 1.1.0-* " ,
20+ "Microsoft.AspNetCore.StaticFiles" : " 1.1.0" ,
21+ "Microsoft.AspNetCore.TestHost" : " 1.1.0" ,
22+ "Microsoft.AspNetCore.Testing" : " 1.1.0-rtm-22752 " ,
23+ "Microsoft.Extensions.Logging.Testing" : " 1.1.0-rtm-22752 " ,
2424 "xunit" : " 2.2.0-*"
2525 },
2626 "frameworks" : {
2727 "netcoreapp1.1" : {
2828 "dependencies" : {
2929 "Microsoft.NETCore.App" : {
30- "version" : " 1.1.0-* " ,
30+ "version" : " 1.1.0" ,
3131 "type" : " platform"
3232 }
3333 }
You can’t perform that action at this time.
0 commit comments