File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Certify.Server/Certify.Server.Hub.Api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments