This commit is contained in:
Matthew Parker
2023-08-29 23:19:28 +10:00
parent 18a4500c7b
commit fe9b8627c5
6 changed files with 93 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Build" Version="17.7.2" />
</ItemGroup>
</Project>