This repository was archived by the owner on Nov 29, 2018. It is now read-only.
File tree 7 files changed +15
-15
lines changed
Microsoft.AspNetCore.Localization.FunctionalTests
Microsoft.AspNetCore.Localization.Routing.Tests
Microsoft.AspNetCore.Localization.Tests
Microsoft.Extensions.Localization.Tests
7 files changed +15
-15
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 >
4
- <AspNetIntegrationTestingVersion >0.4.0-* </AspNetIntegrationTestingVersion >
5
- <InternalAspNetCoreSdkVersion >2.0.1-* </InternalAspNetCoreSdkVersion >
3
+ <AspNetCoreVersion >2.0.0</AspNetCoreVersion >
4
+ <AspNetIntegrationTestingVersion >0.4.0</AspNetIntegrationTestingVersion >
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
</PropertyGroup >
13
14
</Project >
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" $(AspNetCoreVersion)" />
18
18
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
19
19
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
20
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
20
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
21
21
</ItemGroup >
22
22
23
23
</Project >
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" $(AspNetCoreVersion)" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
18
18
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
20
20
</ItemGroup >
21
21
22
22
</Project >
Original file line number Diff line number Diff line change 16
16
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" $(AspNetCoreVersion)" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
18
18
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
19
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
19
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
20
20
</ItemGroup >
21
21
22
22
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<Import Project =" ..\..\build\common.props" />
4
4
18
18
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
19
19
<PackageReference Include =" Moq" Version =" $(MoqVersion)" />
20
20
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
21
- <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion )" />
21
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioVersion )" />
22
22
</ItemGroup >
23
23
24
24
</Project >
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