/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/SignalR/samples/ClientSample/ClientSample.csproj
19 строк
628 B
Doug Bunting
Expose all references when not restoring (#32718)
20 май 2021, 21:50
Не верифицирован
20 май 2021, 21:50
0b0bed3
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(DefaultNetCoreTargetFramework);$(DefaultNetFxTargetFramework)</TargetFrameworks> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <Compile Include="$(SignalRSharedSourceRoot)DuplexPipe.cs" Link="DuplexPipe.cs" /> <Compile Include="$(SharedSourceRoot)CommandLineUtils\**\*.cs" /> </ItemGroup> <ItemGroup> <Reference Include="Microsoft.AspNetCore.SignalR.Client" /> <Reference Include="Microsoft.Extensions.Logging.Console" /> <Reference Include="Microsoft.Extensions.Logging" /> </ItemGroup> </Project>