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

15 lines
451 B
XML
Raw Normal View History

2024-03-03 18:37:52 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
<ProjectReference Include="..\SoftwareInstallationDataModels\SoftwareInstallationDataModels.csproj" />
</ItemGroup>
</Project>