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

Update Library Manager build for net8 #729

Merged
merged 5 commits into from
Mar 20, 2024

Conversation

phil-allen-msft
Copy link
Contributor

Update Library Manager build for net8

Extract TFMs that are likely to change into variables
Update to net8
SourceLink is built into net8 SDK, can drop explciit references
Update to net481, including source code references
Directory.Build.props Outdated Show resolved Hide resolved
Copy link
Contributor

@jimmylewis jimmylewis left a comment

Choose a reason for hiding this comment

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

overall, LGTM. Mostly concerned about communicating the updated platform requirements in a semantic way.

build/CreateInsertionMetadata.proj Outdated Show resolved Hide resolved
Directory.Build.props Outdated Show resolved Hide resolved
src/LibraryManager.Build/RestoreTask.cs Outdated Show resolved Hide resolved
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>Microsoft.Web.LibraryManager.Cli</PackageId>
<Description>Command line tool for Library Manager</Description>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Copy link
Contributor

Choose a reason for hiding this comment

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

how does this version get resolved in the future? I.e. when updating to dotnet 10, will this break or does it get re-resolved to the version=10.0.0.0 assembly?

Copy link
Collaborator

@alexgav alexgav left a comment

Choose a reason for hiding this comment

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

:shipit:

@phil-allen-msft phil-allen-msft force-pushed the dev/phil-allen-msft/libraryManagerBuildFix branch from 10fb005 to 3f5981c Compare March 19, 2024 16:51
@phil-allen-msft phil-allen-msft merged commit 2cce982 into main Mar 20, 2024
2 checks passed
@phil-allen-msft phil-allen-msft deleted the dev/phil-allen-msft/libraryManagerBuildFix branch March 20, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants