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-01-25 23:25:51 +00:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
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-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" />
|
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>
|