Skip to content

Instantly share code, notes, and snippets.

View llpasche's full-sized avatar
🎯
Focusing

Lucas Pasche llpasche

🎯
Focusing
View GitHub Profile
@llpasche
llpasche / SwaggerApi.csproj
Created August 4, 2022 04:29 — forked from Guifgr/SwaggerApi.csproj
Swagger Configuration
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup>