Skip to content

Commit

Permalink
Package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Aug 12, 2024
1 parent da18f2b commit 0fab9a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Certify.Service/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Azure resource manager references an old version of Azure Core but other azure libraries reference 1.32.0.0-->
<dependentAssembly>
<assemblyIdentity name="Azure.Core" publicKeyToken="92742159e12e44c8" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.39.0.0" newVersion="1.39.0.0"/>
<bindingRedirect oldVersion="0.0.0.0-1.42.0.0" newVersion="1.42.0.0"/>
</dependentAssembly>

<!-- Azure Core references an old version of System.Diagnostics.DiagnosticSource via Azure.Identity > Azure.Core.Pipeline.DiagnosticScopeFactory 1.32.0.0-->
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.61.0.0" newVersion="4.61.0.0"/>
<bindingRedirect oldVersion="0.0.0.0-4.63.0.0" newVersion="4.63.0.0"/>
</dependentAssembly>

</assemblyBinding>
Expand Down
4 changes: 2 additions & 2 deletions 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.62.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.63.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Microsoft.Owin" Version="4.2.2" />
<PackageReference Include="Microsoft.Owin.Cors" Version="4.2.2" />
Expand All @@ -55,7 +55,7 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Topshelf" Version="4.3.0" />
<PackageReference Include="Topshelf.Serilog" Version="4.3.0" />
<PackageReference Include="System.Security.Permissions" Version="7.0.0" />
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />

</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0fab9a2

Please sign in to comment.