Skip to content

Commit b58da97

Browse files
authored
Updating to Microsoft.Identity.Web 1.1 (#169)
* Updating to Microsoft.Identity.Web 1.1 * Fixing a build break (SourceLink 1.1 seems to have been removed from NuGet)
1 parent 1a18aab commit b58da97

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
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.16.0</Version>
112+
<Version>4.19.0</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.0.0" />
10+
<PackageReference Include="Microsoft.Identity.Web" Version="1.1.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="1.0.0" />
15-
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.0.0" />
14+
<PackageReference Include="Microsoft.Identity.Web" Version="1.1.0" />
15+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.1.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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@
3535
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
3636
</ItemGroup>
3737

38-
3938
<PropertyGroup>
4039
<TargetFramework>netcoreapp3.1</TargetFramework>
4140
</PropertyGroup>
4241

4342
<ItemGroup>
44-
<PackageReference Include="Microsoft.Identity.Web" Version="1.0.0" />
43+
<PackageReference Include="Microsoft.Identity.Web" Version="1.1.0" />
4544
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.7.1" />
4645
<PackageReference Include="System.Collections" Version="4.3.0" />
4746
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.7.1" />

0 commit comments

Comments
 (0)