-
Notifications
You must be signed in to change notification settings - Fork 154
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
Convert away from Paket #1049
base: main
Are you sure you want to change the base?
Convert away from Paket #1049
Conversation
ee61b00
to
99f2569
Compare
-.- |
…rce directory location
8df4b15
to
4684c10
Compare
Do we really need to do this? |
@baronfel is this still on the table? |
I'm still interested in migrating away, yes, but got blocked/didn't have enough time/etc to come back to this. I was trying to get to a flow where a normal build would also do the Paket things of getting the git dependencies, etc. IMO those would become submodules that we update like normal git things. |
Managing nuget/paket intricacies is getting a bit overwhelming - moving the app back to Nuget in the 'dumb' way at first, but it should bee able to layer on central package version management and package source mapping on top of this later. This also reduces diffs/pain for the net7 PR.