/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Components/Server/test/Microsoft.AspNetCore.Components.Server.Tests.csproj
44 строки
2 KB
dotnet-maestro[bot]
[main] Source code updates from dotnet/dotnet (#66239)
15 апр 2026, 08:46
Не верифицирован
15 апр 2026, 08:46
1517391
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.AspNetCore.Hosting" /> <Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" /> <Reference Include="Microsoft.AspNetCore.Http" /> <Reference Include="Microsoft.AspNetCore.Http.Abstractions" /> <Reference Include="Microsoft.AspNetCore.Http.Extensions" /> <Reference Include="Microsoft.AspNetCore.Http.Connections" /> <Reference Include="Microsoft.AspNetCore.Http.Features" /> <Reference Include="Microsoft.AspNetCore.Routing" /> <Reference Include="Microsoft.AspNetCore.Routing.Abstractions" /> <Reference Include="Microsoft.AspNetCore.SignalR" /> <Reference Include="Microsoft.AspNetCore.SignalR.Core" /> <Reference Include="Microsoft.AspNetCore.WebSockets" /> <Reference Include="Microsoft.AspNetCore.Authorization" /> <Reference Include="Microsoft.AspNetCore.Authorization.Policy" /> <Reference Include="Microsoft.AspNetCore.Components.Endpoints" /> <Reference Include="Microsoft.AspNetCore.Components.Server" /> <Reference Include="Microsoft.AspNetCore.Html.Abstractions" /> <Reference Include="Microsoft.AspNetCore.Routing" /> <Reference Include="Microsoft.Extensions.Diagnostics.Testing" /> <Reference Include="Microsoft.Extensions.Caching.Hybrid" /> </ItemGroup> <PropertyGroup> <SignalRTestBase>$(RepoRoot)src\SignalR\common\SignalR.Common\test\Internal\Protocol\</SignalRTestBase> </PropertyGroup> <ItemGroup> <Compile Include="$(SharedSourceRoot)Metrics\TestMeterFactory.cs" LinkBase="shared" /> <Compile Include="$(SignalRTestBase)HubMessageHelpers.cs" LinkBase="BlazorPack" /> <Compile Include="$(SignalRTestBase)MessagePackHubProtocolTestBase.cs" LinkBase="BlazorPack" /> <Compile Include="$(SignalRTestBase)TestBinder.cs" LinkBase="BlazorPack" /> <Compile Include="$(SignalRTestBase)TestHubMessageEqualityComparer.cs" LinkBase="BlazorPack" /> </ItemGroup> </Project>