Skip to content

Commit

Permalink
Global System.Net.Http using stmt for .NET framework
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Jul 19, 2024
1 parent 344ee50 commit 0772bbb
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<DefineConstants>$(DefineConstants);FEATURE_CWT_ADDORUPDATE;FEATURE_ACTIVITY;FEATURE_HALF;FEATURE_DATE_AND_TIME_ONLY;FEATURE_SYNC_HTTP_SEND;FEATURE_SOCKETS_HTTP_HANDLER</DefineConstants>
</PropertyGroup>


<ItemGroup Condition=" '$(TargetFramework)' == 'net471' or '$(TargetFramework)' == 'net462' ">
<Using Include="System.Net.Http" />
</ItemGroup>

<ItemGroup>
<None Include="../../assets/serilog-sink-nuget.png" Pack="true" Visible="false" PackagePath="/" />
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="/" />
Expand Down

0 comments on commit 0772bbb

Please sign in to comment.