-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update Library Manager build for net8 #729
Conversation
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
There was a problem hiding this 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.
<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" /> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
10fb005
to
3f5981c
Compare
Update Library Manager build for net8