sensenet
sensenet copied to clipboard
Fix test environment in the cloud PART 1
Azure DevOps tests cannot run because of package incompatibilities - see build run logs for the sensenet build.
We have to consolidate package references (e.g. Microsoft.AspNetCore.Authentication
and maybe EFCore) to solve this.
Goal
- Azure DevOps build should run at least to the point where tests are getting executed
- making all tests green is not the scope of this issue