-
Notifications
You must be signed in to change notification settings - Fork 2
Create a .Net Core 3 version #1
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
base: master
Are you sure you want to change the base?
Conversation
Build only AstroGrep solution
Also disabled post build events because they caused an error. Conversion done with https://github.com/hvanbakel/CsprojToVs2017 used command dotnet migrate-2017 migrate AstroGrep.sln Had to comment Microsoft.CSHARP.Targets to fix error NETSDK1005
Code builds but fails at runtime with this exception in NLog NLog/NLog#2522 Will update NLog and check if issue persists.
This reverts commit f33f941.
|
😞 |
This reverts commit 8a296a8.
Following the steps here
https://devblogs.microsoft.com/dotnet/how-to-port-desktop-applications-to-net-core-3-0/