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 February 2023 Update - .NET 7.0.3, .NET 6.0.14 #8191

Closed
rbhanda opened this issue Feb 14, 2023 · 4 comments
Closed

.NET February 2023 Update - .NET 7.0.3, .NET 6.0.14 #8191

rbhanda opened this issue Feb 14, 2023 · 4 comments

Comments

@rbhanda
Copy link
Contributor

rbhanda commented Feb 14, 2023

.NET February 2023 Update

Release Notes

Status

Asset Type 7.0.3 6.0.14 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

@KalleOlaviNiemitalo
Copy link

KalleOlaviNiemitalo commented Feb 15, 2023

Developers are reporting that upgrading to .NET SDK 7.0.200 causes a new error:

NETSDK1194: The "--output" option isn't supported when building a solution.

This was intentionally disallowed in PR dotnet/sdk#29065 to fix dotnet/sdk#15607. The issues dotnet/sdk#30624 and dotnet/sdk#30625 have been filed about this breaking change. It has been documented at https://learn.microsoft.com/dotnet/core/compatibility/sdk/7.0/solution-level-output-no-longer-valid.

If you want the security fixes from .NET 7.0.3 but need to use --output with a solution, then either downgrade to .NET SDK 7.0.103 or upgrade to .NET SDK 7.0.201.

@stunney
Copy link

stunney commented Feb 28, 2023

This also impacted 6.0.* and now we can't pack our solutions anymore. Why would anyone make this breaking change?

@negril
Copy link

negril commented Feb 28, 2023

Microsoft.AspNetCore-.App.Ref has a superfluous - in https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.3/7.0.3.md. Might be just a typo in that file or one in some underlying script.

@mairaw mairaw mentioned this issue Mar 1, 2023
@rbhanda
Copy link
Contributor Author

rbhanda commented Mar 14, 2023

closing in favor of #8285

@rbhanda rbhanda closed this as completed Mar 14, 2023
@rbhanda rbhanda unpinned this issue Mar 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
@stunney @negril @rbhanda @KalleOlaviNiemitalo and others