Skip to content

.net core Restoring package Error #31

@sleepingwovles

Description

@sleepingwovles

log : Restoring packages for /mydocker/app/mydocker/app/project.json...
log : Installing System.Security.Claims 4.0.1.
log : Installing System.Security.Principal 4.0.1.
log : Installing Microsoft.Win32.Primitives 4.0.1.
log : Installing System.Reflection.Emit.Lightweight 4.0.1.
log : Installing System.Threading.Tasks.Extensions 4.0.0.
log : Installing SQLite.Native 3.12.2.
log : Installing System.Security.Principal.Windows 4.0.0.
log : Installing System.Net.Primitives 4.0.11.
log : Installing System.Reflection.Emit.ILGeneration 4.0.1.
log : Installing runtime.native.System 4.0.0.
log : Installing System.Linq.Expressions 4.1.0.
log : Installing System.ObjectModel 4.0.12.
log : Installing Microsoft.CSharp 4.0.1.
log : Installing System.Dynamic.Runtime 4.0.11.
log : Installing System.Runtime.Serialization.Primitives 4.1.1.
log : Installing SQLite 3.12.2.
log : Installing Akka.Interfaced 0.5.2.
log : Installing Microsoft.NETCore.Portable.Compatibility 1.0.1.
log : Installing Akka.Persistence.Sqlite 1.2.0-alpha1.
log : Installing Akka.Persistence 1.2.0-alpha1.
log : Installing Akka 1.2.0-alpha1.
log : Installing Akka.Interfaced-Base 0.5.2.
log : Installing Microsoft.NETCore.Runtime.CoreCLR 1.0.2.
log : Installing Akka.Persistence.Sql.Common 1.2.0-alpha1.
log : Installing Microsoft.Data.SQLite 1.0.0.
log : Installing System.Collections.Immutable 1.2.0.
log : Installing Google.ProtocolBuffers 2.4.1.555.
log : Installing Newtonsoft.Json 9.0.1.
log : Installing System.Threading.Thread 4.0.0.
log : Installing System.Threading.ThreadPool 4.0.10.
log : Installing System.Reflection.TypeExtensions 4.1.0.
log : Installing System.Diagnostics.TraceSource 4.0.0.
log : Installing System.Reflection.Emit 4.0.1.
log : Installing System.Net.Sockets 4.1.0.
log : Installing System.Net.NameResolution 4.0.0.
log : Installing Microsoft.NETCore.Jit 1.0.2.
log : Installing System.Data.Common 4.1.0.
log : Installing System.Reflection.Extensions 4.0.1.
error: Package Akka.Interfaced 0.5.2 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Akka.Inter
faced 0.5.2 supports: net45 (.NETFramework,Version=v4.5)
error: Package Akka.Interfaced-Base 0.5.2 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Akka.
Interfaced-Base 0.5.2 supports:
error: - net35 (.NETFramework,Version=v3.5)
error: - net45 (.NETFramework,Version=v4.5)
error: One or more packages are incompatible with .NETCoreApp,Version=v1.1.
log : Writing lock file to disk. Path: /mydocker/app/mydocker/app/project.lock.json
log : /mydocker/app/mydocker/app/project.json
log : Restore failed in 40702ms.

Errors in /mydocker/app/mydocker/app/project.json
Package Akka.Interfaced 0.5.2 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Akka.Interfac
ed 0.5.2 supports: net45 (.NETFramework,Version=v4.5)
Package Akka.Interfaced-Base 0.5.2 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Akka.Int
erfaced-Base 0.5.2 supports:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions