Is it safe to add the condition `Exists(‘$(VSToolsPath)WebApplicationsMicrosoft.WebApplication.targets’)` to the .csproj file?
I have a .Net Framework 4.8 web application that uses the old-style .csproj file. I also have a corresponding .Net Framework 4.8 NUnit test project that uses the new SDK-style .csproj file. The application works and when I run tests from the IDE (either Rider or Visual Studio), they execute without problems.
Is it safe to add the condition `Exists(‘$(VSToolsPath)WebApplicationsMicrosoft.WebApplication.targets’)` to the .csproj file?
I have a .Net Framework 4.8 web application that uses the old-style .csproj file. I also have a corresponding .Net Framework 4.8 NUnit test project that uses the new SDK-style .csproj file. The application works and when I run tests from the IDE (either Rider or Visual Studio), they execute without problems.