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

Commit fa08c25

Browse files
committed
Pinning versions for 2.0.0
1 parent 5753784 commit fa08c25

File tree

5 files changed

+14
-14
lines changed

5 files changed

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

test/IISIntegration.FunctionalTests/IISIntegration.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(AspNetCoreVersion)" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
2121
<PackageReference Include="xunit" Version="$(XunitVersion)" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
22+
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualStudioVersion)" />
2323
</ItemGroup>
2424

2525
</Project>

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

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

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)