Skip to content

Commit 00680ec

Browse files
committed
Update Swashbuckle & ASP.NET Core package versions
Bump Swashbuckle.AspNetCore.SwaggerUI and SwaggerGen from 10.1.5 to 10.1.7 across all projects. Update Swashbuckle.AspNetCore in Net8JwtBearerSample to 10.1.7. Also update Microsoft.AspNetCore.Authentication.JwtBearer and Microsoft.AspNetCore.OpenApi for .NET 10.0 to their latest patch versions. No other changes included.
1 parent cac6f2e commit 00680ec

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

samples/Controllers/ApiKeySample/ApiKeySample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.7" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.7" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/Controllers/JwtBearerSample/JwtBearerSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.7" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/ApiKeySample/ApiKeySample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.7" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.7" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
11-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.1.7" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" />
10+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
39-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.4" />
39+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.5" />
4040
</ItemGroup>
4141

4242
<ItemGroup>

src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="SimpleAuthenticationTools.Abstractions" Version="3.1.10" />
36-
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="10.1.5" />
36+
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="10.1.7" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

src/SimpleAuthentication/SimpleAuthentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
38-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
38+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

0 commit comments

Comments
 (0)