-
Notifications
You must be signed in to change notification settings - Fork 20
/
Directory.Build.props
24 lines (21 loc) · 960 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>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<WarningLevel>5</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<AnalysisMode>All</AnalysisMode>
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
<Authors>Sergey Tihon, Microsoft Corporation, Eric White, and others</Authors>
<Copyright>Copyright 2012-2024</Copyright>
<RepositoryUrl>https://github.com/sergey-tihon/Clippit</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="3.2.0" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
<PackageReference Include="IDisposableAnalyzers" Version="4.0.8" PrivateAssets="all"/>
</ItemGroup>
</Project>