| <Project Sdk="Microsoft.NET.Sdk"> | |
| <ItemGroup> | |
| <ProjectReference Include="..\rocketmq-client-csharp\rocketmq-client-csharp.csproj" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> | |
| </ItemGroup> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFrameworks>net6.0;net8.0</TargetFrameworks> | |
| <ServerGarbageCollection>true</ServerGarbageCollection> | |
| </PropertyGroup> | |
| </Project> |