VPLink/VPLink.Common/VPLink.Common.csproj

14 lines
329 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VpSharp" Version="0.1.0-nightly.43"/>
</ItemGroup>
</Project>