Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created May 31, 2025 09:37
Show Gist options
  • Save renatogroffe/bc0ff01d6c635b9d83484fc55dea2ed3 to your computer and use it in GitHub Desktop.
Save renatogroffe/bc0ff01d6c635b9d83484fc55dea2ed3 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0-preview.4.25258.110" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment