Sers.NetcoreLoader.csproj 705 B

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