You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything compiles fine in VS with version 8.1.1 and .NET Core 8 locally. However, when I create a PR and it builds on a Linux machine in GitHub, I get the following error:
/usr/share/dotnet/sdk/8.0.404/Microsoft.Common.CurrentVersion.targets(5034,5): error MSB3027: Could not copy.
The project contains assemblies targeting .NET Standard 2.0 and 2.1.
These issues do not occur with version 4.8.1.
The text was updated successfully, but these errors were encountered:
Everything compiles fine in VS with version 8.1.1 and .NET Core 8 locally. However, when I create a PR and it builds on a Linux machine in GitHub, I get the following error:
/usr/share/dotnet/sdk/8.0.404/Microsoft.Common.CurrentVersion.targets(5034,5): error MSB3027: Could not copy.
The project contains assemblies targeting .NET Standard 2.0 and 2.1.
These issues do not occur with version 4.8.1.
The text was updated successfully, but these errors were encountered: