File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Serilog.Extensions.Logging Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 17
17
<PackageProjectUrl >https://github.com/serilog/serilog-extensions-logging</PackageProjectUrl >
18
18
<PackageLicenseUrl >http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl >
19
19
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
20
+ <!-- Don't reference the full NETStandard.Library -->
21
+ <DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
20
22
</PropertyGroup >
21
23
22
24
<ItemGroup >
23
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.0.2 " />
25
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 1.0.0 " />
24
26
<PackageReference Include =" Serilog" Version =" 2.3.0" />
25
27
</ItemGroup >
26
28
You can’t perform that action at this time.
0 commit comments