forked from Remora/Remora.Sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
18 lines (17 loc) · 803 Bytes
/
Directory.Build.props
File metadata and controls
18 lines (17 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup>
<Authors>Jarl Gullberg</Authors>
<Copyright>$(Authors) $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
<RepositoryUrl>https://github.com/Remora/Remora.Sdk</RepositoryUrl>
<RepositoryBranch>main</RepositoryBranch>
<PackageProjectUrl>https://github.com/Remora/Remora.Sdk</PackageProjectUrl>
<PackageOutputPath>$(MSBuildThisFileDirectory)/nuget</PackageOutputPath>
<PackageIconPath>$(MSBuildThisFileDirectory)/images/shark.png</PackageIconPath>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
</Project>