Skip to content

Commit 7f480e7

Browse files
Security updates (#71)
* Security updates * Update security
1 parent 612f3d9 commit 7f480e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
88
<dependentAssembly>
99
<assemblyIdentity name="Microsoft.IdentityModel.Abstractions" publicKeyToken="31bf3856ad364e35" culture="neutral" />
10-
<bindingRedirect oldVersion="0.0.0.0-6.25.1.0" newVersion="6.25.1.0" />
10+
<bindingRedirect oldVersion="0.0.0.0-7.6.0.0" newVersion="7.6.0.0" />
1111
</dependentAssembly>
1212
</assemblyBinding>
1313
</runtime>

src/Azure-Migrate-Export.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,10 @@
283283
<Version>0.100.3</Version>
284284
</PackageReference>
285285
<PackageReference Include="Microsoft.Identity.Client">
286-
<Version>4.49.1</Version>
286+
<Version>4.61.3</Version>
287287
</PackageReference>
288288
<PackageReference Include="Microsoft.IdentityModel.Abstractions">
289-
<Version>6.25.1</Version>
289+
<Version>7.6.0</Version>
290290
</PackageReference>
291291
<PackageReference Include="Newtonsoft.Json">
292292
<Version>13.0.2</Version>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Identity.Client" version="4.49.1" targetFramework="net472" />
4-
<package id="Microsoft.IdentityModel.Abstractions" version="6.25.1" targetFramework="net472" />
3+
<package id="Microsoft.Identity.Client" version="4.61.3" targetFramework="net472" />
4+
<package id="Microsoft.IdentityModel.Abstractions" version="7.6.0" targetFramework="net472" />
55
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
66
</packages>

0 commit comments

Comments
 (0)