-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
28 lines (24 loc) · 1.26 KB
/
Directory.Build.props
File metadata and controls
28 lines (24 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project>
<PropertyGroup Label="Build">
<LangVersion>latest</LangVersion>
<!-- <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> -->
<!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors> -->
<AnalysisLevel>latest</AnalysisLevel>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Label="Package">
<Authors>Oleksii Nikiforov</Authors>
<Company>Oleksii Nikiforov</Company>
<Copyright>Copyright © Oleksii Nikiforov. All rights Reserved</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint</PackageProjectUrl>
<RepositoryUrl>https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/NikiforovAll/ConfigurationDebugViewEndpoint/releases</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" PrivateAssets="all" Version="16.9.60" />
<PackageReference Include="MinVer" PrivateAssets="all" Version="2.5.0" />
</ItemGroup>
</Project>