/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Servers/HttpSys/samples/TestClient/TestClient.csproj
13 строк
338 B
Chris Ross
Pool HttpSys request buffers (#17314)
23 ноя 2019, 02:35
Не верифицирован
23 ноя 2019, 02:35
ca23b1a
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework> <OutputType>Exe</OutputType> <StartupObject>TestClient.Program</StartupObject> </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.Extensions.Logging.Console" /> </ItemGroup> </Project>