Sers.Gover.csproj 632 B

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