mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
5e2208f2f9
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.1...v1.3.2) Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.5 KiB
XML
33 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Platforms>x64</Platforms>
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
<Version>3.0</Version>
|
|
<Nullable>enable</Nullable>
|
|
<WarningsAsErrors>nullable</WarningsAsErrors>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
|
<PackageVersion>2.4.1.2</PackageVersion>
|
|
<Version>2.4.1.2</Version>
|
|
<AssemblyVersion>2.4.1.2</AssemblyVersion>
|
|
<FileVersion>2.4.1.2</FileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<DocumentationFile>Compression.BSA.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Genbox.AlphaFS" Version="2.2.2.1" />
|
|
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.2.6" />
|
|
<PackageReference Include="SharpZipLib" Version="1.3.2" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project> |