Skip to content

Commit

Permalink
Make correlator project packable
Browse files Browse the repository at this point in the history
  • Loading branch information
wdolek committed Nov 18, 2023
1 parent c85d6df commit 7e86856
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>Library</OutputType>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<IsPackable>true</IsPackable>
<IncludeSymbols>true</IncludeSymbols>
<NoWarn>$(NoWarn);IDE0046</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down Expand Up @@ -31,7 +32,7 @@
</ItemGroup>

<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>3.0.0</VersionPrefix>
<Authors>Zdenek Havlin</Authors>
<Description>
ASP.NET Core middleware processing incoming request correlation ID, together with HTTP message handler
Expand Down

0 comments on commit 7e86856

Please sign in to comment.