Skip to content

Commit 376a9ff

Browse files
Merge pull request #11 from wisedev-code/feat/docs-with-cleanup-and-improvements
fix: remove packagle attributes
2 parents 3424bbb + 6f941bc commit 376a9ff

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)