Skip to content

Commit

Permalink
Move package metadata into Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Aug 17, 2022
1 parent 5120d81 commit 97221ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<EnlistmentRoot>$(MSBuildThisFileDirectory.TrimEnd('\\'))</EnlistmentRoot>
Expand Down Expand Up @@ -39,4 +39,9 @@
<!-- https://github.com/dotnet/Nerdbank.GitVersioning/issues/751#issuecomment-1121151652 -->
<NBGV_PrivateP2PAuxTargets>$(EnlistmentRoot)\Nerdbank.GitVersioning.751-workaround.targets</NBGV_PrivateP2PAuxTargets>
</PropertyGroup>

<PropertyGroup Label="NuPack">
<Authors>Shuai Zhang</Authors>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.1;netstandard2.0</TargetFrameworks>
<RootNamespace>Microsoft.Extensions.Logging.Xunit</RootNamespace>

<Authors>Shuai Zhang</Authors>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 97221ba

Please sign in to comment.