This repository was archived by the owner on Nov 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
test/Microsoft.Extensions.DependencyInjection.Tests Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<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" />
6
6
<add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
7
7
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
8
8
</packageSources >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <AspNetCoreVersion >2.0.0-* </AspNetCoreVersion >
3
+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
4
4
<BenchmarkDotNetVersion >0.10.3</BenchmarkDotNetVersion >
5
- <InternalAspNetCoreSdkVersion >2.0.1-* </InternalAspNetCoreSdkVersion >
5
+ <InternalAspNetCoreSdkVersion >2.0.1-rtm-15400 </InternalAspNetCoreSdkVersion >
6
6
<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 >
12
13
<XunitVersionInSpecProjects >2.2.0</XunitVersionInSpecProjects >
13
14
</PropertyGroup >
14
15
</Project >
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" Microsoft.AspNetCore.Testing" Version =" $(AspNetCoreVersion)" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
18
18
<PackageReference Include =" Moq" Version =" $(MoqVersion)" />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
20
20
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
21
21
</ItemGroup >
22
22
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<VersionPrefix >2.0.0</VersionPrefix >
5
- <VersionSuffix >rtm</VersionSuffix >
6
5
</PropertyGroup >
7
6
</Project >
You can’t perform that action at this time.
0 commit comments