Since the removal of .NET Framework support, how am I supposed to use ADOMD.NET (SSAS) in future projects? Does this mean I have to stick to using ASP.NET Core 1.x.x?
Hi @Kevenvz
This is only for the preview version. As mentioned in this blog post, the intention is to have ASP.NET Core 2.0 target .NET Standard 2.0.
Relevant quote:
Preview 1 Issues
This preview version of ASP.NET Core 2.0 ships with support for the .NET Core 2.0 SDK only. Our goal is to ship ASP.NET Core 2.0 on .NET Standard 2.0 so applications can run on .NET Core, Mono and .NET Framework. As the team was working through the last of their issues before Build, it was uncovered that the preview of ASP.NET Core 2.0 utilized API鈥檚 that were outside of .NET Standard 2.0, preventing it from running on .NET Framework. Because of this we limited Preview 1 support .NET Core only so it would not break a developer upgrading an ASP.NET Core 1.x application to ASP.NET Core 2 preview on .NET Framework.
I totally did not read that. Thanks!
How to use adomd.net in asp.net core
Most helpful comment
How to use adomd.net in asp.net core