-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (20 loc) · 1.07 KB
/
Directory.Build.props
File metadata and controls
20 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Mark Derman</Authors>
<Company>Soulv Software (Pty) Ltd</Company>
<Copyright>Copyright (c) Soulv Software 2025</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<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>