Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 9eab2a5

Browse files
committed
Pinning versions for 2.0.0
1 parent e9153fd commit 9eab2a5

File tree

5 files changed

+13
-13
lines changed

5 files changed

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

test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="..\..\build\common.props" />
44

@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1717
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="$(CoreFxVersion)" />
1818
<PackageReference Include="xunit" Version="$(XunitVersion)" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
19+
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualStudioVersion)" />
2020
</ItemGroup>
2121

2222
</Project>

test/Microsoft.AspNetCore.Server.HttpSys.Tests/Microsoft.AspNetCore.Server.HttpSys.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.Server.HttpSys\Microsoft.AspNetCore.Server.HttpSys.csproj" />
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1313
<PackageReference Include="xunit" Version="$(XunitVersion)" />
14-
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
14+
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualStudioVersion)" />
1515
</ItemGroup>
1616

1717
</Project>

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)