We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cdf22 commit fdb4ab5Copy full SHA for fdb4ab5
Microsoft.Identity.Web/Microsoft.Identity.Web.csproj
@@ -3,10 +3,10 @@
3
<PropertyGroup>
4
<TargetFramework>netcoreapp2.2</TargetFramework>
5
</PropertyGroup>
6
-
+
7
<ItemGroup>
8
<PackageReference Include="Microsoft.AspNetCore.App" />
9
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="2.2.0" />
10
- <PackageReference Include="Microsoft.Identity.Client" Version="3.0.3-preview" />
+ <PackageReference Include="Microsoft.Identity.Client" Version="3.0.8" />
11
</ItemGroup>
12
</Project>
0 commit comments