forked from ryanheath/RavenDB-NodaTime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
25 lines (22 loc) · 1018 Bytes
/
Directory.Build.props
File metadata and controls
25 lines (22 loc) · 1018 Bytes
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
<Project>
<PropertyGroup>
<Authors>Matt Johnson;Ryan Heath</Authors>
<PackageTags>ravendb;raven db;noda time;nodatime</PackageTags>
<PackageProjectUrl>https://github.com/ryanheath/RavenDB-NodaTime</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>http://static.ravendb.net/logo-for-nuget.png</PackageIconUrl>
<PackageIcon>logo-for-nuget.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
<Version>7.2.1</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\logo-for-nuget.png" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>