wabbajack/Wabbajack.VirtualFileSystem/Wabbajack.VirtualFileSystem.csproj

15 lines
593 B
XML
Raw Normal View History

<?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-01-09 23:07:42 +00:00
<Platforms>AnyCPU;x64</Platforms>
</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>
</Project>