File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
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-dev/api/v3/index.json" />
4+ <clear />
5+ <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
56 <add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
67 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
78 </packageSources >
8- </configuration >
9+ </configuration >
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <AspNetCoreVersion >2.0.0-*</AspNetCoreVersion >
3+ <AspNetCoreVersion >2.0.0-preview2- *</AspNetCoreVersion >
44 <AutoMapperVersion >5.0.2</AutoMapperVersion >
55 <CoreFxVersion >4.3.0</CoreFxVersion >
66 <InternalAspNetCoreSdkVersion >2.1.0-*</InternalAspNetCoreSdkVersion >
You can’t perform that action at this time.
0 commit comments