We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fd9fb commit f477191Copy full SHA for f477191
tests/examples/cs/build-and-run-dotnet/project.csproj
@@ -1,5 +1,10 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
+ <ItemGroup>
4
+ <PackageReference Include="NUnit" Version="3.13.3" />
5
+ <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
6
+ </ItemGroup>
7
+
8
<PropertyGroup>
9
<TargetFramework>net7.0</TargetFramework>
10
<OutputPath>bin</OutputPath>
tests/examples/cs/build-dotnet/project.csproj
0 commit comments