Installer for framework 1.1.0-preview1-001100-00
See original GitHub issueSteps to reproduce
- Reference a fairly new nightly build of EF tools, e.g. “Microsoft.EntityFrameworkCore.Tools.DotNet”: “1.0.0-preview3-*”,
- This in turn requires
Microsoft.NETCore.App/1.1.0-preview1-*
, so reference that - Attempt to run
Expected behavior
Success!
Actual behavior
Failure 😦
The specified framework 'Microsoft.NETCore.App', version '1.1.0-preview1-001100-00' was not found.
- Check application dependencies and target a framework version installed at:
C:\Program Files\dotnet\shared\Microsoft.NETCore.App
- The following versions are installed:
1.0.1
- Alternatively, install the framework version '1.1.0-preview1-001100-00'.
…How can I install framework version 1.1.0-preview1-001100-00
, please?
Environment data
dotnet --info
output:
.NET Command Line Tools (1.0.0-preview2-003133)
Product Information:
Version: 1.0.0-preview2-003133
Commit SHA-1 hash: 74df06500c
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Run .NET Framework 1.1 apps on Windows 8, 8.1, 10, or ...
Install .NET Framework 1.1 from a CD or download center. It isn't possible to manually install .NET Framework 1.1 on Windows 8, Windows...
Read more >How To Download and Install NET Framework 1.1 ... - YouTube
How To Download and Install NET Framework 1.1 on Windows 10/8/7. Issues addressed in this tutorial: install net framework 1.1 windows 10 ...
Read more >NET Framework 1.1 program doesn't work on Windows 10
It failed to install at first, asking me to install .NET Framework 1.1, which I did, and I used the program just fine...
Read more >To manually install Microsoft .NET Framework 1.1 on Windows ...
Open in app. How to Manually Install Microsoft .NET Framework 1.1 on Windows 10, Windows 8, Windows 7, Windows Vista and Windows Server...
Read more >.NET Framework version history - Wikipedia
NET Framework 1.1 Service Pack 1 was released on 30 August 2004. It requires Windows NT 4.0 SP6a plus Windows Installer 2.0. It...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I’m still missing something - this works fine for dependencies and nuget packages, but it still wants the new framework to run (see original error message). That’s with that feed only (removed myget.org/F/dotnet-core and dotnet.myget.org/F/aspnetcore-dev), and using netcoreapp1.1 as you say. As I understand it, the framework is the bit that has to be installed on your machine separately, with an installer. My C:\Program Files\dotnet\shared\Microsoft.NETCore.App has 1.0.1 (as the error message indicated). There’s no 1.1.0 there, and I’m not convinced that’s populated from a nuget feed?
@mauricew I have the package - dotnet restore works fine for that version - what I don’t have is an installer for the framework. I’m not sure I understand?