Skip to content

Commit

Permalink
Merge pull request #177 from Azure-Samples/jennyf/idWeb1.3
Browse files Browse the repository at this point in the history
update to id web 1.3
  • Loading branch information
jennyf19 committed Nov 11, 2020
2 parents 9f7ae98 + b0bbb72 commit 6ec842c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="1.2.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.3.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="1.2.0" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.2.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.3.0" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.3.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Identity.Web" Version="1.2.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.3.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

0 comments on commit 6ec842c

Please sign in to comment.