PIbd-21_KozyrevSS_SewingDre.../SewingDresses/SewingDressesClientApp/SewingDressesClientApp.csproj

29 lines
890 B
XML
Raw Normal View History

2024-04-03 21:04:46 +04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
2024-04-03 22:24:36 +04:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.26" />
2024-04-03 21:04:46 +04:00
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SewingDressesContracts\SewingDressesContracts.csproj" />
2024-04-04 19:29:47 +04:00
<ProjectReference Include="..\SewingDressesRestApi\SewingDressesRestApi.csproj" />
2024-04-03 22:24:36 +04:00
</ItemGroup>
2024-04-03 21:04:46 +04:00
2024-04-04 19:29:47 +04:00
<ItemGroup>
<Content Update="Views\Home\Create.cshtml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
<Content Update="Views\Home\Enter.cshtml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
</ItemGroup>
2024-04-03 21:04:46 +04:00
</Project>