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 f5d37bf commit a35ddc3Copy full SHA for a35ddc3
eng/targets/Settings.props
@@ -4,6 +4,7 @@
4
<PropertyGroup>
5
<Copyright>$(CopyrightMicrosoft)</Copyright>
6
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7
+ <PackageProjectUrl>https://github.com/dotnet/roslyn</PackageProjectUrl>
8
9
<PackageTags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</PackageTags>
10
<ThirdPartyNoticesFilePath>$(MSBuildThisFileDirectory)..\..\src\NuGet\ThirdPartyNotices.rtf</ThirdPartyNoticesFilePath>
0 commit comments