Skip to content

Commit 503c987

Browse files
Package updates
1 parent a10dd6c commit 503c987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Certify.Server/Certify.Server.Hub.Api/Certify.Server.Hub.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFrameworks>net9.0</TargetFrameworks>
44
<Nullable>enable</Nullable>
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.3" />
2222
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.3" />
2323
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.2" />
24-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.3.1" />
24+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.0.0" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<ProjectReference Include="..\..\..\..\certify\src\Certify.SourceGenerators\Certify.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />

src/Certify.UI/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- required for SignalR client-->
99
<dependentAssembly>
1010
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.2" newVersion="9.0.0.2"/>
11+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.3" newVersion="9.0.0.3"/>
1212
</dependentAssembly>
1313
</assemblyBinding>
1414
</runtime>

0 commit comments

Comments
 (0)