-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
17 lines (17 loc) · 936 Bytes
/
Directory.Build.props
File metadata and controls
17 lines (17 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup>
<Authors>Mark Derman</Authors>
<Company>Soulv Software (Pty) Ltd</Company>
<Copyright>Copyright (c) Soulv Software 2025</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>13</LangVersion>
<PackageProjectUrl>https://github.com/MarkDerman/OrdinaryInfrastructure</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/MarkDerman/OrdinaryInfrastructure</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<WarningsAsErrors>8625;8600;8601;8603</WarningsAsErrors>
<!-- Todo: Add these ones in... <WarningsAsErrors>8625;8613;8618</WarningsAsErrors>-->
<NoWarn>1701;1702;5104;8602;8604;8618;8619;NU1901</NoWarn>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>