Remove X10D.Unity dependency from Tests csproj

This commit is contained in:
Oliver Booth 2022-02-14 12:15:38 +00:00
parent 3592ec555e
commit 920fadf639
1 changed files with 1 additions and 3 deletions

View File

@ -15,12 +15,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Unity3D.SDK" Version="2020.3.12.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\X10D.Unity\X10D.Unity.csproj" />
<ProjectReference Include="..\X10D\X10D.csproj" />
<ProjectReference Include="..\X10D\X10D.csproj"/>
</ItemGroup>
<ItemGroup>