Skip to content

Commit

Permalink
Merge pull request #196 from Azure-Samples/jennyf/idweb2.19.1
Browse files Browse the repository at this point in the history
update to id web 2.19.1
  • Loading branch information
jennyf19 authored Jun 12, 2024
2 parents 1c3872c + f42556c commit 17df5e7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 1-Call-MSGraph/daemon-console/daemon-console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="2.19.0" />
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="2.19.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion 2-Call-OwnApi/TodoList-WebApi/TodoList-WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.3" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion 2-Call-OwnApi/daemon-console/Daemon-Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="7.0.0" />
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="2.19.0" />
<PackageReference Include="Microsoft.Identity.Web.DownstreamApi" Version="2.19.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.5" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.34.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.1" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="7.6.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="System.Collections" Version="4.3.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion 4-Call-OwnApi-Pop/TodoList-WebApi/TodoList-WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion 4-Call-OwnApi-Pop/daemon-console/Daemon-Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web.TokenAcquisition" Version="2.19.0" />
<PackageReference Include="Microsoft.Identity.Web.TokenAcquisition" Version="2.19.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 17df5e7

Please sign in to comment.