Skip to content

Commit

Permalink
Use default test versions from Arcade
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Jul 29, 2020
1 parent 3cd8e5a commit 6945658
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/Microsoft.CodeAnalysis.Testing/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,6 @@

<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />

<!-- Provide default versions for MSTest -->
<PropertyGroup>
<MicrosoftTestPlatformVersion>16.5.0</MicrosoftTestPlatformVersion>
<MSTestVersion Condition="'$(MSTestVersion)' == ''">2.0.0</MSTestVersion>
<MSTestTestAdapterVersion Condition="'$(MSTestTestAdapterVersion)' == ''">$(MSTestVersion)</MSTestTestAdapterVersion>
<MSTestTestFrameworkVersion Condition="'$(MSTestTestFrameworkVersion)' == ''">$(MSTestVersion)</MSTestTestFrameworkVersion>
</PropertyGroup>

<!-- Provide default versions for NUnit -->
<PropertyGroup>
<NUnitVersion Condition="'$(NUnitVersion)' == ''">3.12.0</NUnitVersion>
<NUnit3TestAdapterVersion Condition="'$(NUnit3TestAdapterVersion)' == ''">3.15.1</NUnit3TestAdapterVersion>
</PropertyGroup>

<PropertyGroup>
<TestTargetFrameworks>netcoreapp3.1;net472;net46;netcoreapp1.1;netcoreapp2.0</TestTargetFrameworks>

Expand Down

0 comments on commit 6945658

Please sign in to comment.