Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Jan 13, 2025
1 parent 0602100 commit 0b18a12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.403.27" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.404.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Certify.Service/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Azure Core references an old version of System.Diagnostics.DiagnosticSource via Azure.Identity > Azure.Core.Pipeline.DiagnosticScopeFactory 1.32.0.0-->
<!-- application insights also references v5.0, so we overide that here and also reference 7.x in the service and the plugins.all -->
<!-- <dependentAssembly>
<!-- <dependentAssembly>
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.1.0" newVersion="8.0.1.0"/>
</dependentAssembly>
Expand All @@ -34,7 +34,7 @@
<!-- Azure.Identity manager references 4.49.1 and Microsoft.Data.SqlClient references 4.47.2 -->
<dependentAssembly>
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.6.2.0" newVersion="4.66.2.0"/>
<bindingRedirect oldVersion="0.0.0.0-4.67.1.0" newVersion="4.67.1.0"/>
</dependentAssembly>

</assemblyBinding>
Expand Down
2 changes: 1 addition & 1 deletion src/Certify.Service/Certify.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Microsoft.AspNet.WebApi.Cors" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.3.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.OwinSelfHost" Version="5.3.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.2" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.67.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
<PackageReference Include="Microsoft.Owin" Version="4.2.2" />
<PackageReference Include="Microsoft.Owin.Cors" Version="4.2.2" />
Expand Down

0 comments on commit 0b18a12

Please sign in to comment.