We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb50555 commit 882e189Copy full SHA for 882e189
tests/MyLibrary.Tests/MyLibrary.Tests.csproj
@@ -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
14
+ <ProjectReference Include="..\..\src\MyLibrary\MyLibrary.csproj" />
15
16
+</Project>
0 commit comments