Skip to content

Instantly share code, notes, and snippets.

View Guifgr's full-sized avatar
:shipit:
LoFi and Coffe

Guilherme FGR Guifgr

:shipit:
LoFi and Coffe
View GitHub Profile
@Guifgr
Guifgr / SwaggerApi.csproj
Last active February 19, 2024 13:58 — forked from yanandrey/SwaggerApi.csproj
Swagger Configuration
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>