Files
SjkScripts/SjkScripts.csproj

12 lines
322 B
XML
Raw Normal View History

2026-04-04 13:18:04 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2026-04-04 13:18:04 -04:00
</PropertyGroup>
</Project>