PIbd-23_Dyakonov_R_R_Softwa.../SoftwareInstallation/SoftwareInstallationContracts/SoftwareInstallationContracts.csproj
2024-02-10 14:37:42 +04:00

14 lines
346 B
XML

<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>