PIbd-23_Dyakonov_R_R_Softwa.../SoftwareInstallation/SoftwareInstallationContracts/SoftwareInstallationContracts.csproj

14 lines
346 B
XML
Raw Normal View History

2024-02-10 14:37:42 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationDataModels\SoftwareInstallationDataModels.csproj" />
</ItemGroup>
</Project>