Skip to content

Commit 0b18a12

Browse files
Package update
1 parent 0602100 commit 0b18a12

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Certify.Providers/DNS/AWSRoute53/Plugin.DNS.AWSRoute53.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="AWSSDK.Route53" Version="3.7.403.27" />
10+
<PackageReference Include="AWSSDK.Route53" Version="3.7.404.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Certify.Service/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

4040
</assemblyBinding>

src/Certify.Service/Certify.Service.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PackageReference Include="Microsoft.AspNet.WebApi.Cors" Version="5.3.0" />
3838
<PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.3.0" />
3939
<PackageReference Include="Microsoft.AspNet.WebApi.OwinSelfHost" Version="5.3.0" />
40-
<PackageReference Include="Microsoft.Identity.Client" Version="4.66.2" />
40+
<PackageReference Include="Microsoft.Identity.Client" Version="4.67.1" />
4141
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
4242
<PackageReference Include="Microsoft.Owin" Version="4.2.2" />
4343
<PackageReference Include="Microsoft.Owin.Cors" Version="4.2.2" />

0 commit comments

Comments
 (0)