Skip to content

Commit ace202e

Browse files
committed
Mark example project as IsPackable=false
1 parent f70f71d commit ace202e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Socolin.RabbitMQ.Client.Example/Socolin.RabbitMQ.Client.Example.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<RootNamespace>Socolin.RabbitMQ.Client.example</RootNamespace>
66
<OutputType>Exe</OutputType>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>
10-
<ProjectReference Include="..\Socolin.RabbitMQ.Client\Socolin.RabbitMQ.Client.csproj" />
11+
<ProjectReference Include="..\Socolin.RabbitMQ.Client\Socolin.RabbitMQ.Client.csproj" />
1112
</ItemGroup>
1213

1314
<ItemGroup>
14-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
15+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1516
</ItemGroup>
1617

1718
</Project>

0 commit comments

Comments
 (0)