Skip to content

Commit fdb4ab5

Browse files
MarkZuberjmprieur
authored andcommitted
update microsoft identity web to msal 3.0.8 (#97)
1 parent 29cdf22 commit fdb4ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Identity.Web/Microsoft.Identity.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.2</TargetFramework>
55
</PropertyGroup>
6-
6+
77
<ItemGroup>
88
<PackageReference Include="Microsoft.AspNetCore.App" />
99
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="2.2.0" />
10-
<PackageReference Include="Microsoft.Identity.Client" Version="3.0.3-preview" />
10+
<PackageReference Include="Microsoft.Identity.Client" Version="3.0.8" />
1111
</ItemGroup>
1212
</Project>

0 commit comments

Comments
 (0)