-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDirectory.Build.props
30 lines (26 loc) · 1.09 KB
/
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
24
25
26
27
28
29
30
<Project>
<Import Project="build\dependencies.props" />
<Import Project="build\releasenotes.props" />
<Import Project="build\version.props" />
<PropertyGroup>
<Description>
Base test form easycaching.
</Description>
<PackageTags>Redis,DistributedCache,Caching,Cache,Test</PackageTags>
<VersionPrefix>$(EasyCachingBaseTestPackageVersion)</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Owners>ncc;Catcher Wong</Owners>
<Authors>ncc;Catcher Wong</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>latest</LangVersion>
<PackageProjectUrl>https://github.com/easycaching-contrib/ec-basetest</PackageProjectUrl>
<RepositoryUrl>https://github.com/easycaching-contrib/ec-basetest</RepositoryUrl>
<PackageIcon>nuget-icon.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<PackageReleaseNotes>
$(EasyCachingBaseTestPackageNotes)
</PackageReleaseNotes>
</PropertyGroup>
</Project>