ISEbd-21_Koscheev.M.S.Softw.../SoftwareInstallation/SoftwareInstallationListImplement/SoftwareInstallationListImplement.csproj

15 lines
448 B
XML
Raw Normal View History

2023-02-06 16:15:16 +04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
<ProjectReference Include="..\SoftwareInstallationDataModels\SoftwareInstallationDataModels.csproj" />
</ItemGroup>
</Project>