14 lines
407 B
XML
14 lines
407 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<ReleaseVersion>0.7.4</ReleaseVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Realtime\Realtime\Realtime.csproj" />
|
|
<ProjectReference Include="..\..\Storage\Storage.Standard\Storage.Standard.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|