Skip to content

Commit e752bbe

Browse files
authored
package updates from dependabot (#3185)
1 parent 1710b64 commit e752bbe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
<PropertyGroup Label="Common dependency versions">
8484
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.3.0</MicrosoftIdentityModelVersion>
85-
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.66.1</MicrosoftIdentityClientVersion>
85+
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.66.2</MicrosoftIdentityClientVersion>
8686
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8787
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>
8888
<AzureSecurityKeyVaultSecretsVersion>4.6.0</AzureSecurityKeyVaultSecretsVersion>

tests/DevApps/daemon-app/daemon-console-calling-downstreamApi/DaemonConsoleCallingDownstreamApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup Condition="'$(UseWip)' != 'true'">
17-
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.3.0" />
17+
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.5.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="'$(UseWip)' == 'true'">

tests/DevApps/daemon-app/daemon-console-calling-msgraph/DaemonConsoleCallingMsGraph.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup Condition="'$(UseWip)' != 'true'">
11-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.3.0" />
11+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.5.0" />
1212
</ItemGroup>
1313

1414
<ItemGroup Condition="'$(UseWip)' == 'true'">

tests/DevApps/daemon-app/minimal-web-api/MinimalWebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup Condition="'$(UseWip)' != 'true'">
14-
<PackageReference Include="Microsoft.Identity.Web" Version="3.3.0" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="3.5.0" />
1515
</ItemGroup>
1616

1717
<ItemGroup Condition="'$(UseWip)' == 'true'">

0 commit comments

Comments
 (0)