Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../EFCore.NamingConventions.snk</AssemblyOriginatorKeyFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Description>Naming Conventions for Entity Framework Core Tables and Columns.</Description>
<Authors>Shay Rojansky</Authors>
<Copyright>Copyright 2023 © Shay Rojansky</Copyright>
<PackageTags>Entity Framework Core;entity-framework-core;ef;efcore;orm;sql</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/efcore/EFCore.NamingConventions</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down