/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/test/testassets/Components.WasmRemoteAuthentication/Components.WasmRemoteAuthentication.csproj
20 строк
746 B
Javier Calvarro Nelson
[Blazor] Replace Blazor WebAssembly DevServer with Gateway in templates (#66729)
19 май 2026, 20:45
Не верифицирован
19 май 2026, 20:45
b24ff65
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <StaticWebAssetBasePath>WasmRemoteAuthentication</StaticWebAssetBasePath> </PropertyGroup> <PropertyGroup Condition="'$(TestTrimmedApps)' == 'true'"> <!-- Avoid spending time brotli compression publish output.--> <_BlazorBrotliCompressionLevel>NoCompression</_BlazorBrotliCompressionLevel> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.AspNetCore.Components.WebAssembly" /> <Reference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" /> </ItemGroup> </Project>