Jessecar96/SteamBot

How is it better to divide projects?

LightVolk opened this issue · 1 comments

I want to create projects on .net core 2.0. I create two projects: SteamTrade.Core and ExampleBot.Core and copy all code from projects to this to .net core projects.
Then i fix all errors.
But now i have 4 projects with same code (SteamTrade.Core dublicate SteamTrade,for example).

Should i remove .net framework project and migrate to core? Or can i use some another way to avoid duplication of code?

@LightVolk This is a question you should ask on StackOverflow or a similiar site but not in an issue tracker. This issue tracker is for ISSUES with the related project and not for help on the use of the code of the project in a new project. The chance to find help is a lot higher if you use other sites that are designed for that purpose.

So probably this can be closed then.

greetings