csharp-sdk-upm/Sample/RealtimeApp/RealtimeApp.csproj

14 lines
407 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-03-19 14:33:43 +08:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2021-05-21 15:04:42 +08:00
<ReleaseVersion>0.7.9</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
2021-04-14 11:43:04 +08:00
<ProjectReference Include="..\..\Realtime\Realtime\Realtime.csproj" />
<ProjectReference Include="..\..\Storage\Storage.Standard\Storage.Standard.csproj" />
</ItemGroup>
</Project>