ServiceAdaptor.csproj 613 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>1.0.0.0-preview</Version>
  5. <Description>https://github.com/serset/ServiceAdaptor/tree/1.0/release</Description>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <Authors>Lith</Authors>
  9. <Description>微服务适配器</Description>
  10. <PackageProjectUrl>https://github.com/serset/ServiceAdaptor.NetCore</PackageProjectUrl>
  11. </PropertyGroup>
  12. <PropertyGroup>
  13. <DocumentationFile>bin\Debug\netstandard2.0\ServiceAdaptor.xml</DocumentationFile>
  14. </PropertyGroup>
  15. </Project>