Files
SjkScripts/SjkScripts.csproj
ronnie b91111eaa5
All checks were successful
Build NuGet / build (push) Successful in 41s
Hopefully add documentation to nuget package.
2026-04-08 22:14:08 -04:00

12 lines
322 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>