mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
17 lines
448 B
XML
17 lines
448 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
<Nullable>enable</Nullable>
|
||
|
<Version>0.1.0</Version>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="CommandLineParser" Version="2.8.0" />
|
||
|
<PackageReference Include="Microsoft.TSS" Version="2.1.1" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|