2022-05-18 02:49:47 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-05-19 03:06:39 +00:00
|
|
|
<ImplicitUsings>false</ImplicitUsings>
|
2022-05-18 02:49:47 +00:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-05-19 03:06:39 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta3.22114.1" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|