Skip to content

Commit b9ba012

Browse files
committed
fix projects
1 parent e413b96 commit b9ba012

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Serilog.Sinks.Mongo.Sample/Serilog.Sinks.Mongo.Sample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

test/Serilog.Sinks.Mongo.Tests/Serilog.Sinks.Mongo.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<OutputType>Exe</OutputType>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)