Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 1bd610e

Browse files
committed
Pinning versions for 2.0.0
1 parent f125329 commit 1bd610e

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Project>
22
<PropertyGroup>
3-
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
4-
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>
5-
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
6-
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
7-
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
8-
<TestSdkVersion>15.3.0-*</TestSdkVersion>
9-
<XunitVersion>2.3.0-beta2-*</XunitVersion>
3+
<AspNetCoreVersion>2.0.0</AspNetCoreVersion>
4+
<InternalAspNetCoreSdkVersion>2.0.1-rtm-15400</InternalAspNetCoreSdkVersion>
5+
<NETStandardImplicitPackageVersion>2.0.0</NETStandardImplicitPackageVersion>
6+
<NETStandardLibraryNETFrameworkVersion>2.0.0</NETStandardLibraryNETFrameworkVersion>
7+
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0</RuntimeFrameworkVersion>
8+
<TestSdkVersion>15.3.0</TestSdkVersion>
9+
<XunitVersion>2.3.0-beta2-build3683</XunitVersion>
10+
<XunitRunnerVisualStudioVersion>2.3.0-beta2-build1317</XunitRunnerVisualStudioVersion>
1011
</PropertyGroup>
1112
</Project>

test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="$(AspNetCoreVersion)" />
1616
<PackageReference Include="Microsoft.Extensions.Logging.Testing" Version="$(AspNetCoreVersion)" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualStudioVersion)" />
1919
<PackageReference Include="xunit" Version="$(XunitVersion)" />
2020
</ItemGroup>
2121

version.props

Lines changed: 0 additions & 1 deletion
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)