Skip to content

Commit 639b037

Browse files
authored
Merge pull request #1234 from swagger-api/Bobdugrand8-feature/correctionAspNetCore
Bobdugrand8 changes
2 parents f6f8215 + 8044f6b commit 639b037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/handlebars/aspnetcore/3.1/Project.csproj.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>{{packageName}}</PackageId>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="Swashbuckle.AspNetCore" Version="{{swashBuckleVersion}}"/>`
12+
<PackageReference Include="Swashbuckle.AspNetCore" Version="{{swashBuckleVersion}}"/>
1313
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="{{swashBuckleVersion}}"/>
1414
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="{{swashBuckleVersion}}"/>
1515
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="{{swashBuckleVersion}}" />

0 commit comments

Comments
 (0)