Skip to content

Commit a35ddc3

Browse files
authored
Set PackageProjectUrl (#77824)
Avoids the SDK setting this to dotnet/dotnet automatically, which is generally not useful for customers.
1 parent f5d37bf commit a35ddc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/targets/Settings.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<PropertyGroup>
55
<Copyright>$(CopyrightMicrosoft)</Copyright>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7+
<PackageProjectUrl>https://github.com/dotnet/roslyn</PackageProjectUrl>
78

89
<PackageTags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</PackageTags>
910
<ThirdPartyNoticesFilePath>$(MSBuildThisFileDirectory)..\..\src\NuGet\ThirdPartyNotices.rtf</ThirdPartyNoticesFilePath>

0 commit comments

Comments
 (0)