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

19 lines
556 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>
2020-01-27 21:44:00 +00:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2020-01-25 23:25:51 +00:00
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
2020-01-25 23:25:51 +00:00
<ItemGroup>
2020-01-27 21:44:00 +00:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
2020-01-25 23:25:51 +00:00
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
</ItemGroup>
2020-01-25 23:25:51 +00:00
<ItemGroup>
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>