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

14 lines
323 B
XML
Raw Normal View History

2024-03-27 02:41:06 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\TypographyDataModels\TypographyDataModels.csproj" />
</ItemGroup>
</Project>