15 lines
389 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BarContracts\BarContracts.csproj" />
<ProjectReference Include="..\BarContracts\BarContracts.csproj" />
</ItemGroup>
</Project>