Entity-Framework-DBZ/EntityFrameworkCore.Console/EntityFrameworkCore.Console.csproj
Kevin Matsubara f1c4f4dda4 Add empty Console project to solution.
dotnet new console -n EntityFrameworkCore.Console
dotnet sln add EntityFrameworkCore.Console/EntityFrameworkCore.Console.csproj
2025-04-04 17:04:09 +02:00

11 lines
242 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>