-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
27 lines (23 loc) · 1.16 KB
/
Directory.Build.props
File metadata and controls
27 lines (23 loc) · 1.16 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
<Project>
<PropertyGroup Label="Build">
<LangVersion>latest</LangVersion>
<AnalysisLevel>latest</AnalysisLevel>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Label="Package">
<Authors>darth_fabar</Authors>
<Company>darth_fabar</Company>
<Copyright>Copyright © darth_fabar. All rights Reserved</Copyright>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/darthfabar/DistributedCachePollyDecorator</PackageProjectUrl>
<RepositoryUrl>https://github.com/darthfabar/DistributedCachePollyDecorator.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/darthfabar/DistributedCachePollyDecorator/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>