We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ad214 commit 15e2ea6Copy full SHA for 15e2ea6
tests/Chisel.Tests/Chisel.Tests.csproj
@@ -4,6 +4,11 @@
4
<TargetFramework>net8.0</TargetFramework>
5
<OutputType>exe</OutputType>
6
<Nullable>enable</Nullable>
7
+ </PropertyGroup>
8
+
9
+ <PropertyGroup>
10
+ <!-- UseMicrosoftTestingPlatformRunner is required for JetBrains Rider to see the tests -->
11
+ <UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
12
<!-- TestingPlatformDotnetTestSupport is ignored with the .NET 10 SDK but is required for older SDKs -->
13
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
14
</PropertyGroup>
0 commit comments