Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feedback] Can not update to .NETCore 1.1.0 after upgrading to Microsoft.NETCore.UniversalWindowsPlatform v5.3.0 #7475

Closed
tarekgh opened this issue Feb 21, 2017 · 1 comment
Milestone

Comments

@tarekgh
Copy link
Member

tarekgh commented Feb 21, 2017

@rrelyea commented on Fri Feb 17 2017

Internal bug 385268 & vsfeedback issue 806440
Create UWP project with VS2015 and upgrade UWP package to v5.2.2 Open project in VS2017 RC3 - RC4. Open Manage NuGet packages for solution and check available updates. Microsoft.NETCore.Runtime.CoreCLR v1.1.0 is listed as package available for update. Trying to update fails with error message:
GET https://api.nuget.org/v3/registration1-gz/microsoft.netcore.jit/index.json
OK https://api.nuget.org/v3/registration1-gz/microsoft.netcore.jit/index.json 661ms
Restoring packages for E:\src\tools{Project path and Name}\project.json...
GET https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.microsoft.netcore.jit/index.json
NotFound https://api.nuget.org/v3-flatcontainer/runtime.win8-arm.microsoft.netcore.jit/index.json 533ms
Unable to resolve 'runtime.win8-arm.Microsoft.NETCore.Jit (>= 1.1.0)' for 'UAP,Version=v10.0 (win10-arm)'.
Unable to resolve 'runtime.win8-arm.Microsoft.NETCore.Jit (>= 1.1.0)' for 'UAP,Version=v10.0 (win10-arm-aot)'.
it seems that win7-x86 and win7-x64 versions are available on nuget while arm version of assembly is available only as a preview package

Copied from: NuGet/Home#4643


@rrelyea commented on Fri Feb 17 2017

@jainaashish (nuget team) found: runtime.win8-arm.microsoft.netcore.jit package isn't available on NuGet.org which is why this update failed. DotNet team needs to look into this and publish this package.

@ericstj


@karelz commented on Fri Feb 17 2017

Does not look like CoreFX issue, rather like a problem in tooling - @davkean @eerhardt can you please advise where to route it?
cc: @danmosemsft


@davkean commented on Sun Feb 19 2017

@karelz CoreFX own these packages and the uploading of them.


@tarekgh commented on Tue Feb 21 2017

@ericstj do you know what is the issue here?


@ericstj commented on Tue Feb 21 2017

This is actually a coreclr issue and should be moved to that repo. @gkhanna79.

The same issue was hit in 1.0.x that package was hardcoded to use the 1.0.2 packages built out of TFS.

I suspect that the same fix hasn't been made to 1.1.0 and the ARM build of JIT packages is still missing.

In the meantime, don't upgrade CoreCLR or JIT packages. Just keep the ones brought in by the UWP meta-package.

@gkhanna79
Copy link
Member

.NET Core 1.1.0 didn't support UWP scenario since it didn't have Arm packages as there is no corresponding to closed branch to produce them. After .NET Core 1.0, the next .NET Core to support UWP scenarios is likely going to to be 2.0.

The x86/x64 packages being resolved are not the ones for use by UWP scenarios since they correspond to .NET Core (built against legacy imports and not APISets). If the goal is to simply keep the resolution working, then suggestion made by @ericstj above sounds reasonable.

@jkotas jkotas closed this as completed Mar 22, 2019
@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the 1.1.x milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants