dbConnet 9.4.299 not compatible with netcoreapp1.1
Posted: Tue 11 Jul 2017 20:04
Hi all.
I am getting the folowing error when trying to install dbConnet version 9.4.299 from NuGet : dotConnect.Express.for.Oracle 9.4.299 is not compatible with netcoreapp1.1
The target environment is class library and Web Api project in VS 2017 The framework is .NetCore 1.1.
Should it be installed manually?
Thanks
I am getting the folowing error when trying to install dbConnet version 9.4.299 from NuGet : dotConnect.Express.for.Oracle 9.4.299 is not compatible with netcoreapp1.1
The target environment is class library and Web Api project in VS 2017 The framework is .NetCore 1.1.
Code: Select all
PM> Install-Package dotConnect.Express.for.Oracle
GET https://api.nuget.org/v3/registration2-gz/dotconnect.express.for.oracle/index.json
OK https://api.nuget.org/v3/registration2-gz/dotconnect.express.for.oracle/index.json 198ms
Restoring packages for C:\Users\Edgar Pabani\Documents\GIT Projects\Banner\master\BannerWebAPI\Banner.Core.DataModel\Banner.Core.DataModel.csproj...
Install-Package : Package dotConnect.Express.for.Oracle 9.4.299 is not compatible with netcoreapp1.1
(.NETCoreApp,Version=v1.1). Package dotConnect.Express.for.Oracle 9.4.299 supports: net (.NETFramework,Version=v0.0)
At line:1 char:1
+ Install-Package dotConnect.Express.for.Oracle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ 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 dotConnect.Express.for.Oracle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Package restore failed. Rolling back package changes for 'Banner.Core.DataModel'.
At line:1 char:1
+ Install-Package dotConnect.Express.for.Oracle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Time Elapsed: 00:00:02.5925618Thanks