I am using .Net Core v1.0, and would like to use Azure Table Storage in my application. I successfully installed the Azure.Storage package via NuGet, but when I install the Azure.ConfigurationManager package I get this error when I do a dotnet restore:
Package Microsoft.WindowsAzure.ConfigurationManager 3.2.1 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0).
Package Microsoft.WindowsAzure.ConfigurationManager 3.2.1 supports: net40 (.NETFramework,Version=v4.0)
One or more packages are incompatible with .NETCoreApp,Version=v1.0.
Is there a way around this? Can I still use Azure Table Storage without the ConfigurationManager?
Thanks!
Edit (October 4th, 2016):
It appears you can use Azure Table Storage without ConfigurationManager, but you won't be able to access and modify application settings during runtime. Storage Configure Connection String - Parsing a Connection String
Azure.ConfigurationManager is not compatible with .NET Core.
ConfigurationManager is optional, so is not required for use of Azure Table Storage. Also as a replacement you can use the .NET Framework's ConfigurationManager Class
Storage Configure Connection String - Parsing a Connection String
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With