Skip to content

Commit cc1acb5

Browse files
authored
update id web after releases (#3035)
* update id web after releases * update tests * Update src/Microsoft.Identity.Web.TokenAcquisition/Microsoft.Identity.Web.TokenAcquisition.csproj
1 parent 5cafbdb commit cc1acb5

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</PropertyGroup>
7878

7979
<PropertyGroup Label="Common dependency versions">
80-
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.0.2</MicrosoftIdentityModelVersion>
80+
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.1.0</MicrosoftIdentityModelVersion>
8181
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.64.1</MicrosoftIdentityClientVersion>
8282
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8383
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>
@@ -87,7 +87,7 @@
8787
<MicrosoftGraphVersion>4.36.0</MicrosoftGraphVersion>
8888
<MicrosoftGraphBetaVersion>4.57.0-preview</MicrosoftGraphBetaVersion>
8989
<MicrosoftExtensionsHttpVersion>3.1.3</MicrosoftExtensionsHttpVersion>
90-
<MicrosoftIdentityAbstractionsVersion>7.0.0</MicrosoftIdentityAbstractionsVersion>
90+
<MicrosoftIdentityAbstractionsVersion>7.1.0</MicrosoftIdentityAbstractionsVersion>
9191
<NetNineRuntimeVersion>9.0.0-rc.1.24431.7</NetNineRuntimeVersion>
9292
<AspNetCoreNineRuntimeVersion>9.0.0-rc.1.24452.1</AspNetCoreNineRuntimeVersion>
9393
<!--CVE-2024-30105-->

tests/DevApps/ciam/myWebApi/myWebApi.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)' == 'false' ">
17-
<PackageReference Include="Microsoft.Identity.Web" Version="3.1.0" />
17+
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
1818
</ItemGroup>
1919

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

tests/DevApps/ciam/myWebApp/myWebApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup Condition="'$(UseWIP)' == 'false' ">
12-
<PackageReference Include="Microsoft.Identity.Web" Version="3.1.0" />
13-
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.1.0" />
12+
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
13+
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.2.0" />
1414
</ItemGroup>
1515

1616
<ItemGroup Condition="'$(UseWIP)' == 'true' ">

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.1.0" />
17+
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="3.2.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.1.0" />
11+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="3.2.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
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup Condition="'$(UseWip)' != 'true'">
15-
<PackageReference Include="Microsoft.Identity.Web" Version="3.1.0" />
15+
<PackageReference Include="Microsoft.Identity.Web" Version="3.2.0" />
1616
</ItemGroup>
1717

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

0 commit comments

Comments
 (0)