-
-
Notifications
You must be signed in to change notification settings - Fork 257
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 to net46 #526
Update to net46 #526
Conversation
I see this project is in maintenance mode. Neverthless I suggest to take this change, because currently the repo cannot be built by some people. |
Codecov Report
@@ Coverage Diff @@
## main #526 +/- ##
==========================================
+ Coverage 82.30% 82.31% +0.01%
==========================================
Files 106 105 -1
Lines 3306 3303 -3
==========================================
- Hits 2721 2719 -2
+ Misses 585 584 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks for making a PR to keep things up to date. I don’t see any problem with moving forward to a modern version of .NET Framework. Out of curiosity, can you elaborate on the problem? I was under the impression that the targeting packs could be installed via NuGet, which is enabled in this project here: CommandLineUtils/Directory.Build.props Line 58 in dd5de06
|
IIRC, it simply would not build within VS, I was directed to get the targeting pack, then discovered it has been removed from downloads. I didn't look further. |
Do you want to merge (if only to get it out of my active PR list 🙂) |
Thanks @danmoseley ! |
.NET 4.5 has been out of support for 6 years and the targeting pack is no longer available. The repo can only be built by those who happen to already have it. I don't..
.NET 4.6 is the latest version potentially in support. https://learn.microsoft.com/en-US/lifecycle/faq/dotnet-framework
All tests pass locally.