/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Security/perf/Microbenchmarks/Microsoft.AspNetCore.Security.Microbenchmarks.csproj
27 строк
1 KB
William Godbe
Treat all ProjectRefs to SharedFx projects as PrivateAssets=all (#64863)
24 дек 2025, 21:10
Не верифицирован
24 дек 2025, 21:10
f33887d
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <OutputType>Exe</OutputType> <ServerGarbageCollection>true</ServerGarbageCollection> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <RootNamespace>Microsoft.AspNetCore.Security</RootNamespace> </PropertyGroup> <ItemGroup> <Reference Include="BenchmarkDotNet" /> <Reference Include="Microsoft.AspNetCore.Authentication.Abstractions" /> <Reference Include="Microsoft.AspNetCore.Authentication.Cookies" /> <Reference Include="Microsoft.AspNetCore.Authorization.Policy" /> <Reference Include="Microsoft.AspNetCore.Hosting.Abstractions" /> <Reference Include="Microsoft.AspNetCore.Http" /> <Reference Include="Microsoft.AspNetCore.Http.Abstractions" /> <Reference Include="Microsoft.AspNetCore.Http.Features" /> <Reference Include="Microsoft.Extensions.DependencyInjection" /> <Reference Include="Microsoft.Extensions.Hosting" /> <Reference Include="Microsoft.Extensions.Logging" /> <Compile Include="$(SharedSourceRoot)BenchmarkRunner\*.cs" /> </ItemGroup> </Project>