12345678910111213141516171819202122 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <Version>2.1.11</Version>
- </PropertyGroup>
- <PropertyGroup>
- <Authors>Lith</Authors>
- <Description>Sers微服务-服务中心Apm。记录日志到txt文件。</Description>
- <PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netstandard2.0\Sers.Gover.Apm.Txt.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Sers.Gover\Sers.Gover.csproj" />
- </ItemGroup>
- </Project>
|