-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi there, I am using .Net Core 3.1.302, and I getting an error in the action phase.
[20-11-15 07:07:04.430]Info:[MetadataCommand.ExtractMetadata]Using mono /usr/lib/mono/msbuild/15.0/bin/MSBuild.dll as inner compiler. [20-11-15 07:07:04.585]Info:[MetadataCommand.ExtractMetadata]Loading projects... A compatible installed dotnet SDK for global.json version: [3.1.302] from [/github/workspace/src/global.json] was not found Please install the [3.1.302] SDK or update [/github/workspace/src/global.json] with an installed dotnet SDK: A compatible installed dotnet SDK for global.json version: [3.1.302] from [/github/workspace/src/global.json] was not found Please install the [3.1.302] SDK or update [/github/workspace/src/global.json] with an installed dotnet SDK: [20-11-15 07:07:06.405]Warning:[MetadataCommand.ExtractMetadata](/github/workspace/src/ByteDecoder.Common/ByteDecoder.Common.csproj)Workspace failed with: [Failure] Msbuild failed when processing the file '/github/workspace/src/ByteDecoder.Common/ByteDecoder.Common.csproj' with message:
Seems there is a problem with the SDK version that my project use and the one that the action is using.
Could you point me in the right direction?