ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationClientApp/SoftwareInstallationClientApp.csproj
Максим Куклев a2e5503710 загрузил
2024-05-11 21:16:59 +04:00

14 lines
345 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
</ItemGroup>
</Project>