Sers.Gover.csproj 441 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.1.376</Version>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <DocumentationFile>bin\Debug\netstandard2.0\Sers.Gover.xml</DocumentationFile>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Sers.ServiceCenter\Sers.ServiceCenter.csproj" />
  11. </ItemGroup>
  12. </Project>