Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Build Fail Errors #14

Closed
garlen-javier opened this issue May 6, 2021 · 3 comments
Closed

Multiple Build Fail Errors #14

garlen-javier opened this issue May 6, 2021 · 3 comments

Comments

@garlen-javier
Copy link

Tried to follow your instruction:

git clone https://github.com/PlayFab/MpsAgent.git
cd LocalMultiplayerAgent 
dotnet build

But got these errors.
Output:

  Determining projects to restore...
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.VisualStudio.Web.CodeGeneration.Tools (>= 1.0.1)' for '.NETCoreApp,Version=v2.2'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'Microsoft.NET.Test.Sdk (>= 16.7.1)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'FluentAssertions (>= 5.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces\AgentInterfaces.csproj : error NU1100: Unable to resolve 'NETStandard.Library (>= 2.0.3)' for '.NETStandard,Version=v2.0'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.NET.Test.Sdk (>= 16.1.1)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'MSTest.TestAdapter (>= 2.1.2)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Docker.DotNet (>= 3.125.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces\AgentInterfaces.csproj : error NU1100: Unable to resolve 'Docker.DotNet (>= 3.125.4)' for '.NETStandard,Version=v2.0'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Moq (>= 4.11.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'MSTest.TestFramework (>= 2.1.2)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces\AgentInterfaces.csproj : error NU1100: Unable to resolve 'Newtonsoft.Json (>= 12.0.3)' for '.NETStandard,Version=v2.0'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Microsoft.ApplicationInsights.AspNetCore (>= 2.17.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'MSTest.TestAdapter (>= 1.4.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'Newtonsoft.Json (>= 12.0.3)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces\AgentInterfaces.csproj : error NU1100: Unable to resolve 'protobuf-net (>= 3.0.29)' for '.NETStandard,Version=v2.0'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Mono.Posix.NETStandard (>= 1.0.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'System.Linq (>= 4.3.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces\AgentInterfaces.csproj : error NU1100: Unable to resolve 'protobuf-net.Grpc (>= 1.0.123)' for '.NETStandard,Version=v2.0'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'MSTest.TestFramework (>= 1.4.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'Docker.DotNet (>= 3.125.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Newtonsoft.Json (>= 12.0.3)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces\AgentInterfaces.csproj : error NU1100: Unable to resolve 'System.ComponentModel.Annotations (>= 4.7.0)' for '.NETStandard,Version=v2.0'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Docker.DotNet (>= 3.125.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Polly (>= 7.1.1)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces\AgentInterfaces.csproj : error NU1100: Unable to resolve 'System.Threading.Tasks.Extensions (>= 4.5.4)' for '.NETStandard,Version=v2.0'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'protobuf-net (>= 3.0.29)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.Versioning (>= 4.0.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'System.Diagnostics.PerformanceCounter (>= 4.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'protobuf-net.Grpc (>= 1.0.123)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.Extensions.Logging.Debug (>= 3.0.0-preview5.19227.9)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'protobuf-net (>= 3.0.29)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.0.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'System.ComponentModel.Annotations (>= 4.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'protobuf-net.Grpc (>= 1.0.123)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Newtonsoft.Json (>= 12.0.3)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'System.Threading.Tasks.Extensions (>= 4.5.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'protobuf-net (>= 3.0.29)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'protobuf-net.Grpc (>= 1.0.123)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'System.ComponentModel.Annotations (>= 4.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'System.Threading.Tasks.Extensions (>= 4.5.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'System.ComponentModel.Annotations (>= 4.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.ApplicationInsights.AspNetCore (>= 2.17.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'System.Threading.Tasks.Extensions (>= 4.5.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Mono.Posix.NETStandard (>= 1.0.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Polly (>= 7.1.1)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'System.Diagnostics.PerformanceCounter (>= 4.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.WindowsDesktop.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent.UnitTest\LocalMultiplayerAgent.UnitTest.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.App.Ref (= 3.1.10)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Microsoft.WindowsDesktop.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\VmAgent.Core\VmAgent.Core.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.App.Ref (= 3.1.10)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'Microsoft.WindowsDesktop.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\AgentInterfaces.Tests\AgentInterfaces.Tests.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.App.Ref (= 3.1.10)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Docker.DotNet (>= 3.125.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.Versioning (>= 4.0.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.Extensions.Logging.Debug (>= 3.0.0-preview5.19227.9)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.0.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Newtonsoft.Json (>= 12.0.3)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'protobuf-net (>= 3.0.29)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'protobuf-net.Grpc (>= 1.0.123)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.ComponentModel.Annotations (>= 4.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.Threading.Tasks.Extensions (>= 4.5.4)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.ApplicationInsights.AspNetCore (>= 2.17.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Mono.Posix.NETStandard (>= 1.0.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Polly (>= 7.1.1)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.Diagnostics.PerformanceCounter (>= 4.7.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Docker.DotNet (>= 3.125.4)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.Versioning (>= 4.0.0)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.Extensions.Logging.Debug (>= 3.0.0-preview5.19227.9)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.0.0)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Newtonsoft.Json (>= 12.0.3)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'protobuf-net (>= 3.0.29)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'protobuf-net.Grpc (>= 1.0.123)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.ComponentModel.Annotations (>= 4.7.0)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.Threading.Tasks.Extensions (>= 4.5.4)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.ApplicationInsights.AspNetCore (>= 2.17.0)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Mono.Posix.NETStandard (>= 1.0.0)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Polly (>= 7.1.1)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.Diagnostics.PerformanceCounter (>= 4.7.0)' for '.NETCoreApp,Version=v3.1/linux-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Docker.DotNet (>= 3.125.4)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.Versioning (>= 4.0.0)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.Extensions.Logging.Debug (>= 3.0.0-preview5.19227.9)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.0.0)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Newtonsoft.Json (>= 12.0.3)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'protobuf-net (>= 3.0.29)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'protobuf-net.Grpc (>= 1.0.123)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.ComponentModel.Annotations (>= 4.7.0)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.Threading.Tasks.Extensions (>= 4.5.4)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.ApplicationInsights.AspNetCore (>= 2.17.0)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Mono.Posix.NETStandard (>= 1.0.0)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Polly (>= 7.1.1)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'System.Diagnostics.PerformanceCounter (>= 4.7.0)' for '.NETCoreApp,Version=v3.1/win-x64'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.WindowsDesktop.App.Ref (= 3.1.0)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Runtime.linux-x64 (= 3.1.14)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Runtime.win-x64 (= 3.1.14)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.WindowsDesktop.App.Runtime.win-x64 (= 3.1.14)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.App.Runtime.linux-x64 (= 3.1.14)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.App.Runtime.win-x64 (= 3.1.14)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Host.win-x64 (= 3.1.14)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.NETCore.App.Host.linux-x64 (= 3.1.14)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\LocalMultiplayerAgent\LocalMultiplayerAgent.csproj : error NU1100: Unable to resolve 'Microsoft.AspNetCore.App.Ref (= 3.1.10)' for '.NETCoreApp,Version=v3.1'. [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]
C:\Program Files\dotnet\sdk\5.0.202\NuGet.targets(131,5): error : Value cannot be null. (Parameter 'path') [E:\UnityPrototypes\UnityMirror\LocalPlayfab\MpsAgent\MpsAgent.sln]

Build FAILED.
@dgkanatsios
Copy link
Contributor

What’s the .NET Core SDK version you are using?

@garlen-javier
Copy link
Author

The latest, I think it was 5.0 and just downloaded it a while ago.

@garlen-javier
Copy link
Author

Oh my mistake, download .Net SDK instead of .Net Core. Thanks anyway for the reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants