Skip to content

Commit 9f7ae98

Browse files
authored
Update Microsoft Identity Web to 1.2.0 and MSAL to 4.21.1. (#172)
1 parent 73a074a commit 9f7ae98

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

1. Desktop app calls Web API/TodoListClient/TodoListClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</ItemGroup>
110110
<ItemGroup>
111111
<PackageReference Include="Microsoft.Identity.Client">
112-
<Version>4.21.0</Version>
112+
<Version>4.21.1</Version>
113113
</PackageReference>
114114
<PackageReference Include="Newtonsoft.Json">
115115
<Version>11.0.2</Version>

1. Desktop app calls Web API/TodoListService/TodoListService.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Identity.Web" Version="1.1.0" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="1.2.0" />
1111
</ItemGroup>
1212
</Project>

2. Web API now calls Microsoft Graph/TodoListClient/TodoListClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</ItemGroup>
110110
<ItemGroup>
111111
<PackageReference Include="Microsoft.Identity.Client">
112-
<Version>4.21.0</Version>
112+
<Version>4.21.1</Version>
113113
</PackageReference>
114114
<PackageReference Include="Newtonsoft.Json">
115115
<Version>11.0.2</Version>

2. Web API now calls Microsoft Graph/TodoListService/TodoListService.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Identity.Web" Version="1.1.0" />
15-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.1.0" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="1.2.0" />
15+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.2.0" />
1616
</ItemGroup>
1717

1818
</Project>

4.-Console-app-calls-web-API-with-PoP/Microsoft.Identity.Web.Future/Microsoft.Identity.Web.Future.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="Microsoft.Identity.Web" Version="1.1.0" />
43+
<PackageReference Include="Microsoft.Identity.Web" Version="1.2.0" />
4444
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.7.1" />
4545
<PackageReference Include="System.Collections" Version="4.3.0" />
4646
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.7.1" />

4.-Console-app-calls-web-API-with-PoP/TodoListClient/TodoListClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</ItemGroup>
9595
<ItemGroup>
9696
<PackageReference Include="Microsoft.Identity.Client">
97-
<Version>4.21.0</Version>
97+
<Version>4.21.1</Version>
9898
</PackageReference>
9999
<PackageReference Include="Newtonsoft.Json">
100100
<Version>11.0.2</Version>

0 commit comments

Comments
 (0)