This repository has been archived on 2025-11-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StripJackNaked/StripJackNaked/StripJackNaked.csproj
2022-07-05 23:23:57 +10:00

11 lines
249 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>