2020-01-27 21:44:00 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2019-11-14 22:22:53 +00:00
|
|
|
|
<PropertyGroup>
|
2020-01-27 21:44:00 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-02-01 17:33:00 +00:00
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2019-11-14 22:22:53 +00:00
|
|
|
|
</PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2019-11-14 22:22:53 +00:00
|
|
|
|
<ItemGroup>
|
2020-03-24 12:21:19 +00:00
|
|
|
|
<PackageReference Include="xunit" Version="2.4.1" />
|
|
|
|
|
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
|
2019-11-14 22:22:53 +00:00
|
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2019-11-14 22:22:53 +00:00
|
|
|
|
<ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
<ProjectReference Include="..\Wabbajack.VirtualFileSystem\Wabbajack.VirtualFileSystem.csproj" />
|
2019-11-14 22:22:53 +00:00
|
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
|
|
|
|
</Project>
|