File: Microsoft.AspNetCore.SignalR.Client.Core.csproj
Web Access
Project: src\src\SignalR\clients\csharp\Client.Core\src\Microsoft.AspNetCore.SignalR.Client.Core.csproj (Microsoft.AspNetCore.SignalR.Client.Core)
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <EnableDefaultItems>false</EnableDefaultItems>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
    <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
    <AssemblyName>Microsoft.AspNetCore.SignalR.Client.Core</AssemblyName>
    <KeyOriginatorFile>..\..\..\..\..\..\.packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25367.101\tools\snk\AspNetCore.snk</KeyOriginatorFile>
    <LangVersion>Preview</LangVersion>
    <DefineConstants>TRACE;INTERNAL_NULLABLE_ATTRIBUTES;RELEASE;NETFRAMEWORK;NET462;NET20_OR_GREATER;NET30_OR_GREATER;NET35_OR_GREATER;NET40_OR_GREATER;NET45_OR_GREATER;NET451_OR_GREATER;NET452_OR_GREATER;NET46_OR_GREATER;NET461_OR_GREATER;NET462_OR_GREATER</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="HubConnection.cs"/>
    <Compile Include="HubConnection.Log.cs"/>
    <Compile Include="HubConnectionBuilder.cs"/>
    <Compile Include="HubConnectionBuilderExtensions.cs"/>
    <Compile Include="HubConnectionExtensions.cs"/>
    <Compile Include="HubConnectionExtensions.InvokeAsync.cs"/>
    <Compile Include="HubConnectionExtensions.InvokeAsyncGeneric.cs"/>
    <Compile Include="HubConnectionExtensions.OnResult.cs"/>
    <Compile Include="HubConnectionExtensions.SendAsync.cs"/>
    <Compile Include="HubConnectionExtensions.StreamAsChannelAsync.cs"/>
    <Compile Include="HubConnectionExtensions.StreamAsync.cs"/>
    <Compile Include="HubConnectionOptions.cs"/>
    <Compile Include="HubConnectionState.cs"/>
    <Compile Include="IHubConnectionBuilder.cs"/>
    <Compile Include="Internal\ConnectionLogScope.cs"/>
    <Compile Include="Internal\DefaultRetryPolicy.cs"/>
    <Compile Include="Internal\InvocationRequest.cs"/>
    <Compile Include="Internal\SerializedHubMessage.cs"/>
    <Compile Include="Internal\SignalRClientActivitySource.cs"/>
    <Compile Include="IRetryPolicy.cs"/>
    <Compile Include="RetryContext.cs"/>
    <Compile Include="..\..\..\..\common\Shared\AwaitableThreadPool.cs" Link="src\SignalR\common\Shared\AwaitableThreadPool.cs"/>
    <Compile Include="..\..\..\..\common\Shared\PipeWriterStream.cs" Link="src\SignalR\common\Shared\PipeWriterStream.cs"/>
    <Compile Include="..\..\..\..\common\Shared\ReflectionHelper.cs" Link="src\SignalR\common\Shared\ReflectionHelper.cs"/>
    <Compile Include="..\..\..\..\common\Shared\TimerAwaitable.cs" Link="src\SignalR\common\Shared\TimerAwaitable.cs"/>
    <Compile Include="..\..\..\..\common\Shared\AsyncEnumerableAdapters.cs" Link="src\SignalR\common\Shared\AsyncEnumerableAdapters.cs"/>
    <Compile Include="..\..\..\..\common\Shared\CreateLinkedToken.cs" Link="src\SignalR\common\Shared\CreateLinkedToken.cs"/>
    <Compile Include="..\..\..\..\common\Shared\MessageBuffer.cs" Link="src\SignalR\common\Shared\MessageBuffer.cs"/>
    <Compile Include="..\..\..\..\..\Shared\OperatingSystem.cs" Link="src\Shared\OperatingSystem.cs"/>
    <Compile Include="..\..\..\..\..\Shared\TrimmingAttributes.cs" Link="src\Shared\TrimmingAttributes.cs"/>
    <Compile Include="..\..\..\..\..\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs" Link="src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs"/>
    <Compile Include="..\..\..\..\..\Shared\ThrowHelpers\ObjectDisposedThrowHelper.cs" Link="src\Shared\ThrowHelpers\ObjectDisposedThrowHelper.cs"/>
    <Compile Include="..\..\..\..\..\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs" Link="src\Shared\CallerArgument\CallerArgumentExpressionAttribute.cs"/>
    <Compile Include="..\..\..\..\..\Shared\ValueTaskExtensions\ValueTaskExtensions.cs" Link="src\Shared\ValueTaskExtensions\ValueTaskExtensions.cs"/>
    <Compile Include="..\..\..\..\..\Shared\NonCapturingTimer\NonCapturingTimer.cs" Link="src\Shared\NonCapturingTimer\NonCapturingTimer.cs"/>
    <Compile Include="..\..\..\..\..\Shared\Nullable\NullableAttributes.cs" Link="src\Shared\Nullable\NullableAttributes.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs" Link="artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net462\.NETFramework,Version=v4.6.2.AssemblyAttributes.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net462\Microsoft.AspNetCore.SignalR.Client.Core.InternalsVisibleTo.cs" Link="artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net462\Microsoft.AspNetCore.SignalR.Client.Core.InternalsVisibleTo.cs"/>
    <Compile Include="..\..\..\..\..\..\artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net462\Microsoft.AspNetCore.SignalR.Client.Core.AssemblyInfo.cs" Link="artifacts\obj\Microsoft.AspNetCore.SignalR.Client.Core\Release\net462\Microsoft.AspNetCore.SignalR.Client.Core.AssemblyInfo.cs"/>
  </ItemGroup>
  <ItemGroup>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\01f97961880b44ce8b12d4c64e237737\Microsoft.AspNetCore.Connections.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b4f9a89cf5014cda93eabcba818d95ae\Microsoft.AspNetCore.SignalR.Common.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0272400fc7364eb3b188aec4043f3cc2\Microsoft.AspNetCore.SignalR.Protocols.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\8016264ce8c24ae0b7598f83d6241804\Microsoft.Bcl.AsyncInterfaces.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1b90cf1264494acd88a048094eef64d0\Microsoft.Bcl.TimeProvider.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\261a580418bf4a7585cecf95aded1570\Microsoft.Extensions.DependencyInjection.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f075802dea02440b9bece271837c84d9\Microsoft.Extensions.DependencyInjection.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3946906dd99a4746a67970c7a737234b\Microsoft.Extensions.Features.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\6d4bc5f6ba4a480f9f61ee5ffa29beed\Microsoft.Extensions.Logging.Abstractions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\0b22dc2851b2470d813b4dbd6252b211\Microsoft.Extensions.Logging.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b8c3a4ea07be4862a8bd5366285b8952\Microsoft.Extensions.Options.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\571ffc2c4f3d4c44b97ba13da5ceaef5\Microsoft.Extensions.Primitives.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\04b32629b4364480b7ee968494a34fac\mscorlib.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\2326c636b1c44835a10942b280d74e94\System.Buffers.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fe4c196d33bb4943b384513e617837f9\System.ComponentModel.DataAnnotations.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\da453a8bb3ac4e34a3040ee9dd9be42a\System.Core.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c255ff214a3f4b2ab550af06db14015b\System.Data.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\038714cbfb594afdba350126ca7c63fb\System.Diagnostics.DiagnosticSource.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\4b2792b6d00b4a7b9841029a688ad04c\System.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\97eaa07f64fd42278aaecab90a76928b\System.Drawing.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\7141e86840f14d9d80339b1a8ef172e0\System.IO.Compression.FileSystem.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\a3f0679fa332440fa657f7c6ef5b49df\System.IO.Pipelines.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\27c7dfb4b639450089148d6e6caca8cb\System.Memory.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\87af0119bb274da4a077ad125f0177fe\System.Net.Sockets.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\cb56097fb2254a399d1794b048667fce\System.Numerics.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\d766f7553ab54eaa9a45ee162a1631ae\System.Numerics.Vectors.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\c6def5357c0f4b439aadd997d94d3033\System.Runtime.CompilerServices.Unsafe.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\67040de58f2845c2853aec4726d6a392\System.Runtime.Serialization.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\1d91c3198bd34ebfb6fd2e9329ac5502\System.Text.Encodings.Web.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\3f609479d4a642f7aa3d255e36a77e8c\System.Text.Json.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\fa0dd708cd3c4dde9f7be4a5353c6b2e\System.Threading.Channels.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\f3b88b95fe664644ac3fa31400f50e06\System.Threading.Tasks.Extensions.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\462e7f2c5a384a12a64a64e9d553f53a\System.ValueTuple.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\b7e9033d7cb340ba831f1657c9c0da4b\System.Xml.dll"/>
    <ReferencePath Include="..\..\..\..\..\..\..\ref\005f1668a7b942e9a3806c0ab160d243\System.Xml.Linq.dll"/>
  </ItemGroup>
</Project>