I'm using VisualStudio 2019 CE and migrated my .Net project from packages.config to PackageReference.
Now is it possible to change the path of the generated obj folder?
Note: I'm not talking about <IntermediateOutputPath>
tag in build file.
I'm using VisualStudio 2019 CE and migrated my .Net project from packages.config to PackageReference.
Now is it possible to change the path of the generated obj folder?
Note: I'm not talking about <IntermediateOutputPath>
tag in build file.