This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <clear />
5- <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-release /api/v3/index.json" />
5+ <add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-master /api/v3/index.json" />
66 <add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
77 <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
88 </packageSources >
Original file line number Diff line number Diff line change 1- <Project >
1+ <Project >
22 <PropertyGroup >
3- <AspNetCoreVersion >2.0.0-* </AspNetCoreVersion >
3+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
44 <AutoMapperVersion >5.0.2</AutoMapperVersion >
5- <InternalAspNetCoreSdkVersion >2.0.1-* </InternalAspNetCoreSdkVersion >
5+ <InternalAspNetCoreSdkVersion >2.0.1-rtm-15400 </InternalAspNetCoreSdkVersion >
66 <JsonNetVersion >10.0.1</JsonNetVersion >
7- <NETStandardImplicitPackageVersion >2.0.0-* </NETStandardImplicitPackageVersion >
8- <NETStandardLibraryNETFrameworkVersion >2.0.0-* </NETStandardLibraryNETFrameworkVersion >
9- <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0-* </RuntimeFrameworkVersion >
10- <ThreadingDataflowVersion >4.8.0-* </ThreadingDataflowVersion >
7+ <NETStandardImplicitPackageVersion >2.0.0</NETStandardImplicitPackageVersion >
8+ <NETStandardLibraryNETFrameworkVersion >2.0.0</NETStandardLibraryNETFrameworkVersion >
9+ <RuntimeFrameworkVersion Condition =" '$(TargetFramework)'=='netcoreapp2.0'" >2.0.0</RuntimeFrameworkVersion >
10+ <ThreadingDataflowVersion >4.8.0</ThreadingDataflowVersion >
1111 </PropertyGroup >
1212</Project >
Original file line number Diff line number Diff line change 22<Project >
33 <PropertyGroup >
44 <VersionPrefix >2.0.0</VersionPrefix >
5- <VersionSuffix >rtm</VersionSuffix >
65 </PropertyGroup >
76</Project >
You can’t perform that action at this time.
0 commit comments