Skip to content

Instantly share code, notes, and snippets.

View paolofulgoni's full-sized avatar

Paolo Fulgoni paolofulgoni

View GitHub Profile
@paolofulgoni
paolofulgoni / EFCoreEnums.csproj
Created September 15, 2019 20:45
Enums in EF Core
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>EFCoreEnums</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.6" />