rename test project

This commit is contained in:
h z
2024-07-10 15:43:44 +01:00
parent d37b9957b0
commit a922a8971e
37 changed files with 150 additions and 28 deletions

22
Skeleton.Test.csproj Normal file
View File

@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0"/>
<PackageReference Include="NUnit" Version="3.13.2"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0"/>
<PackageReference Include="coverlet.collector" Version="3.1.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Skeleton\Skeleton.csproj" />
</ItemGroup>
</Project>