Files
parr_api/PARR.GeneratorTemplates/PARR.GeneratorTemplates.csproj

10 lines
206 B
XML
Raw Normal View History

2023-09-20 16:51:29 +10:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>