forked from Remora/Remora.Discord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
21 lines (18 loc) · 790 Bytes
/
Directory.Build.props
File metadata and controls
21 lines (18 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<LegalAuthor>Jarl Gullberg</LegalAuthor>
<LegalEmail>jarl.gullberg@gmail.com</LegalEmail>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
</PropertyGroup>
<!-- NuGet-related properties -->
<PropertyGroup>
<RepositoryUrl>https://github.com/Remora/Remora.Discord</RepositoryUrl>
<RepositoryBranch>main</RepositoryBranch>
<PackageOutputPath>$(MSBuildThisFileDirectory)nuget</PackageOutputPath>
<PackageProjectUrl>https://github.com/Remora/Remora.Discord</PackageProjectUrl>
<PackageTags>remora;discord;bot;api;</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Remora.Results.Analyzers" PrivateAssets="all" />
</ItemGroup>
</Project>