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

Commit f909d1a

Browse files
committed
Pinning versions for 2.0.0
1 parent 445e202 commit f909d1a

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,14 +1,15 @@
11
<Project>
22
<PropertyGroup>
3-
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
3+
<AspNetCoreVersion>2.0.0</AspNetCoreVersion>
44
<BenchmarkDotNetVersion>0.10.3</BenchmarkDotNetVersion>
5-
<InternalAspNetCoreSdkVersion>2.0.1-*</InternalAspNetCoreSdkVersion>
5+
<InternalAspNetCoreSdkVersion>2.0.1-rtm-15400</InternalAspNetCoreSdkVersion>
66
<MoqVersion>4.7.49</MoqVersion>
7-
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
8-
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
9-
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
10-
<TestSdkVersion>15.3.0-*</TestSdkVersion>
11-
<XunitVersion>2.3.0-beta2-*</XunitVersion>
7+
<NETStandardImplicitPackageVersion>2.0.0</NETStandardImplicitPackageVersion>
8+
<NETStandardLibraryNETFrameworkVersion>2.0.0</NETStandardLibraryNETFrameworkVersion>
9+
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0</RuntimeFrameworkVersion>
10+
<TestSdkVersion>15.3.0</TestSdkVersion>
11+
<XunitVersion>2.3.0-beta2-build3683</XunitVersion>
12+
<XunitRunnerVisualStudioVersion>2.3.0-beta2-build1317</XunitRunnerVisualStudioVersion>
1213
<XunitVersionInSpecProjects>2.2.0</XunitVersionInSpecProjects>
1314
</PropertyGroup>
1415
</Project>

test/Microsoft.Extensions.DependencyInjection.Tests/Microsoft.Extensions.DependencyInjection.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.AspNetCore.Testing" Version="$(AspNetCoreVersion)" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
1818
<PackageReference Include="Moq" Version="$(MoqVersion)" />
19-
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
19+
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitRunnerVisualStudioVersion)" />
2020
<PackageReference Include="xunit" Version="$(XunitVersion)" />
2121
</ItemGroup>
2222

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)