Skip to content

Commit 5a79c7e

Browse files
committed
DisableImplicitFrameworkReferences
1 parent 04baf4e commit 5a79c7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
<PackageProjectUrl>https://github.com/serilog/serilog-extensions-logging</PackageProjectUrl>
1818
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1919
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
20+
<!-- Don't reference the full NETStandard.Library -->
21+
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
2022
</PropertyGroup>
2123

2224
<ItemGroup>
23-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.2" />
25+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.0" />
2426
<PackageReference Include="Serilog" Version="2.3.0" />
2527
</ItemGroup>
2628

0 commit comments

Comments
 (0)