Skip to content
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

Target .NET 6, update build SDK, update most packages #7431

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

ReubenBond
Copy link
Member

@ReubenBond ReubenBond commented Dec 9, 2021

This PR, which is intended for 3.6.0:

  • Adds .NET 6 as a build target
  • Fixes SourceLink support
  • Implements reproducible builds
  • Updates most dependencies
Microsoft Reviewers: Open in CodeFlow

<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the switch to embedded symbols, there should be no need for any symbol packages?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, we should remove them completely. They're gone in main, but we should remove the SymbolPackageFormat property, too

@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants