puny/puny.csproj

19 lines
557 B
XML
Raw Normal View History

2022-08-05 18:16:46 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
2022-08-05 18:29:10 +00:00
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishTrimmed>true</PublishTrimmed>
2022-08-05 18:16:46 +00:00
</PropertyGroup>
<ItemGroup>
<Using Include="System.Globalization" />
</ItemGroup>
</Project>