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 62eec15 commit e16168bCopy full SHA for e16168b
src/Directory.Build.props
@@ -38,7 +38,8 @@
38
<ItemGroup Condition="'$(Configuration)' == 'Release'" >
39
<None Include="$(PackageLicenseDirectory)$(PackageLicenseFile)" Pack="true" PackagePath="\" />
40
<None Include="$(MSBuildThisFileDirectory)..\README.md" Pack="true" PackagePath="\" />
41
- <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
+
42
+ <PackageReference Condition="'$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0'" Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
43
</ItemGroup>
44
45
<ItemGroup>
0 commit comments