wabbajack/Wabbajack.VirtualFileSystem.Test/Wabbajack.VirtualFileSystem.Test.csproj

23 lines
783 B
XML
Raw Normal View History

2020-01-27 21:44:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2020-01-25 23:25:51 +00:00
<PropertyGroup>
2021-01-01 18:21:07 +00:00
<TargetFramework>net5.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<IsPackable>false</IsPackable>
</PropertyGroup>
2020-01-25 23:25:51 +00:00
<ItemGroup>
2020-12-07 04:26:02 +00:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
2020-08-05 22:01:45 +00:00
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup>
2020-01-25 23:25:51 +00:00
<ItemGroup>
2020-09-08 22:15:33 +00:00
<ProjectReference Include="..\Wabbajack.Lib\Wabbajack.Lib.csproj" />
2020-01-25 23:25:51 +00:00
<ProjectReference Include="..\Wabbajack.VirtualFileSystem\Wabbajack.VirtualFileSystem.csproj" />
</ItemGroup>
2020-01-25 23:25:51 +00:00
</Project>