Skip to content

Commit ebe148d

Browse files
authored
Merge pull request #142 from tndata/dependabot/nuget/MyAzureIdentity/multi-1c6b9f5802
Bump Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal
2 parents 780159c + 5934ca2 commit ebe148d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
8-
<!-- Exclude the project from analysis https://stackoverflow.com/questions/47939122 -->
9-
<SonarQubeExclude>true</SonarQubeExclude>
10-
<WarningLevel>0</WarningLevel>
11-
</PropertyGroup>
12-
13-
<ItemGroup>
14-
<PackageReference Include="Azure.Core" Version="1.47.2" />
15-
<PackageReference Include="System.Memory" Version="4.6.3" />
16-
<PackageReference Include="System.Text.Json" Version="9.0.8" />
17-
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
18-
<PackageReference Include="Microsoft.Identity.Client" Version="4.74.1" />
19-
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.74.1" />
20-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.8" />
21-
</ItemGroup>
22-
23-
</Project>
24-
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
8+
<!-- Exclude the project from analysis https://stackoverflow.com/questions/47939122 -->
9+
<SonarQubeExclude>true</SonarQubeExclude>
10+
<WarningLevel>0</WarningLevel>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<PackageReference Include="Azure.Core" Version="1.47.2" />
15+
<PackageReference Include="System.Memory" Version="4.6.3" />
16+
<PackageReference Include="System.Text.Json" Version="9.0.8" />
17+
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
18+
<PackageReference Include="Microsoft.Identity.Client" Version="4.76.0" />
19+
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.76.0" />
20+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.8" />
21+
</ItemGroup>
22+
23+
</Project>
24+

0 commit comments

Comments
 (0)