FileZip.csproj 500 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <Version>1.6-temp</Version>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <Authors>Lith</Authors>
  9. <Description>文件加解压工具</Description>
  10. <PackageProjectUrl>https://github.com/serset/FileZip</PackageProjectUrl>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <PackageReference Include="sharpcompress" Version="0.28.3" />
  14. </ItemGroup>
  15. </Project>