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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: