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

Updated to conditional nuget packages. #897

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

MoFtZ
Copy link
Collaborator

@MoFtZ MoFtZ commented Dec 5, 2022

Since updating the Nuget packges to the latest version, compiling ILGPU now generates the warning: System.Collections.Immutable 7.0.0 doesn't support net5.0 and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk.

This PR removes the nuget packages on target frameworks where they are not required.

Copy link
Owner

@m4rs-mt m4rs-mt left a comment

Choose a reason for hiding this comment

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

Nice work 👍 !

@m4rs-mt m4rs-mt force-pushed the feature/nuget-dependencies branch from 3e7a457 to 2f52281 Compare December 5, 2022 14:34
@m4rs-mt m4rs-mt added this to the v1.4 milestone Dec 5, 2022
@m4rs-mt m4rs-mt added the bug label Dec 5, 2022
@m4rs-mt m4rs-mt merged commit f4b3445 into m4rs-mt:master Dec 5, 2022
@MoFtZ MoFtZ deleted the feature/nuget-dependencies branch December 5, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants