EnvelopeGenerator/EnvelopeGenerator.GeneratorAPI/EnvelopeGenerator.GeneratorAPI.csproj

37 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Content Remove="wwwroot\favicon.ico" />
<Content Remove="wwwroot\index.csr.html" />
<Content Remove="wwwroot\index.html" />
<Content Remove="wwwroot\main-HUOELQHO.js" />
<Content Remove="wwwroot\polyfills-6EAL64PA.js" />
<Content Remove="wwwroot\styles-5INURTSO.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.15" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="ClientApp\" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\favicon.ico" />
<None Include="wwwroot\index.csr.html" />
<None Include="wwwroot\index.html" />
<None Include="wwwroot\main-HUOELQHO.js" />
<None Include="wwwroot\polyfills-6EAL64PA.js" />
<None Include="wwwroot\styles-5INURTSO.css" />
</ItemGroup>
</Project>