gos/src/Gos.Core/Gos.Core.csproj

12 lines
253 B
XML
Raw Permalink Normal View History

2022-07-06 19:35:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Gos.ServiceModel\Gos.ServiceModel.csproj" />
</ItemGroup>
</Project>