This repository was archived by the owner on Nov 7, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +20
-19
lines changed
Microsoft.Extensions.Options.ConfigurationExtensions
Microsoft.Extensions.Options
test/Microsoft.Extensions.Options.Test Expand file tree Collapse file tree 4 files changed +20
-19
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 11{
2- "version" : " 1.1.0-* " ,
2+ "version" : " 1.1.0" ,
33 "buildOptions" : {
44 "warningsAsErrors" : true ,
55 "keyFile" : " ../../tools/Key.snk" ,
1010 },
1111 "description" : " Provides additional configuration specific functionality related to Options." ,
1212 "dependencies" : {
13- "Microsoft.Extensions.Configuration.Abstractions" : " 1.1.0-* " ,
14- "Microsoft.Extensions.Configuration.Binder" : " 1.1.0-* " ,
15- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.1.0-* " ,
16- "Microsoft.Extensions.Options" : " 1.1.0-* " ,
17- "NETStandard.Library" : " 1.6.1-* "
13+ "Microsoft.Extensions.Configuration.Abstractions" : " 1.1.0" ,
14+ "Microsoft.Extensions.Configuration.Binder" : " 1.1.0" ,
15+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.1.0" ,
16+ "Microsoft.Extensions.Options" : " 1.1.0" ,
17+ "NETStandard.Library" : " 1.6.1"
1818 },
1919 "packOptions" : {
2020 "repository" : {
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" ,
1010 },
1111 "description" : " Provides a strongly typed way of specifying and accessing settings using dependency injection." ,
1212 "dependencies" : {
13- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.1.0-* " ,
14- "Microsoft.Extensions.Primitives" : " 1.1.0-* " ,
15- "NETStandard.Library" : " 1.6.1-* "
13+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.1.0" ,
14+ "Microsoft.Extensions.Primitives" : " 1.1.0" ,
15+ "NETStandard.Library" : " 1.6.1"
1616 },
1717 "packOptions" : {
1818 "repository" : {
2727 "frameworks" : {
2828 "netstandard1.0" : {
2929 "dependencies" : {
30- "System.ComponentModel" : " 4.3.0-* "
30+ "System.ComponentModel" : " 4.3.0"
3131 }
3232 }
3333 }
Original file line number Diff line number Diff line change 55 },
66 "dependencies" : {
77 "dotnet-test-xunit" : " 2.2.0-*" ,
8- "Microsoft.Extensions.DependencyInjection" : " 1.1.0-* " ,
9- "Microsoft.Extensions.Options" : " 1.1.0-* " ,
10- "Microsoft.Extensions.Options.ConfigurationExtensions" : " 1.1.0-* " ,
8+ "Microsoft.Extensions.DependencyInjection" : " 1.1.0" ,
9+ "Microsoft.Extensions.Options" : " 1.1.0" ,
10+ "Microsoft.Extensions.Options.ConfigurationExtensions" : " 1.1.0" ,
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