WebApplication1.csproj 462 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <Content Remove="wwwroot\css\11.css" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <None Include="wwwroot\css\11.css" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
  15. </ItemGroup>
  16. </Project>