mirror of
https://github.com/tonytins/s2pk.git
synced 2025-05-13 04:43:16 -04:00
20 lines
587 B
XML
20 lines
587 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Version>0.1.101</Version>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Authors>Tony Bark</Authors>
|
|
<PackAsTool>true</PackAsTool>
|
|
<ToolCommandName>s2pk</ToolCommandName>
|
|
<PackageId>s2pk</PackageId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Nett" Version="0.15.0" />
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|