/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/test/testassets/NotReferencedInWasmCodePackage/NotReferencedInWasmCodePackage.csproj
14 строк
446 B
Javier Calvarro Nelson
[Blazor] Try to load the assembly when finding out a root component or a parameter in webassembly (#52331)
24 ноя 2023, 14:00
Не верифицирован
24 ноя 2023, 14:00
9de56a1
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk.Razor"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <OutputType>library</OutputType> <StaticWebAssetBasePath>_content/NotReferencedInWasmCodePackage</StaticWebAssetBasePath> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.AspNetCore.Components" /> <Reference Include="Microsoft.AspNetCore.Components.Web" /> </ItemGroup> </Project>