Skip to content

Commit

Permalink
Merge pull request #181 from Azure-Samples/jennyf/idWeb1.4
Browse files Browse the repository at this point in the history
update to 1.4
  • Loading branch information
jennyf19 authored Dec 9, 2020
2 parents d9410cc + ec75813 commit 04d182b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.4.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.3.0" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.3.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="1.4.0" />
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="1.4.0" />
</ItemGroup>

</Project>

0 comments on commit 04d182b

Please sign in to comment.