Sers.Gover.csproj 681 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <pack>nuget</pack>
  4. </PropertyGroup>
  5. <PropertyGroup>
  6. <TargetFramework>netstandard2.0</TargetFramework>
  7. <Version>2.1.11</Version>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <Authors>Lith</Authors>
  11. <Description>Sers微服务-服务中心,服务治理库</Description>
  12. <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <DocumentationFile>bin\Debug\netstandard2.0\Sers.Gover.xml</DocumentationFile>
  16. </PropertyGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\Sers.ServiceCenter\Sers.ServiceCenter.csproj" />
  19. </ItemGroup>
  20. </Project>