forked from microsoft/RoslynClrHeapAllocationAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Directory.Build.props
23 lines (20 loc) · 1016 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
<Project>
<PropertyGroup>
<PackageVersion>1.0.13</PackageVersion>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<AnalysisLevel>8.0</AnalysisLevel>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<NuGetAuditMode>direct</NuGetAuditMode>
</PropertyGroup>
<PropertyGroup>
<Authors>Abc Arbitrage;Microsoft</Authors>
<PackageLicenseUrl>https://github.com/Abc-Arbitrage/HotPathAllocationAnalyzer/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Abc-Arbitrage/HotPathAllocationAnalyzer</PackageProjectUrl>
<RepositoryUrl>https://github.com/Abc-Arbitrage/HotPathAllocationAnalyzer</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>hotpath;performance;clr;allocations;boxing;closure;displayclass;delegate;enumerator;newobj;roslyn;analyzer;diagnostic</PackageTags>
</PropertyGroup>
</Project>