Skip to content

Commit e5f3adb

Browse files
authored
Merge pull request #175 from reactivemarbles/AddNet10
Set IsPackable to false in example projects
2 parents d2569ba + 2d45ba2 commit e5f3adb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Extensions.Hosting.Console.Example/Extensions.Hosting.Console.Example.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
10+
<IsPackable>false</IsPackable>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

src/Extensions.Hosting.Plugin.Example/ReactiveMarbles.Plugin.Example.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>net9.0;net48</TargetFrameworks>
55
<Platforms>AnyCPU;x64</Platforms>
66
<OutputPath>..\Extensions.Hosting.Console.Example\bin\$(Configuration)\$(TargetFramework)\Plugins\</OutputPath>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)