Files
2024-09-27 19:07:08 +00:00

14 lines
353 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../../BSATN.Runtime/BSATN.Runtime.csproj" />
<ProjectReference Include="../../../Runtime/Runtime.csproj" />
</ItemGroup>
</Project>