mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-25 08:24:58 +00:00
15 lines
371 B
XML
15 lines
371 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Bullseye" Version="3.8.0" />
|
|
<PackageReference Include="Glob" Version="1.1.8" />
|
|
<PackageReference Include="SimpleExec" Version="8.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|