Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored Jul 19, 2024
1 parent 0d3bf12 commit 77f97ac
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 356 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "../schemas/dotnet-os-packages.json",
"channel-version": "9.0",
"last-updated": "2024-07-01",
"packages": [
Expand All @@ -9,9 +10,8 @@
"https://www.gnu.org/software/libc/libc.html",
"https://musl.libc.org/"
],
"required": [
"CoreCLR",
"Native AOT"
"required-scenarios": [
"all"
]
},
{
Expand All @@ -20,9 +20,8 @@
"references": [
"https://gcc.gnu.org/onlinedocs/gccint/Libgcc.html"
],
"required": [
"CoreCLR",
"Native AOT"
"required-scenarios": [
"all"
]
},
{
Expand All @@ -31,8 +30,8 @@
"references": [
"https://www.redhat.com/sysadmin/ca-certificates-cli"
],
"required": [
"HTTPS"
"required-scenarios": [
"https"
]
},
{
Expand All @@ -41,9 +40,9 @@
"references": [
"https://www.openssl.org/"
],
"required": [
"HTTPS",
"Cryptography"
"required-scenarios": [
"https",
"cryptography"
]
},
{
Expand All @@ -52,8 +51,8 @@
"references": [
"https://gcc.gnu.org/onlinedocs/libstdc++/"
],
"required": [
"CoreCLR"
"required-scenarios": [
"runtime"
]
},
{
Expand All @@ -63,8 +62,8 @@
"https://icu.unicode.org",
"https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md"
],
"required": [
"Globalization"
"required-scenarios": [
"globalization"
]
},
{
Expand All @@ -73,8 +72,8 @@
"references": [
"https://data.iana.org/time-zones/tz-link.html"
],
"required": [
"Globalization"
"required-scenarios": [
"globalization"
]
},
{
Expand All @@ -83,8 +82,8 @@
"references": [
"https://web.mit.edu/kerberos"
],
"required": [
"Kerberos networking"
"required-scenarios": [
"kerberos"
]
}
],
Expand Down Expand Up @@ -113,7 +112,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "libssl3"
},
{
Expand Down Expand Up @@ -151,7 +150,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "libssl3"
},
{
Expand Down Expand Up @@ -211,7 +210,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "libssl3"
},
{
Expand Down Expand Up @@ -249,7 +248,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "libssl1.1"
},
{
Expand Down Expand Up @@ -300,7 +299,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "openssl-libs"
},
{
Expand Down Expand Up @@ -356,7 +355,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "libssl3t64"
},
{
Expand Down Expand Up @@ -394,7 +393,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "libssl3t64"
},
{
Expand Down Expand Up @@ -432,7 +431,7 @@
"name": "ca-certificates"
},
{
"id": "libssl",
"id": "openssl",
"name": "libssl3"
},
{
Expand Down
File renamed without changes.
170 changes: 0 additions & 170 deletions release-notes/schema/dotnet-required-packages.json

This file was deleted.

Loading

0 comments on commit 77f97ac

Please sign in to comment.