We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6f8215 + 8044f6b commit 639b037Copy full SHA for 639b037
src/main/resources/handlebars/aspnetcore/3.1/Project.csproj.mustache
@@ -9,7 +9,7 @@
9
<PackageId>{{packageName}}</PackageId>
10
</PropertyGroup>
11
<ItemGroup>
12
- <PackageReference Include="Swashbuckle.AspNetCore" Version="{{swashBuckleVersion}}"/>`
+ <PackageReference Include="Swashbuckle.AspNetCore" Version="{{swashBuckleVersion}}"/>
13
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="{{swashBuckleVersion}}"/>
14
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="{{swashBuckleVersion}}"/>
15
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="{{swashBuckleVersion}}" />
0 commit comments