-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
25 lines (20 loc) · 959 Bytes
/
Directory.Build.props
File metadata and controls
25 lines (20 loc) · 959 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>
<LegalAuthor>Jarl Gullberg</LegalAuthor>
<LegalEmail>jarl.gullberg@gmail.com</LegalEmail>
</PropertyGroup>
<!-- NuGet-related properties -->
<PropertyGroup>
<RepositoryUrl>https://github.com/Remora/Remora.Extensions.Options.Immutable</RepositoryUrl>
<RepositoryBranch>main</RepositoryBranch>
<PackageOutputPath>$(MSBuildThisFileDirectory)/nuget</PackageOutputPath>
<PackageProjectUrl>https://github.com/Remora/Remora.Extensions.Options.Immutable</PackageProjectUrl>
<PackageTags>remora;extensions;options;microsoft;</PackageTags>
<BaseDescription>
Remora.Extensions is a set of libraries that extend the C# ecosystem, in similar vein to Microsoft.Extenions.
</BaseDescription>
</PropertyGroup>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>