Skip to content

Commit

Permalink
Security updates (#71)
Browse files Browse the repository at this point in the history
* Security updates

* Update security
  • Loading branch information
harshrathore-msft authored Jun 12, 2024
1 parent 612f3d9 commit 7f480e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.25.1.0" newVersion="6.25.1.0" />
<bindingRedirect oldVersion="0.0.0.0-7.6.0.0" newVersion="7.6.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
4 changes: 2 additions & 2 deletions src/Azure-Migrate-Export.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@
<Version>0.100.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.Identity.Client">
<Version>4.49.1</Version>
<Version>4.61.3</Version>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Abstractions">
<Version>6.25.1</Version>
<Version>7.6.0</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.2</Version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Identity.Client" version="4.49.1" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.25.1" targetFramework="net472" />
<package id="Microsoft.Identity.Client" version="4.61.3" targetFramework="net472" />
<package id="Microsoft.IdentityModel.Abstractions" version="7.6.0" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
</packages>

0 comments on commit 7f480e7

Please sign in to comment.