We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b038d0 commit c4009d6Copy full SHA for c4009d6
src/Directory.Build.targets
@@ -8,9 +8,8 @@
8
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)"/>
9
</ItemGroup>
10
11
- <!-- Use SourceLink for all production projects, and include the licence file -->
+ <!-- Include the licence file in NuGet packages. -->
12
<ItemGroup>
13
- <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
14
<None Include="$(RepoRoot)/LICENSE" Pack="true" PackagePath="" />
15
16
</Project>
0 commit comments