-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (16 loc) · 746 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (16 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Authors>Sebastien Lebreton</Authors>
<RepositoryUrl>https://github.com/sailro/PrimaryConstructorAnalyzer</RepositoryUrl>
<VersionPrefix>1.0.6</VersionPrefix>
<Copyright>Sebastien Lebreton</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<PackageTags>Roslyn, Analyzer, Primary, Constructor</PackageTags>
<Description>Detect mutations for primary constructor parameters</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/sailro/PrimaryConstructorAnalyzer</PackageProjectUrl>
</PropertyGroup>
</Project>