13 lines
317 B
XML
13 lines
317 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
<ReleaseVersion>0.6.4</ReleaseVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Realtime\Realtime\Realtime.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|