1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-09 23:35:41 +00:00
VpSharp/VpSharp.Building/VpSharp.Building.csproj

16 lines
452 B
XML
Raw Permalink Normal View History

2024-06-18 15:45:49 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Optional" Version="4.0.0"/>
<PackageReference Include="X10D" Version="4.0.0"/>
<PackageReference Include="ZString" Version="2.6.0"/>
</ItemGroup>
</Project>