Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 128683b

Browse files
committed
Pinning versions for 2.0.0
1 parent 576e3de commit 128683b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

NuGet.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

build/dependencies.props

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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>

version.props

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<Project>
33
<PropertyGroup>
44
<VersionPrefix>2.0.0</VersionPrefix>
5-
<VersionSuffix>rtm</VersionSuffix>
65
</PropertyGroup>
76
</Project>

0 commit comments

Comments
 (0)