BlazorApp-empty1.csproj 687 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.17" />
  9. <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.17" PrivateAssets="all" />
  10. <PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
  11. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  12. <PackageReference Include="System.Net.Http" Version="4.3.4" />
  13. </ItemGroup>
  14. </Project>