Skip to content

Commit 18f4561

Browse files
authored
Merge pull request #88 from Azure-Samples/jmprieur/msal4-18
Update to MSAL.NET 4.18
2 parents ffc4a9f + aa7a69b commit 18f4561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1-Call-MSGraph/daemon-console/daemon-console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.0" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.0" />
17-
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.1" />
17+
<PackageReference Include="Microsoft.Identity.Client" Version="4.18.0" />
1818
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
1919
</ItemGroup>
2020

2-Call-OwnApi/daemon-console/Daemon-Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.0.0" />
1616
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.0.0" />
17-
<PackageReference Include="Microsoft.Identity.Client" Version="4.16.1" />
17+
<PackageReference Include="Microsoft.Identity.Client" Version="4.18.0" />
1818
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)