Components.WasmRemoteAuthentication.csproj 762 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
  2. <PropertyGroup>
  3. <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <StaticWebAssetBasePath>WasmRemoteAuthentication</StaticWebAssetBasePath>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(TestTrimmedOrMultithreadingApps)' == 'true'">
  9. <!-- Avoid spending time brotli compression publish output.-->
  10. <_BlazorBrotliCompressionLevel>NoCompression</_BlazorBrotliCompressionLevel>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Reference Include="Microsoft.AspNetCore.Components.WebAssembly" />
  14. <Reference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
  15. </ItemGroup>
  16. </Project>