Vit.WebHost.csproj 956 B

1234567891011121314151617181920212223242526272829
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <Version>2.1.1.611</Version>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Authors>Lith</Authors>
  8. <PackageProjectUrl>https://github.com/serset/Sers/tree/2.1.1/release</PackageProjectUrl>
  9. <Description>Send email to serset@yeah.net if you have any questions.</Description>
  10. </PropertyGroup>
  11. <PropertyGroup>
  12. <DocumentationFile>bin\Debug\netstandard2.0\Vit.WebHost.xml</DocumentationFile>
  13. </PropertyGroup>
  14. <ItemGroup>
  15. <PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.0.0" />
  16. <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.0.0" />
  17. <PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <ProjectReference Include="..\Vit.Core\Vit.Core\Vit.Core.csproj" />
  21. </ItemGroup>
  22. </Project>