-
Notifications
You must be signed in to change notification settings - Fork 64
Add SBRP attribute #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SBRP attribute #794
Changes from all commits
ba2ae03
88b8727
b6e2ed6
95dae83
a69a6d7
dc62e8b
b0d320b
2347c49
60266f8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,7 @@ | |
[assembly: AssemblyProduct("Microsoft® .NET Framework")] | ||
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] | ||
[assembly: AssemblyFileVersion("6.0.21.52210")] | ||
[assembly: AssemblyInformationalVersion("6.0.21.52210 built by: SOURCEBUILD")] | ||
[assembly: CLSCompliant(true)] | ||
[assembly: AssemblyMetadata("", "")] | ||
Comment on lines
-24
to
-26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How did these did here in the first place? Was it via automation or were they manually added? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We were previously generating these attributes prior to the refactoring to use GenAPI. These are the few packages that have not been regenerated with the new tooling - tracked with dotnet/source-build#3459 |
||
[assembly: AssemblyVersion("6.0.0.0")] | ||
|
||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.