Skip to content

Commit f477191

Browse files
committed
chore(examples) C# dotnet example has nunit now.
1 parent b2fd9fb commit f477191

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

tests/examples/cs/build-and-run-dotnet/project.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<ItemGroup>
4+
<PackageReference Include="NUnit" Version="3.13.3" />
5+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
6+
</ItemGroup>
7+
38
<PropertyGroup>
49
<TargetFramework>net7.0</TargetFramework>
510
<OutputPath>bin</OutputPath>

tests/examples/cs/build-dotnet/project.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3+
<ItemGroup>
4+
<PackageReference Include="NUnit" Version="3.13.3" />
5+
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
6+
</ItemGroup>
7+
38
<PropertyGroup>
49
<TargetFramework>net7.0</TargetFramework>
510
<OutputPath>bin</OutputPath>

0 commit comments

Comments
 (0)