Framework / SDK Version / Tools confusion #1058

Closed
opened 2025-08-09 17:18:42 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @pierslawson on 2/2/2017

I presume this is all down to the version hell that has descended upon all .Net developers attempting to use core, but I can't get a generated Aurelia project to run.

I don't have VS2017 installed so picked the "project.json" option. This generated a global.json which pointed to SDK version 1.0.0-preview2-1-003177. On opening the project in VS2015, it complained that version was wrong. I manually changed global.json to point to 1.0.0-preview2-003131 and VS2015 stopped complaining, but the app did not run.

So I went to to get the latest VS2015 version of the tools. This did not update my SDK so (after reverting global.json) I still got the same errors.

I see that on this page that there is a 1.1 version that sort of matches "1.0.0-preview2-1-003177." So is "1.1 with SDK Preview 2.1 build 3177" what I should have installed, even though it is 1.1 not 1.0.0? I thought 1.1 was only for VS2017 installs.

I can't run from the command line either as dotnet.exe is picking up the references to 1.1.0 in the "project.json" file and is insisting I install "framework version" 1.1.0 instead of 1.0.1.

Arrrgh!

*Originally created by @pierslawson on 2/2/2017* I presume this is all down to the version hell that has descended upon all .Net developers attempting to use core, but I can't get a generated Aurelia project to run. I don't have VS2017 installed so picked the "project.json" option. This generated a global.json which pointed to SDK version 1.0.0-preview2-1-003177. On opening the project in VS2015, it complained that version was wrong. I manually changed global.json to point to 1.0.0-preview2-003131 and VS2015 stopped complaining, but the app did not run. So I went to [](https://www.microsoft.com/net/download/core) to get the latest VS2015 version of the tools. This did not update my SDK so (after reverting global.json) I still got the same errors. I see that on this page [](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md) that there is a 1.1 version that sort of matches "1.0.0-preview2-1-003177." So is "**1.1** with SDK Preview 2.1 build 3177" what I should have installed, even though it is 1.1 not 1.0.0? I thought 1.1 was only for VS2017 installs. I can't run from the command line either as dotnet.exe is picking up the references to 1.1.0 in the "project.json" file and is insisting I install "framework version" 1.1.0 instead of 1.0.1. Arrrgh!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1058
No description provided.