Skip to content

Commit

Permalink
Fixed issue where SerilogFrameworkVersion was specified inside of Ite…
Browse files Browse the repository at this point in the history
…mGroup instead of PropertyGroup.

Signed-off-by: AraHaan <[email protected]>
  • Loading branch information
AraHaan authored Nov 10, 2022
1 parent ce24537 commit 9b61dd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sdk/Sdk.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<Project>

<ItemGroup>
<PropertyGroup>
<SerilogFrameworkVersion Condition="'$(SerilogFrameworkVersion)' == ''">7.0.0</SerilogFrameworkVersion>
</PropertyGroup>

<ItemGroup>
<!-- .NET 6 -->
<KnownFrameworkReference Include="Serilog.App"
TargetFramework="net6.0"
Expand Down

0 comments on commit 9b61dd4

Please sign in to comment.