Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 22ff59f

Browse files
committed
Update to Microsoft Identity Web 0.4.0-preview.
1 parent 74c46bb commit 22ff59f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ProfileAPI/ProfileAPI.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.6" />
18-
<PackageReference Include="Microsoft.Identity.Web" Version="0.3.0-preview" />
18+
<PackageReference Include="Microsoft.Identity.Web" Version="0.4.0-preview" />
19+
<PackageReference Include="Microsoft.Identity.Web.MicrosoftGraph" Version="0.4.0-preview" />
1920
</ItemGroup>
2021

2122
</Project>

0 commit comments

Comments
 (0)