AddRazorRuntimeCompilation not working when working directory is changed
I’m using newest .Net 5 RC2. For some reason when I run debug, working directory is set to project directory, not “binDebugnet5.0-windows”. That causes some problems because I use some shared files from other projects (they are all copied into one folder on build) so it’s important for me to have working dir in $(TargetDir). I tried to achieve it with 2 ways: