ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationClientApp/SoftwareInstallationClientApp.csproj

22 lines
530 B
XML
Raw Permalink Normal View History

2024-05-11 21:16:59 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-05-11 21:30:00 +04:00
<ItemGroup>
<Content Include="Properties\launchSettings.json" />
</ItemGroup>
2024-05-19 10:10:11 +04:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
2024-05-11 21:16:59 +04:00
<ItemGroup>
<ProjectReference Include="..\SoftwareInstallationContracts\SoftwareInstallationContracts.csproj" />
</ItemGroup>
</Project>