Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit fcf7ff4

Browse files
paulomorgadoctaggart
authored andcommitted
Added DevelopmentDependency (#339)
Added <DevelopmentDependency>True</DevelopmentDependency> to build NuGet packages with the developmentDependency metadata
1 parent 2bb6ef8 commit fcf7ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SourceLink.Copy.PdbFiles/SourceLink.Copy.PdbFiles.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard1.4</TargetFramework>
55
<IncludeBuildOutput>false</IncludeBuildOutput>
6+
<DevelopmentDependency>True</DevelopmentDependency>
67
</PropertyGroup>
78
<ItemGroup Label="dotnet pack instructions">
89
<PackageReference Update="NETStandard.Library" PrivateAssets="all" />
@@ -19,4 +20,4 @@
1920
<PackagePath>build</PackagePath>
2021
</Content>
2122
</ItemGroup>
22-
</Project>
23+
</Project>

0 commit comments

Comments
 (0)