Skip to content

Commit

Permalink
C# modernization/cleanup in database model factories
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Nov 19, 2022
1 parent e64fda2 commit 9a64128
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 224 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageTags>Entity Framework Core;entity-framework-core;EF;Data;O/RM;EntityFramework;EntityFrameworkCore;EFCore</PackageTags>
<Product>Microsoft Entity Framework Core</Product>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>10.0</LangVersion>
<LangVersion>11.0</LangVersion>
<DebugType>portable</DebugType>
<PackageProjectUrl>https://docs.microsoft.com/ef/core/</PackageProjectUrl>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 9a64128

Please sign in to comment.