-
Notifications
You must be signed in to change notification settings - Fork 1
/
Directory.Build.props
28 lines (24 loc) · 1.1 KB
/
Directory.Build.props
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
26
27
28
<Project>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
</PropertyGroup>
<PropertyGroup>
<NuGetAudit>true</NuGetAudit>
<NuGetAuditMode>all</NuGetAuditMode>
<NuGetAuditLevel>low</NuGetAuditLevel>
</PropertyGroup>
<PropertyGroup>
<Authors>Finter As</Authors>
<Product>dotnetmongomigrations</Product>
<Copyright>Copyright © Finter As</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/fintermobilityas/mongomigrations.core</PackageProjectUrl>
<RepositoryUrl>https://github.com/fintermobilityas/mongomigrations.core.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageOutputPath Condition="$(PackageOutputPath) == ''">$(MSBuildThisFileDirectory)\nupkgs</PackageOutputPath>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>