Page 1 of 1
Purpose of the ".net core" subfolder in OD application folder
Posted: Fri Jul 31, 2020 8:09 am
by mowgli
Searched for the answer but not finding info on it. Can anyone tell me the purpose of the .net core subfolder within the application folder in the source code? I know what the Sparks3D subfolder right next to it is for, but not the .net core folder or whether it's really necessary to include it.
Re: Purpose of the ".net core" subfolder in OD application folder
Posted: Sat Aug 01, 2020 8:23 am
by PatrickC
It is utilized for some internal .NET core projects. I believe you'll be fine if you choose to exclude it, I renamed it and did a build and run without issue. Leaving it is find as well.
Re: Purpose of the ".net core" subfolder in OD application folder
Posted: Thu Aug 06, 2020 9:09 am
by mowgli
Thanks for the reply, Patrick. Now in v20.2 and v20.3 in RequiredDlls there is also a .NET Standard folder which looks like it might also fit that category.
Re: Purpose of the ".net core" subfolder in OD application folder
Posted: Thu Aug 06, 2020 9:25 am
by PatrickC
Yes, they're related. It's safe to leave them in your source files.