-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
20 lines (19 loc) · 906 Bytes
/
Directory.Build.props
File metadata and controls
20 lines (19 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AnalysisLevel>latest-recommended</AnalysisLevel>
<!-- Package metadata -->
<Authors>Steve Hansen</Authors>
<Copyright>Steve Hansen</Copyright>
<RepositoryUrl>https://github.com/stevehansen/AsicSharp/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/stevehansen/AsicSharp/</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon Condition="Exists('$(MSBuildThisFileDirectory)icon.png')">icon.png</PackageIcon>
<PackageTags>asic;asics;timestamp;rfc3161;digital-signature;etsi;eidas;cryptography</PackageTags>
</PropertyGroup>
</Project>