Lift M.ANC.Sockets.Common to .NET Standard 2.0
This commit is contained in:
parent
028bd68bf5
commit
fd7abb31e8
|
|
@ -3,7 +3,6 @@
|
||||||
<AspNetCoreIntegrationTestingVersion>0.4.0-*</AspNetCoreIntegrationTestingVersion>
|
<AspNetCoreIntegrationTestingVersion>0.4.0-*</AspNetCoreIntegrationTestingVersion>
|
||||||
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
<AspNetCoreVersion>2.0.0-*</AspNetCoreVersion>
|
||||||
<CoreFxLabsVersion>0.1.0-*</CoreFxLabsVersion>
|
<CoreFxLabsVersion>0.1.0-*</CoreFxLabsVersion>
|
||||||
<CoreFxVersion>4.3.0</CoreFxVersion>
|
|
||||||
<GoogleProtobufVersion>3.1.0</GoogleProtobufVersion>
|
<GoogleProtobufVersion>3.1.0</GoogleProtobufVersion>
|
||||||
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
|
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
|
||||||
<JsonNetVersion>10.0.1</JsonNetVersion>
|
<JsonNetVersion>10.0.1</JsonNetVersion>
|
||||||
|
|
@ -16,7 +15,7 @@
|
||||||
<RxVersion>3.1.1</RxVersion>
|
<RxVersion>3.1.1</RxVersion>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
TODO remove in next update of xunit
|
TODO remove in next update of xunit
|
||||||
Prevent bug in xunit.analyzer from failing the build.
|
Prevent bug in xunit.analyzer from failing the build.
|
||||||
Should be fixed by https://github.com/xunit/xunit.analyzers/pull/52
|
Should be fixed by https://github.com/xunit/xunit.analyzers/pull/52
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Description>Common primitives for Sockets clients and servers</Description>
|
<Description>Common primitives for Sockets clients and servers</Description>
|
||||||
<TargetFramework>netstandard1.3</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
<PackageTags>aspnetcore;signalr</PackageTags>
|
<PackageTags>aspnetcore;signalr</PackageTags>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue