Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
- Fixing path to DLL for net452 in nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Coyle committed Nov 8, 2019
1 parent 87e0ac3 commit 4554b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Serilog.Enrichers.CorrelationId.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<copyright></copyright>
<tags>serilog enrichers enricher correlationid correlation id</tags>
<dependencies>
<group targetFramework="net45">
<group targetFramework="net452">
<dependency id="Serilog" version="2.4.0" />
</group>
<group targetFramework="netstandard2.0">
Expand All @@ -28,7 +28,7 @@
</dependencies>
</metadata>
<files>
<file src="Serilog.Enrichers.CorrelationId\bin\$target$\net45\*.dll" target="lib/net45" />
<file src="Serilog.Enrichers.CorrelationId\bin\$target$\net452\*.dll" target="lib/net452" />
<file src="Serilog.Enrichers.CorrelationId\bin\$target$\netstandard2.0\*.dll" target="lib/netstandard2.0" />
<file src="Serilog.Enrichers.CorrelationId\bin\$target$\netstandard2.1\*.dll" target="lib/netstandard2.1" />
</files>
Expand Down

0 comments on commit 4554b72

Please sign in to comment.