VpSharp/VpSharp.Tests/VpSharp.Tests.csproj

23 lines
693 B
XML
Raw Normal View History

2022-11-27 15:28:07 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-11-30 21:15:03 +00:00
<TargetFramework>net7.0</TargetFramework>
2022-11-27 15:28:07 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
2022-11-30 12:01:02 +00:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0"/>
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8"/>
<PackageReference Include="MSTest.TestFramework" Version="2.2.8"/>
<PackageReference Include="coverlet.collector" Version="3.1.2"/>
2022-11-27 15:28:07 +00:00
</ItemGroup>
<ItemGroup>
2022-11-30 12:01:02 +00:00
<ProjectReference Include="..\VpSharp\VpSharp.csproj"/>
2022-11-27 15:28:07 +00:00
</ItemGroup>
</Project>