We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70f71d commit ace202eCopy full SHA for ace202e
1 file changed
Socolin.RabbitMQ.Client.Example/Socolin.RabbitMQ.Client.Example.csproj
@@ -4,14 +4,15 @@
4
<TargetFramework>net8.0</TargetFramework>
5
<RootNamespace>Socolin.RabbitMQ.Client.example</RootNamespace>
6
<OutputType>Exe</OutputType>
7
+ <IsPackable>false</IsPackable>
8
</PropertyGroup>
9
10
<ItemGroup>
- <ProjectReference Include="..\Socolin.RabbitMQ.Client\Socolin.RabbitMQ.Client.csproj" />
11
+ <ProjectReference Include="..\Socolin.RabbitMQ.Client\Socolin.RabbitMQ.Client.csproj" />
12
</ItemGroup>
13
14
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
15
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
16
17
18
</Project>
0 commit comments