we're using this extension with VS 2017 quite some time now and it always worked flawlessly - until we added a C# project in SDK format (.NET Core). The variables $(SolutionPlatform) and $(SolutionConfiguration) seem to be uninitialized. Is there something I can do to make it work?
Hello,
we're using this extension with VS 2017 quite some time now and it always worked flawlessly - until we added a C# project in SDK format (.NET Core). The variables
$(SolutionPlatform)
and$(SolutionConfiguration)
seem to be uninitialized. Is there something I can do to make it work?Thank you in advance!