Skip to content

Commit 882e189

Browse files
authored
Create MyLibrary.Tests.csproj
1 parent fb50555 commit 882e189

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<IsPackable>false</IsPackable>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageReference Include="xunit" Version="2.8.1" />
8+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
9+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
10+
</PackageReference>
11+
<PackageReference Include="coverlet.collector" Version="6.0.2" />
12+
</ItemGroup>
13+
<ItemGroup>
14+
<ProjectReference Include="..\..\src\MyLibrary\MyLibrary.csproj" />
15+
</ItemGroup>
16+
</Project>

0 commit comments

Comments
 (0)