Skip to content

Commit

Permalink
Enable MSTest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed May 25, 2024
1 parent 72397bb commit 496f0a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
<NoWarn>1701;1702;1705;SA0001;SA1413</NoWarn>
<AssemblyOriginatorKeyFile/>
<CodeAnalysisRuleSet>..\..\src\Analyzers.ruleset</CodeAnalysisRuleSet>

<!-- https://devblogs.microsoft.com/dotnet/introducing-ms-test-runner/ -->
<EnableMSTestRunner>true</EnableMSTestRunner>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="MSTest" Version="3.4.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

Expand Down

0 comments on commit 496f0a2

Please sign in to comment.