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

Feature/multitarget #86

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Conversation

murlakatam
Copy link
Contributor

Fixes #85

Eugene Baranovsky added 2 commits November 9, 2023 12:59
Removing installation scripts as they are not working anyway (IMO)

Since nuget v3 install.ps1 and uninstall.ps1 are not executed https://devblogs.microsoft.com/nuget/NuGet-3-What-and-Why/#powershell-install-and-uninstall-scripts

The bug in current proj config was packing install/uninstall files inside /tools/tools/ folder instead of /tools/ which might have rendered them useless
@andrewabest
Copy link
Owner

Sorry @murlakatam it has been a busy couple of weeks for me! I'll try and look at this tomorrow.

Copy link
Owner

@andrewabest andrewabest left a comment

Choose a reason for hiding this comment

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

Alright I've had a look at this now, and have done some reading. Thanks for the detailed issue submission! Targeting net6/7 sounds like a good starting point, I will add dotnet 8 shortly too. CI build has passed and I double checked the package contents to ensure the multi-targeted outputs were present, which they were.

Thanks for cleaning up the install scripts too!

@andrewabest andrewabest merged commit 754f500 into andrewabest:master Nov 27, 2023
1 of 2 checks passed
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.

Running built-in Roslyn analyzer fails build in Visual Studio 2022
2 participants