-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
dotnet@6 6.0.406 #123886
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
dotnet@6 6.0.406 #123886
Conversation
Signed-off-by: Rui Chen <rui@chenrui.dev>
10e2912 to
d5515a1
Compare
|
Signed-off-by: Rui Chen <rui@chenrui.dev>
d5515a1 to
b4cc391
Compare
|
source-build still only supports 6.0.1xx still AFAIK: dotnet/source-build#3246
(though we ignore the Linux part a bit - they only decided to drop macOS after we started using it)
|
if I understand correctly, the latest sdk version is 6.0.4xx, while runtime is 6.0.14 (which is described in the 6.x series release json, https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/6.0/releases.json). If that is the case, then it should also have an entry in this folder as well. I wish they can make it more clear to understand. |
|
Another side note on this is this is needed for building paket from source |
|
no response from upstream, closing the PR for now. |
|
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?