forked from EFNext/EntityFrameworkCore.Triggered
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
25 lines (21 loc) · 1023 Bytes
/
Directory.Build.props
File metadata and controls
25 lines (21 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>default</LangVersion>
<Nullable>enable</Nullable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
<PropertyGroup>
<Description>Triggers for EF Core. Respond to changes in your ApplicationDbContext before and after they are committed to the database</Description>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/autoguru-au/EntityFrameworkCore.Triggered</RepositoryUrl>
<Authors>AutoGuru</Authors>
<PackageTags>EntityFramework;EFCore;Triggers;SQLServer;SqlLite;CosmosDb;.NET Core;aspnetcore</PackageTags>
<PackageProjectUrl>https://github.com/autoguru-au/EntityFrameworkCore.Triggered</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup>
<EFCorePackageVersion>9.0.3</EFCorePackageVersion>
<MicrosoftExtensionsVersion>9.0.3</MicrosoftExtensionsVersion>
</PropertyGroup>
</Project>