You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Karsha_Site.Common.csproj 340B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
  7. <PackageReference Include="Microsoft.AspNetCore.Http.Features" Version="5.0.17" />
  8. </ItemGroup>
  9. </Project>