PIbd-23_Konovalov_A._V._Typ.../Typography/TypographyFileImplement/TypographyFileImplement.csproj

14 lines
321 B
XML
Raw Normal View History

2024-04-24 07:59:43 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TypographyContracts\TypographyContracts.csproj" />
</ItemGroup>
</Project>