❯ dotnet build
MSBuild version 17.7.3+8ec440e68 for .NET
Determining projects to restore...
C:\...Web.csproj : error NU1202: Package Microsoft.EntityFrameworkCore.Tools 7.0.13 is not compatible with net70 (.NETFramework,Version=v7.0).
Package Microsoft.EntityFrameworkCore.Tools 7.0.13 supports: net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 is not compatible with net70 (.NETFramework,Version=v7.0). Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 supports:
C:\...Web.csproj : error NU1202: - net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: - net7.0 (.NETCoreApp,Version=v7.0)
C:\...Web.csproj : error NU1202: Package Microsoft.EntityFrameworkCore.Tools 7.0.13 is not compatible with net70 (.NETFramework, Version=v7.0) / win7-x86. Package Microsoft.EntityFrameworkCore.Tools 7.0.13 supports: net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 is not compatible with net70 (.NETFramework,Version=v7.0) / win7-x86. Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 supports:
C:\...Web.csproj : error NU1202: - net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: - net7.0 (.NETCoreApp,Version=v7.0)
Failed to restore C:\...Web.csproj (in 157 ms).
Build FAILED.
❯ dotnet build
MSBuild version 17.7.3+8ec440e68 for .NET
Determining projects to restore...
C:\...Web.csproj : error NU1202: Package Microsoft.EntityFrameworkCore.Tools 7.0.13 is not compatible with net70 (.NETFramework,Version=v7.0).
Package Microsoft.EntityFrameworkCore.Tools 7.0.13 supports: net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 is not compatible with net70 (.NETFramework,Version=v7.0). Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 supports:
C:\...Web.csproj : error NU1202: - net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: - net7.0 (.NETCoreApp,Version=v7.0)
C:\...Web.csproj : error NU1202: Package Microsoft.EntityFrameworkCore.Tools 7.0.13 is not compatible with net70 (.NETFramework, Version=v7.0) / win7-x86. Package Microsoft.EntityFrameworkCore.Tools 7.0.13 supports: net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 is not compatible with net70 (.NETFramework,Version=v7.0) / win7-x86. Package Npgsql.EntityFrameworkCore.PostgreSQL 7.0.11 supports:
C:\...Web.csproj : error NU1202: - net6.0 (.NETCoreApp,Version=v6.0)
C:\...Web.csproj : error NU1202: - net7.0 (.NETCoreApp,Version=v7.0)
Failed to restore C:\...Web.csproj (in 157 ms).
Build FAILED.