Skip to content

Commit

Permalink
Merge pull request #101 from Azure-Samples/jennyf/idWeb1.4
Browse files Browse the repository at this point in the history
update id web 1.4
  • Loading branch information
jennyf19 authored Dec 9, 2020
2 parents 3a127ad + 0263f55 commit 9ab0378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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="1.3.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.4.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="1.3.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.4.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.SignedHttpRequest" Version="6.7.1" />
<PackageReference Include="System.Collections" Version="4.3.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="6.7.1" />
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="3.1.3" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.3.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.4.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.2" />
</ItemGroup>

Expand Down

0 comments on commit 9ab0378

Please sign in to comment.