RestBus icon indicating copy to clipboard operation
RestBus copied to clipboard

any support for dotnet core 1.1?

Open zinark opened this issue 7 years ago • 0 comments

PM> Install-Package RestBus.Common GET https://api.nuget.org/v3/registration1-gz/restbus.common/index.json id='System.Runtime.Serialization.Formatters' 178ms OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/index.json 378ms GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.formatters/index.json 560ms GET https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.formatters/4.3.0-preview1-24530-04/system.runtime.serialization.formatters.4.3.0-preview1-24530-04.nupkg OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg 553ms OK https://api.nuget.org/v3-flatcontainer/system.runtime.serialization.formatters/4.3.0-preview1-24530-04/system.runtime.serialization.formatters.4.3.0-preview1-24530-04.nupkg 566ms Install-Package : Package RestBus.Common 0.6.3 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). **

Package RestBus.Common 0.6.3 supports: portable-dnxcore50+net45+win

** (.NETPortable,Version=v0.0,Profile=net45+dnxcore50+win) At line:1 char:1

  • Install-Package RestBus.Common
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Install-Package : One or more packages are incompatible with .NETCoreApp,Version=v1.1. At line:1 char:1

  • Install-Package RestBus.Common
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Install-Package : Package restore failed. Rolling back package changes for 'Projects.Service'. At line:1 char:1

  • Install-Package RestBus.Common
  •   + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
      + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
    

Time Elapsed: 00:00:04.1830188

zinark avatar May 18 '17 11:05 zinark