Skip to content

Commit 6f941bc

Browse files
author
Piotr Stachaczynski
committed
fix: remove packagle attributes
1 parent 8ffe9b7 commit 6f941bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Examples/Examples.SimpleConsole/Examples.SimpleConsole.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
<IsPackable>false</IsPackable>
78
<Nullable>enable</Nullable>
89
</PropertyGroup>
910

src/MaIN.Infrastructure/MaIN.Infrastructure.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
6+
<IsPackable>false</IsPackable>
67
<Nullable>enable</Nullable>
78
</PropertyGroup>
89

0 commit comments

Comments
 (0)