12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <Version>1.0.0.0-preview</Version>
- <Description>https://github.com/serset/ServiceAdaptor/tree/1.0/release</Description>
- </PropertyGroup>
- <PropertyGroup>
- <Authors>Lith</Authors>
- <Description>微服务适配器</Description>
- <PackageProjectUrl>https://github.com/serset/ServiceAdaptor.NetCore</PackageProjectUrl>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netstandard2.0\ServiceAdaptor.xml</DocumentationFile>
- </PropertyGroup>
- </Project>
|