-
Notifications
You must be signed in to change notification settings - Fork 71
/
Directory.Build.props
24 lines (22 loc) · 1005 Bytes
/
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
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<Features>strict</Features>
<ImplicitUsings>enable</ImplicitUsings>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/martinothamar/Mediator</PackageProjectUrl>
<RepositoryUrl>https://github.com/martinothamar/Mediator</RepositoryUrl>
<PackageTags>mediator mediator-pattern source-generation source-gen source-generator sourcegenerator C# .NET dotnet</PackageTags>
<RepositoryType>git</RepositoryType>
<Authors>Martin Othamar</Authors>
<Copyright>Copyright 2022 Martin Othamar</Copyright>
</PropertyGroup>
<PropertyGroup>
<DotNetVersion>8.0.0</DotNetVersion>
</PropertyGroup>
</Project>