File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 18
18
<PropertyGroup Condition =" '$(PackageId)' == 'dotnet-sql-cache' " >
19
19
<BaselinePackageVersion >3.1.5</BaselinePackageVersion >
20
20
</PropertyGroup >
21
+ <!-- Package: Microsoft.Authentication.WebAssembly.Msal-->
22
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' " >
23
+ <BaselinePackageVersion >3.2.0</BaselinePackageVersion >
24
+ </PropertyGroup >
25
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' AND '$(TargetFramework)' == 'netstandard2.1' " >
26
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" [3.2.0, )" />
27
+ </ItemGroup >
21
28
<!-- Package: Microsoft.AspNetCore.ApiAuthorization.IdentityServer-->
22
29
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' " >
23
30
<BaselinePackageVersion >3.1.5</BaselinePackageVersion >
You can’t perform that action at this time.
0 commit comments