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

Commit f061be8

Browse files
author
Nate McMaster
committed
Upgrade test framework versions
1 parent c3f4015 commit f061be8

5 files changed

Lines changed: 2 additions & 18 deletions

File tree

build/dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
77
<MoqVersion>4.7.1</MoqVersion>
88
<NETStandardImplicitPackageVersion>$(BundledNETStandardPackageVersion)</NETStandardImplicitPackageVersion>
9-
<TestSdkVersion>15.0.0</TestSdkVersion>
10-
<XunitVersion>2.2.0</XunitVersion>
9+
<TestSdkVersion>15.3.0-*</TestSdkVersion>
10+
<XunitVersion>2.3.0-beta2-*</XunitVersion>
1111
</PropertyGroup>
1212
</Project>

test/Microsoft.AspNetCore.Localization.FunctionalTests/Microsoft.AspNetCore.Localization.FunctionalTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@
1919
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
2020
</ItemGroup>
2121

22-
<ItemGroup>
23-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
24-
</ItemGroup>
25-
2622
</Project>

test/Microsoft.AspNetCore.Localization.Routing.Tests/Microsoft.AspNetCore.Localization.Routing.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@
1818
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
1919
</ItemGroup>
2020

21-
<ItemGroup>
22-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
23-
</ItemGroup>
24-
2521
</Project>

test/Microsoft.AspNetCore.Localization.Tests/Microsoft.AspNetCore.Localization.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@
1818
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
1919
</ItemGroup>
2020

21-
<ItemGroup>
22-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
23-
</ItemGroup>
24-
2521
</Project>

test/Microsoft.Extensions.Localization.Tests/Microsoft.Extensions.Localization.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@
2020
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
2121
</ItemGroup>
2222

23-
<ItemGroup>
24-
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
25-
</ItemGroup>
26-
2723
</Project>

0 commit comments

Comments
 (0)