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

.NET January 2023 Update - .NET 7.0.2, .NET 6.0.13 #8090

Closed
rbhanda opened this issue Jan 10, 2023 · 8 comments
Closed

.NET January 2023 Update - .NET 7.0.2, .NET 6.0.13 #8090

rbhanda opened this issue Jan 10, 2023 · 8 comments

Comments

@rbhanda
Copy link
Contributor

rbhanda commented Jan 10, 2023

.NET January 2023 Update

Release Notes

Status

Asset Type 7.0.2 6.0.13 Notes
Installers/Binaries
Container Images
(Linux)
Container Images
(Windows)
Winget Packages
Snaps
Linux Packages (Microsoft distribution) The list below refers to the Microsoft-provisioned feeds (packages.microsoft.com) and does not in any way represent direct availability in distros (eg RHEL, Fedora).
     Centos 7
     Debian 10
     Debian 11
     Fedora 35
     Fedora 36
     OpenSUSE 15
     Ubuntu 18.04
     Ubuntu 20.04
     Ubuntu 22.04

Issues

Please report any issues you find either by responding to this issue, creating a new issue or creating a new issue in one of the following repos:

Known Issues

@lobneroO
Copy link

lobneroO commented Jan 12, 2023

We have an issue with 6.0.13 on Ubuntu 18.04 and dotnet publish in a dotnet 6.0 project:
/path/to/my.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Runtime.linux-x64 with version (= 6.0.13) /path/to/my.csproj : error NU1102: - Found 49 version(s) in ext.www.nuget.org_nuget_public-remote-cache [ Nearest version: 6.0.12 ] /path/to/my.csproj : error NU1102: Unable to find package Microsoft.AspNetCore.App.Runtime.linux-x64 with version (= 6.0.13) /path/to/my.csproj : error NU1102: - Found 49 version(s) in ext.www.nuget.org_nuget_public-remote-cache [ Nearest version: 6.0.12 ]

This is on one machine I seemingly updated to 6.0.13 (not sure how I did that, tbh). On a different machine still running 6.0.12 everything works as expected.
I also can't find a way to downgrade from 6.0.13 to 6.0.12.

@leecow
Copy link
Member

leecow commented Jan 12, 2023

@lobneroO - can you let us know the output of dotnet --info? This will give us a little more version information to work with.

@lobneroO
Copy link

Here is the output:

.NET SDK (reflecting any global.json):
Version: 6.0.405
Commit: 27ab36058b

Runtime Environment:
OS Name: ubuntu
OS Version: 18.04
OS Platform: Linux
RID: ubuntu.18.04-x64
Base Path: /usr/share/dotnet/sdk/6.0.405/

global.json file:
Not found

Host:
Version: 6.0.13
Architecture: x64
Commit: 1af80ba017

.NET SDKs installed:
6.0.405 [/usr/share/dotnet/sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.13 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.13 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

@lobneroO
Copy link

@leecow is there anything more you need?

@leecow
Copy link
Member

leecow commented Jan 25, 2023

I validated this with a fresh 18.04 image using the 6.0.405 SDK and the 6.0.13 assets are published. It seems like there is possibly a caching issue somewhere downstream from the machine.

The way the .deb installers are authored, you can't use apt-get to downgrade to 6.0.12; that will also uninstall the SDK. Installing the previous version probably won't get you anywhere, as that will still pull down the latest 6.0 Runtime (6.0.13).

@dsplaisted - any advice on what @lobneroO is seeing here?

@dsplaisted
Copy link
Member

It looks like the ext.www.nuget.org_nuget_public-remote-cache package source doesn't (or didn't at the time) include the 6.0.13 version of the Microsoft.NETCore.App.Runtime.linux-x64 package.

@lobneroO
Copy link

I could find the Microsoft.NETCore.App.Runtime.linux-x64 v 6.0.13 on nuget.org, so I retried it. It works now, so it seems to have arrived in the public remote cache. Thanks for looking into this.

@rbhanda
Copy link
Contributor Author

rbhanda commented Feb 14, 2023

closing in favor of #8191

@rbhanda rbhanda closed this as completed Feb 14, 2023
@rbhanda rbhanda unpinned this issue Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@dsplaisted @leecow @lobneroO @rbhanda and others