AssetRipper_AssetRipper/Source/AssetRipper.SerializationLogic.Tests/AssetRipper.SerializationLogic.Tests.csproj
Jeremy Pritts b8da7b2a92 Bump NuGet references
* Resolves #801
* Related to #797
2023-05-19 21:40:38 -04:00

28 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<OutputPath>..\Bins\Other\AssetRipper.SerializationLogic.Tests\$(Configuration)\</OutputPath>
<IntermediateOutputPath>..\Bins\obj\AssetRipper.SerializationLogic.Tests\$(Configuration)\</IntermediateOutputPath>
<NoWarn>CS0169</NoWarn><!--Unused field-->
<NoWarn>CS0649</NoWarn><!--Field is never assigned to-->
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AssetRipper.SerializationLogic\AssetRipper.SerializationLogic.csproj" />
<ProjectReference Include="..\UnityEngine\UnityEngine.csproj" />
</ItemGroup>
</Project>