mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-09 23:35:41 +00:00
16 lines
452 B
XML
16 lines
452 B
XML
<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>
|