2019-11-14 22:22:53 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-01-09 23:07:42 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
<TargetFramework>netstandard2.1</TargetFramework>
|
2020-02-01 17:33:00 +00:00
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
2020-01-09 23:07:42 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Genbox.AlphaFS" Version="2.2.2.1" />
|
|
|
|
|
<PackageReference Include="K4os.Hash.Crc" Version="1.1.4" />
|
|
|
|
|
<PackageReference Include="System.Collections.Immutable" Version="1.7.0" />
|
|
|
|
|
</ItemGroup>
|
2019-11-14 22:22:53 +00:00
|
|
|
|
</Project>
|