csharp-sdk-upm/Realtime/Realtime.Test/Realtime.Test.csproj

21 lines
632 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-03-19 14:33:43 +08:00
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
2021-06-15 14:31:01 +08:00
<ReleaseVersion>0.7.10</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
</ItemGroup>
<ItemGroup>
2021-04-07 18:08:17 +08:00
<ProjectReference Include="..\Realtime\Realtime.csproj" />
<ProjectReference Include="..\..\Storage\Storage.Standard\Storage.Standard.csproj" />
</ItemGroup>
</Project>