You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
Since we didn't anticipate any changes to the dotnet tool publish-iis, we have removed it from this repo and do not plan to ship any newer package in the future. However, when upgrading web applications to netcoreapp1.1 with all 1.1.0 dependencies, restoring for the publish-iis tool and trying to use it will fail and output the message.
The specified framework 'Microsoft.NETCore.App', version '1.0.0' was not found.
- Check application dependencies and target a framework version installed at:
/usr/local/share/dotnet/shared/Microsoft.NETCore.App
- The following versions are installed:
1.0.0-rc2-23925
1.1.0-preview1-001100-00
- Alternatively, install the framework version '1.0.0'.
This is because the publish-iis tool itself has a dependency on Microsoft.NetCore.App version 1.0.0:
We should release a version for the 1.1 runtime. The people who will hit this are people trying .NET Core for the first time. There is like a 0% chance they'll figure out how to install the 1.0.0 shared framework.
Since we didn't anticipate any changes to the dotnet tool publish-iis, we have removed it from this repo and do not plan to ship any newer package in the future. However, when upgrading web applications to netcoreapp1.1 with all 1.1.0 dependencies, restoring for the publish-iis tool and trying to use it will fail and output the message.
This is because the publish-iis tool itself has a dependency on Microsoft.NetCore.App version 1.0.0:
cc @natemcmaster @muratg @glennc
The text was updated successfully, but these errors were encountered: