Sers.Serslot.csproj 675 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.1.476</Version>
  5. <Description>https://github.com/serset/Sers/tree/2.1.1/release</Description>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <DocumentationFile>bin\Debug\netstandard2.0\Sers.Serslot.xml</DocumentationFile>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
  15. </ItemGroup>
  16. </Project>