We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5637449 commit 6d56edcCopy full SHA for 6d56edc
sample/Sample/Sample.csproj
@@ -2,13 +2,12 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
6
</PropertyGroup>
7
8
<ItemGroup>
9
<PackageReference Include="Serilog" Version="2.10.0" />
10
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
11
- <PackageReference Include="System.Net.Http" Version="4.3.4" />
12
<PackageReference Include="Serilog.Settings.Configuration" Version="3.3.0" />
13
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
14
</ItemGroup>
0 commit comments