Closed m4ss1m0g closed 3 years ago
Looks like a problem with Microsofts own package Microsoft.Azure.DocumentDB.Core. Not something that can be fixed by this project. Guess you have to contact Microsoft about this.
Notice that you should change to NLog.Extensions.AzureDataTables , because NLog.Extensions.AzureCosmosTable is now legacy.
I think Microsoft drop the support for the netstandard2.0
on the library used on project.
If you change the TargetFrameworks
on csproj from netstandard2.0 to netstandard2.1 and the pre-processor directive on the code from NETSTANDARD2_0 to NETSTANDARD_2.1 the project build and restore using the rid linux-x64
Notice that you should change to NLog.Extensions.AzureDataTables , because NLog.Extensions.AzureCosmosTable is now legacy.
Ok thanks
Think it is the other way around. Microsoft abandoned the project and never moved to NetStandard2 or NetStandard21 (stuck at NetStandard1)
Again the advice is moving to AzureDataTables instead.
Description
When compiling for RID
linux-x64
oralpine-x64
the compiler issue the error on titleStep to reproduce
<PackageReference Include="NLog.Extensions.AzureCosmosTable" Version="2.7.1"/>
dotnet restore -r linux-x64 project.csproj
Error