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.

EndPoint.Site.csproj 1.0KB

12345678910111213141516171819202122232425262728
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="LazZiya.TagHelpers" Version="2.2.0" />
  7. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" />
  8. <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.0">
  9. <PrivateAssets>all</PrivateAssets>
  10. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  11. </PackageReference>
  12. <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" />
  13. <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <Folder Include="Areas\Admin\Data\" />
  17. <Folder Include="Areas\Admin\Models\" />
  18. <Folder Include="wwwroot\images\" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\Karsha_Site.Persistance\Karsha_Site.Persistance.csproj" />
  22. </ItemGroup>
  23. </Project>