I\'m building an ASP.NET Core app, and am trying to install the Azure Storage package.
From the Azure Storage github page, it says I need to place the following in
After migrating one of my projects to the new model, this is what it generated:
netcoreapp1.6
true
TestApp
Exe
$(PackageTargetFallback);dotnet5.6;portable-net45+win8
Try adding dnxcore50 and portable-net451+win8 in a similar fashion, something like this:
Exe
netcoreapp1.1
true
$(PackageTargetFallback);dnxcore50;portable-net451+win8