Skip to content

Commit

Permalink
Merge pull request #1234 from swagger-api/Bobdugrand8-feature/correct…
Browse files Browse the repository at this point in the history
…ionAspNetCore

Bobdugrand8 changes
  • Loading branch information
HugoMario authored Dec 20, 2023
2 parents f6f8215 + 8044f6b commit 639b037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>{{packageName}}</PackageId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="{{swashBuckleVersion}}"/>`
<PackageReference Include="Swashbuckle.AspNetCore" Version="{{swashBuckleVersion}}"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="{{swashBuckleVersion}}"/>
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="{{swashBuckleVersion}}"/>
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="{{swashBuckleVersion}}" />
Expand Down

0 comments on commit 639b037

Please sign in to comment.