You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
549 B

1 month ago
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <UserSecretsId>12ea8899-f963-4978-9139-09d18ab72fdc</UserSecretsId>
  7. <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
  11. <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
  12. </ItemGroup>
  13. </Project>