|
|
@ -23,7 +23,7 @@ |
|
|
--> |
|
|
--> |
|
|
|
|
|
|
|
|
<PropertyGroup |
|
|
<PropertyGroup |
|
|
Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '3.0'))) Or |
|
|
Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '3.0'))) Or |
|
|
('$(TargetFrameworkIdentifier)' == '.NETFramework') Or |
|
|
('$(TargetFrameworkIdentifier)' == '.NETFramework') Or |
|
|
('$(TargetFrameworkIdentifier)' == '.NETStandard') "> |
|
|
('$(TargetFrameworkIdentifier)' == '.NETStandard') "> |
|
|
<Nullable>annotations</Nullable> |
|
|
<Nullable>annotations</Nullable> |
|
|
@ -68,6 +68,11 @@ |
|
|
<DefineConstants>$(DefineConstants);SUPPORTS_SERVICE_PROVIDER_IN_HTTP_MESSAGE_HANDLER_BUILDER</DefineConstants> |
|
|
<DefineConstants>$(DefineConstants);SUPPORTS_SERVICE_PROVIDER_IN_HTTP_MESSAGE_HANDLER_BUILDER</DefineConstants> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup |
|
|
|
|
|
Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '3.0'))) "> |
|
|
|
|
|
<DefineConstants>$(DefineConstants);SUPPORTS_HTTP_CLIENT_DEFAULT_REQUEST_VERSION</DefineConstants> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<PropertyGroup |
|
|
<PropertyGroup |
|
|
Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '3.0'))) Or |
|
|
Condition=" ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '3.0'))) Or |
|
|
('$(TargetFrameworkIdentifier)' == '.NETStandard' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '2.1'))) "> |
|
|
('$(TargetFrameworkIdentifier)' == '.NETStandard' And $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '2.1'))) "> |
|
|
|