This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<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" />
6
6
<add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
7
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
8
8
</packageSources >
Original file line number Diff line number Diff line change 1
- <Project >
1
+ <Project >
2
2
<PropertyGroup >
3
- <AspNetCoreVersion >2.0.0-* </AspNetCoreVersion >
3
+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
4
4
<AutoMapperVersion >5.0.2</AutoMapperVersion >
5
- <InternalAspNetCoreSdkVersion >2.0.1-* </InternalAspNetCoreSdkVersion >
5
+ <InternalAspNetCoreSdkVersion >2.0.1-rtm-15400 </InternalAspNetCoreSdkVersion >
6
6
<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 >
11
11
</PropertyGroup >
12
12
</Project >
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<VersionPrefix >2.0.0</VersionPrefix >
5
- <VersionSuffix >rtm</VersionSuffix >
6
5
</PropertyGroup >
7
6
</Project >
You can’t perform that action at this time.
0 commit comments