Files
Daybreak/Daybreak.7ZipExtractor/Daybreak.7ZipExtractor.csproj
T
2025-06-24 18:44:42 +02:00

18 lines
457 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Daybreak._7ZipExtractor</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Version>0.9.9.73</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.40.0" />
</ItemGroup>
</Project>