/home/runner/.nuget/packages/postsharp/2024.1.6/build/PostSharp.targets(406,5): error : Unable to deserialize project assets file (file version if exists: 4). [/home/runner/work/MyCompany/MyCompany/MyCompany.Business/MyCompany.Business.csproj]
/home/runner/.nuget/packages/postsharp/2024.1.6/build/PostSharp.targets(406,5): error : Unable to start PostSharp due to previous error encountered while generating compiler's deps.json.
Our solution is using Postsharp 2024.1.6. Our solution is a mix of net46, net8, and net10 projects.
It all compiled fine on net10 10.0.2xx.
We tried updating Postsharp to latest version but we get the same error. Our workaround is to pin to net10 to 10.0.203 via global.json.
Our solution is using Postsharp 2024.1.6. Our solution is a mix of net46, net8, and net10 projects.
It all compiled fine on net10 10.0.2xx.
We tried updating Postsharp to latest version but we get the same error. Our workaround is to pin to net10 to 10.0.203 via
global.json.