Minor template csproj whitespace changes
This commit is contained in:
Родитель
a1ba63a1ff
Коммит
e9ef914853
|
@ -13,8 +13,8 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.7" Condition="'$(IndividualLocalAuth)' == 'True'" />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-* " />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-* " />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-*" />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-*" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<!--#endif -->
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-* " />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-* " />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-*" />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.7" Condition="'$(IndividualLocalAuth)' == 'true'" />
|
||||
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="8.0.7" Condition="'$(OrganizationalAuth)' == 'true' OR '$(IndividualB2CAuth)' == 'true'" />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-* " />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-* " />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.*-*" />
|
||||
<PackageReference Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.*-*" />
|
||||
</ItemGroup>
|
||||
|
||||
<!--#if PWA -->
|
||||
|
|
Загрузка…
Ссылка в новой задаче