VpSharp/VpSharp.Tests/VpSharp.Tests.csproj

28 lines
940 B
XML
Raw Permalink Normal View History

2022-11-27 15:28:07 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-01-06 12:25:05 +00:00
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
2022-11-27 15:28:07 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
2022-12-04 14:14:04 +00:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2022-11-27 15:28:07 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1"/>
<PackageReference Include="MSTest.TestFramework" Version="3.1.1"/>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
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>