Sers.Gover.Apm.Zipkin.csproj 724 B

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.11</Version>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Authors>Lith</Authors>
  8. <Description>Sers微服务-服务中心Apm。推送日志到Zipkin。</Description>
  9. <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
  10. </PropertyGroup>
  11. <PropertyGroup>
  12. <DocumentationFile>bin\Debug\netstandard2.0\Sers.Gover.Apm.Zipkin.xml</DocumentationFile>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <PackageReference Include="zipkin4net" Version="1.5.0" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\Sers.Gover\Sers.Gover.csproj" />
  19. </ItemGroup>
  20. </Project>