Skip to content

Commit 3c498b7

Browse files
committed
Update sample to use Identity.Web 1.0
1 parent a947d39 commit 3c498b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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="0.4.0-preview" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0" />
1111
</ItemGroup>
1212
</Project>

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="0.4.0-preview" />
15-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="0.4.0-preview" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0" />
15+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.0.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
@@ -41,7 +41,7 @@
4141
</PropertyGroup>
4242

4343
<ItemGroup>
44-
<PackageReference Include="Microsoft.Identity.Web" Version="0.4.0-preview" />
44+
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0" />
4545
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.7.1" />
4646
<PackageReference Include="System.Collections" Version="4.3.0" />
4747
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.7.1" />

0 commit comments

Comments
 (0)