Skip to content

Commit f78c514

Browse files
committed
Update SwaggerUI package and remove Copilot instructions
Removed .github/copilot-instructions.md from solution items. Upgraded Swashbuckle.AspNetCore.SwaggerUI from 10.1.0 to 10.1.1 in the main project.
1 parent f51e803 commit f78c514

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

TwoFactorAuthenticationSample.slnx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Solution>
22
<Folder Name="/Solution Items/">
33
<File Path=".editorconfig" />
4-
<File Path=".github/copilot-instructions.md" />
54
<File Path="Directory.Build.props" />
65
<File Path="README.md" />
76
</Folder>

TwoFactorAuthenticationSample/TwoFactorAuthenticationSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="QRCoder" Version="1.7.0" />
1717
<PackageReference Include="SimpleAuthenticationTools" Version="3.1.12" />
1818
<PackageReference Include="SimpleAuthenticationTools.Swashbuckle" Version="3.1.13" />
19-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.0" />
19+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.1" />
2020
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.15" />
2121
<PackageReference Include="TinyHelpers.AspNetCore.Swashbuckle" Version="4.0.35" />
2222
</ItemGroup>

0 commit comments

Comments
 (0)