2020-04-30 13:34:41 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
2021-01-20 15:25:28 +08:00
|
|
|
<ReleaseVersion>0.6.1</ReleaseVersion>
|
2020-04-30 13:34:41 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-04-30 13:35:34 +08:00
|
|
|
<ItemGroup>
|
2020-04-30 15:36:06 +08:00
|
|
|
<ProjectReference Include="..\..\Realtime\Realtime\Realtime.csproj" />
|
2020-04-30 13:35:34 +08:00
|
|
|
</ItemGroup>
|
2020-04-30 13:34:41 +08:00
|
|
|
</Project>
|