2022.0304
大石头 authored at 2022-03-04 11:10:21
418.00 B
NewLife.RocketMQ
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>net6.0</TargetFrameworks>
    <OutputPath>..\BinTest</OutputPath>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="NewLife.Core" Version="9.0.2022.304" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\NewLife.RocketMQ\NewLife.RocketMQ.csproj" />
  </ItemGroup>

</Project>