diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index d32177a7253..dd0ba1f7676 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -6,31 +6,36 @@
"version": "0.1.232",
"commands": [
"dotnet-deb"
- ]
+ ],
+ "rollForward": true
},
"paket": {
- "version": "9.0.2",
+ "version": "10.3.1",
"commands": [
"paket"
- ]
+ ],
+ "rollForward": false
},
"fantomas": {
"version": "5.0.5",
"commands": [
"fantomas"
- ]
+ ],
+ "rollForward": false
},
"fsdocs-tool": {
- "version": "16.0.1",
+ "version": "22.1.0",
"commands": [
"fsdocs"
- ]
+ ],
+ "rollForward": false
},
"fake-cli": {
"version": "6.1.4",
"commands": [
"fake"
- ]
+ ],
+ "rollForward": false
}
}
-}
\ No newline at end of file
+}
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index b0aa7167894..422704b44ed 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -22,10 +22,10 @@ jobs:
os: [ubuntu-22.04, windows-latest, macos-15-intel]
steps:
- uses: actions/checkout@v6
- - name: Setup .NET 6
+ - name: Setup .NET 10
uses: actions/setup-dotnet@v5
with:
- dotnet-version: '6.0.301'
+ dotnet-version: '10.0.100'
- name: Restore dotnet tools
run: dotnet tool restore
- name: Install mono (Mac)
@@ -39,7 +39,7 @@ jobs:
- name: Build fake runner
run: dotnet pack --version-suffix 1 src/app/fake-cli/fake-cli.fsproj
- name: add fake runner as a tool
- run: dotnet tool install fake-cli --add-source "./src/app/fake-cli/bin/Debug" --version 1.0.0-1
+ run: dotnet tool install fake-cli --add-source "./src/app/fake-cli/bin/Debug" --add-source "./src/app/fake-cli/bin/Release" --version 1.0.0-1
- name: Build
run: dotnet fake -v build --parallel 3 -e FAKE_DETAILED_ERRORS=true
- name: publish build artifacts
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 077eff020fb..4f096cf5c30 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
environment: Production
steps:
- uses: actions/checkout@v6
- - name: Setup .NET 6
+ - name: Setup .NET 10
uses: actions/setup-dotnet@v5
with:
- dotnet-version: '6.0.301'
+ dotnet-version: '10.0.100'
- name: Restore dotnet tools
run: dotnet tool restore
- name: remove current fake runner tool
@@ -27,7 +27,7 @@ jobs:
- name: Build fake runner
run: dotnet pack -p:PackageVersion=${{ github.event.inputs.releaseVersion }} src/app/fake-cli/fake-cli.fsproj
- name: add fake runner as a tool
- run: dotnet tool install fake-cli --add-source "./src/app/fake-cli/bin/Debug" --version ${{ github.event.inputs.releaseVersion }}
+ run: dotnet tool install fake-cli --add-source "./src/app/fake-cli/bin/Debug" --add-source "./src/app/fake-cli/bin/Release" --version ${{ github.event.inputs.releaseVersion }}
- name: Build
run: dotnet fake build -t Release_BuildAndTest --parallel 3
- name: publish build artifacts
diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index bbeec153f50..8f48b933eb9 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -235,14 +235,16 @@
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',').Length)
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[0])
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[1])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[2])
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[4])
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[5])
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[6])
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[7])
$([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[8])
+ $([System.String]::Copy('%(PaketReferencesFileLines.Identity)').Split(',')[9])
-
- %(PaketReferencesFileLinesInfo.PackageVersion)
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
All
runtime
$(ExcludeAssets);contentFiles
@@ -250,8 +252,10 @@
%(PaketReferencesFileLinesInfo.Aliases)
true
true
-
+
+ %(PaketReferencesFileLinesInfo.PackageVersion)
+
@@ -314,7 +318,17 @@
-
+
+
+
+
+ <_DefinedConditionProperties Include="@(_ConditionProperties)" Condition="$(%(Identity)) == 'true'"/>
+
+
+ <_ConditionsParameter>
+ <_ConditionsParameter Condition="@(_DefinedConditionProperties) != ''">--conditions @(_DefinedConditionProperties)
+
+
diff --git a/.paket/PaketRestoreTask.deps.json b/.paket/PaketRestoreTask.deps.json
deleted file mode 100644
index 8a0e10dd752..00000000000
--- a/.paket/PaketRestoreTask.deps.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v1.0",
- "signature": "4bc084c4aa235e3b5760a404fab9f87822632c58"
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v1.0": {
- "paketrestoretask/1.0.0": {
- "dependencies": {
- "Microsoft.Build.Framework": "14.3.0-prerelease02",
- "Microsoft.Build.Tasks.Core": "14.3.0-prerelease02",
- "Microsoft.Build.Utilities.Core": "14.3.0-prerelease02",
- "Microsoft.NET.Sdk": "1.0.0-alpha-20161019-1"
- },
- "runtime": {
- "PaketRestoreTask.dll": {}
- }
- },
- "microsoft.build.framework/14.3.0-prerelease02": {},
- "microsoft.build.tasks.core/14.3.0-prerelease02": {
- "dependencies": {
- "Microsoft.Build.Framework": "14.3.0-prerelease02",
- "Microsoft.Build.Utilities.Core": "14.3.0-prerelease02"
- }
- },
- "microsoft.build.utilities.core/14.3.0-prerelease02": {
- "dependencies": {
- "Microsoft.Build.Framework": "14.3.0-prerelease02",
- "System.Collections.Specialized": "4.0.1"
- }
- },
- "microsoft.net.sdk/1.0.0-alpha-20161019-1": {
- "dependencies": {
- "NuGet.Build.Tasks.Pack": "3.6.0-rc-1984"
- }
- },
- "nuget.build.tasks.pack/3.6.0-rc-1984": {},
- "system.collections.nongeneric/4.0.1": {
- "runtime": {
- "lib/netstandard1.3/System.Collections.NonGeneric.dll": {}
- }
- },
- "system.collections.specialized/4.0.1": {
- "dependencies": {
- "System.Collections.NonGeneric": "4.0.1"
- },
- "runtime": {
- "lib/netstandard1.3/System.Collections.Specialized.dll": {}
- }
- }
- }
- },
- "libraries": {
- "paketrestoretask/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "microsoft.build.framework/14.3.0-prerelease02": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-CfdwrqSEDw0AwKkpwtX/TCBzanschsOrbVezh8MIWw0cqMiZw9qf84+Zo0seT1J9KTLyZvZZ6g58wBiENaaE7w==",
- "path": "microsoft.build.framework/14.3.0-prerelease02",
- "hashPath": "microsoft.build.framework.14.3.0-prerelease02.nupkg.sha512"
- },
- "microsoft.build.tasks.core/14.3.0-prerelease02": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YTWNhYpTIuCC/2HCNPcSD+yOtBIvlf2jDC+QNUnRKRAgslg913euBVx36TyZ00x1gJ6L35EobOOH/YkMqLarpg==",
- "path": "microsoft.build.tasks.core/14.3.0-prerelease02",
- "hashPath": "microsoft.build.tasks.core.14.3.0-prerelease02.nupkg.sha512"
- },
- "microsoft.build.utilities.core/14.3.0-prerelease02": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A2XERwPRwrYTGjkOwW19p6+0M6euhJPIBxT3741bUACY3N3P22IOQdz1VygThLpovl/tU2jGCBzCPiwWPCqCdA==",
- "path": "microsoft.build.utilities.core/14.3.0-prerelease02",
- "hashPath": "microsoft.build.utilities.core.14.3.0-prerelease02.nupkg.sha512"
- },
- "microsoft.net.sdk/1.0.0-alpha-20161019-1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RozsUJziqKro+8bRU6RxiDXD4/rldrBr57Vjl1/acH9u8rxdQqueOZl+lrrtYHSJ7zO3C5aj8oSfB24CWvL3eA==",
- "path": "microsoft.net.sdk/1.0.0-alpha-20161019-1",
- "hashPath": "microsoft.net.sdk.1.0.0-alpha-20161019-1.nupkg.sha512"
- },
- "nuget.build.tasks.pack/3.6.0-rc-1984": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-gEF8smuszJ7jFWskbgrt5ASK+67ZDNvmxh5y0xH0P+4ysAKdnAw8WGH6l26rj+G/Bh0TFC9+UQqgpnU7Oi+pBQ==",
- "path": "nuget.build.tasks.pack/3.6.0-rc-1984",
- "hashPath": "nuget.build.tasks.pack.3.6.0-rc-1984.nupkg.sha512"
- },
- "system.collections.nongeneric/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==",
- "path": "system.collections.nongeneric/4.0.1",
- "hashPath": "system.collections.nongeneric.4.0.1.nupkg.sha512"
- },
- "system.collections.specialized/4.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==",
- "path": "system.collections.specialized/4.0.1",
- "hashPath": "system.collections.specialized.4.0.1.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/.paket/PaketRestoreTask.dll b/.paket/PaketRestoreTask.dll
deleted file mode 100644
index c91f0323fda..00000000000
Binary files a/.paket/PaketRestoreTask.dll and /dev/null differ
diff --git a/.paket/paket.targets b/.paket/paket.targets
index 4621967c2e6..4ace721c10f 100644
--- a/.paket/paket.targets
+++ b/.paket/paket.targets
@@ -1,6 +1,6 @@
-
+
true
@@ -10,16 +10,72 @@
$(PaketRootPath)paket-files\paket.restore.cached
/Library/Frameworks/Mono.framework/Commands/mono
mono
-
-
-
- $(PaketRootPath)paket.exe
- $(PaketToolsPath)paket.exe
- "$(PaketExePath)"
- $(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"
+
+ False
+
+
+
+
+
+
+ $(PaketRootPath)paket
+ $(PaketToolsPath)paket
+
+
+
+
+
+ $(PaketRootPath)paket.exe
+ $(PaketToolsPath)paket.exe
+
+
+
+
+
+ <_DotnetToolsJson Condition="Exists('$(PaketRootPath)/.config/dotnet-tools.json')">$([System.IO.File]::ReadAllText("$(PaketRootPath)/.config/dotnet-tools.json"))
+ <_ConfigContainsPaket Condition=" '$(_DotnetToolsJson)' != ''">$(_DotnetToolsJson.Contains('"paket"'))
+ <_ConfigContainsPaket Condition=" '$(_ConfigContainsPaket)' == ''">false
+
+
+
+
+
+
+
+
+
+
+ <_PaketCommand>dotnet paket
+
+
+
+
+
+ $(PaketToolsPath)paket
+ $(PaketBootStrapperExeDir)paket
+
+
+ paket
+
+
+
+
+ <_PaketExeExtension>$([System.IO.Path]::GetExtension("$(PaketExePath)"))
+ <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(_PaketExeExtension)' == '.dll' ">dotnet "$(PaketExePath)"
+ <_PaketCommand Condition=" '$(_PaketCommand)' == '' AND '$(OS)' != 'Windows_NT' AND '$(_PaketExeExtension)' == '.exe' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"
+ <_PaketCommand Condition=" '$(_PaketCommand)' == '' ">"$(PaketExePath)"
+
+
+
+
+
+
+
+
+
@@ -44,13 +100,15 @@
-
- $(PaketCommand) restore --references-files "$(PaketReferences)"
RestorePackages; $(BuildDependsOn);
-
+
+
+
+
+ $(PaketCommand) restore --references-file "$(PaketReferences)"
true
@@ -62,11 +120,11 @@
true
-
-
+
\ No newline at end of file
diff --git a/Directory.Build.props b/Directory.Build.props
index 21f02518ab7..92912372b04 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -10,6 +10,10 @@
true
build$([System.DateTime]::UtcNow.ToString("yyyy-MM-ddTHH:mm:ss:fffZ"))
+
+
+ NU1510
+
all
diff --git a/Fake.sln b/Fake.sln
index 891a5d9e621..eac66782a64 100644
--- a/Fake.sln
+++ b/Fake.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29009.5
+# Visual Studio Version 17
+VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "app", "app", "{7BFFAE76-DEE9-417A-A79B-6A6644C4553A}"
EndProject
@@ -185,15 +185,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestTools", "TestTools", "{
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Core.DependencyManager.Paket", "src\app\Fake.Core.DependencyManager.Paket\Fake.Core.DependencyManager.Paket.fsproj", "{F4D3249D-F4EC-4B86-BEA8-3F2314ED9B65}"
EndProject
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.BuildServer.GitHubActions", "src\app\Fake.BuildServer.GitHubActions\Fake.BuildServer.GitHubActions.fsproj", "{AB09E8EB-A66E-4D60-B47C-4F35F439D020}"
+Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.BuildServer.GitHubActions", "src\app\Fake.BuildServer.GitHubActions\Fake.BuildServer.GitHubActions.fsproj", "{AB09E8EB-A66E-4D60-B47C-4F35F439D020}"
EndProject
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.Testing.Fixie", "src\app\Fake.Testing.Fixie\Fake.Testing.Fixie.fsproj", "{5FEC4AB5-D5EE-43B5-B176-0A91D951817A}"
+Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Testing.Fixie", "src\app\Fake.Testing.Fixie\Fake.Testing.Fixie.fsproj", "{5FEC4AB5-D5EE-43B5-B176-0A91D951817A}"
EndProject
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.BuildServer.Bitbucket", "src\app\Fake.BuildServer.Bitbucket\Fake.BuildServer.Bitbucket.fsproj", "{5472237F-020B-4F9A-8E06-01D553576387}"
+Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.BuildServer.Bitbucket", "src\app\Fake.BuildServer.Bitbucket\Fake.BuildServer.Bitbucket.fsproj", "{5472237F-020B-4F9A-8E06-01D553576387}"
EndProject
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.JavaScript.TypeScript", "src\app\Fake.JavaScript.TypeScript\Fake.JavaScript.TypeScript.fsproj", "{1C476373-FF62-4EA7-8CCC-6A0D0DB96B6D}"
+Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.JavaScript.TypeScript", "src\app\Fake.JavaScript.TypeScript\Fake.JavaScript.TypeScript.fsproj", "{1C476373-FF62-4EA7-8CCC-6A0D0DB96B6D}"
EndProject
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Fake.DotNet.Fsdocs", "src\app\Fake.DotNet.Fsdocs\Fake.DotNet.Fsdocs.fsproj", "{6918A236-3F2A-47EA-9651-020522C48E24}"
+Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.DotNet.Fsdocs", "src\app\Fake.DotNet.Fsdocs\Fake.DotNet.Fsdocs.fsproj", "{6918A236-3F2A-47EA-9651-020522C48E24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -637,42 +637,30 @@ Global
{D24CEE35-B6C0-4C92-AE18-E80F90B69974}.Release|x64.Build.0 = Release|Any CPU
{D24CEE35-B6C0-4C92-AE18-E80F90B69974}.Release|x86.ActiveCfg = Release|Any CPU
{D24CEE35-B6C0-4C92-AE18-E80F90B69974}.Release|x86.Build.0 = Release|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x64.ActiveCfg = Debug|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x64.Build.0 = Debug|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x86.ActiveCfg = Debug|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x86.Build.0 = Debug|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|Any CPU.Build.0 = Release|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x64.ActiveCfg = Release|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x64.Build.0 = Release|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x86.ActiveCfg = Release|Any CPU
- {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x86.Build.0 = Release|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x64.Build.0 = Debug|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x86.Build.0 = Debug|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|Any CPU.Build.0 = Release|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x64.ActiveCfg = Release|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x64.Build.0 = Release|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x86.ActiveCfg = Release|Any CPU
- {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x86.Build.0 = Release|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x64.ActiveCfg = Debug|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x64.Build.0 = Debug|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x86.ActiveCfg = Debug|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x86.Build.0 = Debug|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|Any CPU.Build.0 = Release|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x64.ActiveCfg = Release|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x64.Build.0 = Release|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x86.ActiveCfg = Release|Any CPU
- {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x86.Build.0 = Release|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x64.Build.0 = Debug|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Debug|x86.Build.0 = Debug|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|Any CPU.Build.0 = Release|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x64.ActiveCfg = Release|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x64.Build.0 = Release|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x86.ActiveCfg = Release|Any CPU
+ {5B2A7546-A441-45C9-8176-2872E2A30477}.Release|x86.Build.0 = Release|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x64.Build.0 = Debug|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Debug|x86.Build.0 = Debug|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|Any CPU.Build.0 = Release|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x64.ActiveCfg = Release|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x64.Build.0 = Release|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x86.ActiveCfg = Release|Any CPU
+ {18C490E3-EA3F-4DC5-87A0-1A02309F8664}.Release|x86.Build.0 = Release|Any CPU
{31A5759B-B562-43C0-A845-14EFA4091543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A5759B-B562-43C0-A845-14EFA4091543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A5759B-B562-43C0-A845-14EFA4091543}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -733,6 +721,18 @@ Global
{F15967FF-E905-4CAD-9545-E59E0F47AD8E}.Release|x64.Build.0 = Release|Any CPU
{F15967FF-E905-4CAD-9545-E59E0F47AD8E}.Release|x86.ActiveCfg = Release|Any CPU
{F15967FF-E905-4CAD-9545-E59E0F47AD8E}.Release|x86.Build.0 = Release|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x64.Build.0 = Debug|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Debug|x86.Build.0 = Debug|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x64.ActiveCfg = Release|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x64.Build.0 = Release|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x86.ActiveCfg = Release|Any CPU
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534}.Release|x86.Build.0 = Release|Any CPU
{9EA0CFE4-ED50-4CB9-BE93-1AFB9D90C878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA0CFE4-ED50-4CB9-BE93-1AFB9D90C878}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA0CFE4-ED50-4CB9-BE93-1AFB9D90C878}.Debug|x64.ActiveCfg = Debug|Any CPU
@@ -1290,13 +1290,13 @@ Global
{13C1F95D-2FAD-4890-BF94-0AE7CF9AB2FC} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{D24CEE35-B6C0-4C92-AE18-E80F90B69974} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{5B2A7546-A441-45C9-8176-2872E2A30477} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
- {E02F39E8-24E1-4210-A096-C4D7BDD22534} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{18C490E3-EA3F-4DC5-87A0-1A02309F8664} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{31A5759B-B562-43C0-A845-14EFA4091543} = {CCAC5CAB-03C8-4C11-ADBE-A0D05F6A4F18}
{D8850C67-0542-427A-ABCB-92174EA42C95} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{8D72BED1-BC02-4B23-A631-4849BD0FD3E1} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{A1CAA84D-3C99-4218-AFB6-55EE2288800E} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{F15967FF-E905-4CAD-9545-E59E0F47AD8E} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
+ {E02F39E8-24E1-4210-A096-C4D7BDD22534} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{9EA0CFE4-ED50-4CB9-BE93-1AFB9D90C878} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{486FA49B-D395-42C5-AFB0-FA85B6D9FDBC} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
{31F61589-E899-4C58-AF91-371AC6149032} = {7BFFAE76-DEE9-417A-A79B-6A6644C4553A}
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7098949b1e1..f49649f13a6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,4 +1,13 @@
# Release Notes
+
+## 10.0.0-alpha - 2026-06-28
+* Added .NET 10.0 to package target libraries
+* Some dependency updates
+
+## 8.0.0-alpha - 2026-05-17
+* Added .NET 8.0 to package target libraries
+* Some dependency updates
+
## 6.1.4 - 2025-10-25
* BUGFIX: Fixes for the .NET CDN changes described at https://github.com/dotnet/core/issues/9671, thanks @richlander, @Numpsy
* BUGFIX: Update NuGet package dependencies to pick up security fixes, refs https://github.com/fsprojects/FAKE/issues/2871. thanks @Numpsy - https://github.com/fsprojects/FAKE/pull/2872
diff --git a/build.fsx b/build.fsx
index 1f399db6684..ff116d383c6 100644
--- a/build.fsx
+++ b/build.fsx
@@ -6,10 +6,7 @@
source release/dotnetcore
source https://api.nuget.org/v3/index.json
nuget FSharp.Core
-nuget Microsoft.Build 17.3.2
-nuget Microsoft.Build.Framework 17.3.2
-nuget Microsoft.Build.Tasks.Core 17.3.2
-nuget Microsoft.Build.Utilities.Core 17.3.2
+nuget Microsoft.Build 17.11.48
nuget System.AppContext prerelease
nuget Paket.Core prerelease
nuget Fake.Api.GitHub prerelease
@@ -41,7 +38,7 @@ nuget System.Reactive
nuget Suave
nuget Newtonsoft.Json
nuget System.Net.Http
-nuget Octokit 6.0.0
+nuget Octokit 13.0.1
nuget Microsoft.Deployment.DotNet.Releases //"
open System.Reflection
@@ -660,14 +657,14 @@ Target.create "DotNetCoreIntegrationTests" (fun _ ->
runExpecto
root
- ("src" > "test" > "Fake.Core.IntegrationTests" > "bin" > "Release" > "net6.0" > "Fake.Core.IntegrationTests.dll")
+ ("src" > "test" > "Fake.Core.IntegrationTests" > "bin" > "Release" > "net10.0" > "Fake.Core.IntegrationTests.dll")
"Fake_Core_IntegrationTests.TestResults.xml")
Target.create "TemplateIntegrationTests" (fun _ ->
runExpecto
root
- ("src" > "test" > "Fake.DotNet.Cli.IntegrationTests" > "bin" > "Release" > "net6.0" > "Fake.DotNet.Cli.IntegrationTests.dll")
+ ("src" > "test" > "Fake.DotNet.Cli.IntegrationTests" > "bin" > "Release" > "net10.0" > "Fake.DotNet.Cli.IntegrationTests.dll")
"Fake_DotNet_Cli_IntegrationTests.TestResults.xml"
Shell.rm_rf (root > "test"))
@@ -676,13 +673,13 @@ Target.create "DotNetCoreUnitTests" (fun _ ->
// dotnet run -p src/test/Fake.Core.UnitTests/Fake.Core.UnitTests.fsproj
runExpecto
root
- ("src" > "test" > "Fake.Core.UnitTests" > "bin" > "Release" > "net6.0" > "Fake.Core.UnitTests.dll")
+ ("src" > "test" > "Fake.Core.UnitTests" > "bin" > "Release" > "net10.0" > "Fake.Core.UnitTests.dll")
"Fake_Core_UnitTests.TestResults.xml"
// dotnet run --project src/test/Fake.Core.CommandLine.UnitTests/Fake.Core.CommandLine.UnitTests.fsproj
runExpecto
root
- ("src" > "test" > "Fake.Core.CommandLine.UnitTests" > "bin" > "Release" > "net6.0" > "Fake.Core.CommandLine.UnitTests.dll")
+ ("src" > "test" > "Fake.Core.CommandLine.UnitTests" > "bin" > "Release" > "net10.0" > "Fake.Core.CommandLine.UnitTests.dll")
"Fake_Core_CommandLine_UnitTests.TestResults.xml")
// ----------------------------------------------------------------------------------------------------
@@ -727,9 +724,9 @@ Target.create "BootstrapFake" (fun _ ->
let fileName =
if Environment.isUnix then
- nugetDncDir > "Fake.netcore/current/fake"
+ (nugetDncDir > "Fake.netcore" > "current" > "fake")
else
- nugetDncDir > "Fake.netcore/current/fake.exe"
+ (nugetDncDir > "Fake.netcore" > "current" > "fake.exe")
let processResult =
@@ -776,7 +773,7 @@ Target.create "_DotNetPublish_portable" (fun _ ->
DotNet.publish
(fun c ->
{ c with
- Framework = Some "net6.0"
+ Framework = Some "net10.0"
OutputPath = Some outDir }
|> dotnetSimple)
netcoreFsproj
@@ -811,7 +808,7 @@ runtimes
Runtime = Some runtime.Value
Configuration = DotNet.Release
OutputPath = Some outDir
- Framework = Some "net6.0"
+ Framework = Some "net10.0"
// DisableInternalBinLog: https://github.com/fsprojects/FAKE/issues/2722
MSBuildParams = { MSBuild.CliArguments.Create() with DisableInternalBinLog = true }}
|> dotnetSimple)
@@ -842,7 +839,7 @@ Target.create "CacheDotNetReleases" (fun _ ->
|> Async.AwaitTask
|> Async.RunSynchronously
|> List.ofSeq
- |> List.find (fun product -> product.ProductVersion.Equals("6.0"))
+ |> List.find (fun product -> product.ProductVersion.Equals("10.0"))
let client = new HttpClient()
@@ -899,8 +896,8 @@ Target.create "DotNetCreateNuGetPackage" (fun _ ->
Directory.ensure "temp"
let testZip = "temp/tests.zip"
- !! "src/test/*/bin/Release/net6.0/**" |> Zip.zip "src/test" testZip
-
+ !! "src/test/*/bin/Release/net10.0/**" |> Zip.zip "src/test" testZip
+
publish testZip)
Target.create "DotNetCreateChocolateyPackage" (fun _ ->
@@ -937,29 +934,30 @@ Target.create "DotNetCreateChocolateyPackage" (fun _ ->
Target.create "DotNetCreateDebianPackage" (fun _ ->
let runtime = "linux-x64"
- let targetFramework = "net6.0"
-
- let args =
- [ sprintf "--runtime %s" runtime
- sprintf "--framework %s" targetFramework
- sprintf "--configuration %s" "Release"
- sprintf "--output %s" (Path.GetFullPath nugetDncDir)
- "--no-restore" ]
- |> String.concat " "
-
- Environment.setEnvironVar "PackageVersion" simpleVersion
- Environment.setEnvironVar "Version" simpleVersion
- Environment.setEnvironVar "IsDebianPackaging" "true"
-
- let result =
- DotNet.exec (fun opt -> { opt with WorkingDirectory = "src/app/fake-cli/" } |> dotnetSimple) "deb" args
-
- if not result.OK then
- failwith "Debian package creation failed"
-
-
- let fileName = sprintf "fake-cli.%s.%s.deb" simpleVersion runtime
- let target = sprintf "%s/%s" nugetDncDir fileName
+ let targetFramework = "net10.0"
+
+
+ let setMsBuildParams (defaults: MSBuild.CliArguments) =
+ { defaults with
+ Targets = [ "Restore"; "CreateDeb" ]
+ Properties =
+ [ "Configuration", "Release"
+ "IsDebianPackaging", "true"
+ "PackageDir", Path.GetFullPath nugetDncDir
+ "PackageVersion", simpleVersion
+ "RuntimeIdentifier", runtime
+ "TargetFramework", targetFramework
+ "Version", simpleVersion ] }
+
+ let setParams (defaults: DotNet.MSBuildOptions) =
+ { defaults with
+ Common = { defaults.Common with WorkingDirectory = "src/app/fake-cli/" }
+ MSBuildParams = setMsBuildParams defaults.MSBuildParams }
+
+ DotNet.msbuild setParams "fake-cli.fsproj"
+
+ let fileName = $"fake-cli.%s{simpleVersion}.%s{runtime}.deb"
+ let target = nugetDncDir > fileName
publish target)
// ----------------------------------------------------------------------------------------------------
diff --git a/global.json b/global.json
index e15053d3ed9..784149c567a 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk" : {
- "version": "6.0.301",
+ "version": "10.0.100",
"rollForward": "latestMinor"
}
}
diff --git a/integrationtests/core-reference-assemblies-net60100/before/global.json b/integrationtests/core-reference-assemblies-net60100/before/global.json
index 92f29ffd58f..bc162dc4016 100644
--- a/integrationtests/core-reference-assemblies-net60100/before/global.json
+++ b/integrationtests/core-reference-assemblies-net60100/before/global.json
@@ -1,5 +1,5 @@
{
"sdk" : {
- "version": "6.0.300"
+ "version": "10.0.100"
}
}
diff --git a/integrationtests/core-reference-assemblies-net60101-rollforward/before/global.json b/integrationtests/core-reference-assemblies-net60101-rollforward/before/global.json
index 92f29ffd58f..bc162dc4016 100644
--- a/integrationtests/core-reference-assemblies-net60101-rollforward/before/global.json
+++ b/integrationtests/core-reference-assemblies-net60101-rollforward/before/global.json
@@ -1,5 +1,5 @@
{
"sdk" : {
- "version": "6.0.300"
+ "version": "10.0.100"
}
}
diff --git a/integrationtests/core-reference-assemblies-net60101/before/global.json b/integrationtests/core-reference-assemblies-net60101/before/global.json
index a12323712d9..46b2706d203 100644
--- a/integrationtests/core-reference-assemblies-net60101/before/global.json
+++ b/integrationtests/core-reference-assemblies-net60101/before/global.json
@@ -1,5 +1,5 @@
{
"sdk" : {
- "version": "6.0.301"
+ "version": "10.0.101"
}
}
diff --git a/paket.dependencies b/paket.dependencies
index 2a4eee20e9f..5dc5fe35c50 100644
--- a/paket.dependencies
+++ b/paket.dependencies
@@ -17,7 +17,7 @@ group Build
group fakerunner
source https://api.nuget.org/v3/index.json
- framework: net472, netstandard2.0, netcoreapp2.1, net6.0
+ framework: netstandard2.0, net10.0
storage: none
nuget FSharp.Core
@@ -40,7 +40,7 @@ group fakerunner
group fakemodule
source https://api.nuget.org/v3/index.json
- framework: net472, netstandard2.0, netcoreapp2.1, net6.0
+ framework: netstandard2.0, net10.0
storage: none
nuget DotNet.Xdt
diff --git a/paket.lock b/paket.lock
index efd3b86516b..c4bc30db9fe 100644
--- a/paket.lock
+++ b/paket.lock
@@ -4,12 +4,12 @@ GROUP Build
CONTENT: NONE
NUGET
remote: https://api.nuget.org/v3/index.json
- FSharp.Core (8.0.301)
+ FSharp.Core (10.1.301)
Microsoft.CSharp (4.7) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0))
NETStandard.Library (>= 1.6.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
System.Dynamic.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
System.Reflection.TypeExtensions (>= 4.7) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)
- Microsoft.NETCore.Platforms (6.0.1) - restriction: || (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= net45) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (< netstandard1.2) (>= netstandard1.5) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard2.0)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netcoreapp2.0) (< netcoreapp2.1) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= netcoreapp2.0) (< netstandard1.3)) (&& (>= netcoreapp2.0) (< netstandard2.0)) (&& (< netstandard1.0) (>= netstandard1.3) (>= win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= uap10.0)) (>= uap10.1) (>= wp8)
+ Microsoft.NETCore.Platforms (7.0.4) - restriction: || (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= net45) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8)) (&& (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (< netstandard1.2) (>= netstandard1.5) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard2.0)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netcoreapp2.0) (< netcoreapp2.1) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= netcoreapp2.0) (< netstandard1.3)) (&& (>= netcoreapp2.0) (< netstandard2.0)) (&& (< netstandard1.0) (>= netstandard1.3) (>= win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.3) (< win8) (>= wpa81)) (&& (< netstandard1.5) (>= uap10.0)) (>= uap10.1) (>= wp8)
Microsoft.NETCore.Targets (5.0) - restriction: || (&& (< monoandroid) (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net45) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (< netstandard1.2) (>= netstandard1.5) (< win8)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.4) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< win81) (< wpa81))
Microsoft.Win32.Primitives (4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1))
Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
@@ -60,14 +60,14 @@ NUGET
System.Threading.Timer (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1))
System.Xml.ReaderWriter (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= net46) (< netstandard1.4)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1))
System.Xml.XDocument (>= 4.3) - restriction: || (&& (< net45) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net45) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1))
- Newtonsoft.Json (13.0.1)
+ Newtonsoft.Json (13.0.3)
Microsoft.CSharp (>= 4.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0))
NETStandard.Library (>= 1.6.1) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0))
System.ComponentModel.TypeConverter (>= 4.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0))
System.Runtime.Serialization.Formatters (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0)
System.Runtime.Serialization.Primitives (>= 4.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< netstandard1.3)) (&& (< net20) (>= netstandard1.3) (< netstandard2.0))
System.Xml.XmlDocument (>= 4.3) - restriction: && (< net20) (>= netstandard1.3) (< netstandard2.0)
- NuGet.CommandLine (6.10.1)
+ NuGet.CommandLine (6.11)
Octokit (13.0.1)
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: && (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl (4.3.3) - restriction: && (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
@@ -116,7 +116,7 @@ NUGET
FSharp.Core - restriction: >= netstandard2.1
System.AppContext (4.3) - restriction: || (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1))
System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< net46) (>= netstandard1.3) (< netstandard1.6)) (&& (< monotouch) (< net46) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
- System.Buffers (4.5.1) - restriction: || (&& (>= monoandroid) (< netstandard1.1) (>= netstandard2.0)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard2.0) (< win8)) (&& (>= monotouch) (>= net461)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net45) (>= net461) (>= netstandard1.6)) (&& (< net45) (>= net461) (< netstandard1.6)) (&& (< net45) (>= net461) (>= netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= net461) (< netstandard1.1)) (&& (>= net461) (>= netstandard1.6) (< netstandard2.0) (>= wpa81)) (&& (>= net461) (< netstandard1.6) (>= wpa81)) (&& (>= net461) (>= xamarinios)) (&& (>= net461) (>= xamarinmac)) (&& (>= net461) (>= xamarintvos)) (&& (>= net461) (>= xamarinwatchos)) (&& (>= net462) (>= netcoreapp3.0)) (&& (< net6.0) (>= netcoreapp3.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarintvos)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarinwatchos)) (&& (< netstandard1.6) (>= xamarinios)) (&& (< netstandard1.6) (>= xamarinmac))
+ System.Buffers (4.5.1) - restriction: || (&& (>= monoandroid) (< netstandard1.1) (>= netstandard2.0)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard2.0) (< win8)) (&& (>= monotouch) (>= net462)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net45) (>= net461) (>= netstandard2.0)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6)) (&& (< net45) (>= net462) (>= netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= net462) (>= netcoreapp3.0)) (&& (>= net462) (< netstandard1.1)) (&& (>= net462) (>= netstandard1.6) (< netstandard2.0) (>= wpa81)) (&& (>= net462) (< netstandard1.6) (>= wpa81)) (&& (>= net462) (>= xamarinios)) (&& (>= net462) (>= xamarinmac)) (&& (>= net462) (>= xamarintvos)) (&& (>= net462) (>= xamarinwatchos)) (&& (< net6.0) (>= netcoreapp3.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarintvos)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarinwatchos)) (&& (< netstandard1.6) (>= xamarinios)) (&& (< netstandard1.6) (>= xamarinmac))
System.Diagnostics.Debug (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)
System.Diagnostics.Tracing (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)
System.Resources.ResourceManager (>= 4.3) - restriction: && (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)
@@ -184,9 +184,9 @@ NUGET
Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81))
- System.Diagnostics.DiagnosticSource (6.0) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
- System.Memory (>= 4.5.4) - restriction: || (>= net461) (&& (< net5.0) (>= netstandard2.0))
- System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (>= net461) (>= netstandard2.0)
+ System.Diagnostics.DiagnosticSource (8.0.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
+ System.Memory (>= 4.5.5) - restriction: || (>= net462) (&& (< net6.0) (>= netstandard2.0))
+ System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (>= net462) (&& (>= net6.0) (< net7.0)) (&& (< net6.0) (>= netstandard2.0))
System.Diagnostics.Tools (4.3) - restriction: || (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81))
Microsoft.NETCore.Platforms (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
Microsoft.NETCore.Targets (>= 1.1) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.0) (< win8) (< wp8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
@@ -296,7 +296,7 @@ NUGET
System.Runtime (>= 4.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
System.Runtime.Extensions (>= 4.3) - restriction: && (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
System.Threading (>= 4.3) - restriction: && (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
- System.Memory (4.5.5) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= net461) (>= netstandard1.6)) (&& (< net45) (>= net461) (< netstandard1.6)) (&& (< net45) (< net5.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= net462) (>= netcoreapp3.0)) (&& (< net6.0) (>= netcoreapp3.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
+ System.Memory (4.5.5) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6)) (&& (< net45) (< net6.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= net462) (>= netcoreapp3.0)) (&& (< net6.0) (>= netcoreapp3.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
System.Buffers (>= 4.5.1) - restriction: || (&& (>= monoandroid) (< netstandard1.1)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (>= monotouch) (&& (>= net45) (< netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (>= net461) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (< uap10.1) (>= wpa81)) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos)
System.Numerics.Vectors (>= 4.4) - restriction: && (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (>= monoandroid) (< netstandard1.1)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (>= netcoreapp2.0) (< netcoreapp2.1)) (&& (< monoandroid) (< netstandard1.1) (>= portable-net45+win8+wpa81) (< win8)) (>= monotouch) (&& (>= net45) (< netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0)) (>= net461) (&& (< netstandard1.1) (>= win8)) (&& (< netstandard2.0) (>= wpa81)) (>= uap10.1) (>= xamarinios) (>= xamarinmac) (>= xamarintvos) (>= xamarinwatchos)
@@ -343,7 +343,7 @@ NUGET
System.Net.Primitives (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
System.Runtime (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
System.Threading.Tasks (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net46) (>= netstandard1.3) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
- System.Numerics.Vectors (4.5) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= net461) (>= netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
+ System.Numerics.Vectors (4.5) - restriction: || (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< net45) (>= net462) (>= netstandard2.0)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
System.ObjectModel (4.3) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1))
System.Collections (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
System.Diagnostics.Debug (>= 4.3) - restriction: && (< monoandroid) (< monotouch) (< net45) (>= netstandard1.3) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)
@@ -397,7 +397,7 @@ NUGET
System.Runtime (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.1) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.4) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.4) (>= netstandard1.6)) (&& (< monoandroid) (< net45) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard1.6) (< win8)) (&& (< monotouch) (< net20) (>= netstandard1.4) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net462) (< netstandard1.3)) (&& (< net20) (>= net462) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< net45) (>= net463) (>= netstandard1.6)) (&& (>= netcoreapp1.1) (< netstandard1.2)) (&& (>= netcoreapp1.1) (< netstandard1.3)) (&& (>= netcoreapp1.1) (< netstandard1.4)) (&& (>= netcoreapp1.1) (< netstandard1.5)) (&& (>= netcoreapp1.1) (< netstandard1.6)) (&& (>= netcoreapp1.1) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (>= netcoreapp1.1) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (< netstandard1.5) (>= uap10.0) (< win81) (< wpa81))
Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.2) (< win8) (< wp8)) (&& (< monoandroid) (< net45) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
- System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (>= monoandroid) (< netstandard1.1) (>= netstandard2.0)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (>= netcoreapp2.0) (< netcoreapp2.1) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (>= netcoreapp2.0) (< netstandard1.6)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard2.0) (< win8)) (&& (>= monotouch) (>= net461)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.3)) (&& (< net20) (>= net45) (>= netstandard1.3) (< netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.5)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.4) (< netstandard1.5)) (&& (< net20) (>= net45) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net46) (< netstandard1.0)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.2)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard1.4)) (&& (< net20) (>= net461) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net461) (< netstandard1.5)) (&& (< net20) (>= net461) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net461) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (>= net45) (< netstandard1.3) (>= uap10.0)) (&& (>= net45) (< netstandard1.5) (>= uap10.0)) (&& (< net45) (>= net461) (>= netstandard1.6)) (&& (< net45) (>= net461) (< netstandard1.6)) (&& (< net45) (>= net461) (>= netstandard2.0)) (&& (< net45) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= net46) (< netstandard1.0) (>= win8)) (&& (>= net46) (< netstandard1.3) (>= wpa81)) (&& (>= net46) (< netstandard1.4) (>= wpa81)) (&& (>= net46) (>= wp8)) (&& (>= net461) (>= netcoreapp2.0)) (&& (>= net461) (< netstandard1.1)) (&& (>= net461) (< netstandard1.3) (>= uap10.0)) (&& (>= net461) (< netstandard1.5) (>= uap10.0)) (&& (>= net461) (>= netstandard1.6) (< netstandard2.0) (>= wpa81)) (&& (>= net461) (< netstandard1.6) (>= wpa81)) (&& (>= net461) (>= uap10.1)) (&& (>= net461) (>= xamarinios)) (&& (>= net461) (>= xamarinmac)) (&& (>= net461) (>= xamarintvos)) (&& (>= net461) (>= xamarinwatchos)) (&& (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= win8)) (&& (< netstandard1.0) (>= uap10.0) (< win8)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.2) (>= netstandard1.3) (< win8) (>= wpa81)) (&& (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= wpa81)) (&& (>= netstandard1.3) (>= wp8)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.4) (>= wp8)) (&& (>= netstandard1.5) (>= wp8)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (>= wp8)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarintvos)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarinwatchos)) (&& (< netstandard1.6) (>= xamarinios)) (&& (< netstandard1.6) (>= xamarinmac)) (&& (>= netstandard2.0) (>= uap10.1)) (&& (>= uap10.0) (>= wp8))
+ System.Runtime.CompilerServices.Unsafe (6.0) - restriction: || (&& (>= monoandroid) (< netstandard1.1) (>= netstandard2.0)) (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.4) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.5) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.0) (>= netstandard1.6) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< monoandroid) (< net20) (< netstandard1.2) (>= netstandard2.0) (< win8)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.3) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.4) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.5) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net20) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (< netstandard1.6) (>= netstandard2.0) (< win8) (< wpa81)) (&& (< monoandroid) (>= net6.0) (< netstandard1.6)) (&& (< monoandroid) (>= netcoreapp2.0) (< netcoreapp2.1) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (>= netcoreapp2.0) (< netstandard1.6)) (&& (< monoandroid) (< netstandard1.1) (>= netstandard2.0) (< win8)) (&& (>= monotouch) (>= net462)) (&& (>= monotouch) (>= netstandard2.0)) (&& (< net20) (>= net45) (< netstandard1.2) (>= netstandard1.3)) (&& (< net20) (>= net45) (>= netstandard1.3) (< netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.4)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.5)) (&& (< net20) (>= net45) (< netstandard1.3) (>= netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.4) (< netstandard1.5)) (&& (< net20) (>= net45) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net45) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net46) (< netstandard1.0)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net461) (< netstandard1.2)) (&& (< net20) (>= net461) (< netstandard1.3)) (&& (< net20) (>= net461) (< netstandard1.4)) (&& (< net20) (>= net461) (>= netstandard1.5) (< netstandard1.6)) (&& (< net20) (>= net461) (< netstandard1.5)) (&& (< net20) (>= net461) (>= netstandard1.6) (< netstandard2.0)) (&& (< net20) (>= net461) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (>= netstandard2.0) (< portable-net45+win8+wpa81)) (&& (>= net45) (< netstandard1.3) (>= uap10.0)) (&& (>= net45) (< netstandard1.5) (>= uap10.0)) (&& (< net45) (>= net461) (>= netstandard2.0)) (&& (< net45) (>= net462) (>= netstandard1.6)) (&& (< net45) (>= net462) (< netstandard1.6)) (&& (< net45) (>= net462) (>= netstandard2.0)) (&& (< net45) (< net6.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< net45) (< netcoreapp2.0) (>= netstandard2.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (>= net46) (< netstandard1.0) (>= win8)) (&& (>= net46) (< netstandard1.3) (>= wpa81)) (&& (>= net46) (< netstandard1.4) (>= wpa81)) (&& (>= net46) (>= wp8)) (&& (>= net461) (< netstandard1.3) (>= uap10.0)) (&& (>= net461) (< netstandard1.5) (>= uap10.0)) (&& (>= net462) (>= netcoreapp2.0)) (&& (>= net462) (< netstandard1.1)) (&& (>= net462) (>= netstandard1.6) (< netstandard2.0) (>= wpa81)) (&& (>= net462) (< netstandard1.6) (>= wpa81)) (&& (>= net462) (>= uap10.1)) (&& (>= net462) (>= xamarinios)) (&& (>= net462) (>= xamarinmac)) (&& (>= net462) (>= xamarintvos)) (&& (>= net462) (>= xamarinwatchos)) (&& (>= net6.0) (< net7.0) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< netstandard1.0) (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= win8)) (&& (< netstandard1.0) (>= uap10.0) (< win8)) (&& (< netstandard1.1) (>= netstandard2.0) (>= win8)) (&& (< netstandard1.2) (>= netstandard1.3) (< win8) (>= wpa81)) (&& (>= netstandard1.3) (< portable-net45+win8+wpa81) (>= wpa81)) (&& (>= netstandard1.3) (>= wp8)) (&& (< netstandard1.3) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.4) (>= wp8)) (&& (>= netstandard1.5) (>= wp8)) (&& (< netstandard1.5) (>= uap10.0) (< win8) (< wpa81)) (&& (>= netstandard1.6) (>= wp8)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarintvos)) (&& (< netstandard1.6) (>= netstandard2.0) (>= xamarinwatchos)) (&& (< netstandard1.6) (>= xamarinios)) (&& (< netstandard1.6) (>= xamarinmac)) (&& (>= netstandard2.0) (>= uap10.1)) (&& (>= uap10.0) (>= wp8))
System.Runtime.Extensions (4.3.1) - restriction: || (&& (< monoandroid) (< monotouch) (< net20) (>= netstandard1.3) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monoandroid) (< net20) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net20) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.6) (< win8) (< wpa81)) (&& (< monotouch) (< net20) (>= netstandard1.5) (< netstandard2.0) (< win8) (< wpa81) (< xamarintvos) (< xamarinwatchos)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< netstandard2.0) (< xamarintvos) (< xamarinwatchos)) (&& (< monotouch) (< net45) (>= netstandard1.6) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos)) (&& (< net20) (>= net46) (< netstandard1.3)) (&& (< net20) (>= net46) (< netstandard1.4)) (&& (< net20) (>= net462) (< netstandard1.3)) (&& (< net20) (>= net462) (< netstandard2.0)) (&& (< net20) (>= netstandard1.0) (< portable-net45+win8+wpa81) (< wp8)) (&& (< net20) (>= netstandard1.1) (< netstandard1.2) (< win8)) (&& (< net20) (>= netstandard1.2) (< netstandard1.3) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.2) (>= netstandard1.3) (< win8)) (&& (< net20) (< netstandard1.2) (>= netstandard1.6) (< win8)) (&& (< net20) (>= netstandard1.3) (< netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.3) (< portable-net45+win8+wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.4) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.3) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.4) (< netstandard1.5) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.4) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.5) (< netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (< netstandard1.5) (>= netstandard1.6) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< netstandard2.0) (< win8) (< wpa81)) (&& (< net20) (>= netstandard1.6) (< portable-net45+win8+wpa81)) (&& (< netstandard1.3) (>= uap10.0)) (&& (< netstandard1.5) (>= netstandard1.6) (>= uap10.0)) (&& (< netstandard1.5) (>= uap10.0) (< uap10.1))
Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (< monoandroid) (< net45) (>= netstandard1.0) (< netstandard1.3) (< win8) (< wp8) (< wpa81)) (&& (< monoandroid) (< net45) (>= netstandard1.3) (< netstandard1.5) (< win8) (< wpa81)) (&& (< monotouch) (< net45) (>= netstandard1.5) (< win8) (< wpa81) (< xamarinios) (< xamarinmac) (< xamarintvos) (< xamarinwatchos))
@@ -611,376 +611,420 @@ NUGET
GROUP fakemodule
STORAGE: NONE
-RESTRICTION: || (== net472) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
+RESTRICTION: || (== net10.0) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
BlackFox.VsWhere (1.1)
- FSharp.Core (>= 4.0.0.1) - restriction: || (== net472) (&& (== net6.0) (>= net45)) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45))
- FSharp.Core (>= 4.2.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.Win32.Registry (>= 4.7) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
+ FSharp.Core (>= 4.2.3)
+ Microsoft.Win32.Registry (>= 4.7)
Chessie (0.6)
FSharp.Core (>= 4.0.1.7-alpha)
NETStandard.Library (>= 1.6)
DotNet.Xdt (2.2.1)
FParsec (1.1.1)
FSharp.Core (>= 4.3.4)
- System.ValueTuple (>= 4.4) - restriction: || (== net472) (&& (== net6.0) (>= net45)) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45))
- FSharp.Compiler.Service (43.8.400)
- FSharp.Core (8.0.400)
- System.Buffers (>= 4.5.1)
- System.Collections.Immutable (>= 8.0)
- System.Diagnostics.DiagnosticSource (>= 8.0)
- System.Memory (>= 4.5.5)
+ FSharp.Compiler.Service (43.11.301)
+ FSharp.Core (10.1.301)
+ System.Buffers (>= 4.6.1)
+ System.Collections.Immutable (>= 10.0.2)
+ System.Diagnostics.DiagnosticSource (>= 10.0.2)
+ System.Memory (>= 4.6.3)
System.Reflection.Emit (>= 4.7)
- System.Reflection.Metadata (>= 8.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- FSharp.Control.Reactive (5.0.2)
- FSharp.Core (>= 4.7.2)
- System.Reactive (>= 5.0)
- FSharp.Core (8.0.400)
- Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< net5.0)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.Build (17.0)
- Microsoft.Build.Framework (>= 17.0) - restriction: || (== net472) (== net6.0) (&& (== netcoreapp2.1) (>= net472)) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
- Microsoft.NET.StringTools (>= 1.0) - restriction: || (== net472) (== net6.0) (&& (== netcoreapp2.1) (>= net472)) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
- Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- Microsoft.Win32.Registry (>= 4.3) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- System.Collections.Immutable (>= 5.0) - restriction: || (== net472) (== net6.0) (&& (== netcoreapp2.1) (>= net472)) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
- System.Configuration.ConfigurationManager (>= 4.7) - restriction: || (== net472) (== net6.0) (&& (== netcoreapp2.1) (>= net472)) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
- System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Reflection.Metadata (>= 1.6) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- System.Text.Json (>= 5.0.2) - restriction: || (== net472) (== net6.0) (&& (== netcoreapp2.1) (>= net472)) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
- System.Threading.Tasks.Dataflow (>= 4.9) - restriction: || (== net472) (== net6.0) (&& (== netcoreapp2.1) (>= net472)) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net472)) (&& (== netstandard2.0) (>= net6.0))
- Microsoft.Build.Framework (17.0)
- System.Security.Permissions (>= 4.7) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.Build.Tasks.Core (17.0)
- Microsoft.Build.Framework (>= 17.0)
- Microsoft.Build.Utilities.Core (>= 17.0)
- Microsoft.NET.StringTools (>= 1.0)
- Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- Microsoft.Win32.Registry (>= 4.3) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.CodeDom (>= 4.4) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Collections.Immutable (>= 5.0)
- System.Net.Http (>= 4.3.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Reflection.Metadata (>= 1.6) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.Extensions (>= 4.6)
- System.Security.Cryptography.Pkcs (>= 4.7) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Xml (>= 4.7) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Permissions (>= 4.7) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks.Dataflow (>= 4.9)
- Microsoft.Build.Utilities.Core (17.0)
- Microsoft.Build.Framework (>= 17.0)
- Microsoft.NET.StringTools (>= 1.0)
- Microsoft.VisualStudio.Setup.Configuration.Interop (>= 1.16.30) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- Microsoft.Win32.Registry (>= 4.3) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Collections.Immutable (>= 5.0)
- System.Configuration.ConfigurationManager (>= 4.7)
- System.Security.Permissions (>= 4.7) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding.CodePages (>= 4.0.1) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NET.StringTools (1.0)
- System.Memory (>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe (>= 5.0)
- Microsoft.NETCore.Platforms (6.0.1)
- Microsoft.NETCore.Targets (5.0) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.VisualStudio.Setup.Configuration.Interop (3.0.4492) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- Microsoft.Win32.Registry (5.0) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (>= net6.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (&& (== net472) (>= monoandroid) (< netstandard1.3)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net46)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (&& (== net6.0) (>= monoandroid) (< netstandard1.3)) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monoandroid) (< netstandard1.3)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0)
- System.Memory (>= 4.5.4) - restriction: || (&& (== net472) (< net46)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection.Metadata (>= 10.0.2)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
+ FSharp.Control.Reactive (6.1.2)
+ FSharp.Core (>= 6.0.7)
+ System.Reactive (>= 6.0.1)
+ FSharp.Core (10.1.301)
+ Microsoft.Bcl.AsyncInterfaces (10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Threading.Tasks.Extensions (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ Microsoft.Build (18.7.1)
+ Microsoft.Build.Framework (>= 18.7.1) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Configuration.ConfigurationManager (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Diagnostics.EventLog (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Reflection.MetadataLoadContext (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Security.Cryptography.ProtectedData (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ Microsoft.Build.Framework (18.7.1)
+ Microsoft.NET.StringTools (>= 18.7.1)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ Microsoft.Build.Tasks.Core (18.7.1)
+ Microsoft.Build.Framework (>= 18.7.1)
+ Microsoft.Build.Utilities.Core (>= 18.7.1)
+ System.CodeDom (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Configuration.ConfigurationManager (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Diagnostics.EventLog (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Formats.Nrbf (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ System.Resources.Extensions (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ System.Security.Cryptography.Pkcs (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Security.Cryptography.ProtectedData (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Security.Cryptography.Xml (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ Microsoft.Build.Utilities.Core (18.7.1)
+ Microsoft.Build.Framework (>= 18.7.1)
+ System.Configuration.ConfigurationManager (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Diagnostics.EventLog (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ System.Security.Cryptography.ProtectedData (>= 10.0.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ Microsoft.NET.StringTools (18.7.1)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net472)) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (7.0.4)
+ Microsoft.NETCore.Targets (5.0)
+ Microsoft.Win32.Registry (5.0)
+ System.Buffers (>= 4.5.1) - restriction: || (&& (== net10.0) (>= monoandroid) (< netstandard1.3)) (&& (== net10.0) (>= monotouch)) (&& (== net10.0) (< netcoreapp2.0)) (&& (== net10.0) (>= xamarinios)) (&& (== net10.0) (>= xamarinmac)) (&& (== net10.0) (>= xamarintvos)) (&& (== net10.0) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Memory (>= 4.5.4) - restriction: || (&& (== net10.0) (< netcoreapp2.0)) (&& (== net10.0) (< netcoreapp2.1)) (&& (== net10.0) (>= uap10.1)) (== netstandard2.0)
System.Security.AccessControl (>= 5.0)
System.Security.Principal.Windows (>= 5.0)
- Microsoft.Win32.SystemEvents (6.0) - restriction: || (== net6.0) (&& (== netcoreapp2.1) (>= netcoreapp3.1)) (&& (== netstandard2.0) (>= netcoreapp3.1))
- Mono.Cecil (0.11.5)
+ Mono.Cecil (0.11.6)
Mono.Posix.NETStandard (1.0)
- MSBuild.StructuredLogger (2.1.815)
- Microsoft.Build.Framework (>= 16.10)
- Microsoft.Build.Utilities.Core (>= 16.10)
+ MSBuild.StructuredLogger (2.3.204)
+ Microsoft.Build.Framework (>= 17.5)
+ Microsoft.Build.Utilities.Core (>= 17.5)
+ System.Collections.Immutable (>= 8.0) - restriction: == netstandard2.0
+ System.Memory (>= 4.6) - restriction: == netstandard2.0
+ System.Runtime.CompilerServices.Unsafe (>= 6.1) - restriction: == netstandard2.0
NETStandard.Library (2.0.3)
Microsoft.NETCore.Platforms (>= 1.1)
- Newtonsoft.Json (13.0.3)
- NuGet.Common (6.12.4)
- NuGet.Frameworks (>= 6.12.4)
- NuGet.Configuration (6.12.4)
- NuGet.Common (>= 6.12.4)
- System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- NuGet.Frameworks (6.12.4)
- NuGet.Packaging (6.12.4)
+ Newtonsoft.Json (13.0.4)
+ NuGet.Common (6.14.3)
+ NuGet.Frameworks (>= 6.14.3)
+ System.Collections.Immutable (>= 8.0)
+ NuGet.Configuration (6.14.3)
+ NuGet.Common (>= 6.14.3)
+ System.Security.Cryptography.ProtectedData (>= 4.4)
+ NuGet.Frameworks (6.14.3)
+ NuGet.Packaging (6.14.3)
Newtonsoft.Json (>= 13.0.3)
- NuGet.Configuration (>= 6.12.4)
- NuGet.Versioning (>= 6.12.4)
- System.Formats.Asn1 (>= 8.0.1) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Security.Cryptography.Pkcs (>= 6.0.4) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- NuGet.Protocol (6.12.4)
- NuGet.Packaging (>= 6.12.4)
- System.Text.Json (>= 8.0.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< net5.0)) (== netcoreapp2.1) (== netstandard2.0)
- NuGet.Versioning (6.12.4)
- Octokit (13.0.1)
- Paket.Core (9.0.2)
+ NuGet.Configuration (>= 6.14.3)
+ NuGet.Versioning (>= 6.14.3)
+ System.Formats.Asn1 (>= 8.0.1) - restriction: || (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Security.Cryptography.Pkcs (>= 6.0.4)
+ System.Text.Json (>= 8.0.5) - restriction: || (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ NuGet.Protocol (6.14.3)
+ NuGet.Packaging (>= 6.14.3)
+ System.Text.Json (>= 8.0.5) - restriction: || (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ NuGet.Versioning (6.14.3)
+ Octokit (14.0)
+ Paket.Core (10.3.1)
Chessie (>= 0.6)
- FSharp.Core (>= 8.0.400)
+ FSharp.Core (>= 9.0.101)
Mono.Cecil (>= 0.11.3 < 0.12)
Newtonsoft.Json (>= 13.0.1)
- NuGet.Packaging (>= 5.9.1)
+ NuGet.Packaging (>= 5.11.6)
System.Net.Http.WinHttpHandler (>= 5.0)
System.Security.Cryptography.ProtectedData (>= 5.0)
- runtime.native.System.Data.SqlClient.sni (4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
+ runtime.native.System.Data.SqlClient.sni (4.7) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (>= 4.4)
runtime.win-x64.runtime.native.System.Data.SqlClient.sni (>= 4.4)
runtime.win-x86.runtime.native.System.Data.SqlClient.sni (>= 4.4)
- runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- runtime.win-x64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- runtime.win-x86.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (4.5.1)
- System.CodeDom (6.0) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Collections.Immutable (8.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Configuration.ConfigurationManager (6.0)
- System.Security.Cryptography.ProtectedData (>= 6.0) - restriction: || (&& (== net472) (< net461)) (&& (== net472) (>= net6.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Permissions (>= 6.0)
- System.Data.SqlClient (4.8.3)
- Microsoft.Win32.Registry (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- runtime.native.System.Data.SqlClient.sni (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (&& (== net472) (< net451)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0)
- System.Diagnostics.DiagnosticSource (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.4) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0)
- System.Security.Principal.Windows (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding.CodePages (>= 4.7) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Diagnostics.DiagnosticSource (8.0.1)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Drawing.Common (6.0) - restriction: || (== net6.0) (&& (== netcoreapp2.1) (>= netcoreapp3.1)) (&& (== netstandard2.0) (>= netcoreapp3.1))
- Microsoft.Win32.SystemEvents (>= 6.0) - restriction: || (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (&& (== netcoreapp2.1) (>= netcoreapp3.1)) (&& (== netstandard2.0) (>= netcoreapp3.1))
- System.Formats.Asn1 (8.0.1) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
+ runtime.win-arm64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
+ runtime.win-x64.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
+ runtime.win-x86.runtime.native.System.Data.SqlClient.sni (4.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
+ System.Buffers (4.6.1)
+ System.CodeDom (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Collections.Immutable (10.0.9)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Configuration.ConfigurationManager (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Diagnostics.EventLog (>= 10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ System.Security.Cryptography.ProtectedData (>= 10.0.9)
+ System.Data.SqlClient (4.9.1)
+ runtime.native.System.Data.SqlClient.sni (>= 4.4) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
+ System.Diagnostics.DiagnosticSource (10.0.9)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Diagnostics.EventLog (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472) (>= net8.0))
+ System.Formats.Asn1 (10.0.9) - restriction: || (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Formats.Nrbf (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
System.IO (4.3)
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (4.5.5)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0)
- System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net472) (< net45)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0)
- System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461))
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0)
- System.Net.Http (4.3.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Security.Cryptography.X509Certificates (>= 4.3)
- System.Net.Http.WinHttpHandler (6.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Numerics.Vectors (4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0)
- System.Reactive (5.0)
- System.Runtime.InteropServices.WindowsRuntime (>= 4.3) - restriction: || (&& (== net6.0) (< netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Reflection (4.3) - restriction: || (&& (== net472) (< net462)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.IO (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Reflection.Primitives (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Text.Encoding (>= 4.3)
+ System.Threading.Tasks (>= 4.3)
+ System.IO.Pipelines (10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Buffers (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Threading.Tasks.Extensions (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Memory (4.6.3)
+ System.Buffers (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
+ System.Numerics.Vectors (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
+ System.Net.Http.WinHttpHandler (8.0.2)
+ System.Numerics.Vectors (4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
+ System.Reactive (6.1)
+ System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net6.0)) (&& (== net10.0) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.IO (>= 4.3)
+ System.Reflection.Primitives (>= 4.3)
+ System.Runtime (>= 4.3)
System.Reflection.Emit (4.7)
- System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0)
- System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0)
- System.Reflection.Metadata (8.0)
- System.Collections.Immutable (>= 8.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Reflection.Primitives (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Resources.Extensions (6.0)
- System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (== netcoreapp2.1) (== netstandard2.0)
+ System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net10.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net10.0) (< netstandard1.1)) (&& (== net10.0) (< netstandard2.0)) (&& (== net10.0) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net10.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net10.0) (< netstandard1.1)) (&& (== net10.0) (< netstandard2.0)) (&& (== net10.0) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection.Metadata (10.0.9)
+ System.Collections.Immutable (>= 10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (== netstandard2.0)
+ System.Reflection.MetadataLoadContext (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Reflection.Primitives (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Resources.Extensions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net472))
+ System.Formats.Nrbf (>= 10.0.9)
System.Runtime (4.3.1)
- Microsoft.NETCore.Platforms (>= 1.1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (6.0)
- System.Runtime.InteropServices.WindowsRuntime (4.3) - restriction: || (&& (== net472) (== net6.0)) (&& (== net6.0) (< netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (>= 1.1.1)
+ Microsoft.NETCore.Targets (>= 1.1.3)
+ System.Runtime.CompilerServices.Unsafe (6.1.2)
System.Runtime.Loader (4.3)
- System.IO (>= 4.3) - restriction: || (&& (== net472) (< net462)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Reflection (>= 4.3) - restriction: || (&& (== net472) (< net462)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net462)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.AccessControl (6.0) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Principal.Windows (>= 5.0) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Algorithms (4.3.1) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
System.IO (>= 4.3)
+ System.Reflection (>= 4.3)
+ System.Runtime (>= 4.3)
+ System.Security.AccessControl (6.0.1)
+ System.Security.Principal.Windows (>= 5.0) - restriction: || (&& (== net10.0) (>= net461)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Security.Cryptography.Pkcs (10.0.9)
+ System.Security.Cryptography.ProtectedData (10.0.9)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Security.Cryptography.Xml (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0))
+ System.Security.Cryptography.Pkcs (>= 10.0.9)
+ System.Security.Principal.Windows (5.0)
+ System.Text.Encoding (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
System.Runtime (>= 4.3)
- System.Security.Cryptography.Encoding (>= 4.3)
- System.Security.Cryptography.Primitives (>= 4.3)
- System.Security.Cryptography.Cng (5.0) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (>= net5.0)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Encoding (4.3) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Security.Cryptography.Pkcs (7.0.3) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (&& (== net472) (< net462)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Formats.Asn1 (>= 7.0) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netstandard2.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (&& (== net472) (< net462)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netstandard2.1)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Primitives (4.3) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Security.Cryptography.ProtectedData (6.0)
- System.Memory (>= 4.5.4) - restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.X509Certificates (4.3.2) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Security.Cryptography.Algorithms (>= 4.3)
- System.Security.Cryptography.Encoding (>= 4.3)
- System.Security.Cryptography.Xml (6.0) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.4) - restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.AccessControl (>= 6.0)
- System.Security.Cryptography.Pkcs (>= 6.0) - restriction: || (&& (== net472) (< net461)) (&& (== net472) (>= net6.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Permissions (6.0)
- System.Security.AccessControl (>= 6.0)
- System.Windows.Extensions (>= 6.0) - restriction: || (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (&& (== netcoreapp2.1) (>= netcoreapp3.1)) (&& (== netstandard2.0) (>= netcoreapp3.1))
- System.Security.Principal.Windows (5.0) - restriction: || (&& (== net472) (>= monoandroid) (< netstandard1.3)) (&& (== net472) (>= monotouch)) (&& (== net472) (< net45)) (&& (== net472) (>= net6.0)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (&& (== net472) (>= xamarinios)) (&& (== net472) (>= xamarinmac)) (&& (== net472) (>= xamarintvos)) (&& (== net472) (>= xamarinwatchos)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encoding.CodePages (6.0) - restriction: || (&& (== net472) (< net451)) (&& (== net472) (>= net6.0)) (&& (== net472) (>= netcoreapp2.0)) (&& (== net472) (>= netcoreapp2.1)) (&& (== net472) (>= uap10.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp3.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Text.Encodings.Web (8.0) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< net5.0)) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Text.Json (8.0.4)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Text.Encodings.Web (>= 8.0)
- System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.ValueTuple (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== netcoreapp2.1) (>= net462)) (&& (== netstandard2.0) (>= net462))
- System.Threading.Tasks (4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.NETCore.Targets (>= 1.1) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime (>= 4.3) - restriction: || (&& (== net472) (< net45)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks.Dataflow (6.0)
- System.Threading.Tasks.Extensions (4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== net6.0) (< netcoreapp3.1)) (&& (== net6.0) (>= uap10.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netstandard1.0)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= wp8)) (== netstandard2.0)
- System.ValueTuple (4.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net462)) (&& (== netstandard2.0) (>= net462))
- System.Windows.Extensions (6.0) - restriction: || (== net6.0) (&& (== netcoreapp2.1) (>= netcoreapp3.1)) (&& (== netstandard2.0) (>= netcoreapp3.1))
- System.Drawing.Common (>= 6.0) - restriction: || (&& (== net472) (>= netcoreapp3.1)) (== net6.0) (&& (== netcoreapp2.1) (>= netcoreapp3.1)) (&& (== netstandard2.0) (>= netcoreapp3.1))
+ System.Text.Encodings.Web (10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Buffers (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Text.Json (10.0.9) - restriction: || (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ Microsoft.Bcl.AsyncInterfaces (>= 10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Buffers (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.IO.Pipelines (>= 10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (== netstandard2.0)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Text.Encodings.Web (>= 10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (== netstandard2.0)
+ System.Threading.Tasks.Extensions (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Threading.Tasks (4.3)
+ Microsoft.NETCore.Platforms (>= 1.1)
+ Microsoft.NETCore.Targets (>= 1.1)
+ System.Runtime (>= 4.3)
+ System.Threading.Tasks.Extensions (4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
GROUP fakerunner
STORAGE: NONE
-RESTRICTION: || (== net472) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
+RESTRICTION: || (== net10.0) (== netstandard2.0)
NUGET
remote: https://api.nuget.org/v3/index.json
+ Azure.Core (1.50) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Bcl.AsyncInterfaces (>= 8.0)
+ System.ClientModel (>= 1.8)
+ System.Memory.Data (>= 8.0.1)
+ Azure.Monitor.OpenTelemetry.Exporter (1.6) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Azure.Core (>= 1.50)
+ OpenTelemetry.Extensions.Hosting (>= 1.14)
+ OpenTelemetry.PersistentStorage.FileSystem (>= 1.0.2)
Chessie (0.6)
FSharp.Core (>= 4.0.1.7-alpha)
NETStandard.Library (>= 1.6)
Expecto (10.2.3)
- FSharp.Core (>= 7.0.200) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- Mono.Cecil (>= 0.11.4 < 1.0) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
+ FSharp.Core (>= 7.0.200) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
+ Mono.Cecil (>= 0.11.4 < 1.0) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
Expecto.FsCheck (10.2.3)
- Expecto (>= 10.2.3) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- FsCheck (>= 2.16.5 < 3.0) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
+ Expecto (>= 10.2.3) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
+ FsCheck (>= 2.16.5 < 3.0) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net6.0))
FParsec (1.1.1)
FSharp.Core (>= 4.3.4)
- System.ValueTuple (>= 4.4) - restriction: || (== net472) (&& (== net6.0) (>= net45)) (&& (== netcoreapp2.1) (>= net45)) (&& (== netstandard2.0) (>= net45))
FsCheck (2.16.6)
FSharp.Core (>= 4.2.3)
- FSharp.Compiler.Service (43.8.400)
- FSharp.Core (8.0.400)
- System.Buffers (>= 4.5.1)
- System.Collections.Immutable (>= 8.0)
- System.Diagnostics.DiagnosticSource (>= 8.0)
- System.Memory (>= 4.5.5)
+ FSharp.Compiler.Service (43.11.301)
+ FSharp.Core (10.1.301)
+ System.Buffers (>= 4.6.1)
+ System.Collections.Immutable (>= 10.0.2)
+ System.Diagnostics.DiagnosticSource (>= 10.0.2)
+ System.Memory (>= 4.6.3)
System.Reflection.Emit (>= 4.7)
- System.Reflection.Metadata (>= 8.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- FSharp.Core (8.0.400)
- Microsoft.Bcl.AsyncInterfaces (8.0) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- Microsoft.Deployment.DotNet.Releases (1.0.1)
+ System.Reflection.Metadata (>= 10.0.2)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
+ FSharp.Core (10.1.301)
+ Microsoft.ApplicationInsights (3.0) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Azure.Monitor.OpenTelemetry.Exporter (>= 1.6) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net462)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Bcl.AsyncInterfaces (8.0)
+ System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ Microsoft.Bcl.Cryptography (10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Formats.Asn1 (>= 10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ Microsoft.Deployment.DotNet.Releases (1.0.2)
System.Text.Json (>= 8.0.5)
- Microsoft.NETCore.App (2.2.8) - restriction: || (&& (== net472) (== netcoreapp1.1)) (&& (== net472) (== netstandard1.6)) (&& (== net6.0) (== netcoreapp1.1)) (&& (== net6.0) (== netstandard1.6)) (&& (== netcoreapp1.1) (== netcoreapp2.1)) (&& (== netcoreapp2.1) (== netstandard1.6)) (== netstandard2.0)
- Microsoft.NETCore.Platforms (6.0.1)
- Microsoft.TestPlatform.ObjectModel (17.0) - restriction: || (&& (== net472) (>= netcoreapp1.0)) (&& (== net472) (>= uap10.0)) (== net6.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0))
- NuGet.Frameworks (>= 5.0)
- System.Reflection.Metadata (>= 1.6)
- Microsoft.TestPlatform.TestHost (17.0)
- Microsoft.TestPlatform.ObjectModel (>= 17.0) - restriction: || (&& (== net472) (>= netcoreapp1.0)) (&& (== net472) (>= uap10.0)) (== net6.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0))
- Newtonsoft.Json (>= 9.0.1) - restriction: || (&& (== net472) (>= netcoreapp1.0)) (&& (== net472) (>= uap10.0)) (== net6.0) (== netcoreapp2.1) (&& (== netstandard2.0) (>= netcoreapp1.0)) (&& (== netstandard2.0) (>= uap10.0))
- Mono.Cecil (0.11.5)
+ Microsoft.Extensions.Configuration (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Primitives (>= 10.0.9)
+ Microsoft.Extensions.Configuration.Abstractions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Primitives (>= 10.0.9)
+ Microsoft.Extensions.Configuration.Binder (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Configuration (>= 10.0.9)
+ Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.DependencyInjection (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.DependencyInjection.Abstractions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Diagnostics.Abstractions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Options (>= 10.0.9)
+ Microsoft.Extensions.FileProviders.Abstractions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Primitives (>= 10.0.9)
+ Microsoft.Extensions.Hosting.Abstractions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.FileProviders.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Logging (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.DependencyInjection (>= 10.0.9)
+ Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Options (>= 10.0.9)
+ Microsoft.Extensions.Logging.Abstractions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Logging.Configuration (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Configuration (>= 10.0.9)
+ Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Configuration.Binder (>= 10.0.9)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Logging (>= 10.0.9)
+ Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Options (>= 10.0.9)
+ Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.9)
+ Microsoft.Extensions.Options (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Primitives (>= 10.0.9)
+ Microsoft.Extensions.Options.ConfigurationExtensions (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Configuration.Binder (>= 10.0.9)
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
+ Microsoft.Extensions.Options (>= 10.0.9)
+ Microsoft.Extensions.Primitives (>= 10.0.9)
+ Microsoft.Extensions.Primitives (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net10.0)) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.NETCore.App (2.2.8) - restriction: || (&& (== net10.0) (== netcoreapp1.1)) (&& (== net10.0) (== netstandard1.6)) (== netstandard2.0)
+ Microsoft.NETCore.Platforms (7.0.4)
+ Microsoft.Testing.Extensions.Telemetry (2.2.3) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.ApplicationInsights (>= 2.23)
+ Microsoft.Testing.Platform (>= 2.2.3)
+ Microsoft.Testing.Extensions.TrxReport.Abstractions (2.2.3) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Testing.Platform (>= 2.2.3)
+ Microsoft.Testing.Extensions.VSTestBridge (2.2.3) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Testing.Extensions.Telemetry (>= 2.2.3)
+ Microsoft.Testing.Extensions.TrxReport.Abstractions (>= 2.2.3)
+ Microsoft.Testing.Platform (>= 2.2.3)
+ Microsoft.TestPlatform.ObjectModel (>= 18.3)
+ Microsoft.Testing.Platform (2.2.3) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Testing.Platform.MSBuild (2.2.3) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Testing.Platform (>= 2.2.3)
+ Microsoft.TestPlatform.ObjectModel (18.7) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ System.Reflection.Metadata (>= 8.0)
+ Microsoft.TestPlatform.TestHost (18.7)
+ Microsoft.TestPlatform.ObjectModel (>= 18.7) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Newtonsoft.Json (>= 13.0.3) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Mono.Cecil (0.11.6)
NETStandard.Library (2.0.3)
Microsoft.NETCore.Platforms (>= 1.1)
Newtonsoft.Json (13.0.3)
- NuGet.Common (6.12.4)
- NuGet.Frameworks (>= 6.12.4)
- NuGet.Configuration (6.12.4)
- NuGet.Common (>= 6.12.4)
- System.Security.Cryptography.ProtectedData (>= 4.4) - restriction: || (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- NuGet.Frameworks (6.12.4)
- NuGet.Packaging (6.12.4)
+ NuGet.Common (6.14.3)
+ NuGet.Frameworks (>= 6.14.3)
+ System.Collections.Immutable (>= 8.0)
+ NuGet.Configuration (6.14.3)
+ NuGet.Common (>= 6.14.3)
+ System.Security.Cryptography.ProtectedData (>= 4.4)
+ NuGet.Frameworks (6.14.3)
+ NuGet.Packaging (6.14.3)
Newtonsoft.Json (>= 13.0.3)
- NuGet.Configuration (>= 6.12.4)
- NuGet.Versioning (>= 6.12.4)
- System.Formats.Asn1 (>= 8.0.1) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net472)) (&& (== netcoreapp2.1) (>= net472)) (&& (== netstandard2.0) (>= net472))
- System.Security.Cryptography.Pkcs (>= 6.0.4) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- NuGet.Versioning (6.12.4)
- Packaging.Targets (0.1.220)
+ NuGet.Configuration (>= 6.14.3)
+ NuGet.Versioning (>= 6.14.3)
+ System.Formats.Asn1 (>= 8.0.1) - restriction: || (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Security.Cryptography.Pkcs (>= 6.0.4)
+ System.Text.Json (>= 8.0.5) - restriction: || (&& (== net10.0) (>= net472)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ NuGet.Versioning (6.14.3)
+ OpenTelemetry (1.16) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Diagnostics.Abstractions (>= 10.0)
+ Microsoft.Extensions.Logging.Configuration (>= 10.0)
+ OpenTelemetry.Api.ProviderBuilderExtensions (>= 1.16)
+ OpenTelemetry.Api (1.16) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ OpenTelemetry.Api.ProviderBuilderExtensions (1.16) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0)
+ OpenTelemetry.Api (>= 1.16)
+ OpenTelemetry.Extensions.Hosting (1.16) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Hosting.Abstractions (>= 10.0)
+ OpenTelemetry (>= 1.16)
+ OpenTelemetry.PersistentStorage.Abstractions (1.1) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ OpenTelemetry.PersistentStorage.FileSystem (1.1) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ OpenTelemetry.PersistentStorage.Abstractions (>= 1.1)
+ Packaging.Targets (0.1.232)
System.Buffers (>= 4.5.1)
- Paket.Core (9.0.2)
+ Paket.Core (10.3.1)
Chessie (>= 0.6)
- FSharp.Core (>= 8.0.400)
+ FSharp.Core (>= 9.0.101)
Mono.Cecil (>= 0.11.3 < 0.12)
Newtonsoft.Json (>= 13.0.1)
- NuGet.Packaging (>= 5.9.1)
+ NuGet.Packaging (>= 5.11.6)
System.Net.Http.WinHttpHandler (>= 5.0)
System.Security.Cryptography.ProtectedData (>= 5.0)
- System.Buffers (4.5.1)
- System.Collections.Immutable (8.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Diagnostics.DiagnosticSource (8.0.1)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Formats.Asn1 (8.0.1) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (4.5.5)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0)
- System.Numerics.Vectors (>= 4.4) - restriction: || (&& (== net472) (< net45)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0)
- System.Numerics.Vectors (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netstandard2.0) (>= net461))
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== net6.0) (>= monotouch)) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== net6.0) (>= xamarinios)) (&& (== net6.0) (>= xamarinmac)) (&& (== net6.0) (>= xamarintvos)) (&& (== net6.0) (>= xamarinwatchos)) (&& (== netcoreapp2.1) (>= monotouch)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (&& (== netcoreapp2.1) (>= xamarinios)) (&& (== netcoreapp2.1) (>= xamarinmac)) (&& (== netcoreapp2.1) (>= xamarintvos)) (&& (== netcoreapp2.1) (>= xamarinwatchos)) (== netstandard2.0)
+ System.Buffers (4.6.1)
+ System.ClientModel (1.14) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Extensions.Configuration.Abstractions (>= 10.0.3)
+ Microsoft.Extensions.Hosting.Abstractions (>= 10.0.3)
+ Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
+ System.Memory.Data (>= 10.0.3)
+ System.Collections.Immutable (10.0.9)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Diagnostics.DiagnosticSource (10.0.9)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Formats.Asn1 (10.0.9) - restriction: || (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Memory (4.6.3)
+ System.Buffers (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
+ System.Numerics.Vectors (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
+ System.Memory.Data (10.0.9) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
System.Net.Http.WinHttpHandler (6.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Numerics.Vectors (4.5) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (== netstandard2.0)
+ System.Buffers (>= 4.5.1) - restriction: || (&& (== net10.0) (>= net461)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Memory (>= 4.5.4) - restriction: || (&& (== net10.0) (>= net461)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Numerics.Vectors (4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
System.Reflection.Emit (4.7)
- System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net472) (< net45)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0)
- System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (== netcoreapp2.1)) (&& (== net472) (< net45)) (&& (== net472) (< netstandard1.1)) (&& (== net472) (< netstandard2.0) (>= wpa81)) (&& (== net472) (>= uap10.1)) (&& (== net6.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net6.0) (< netstandard1.1)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= uap10.1)) (&& (== netcoreapp2.1) (< netcoreapp2.0)) (&& (== netcoreapp2.1) (< netstandard1.1)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= uap10.1)) (== netstandard2.0)
- System.Reflection.Metadata (8.0)
- System.Collections.Immutable (>= 8.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (6.0)
- System.Security.Cryptography.Cng (5.0) - restriction: || (&& (== net472) (== net6.0)) (&& (== net472) (>= net5.0)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Pkcs (7.0.3) - restriction: || (&& (== net472) (>= net5.0)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (&& (== net472) (< net462)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Formats.Asn1 (>= 7.0) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netstandard2.1)) (== net6.0) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (&& (== net472) (< net462)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net472) (< net462)) (&& (== net472) (>= netstandard2.1)) (&& (== net6.0) (< netstandard2.1)) (== netcoreapp2.1) (== netstandard2.0)
- System.Security.Cryptography.ProtectedData (6.0)
- System.Memory (>= 4.5.4) - restriction: || (&& (== net472) (< net461)) (== netcoreapp2.1) (== netstandard2.0)
- System.Text.Encodings.Web (8.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
+ System.Reflection.Emit.ILGeneration (>= 4.7) - restriction: || (&& (== net10.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net10.0) (< netstandard1.1)) (&& (== net10.0) (< netstandard2.0)) (&& (== net10.0) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection.Emit.ILGeneration (4.7) - restriction: || (&& (== net10.0) (< netcoreapp2.0) (< netstandard2.1)) (&& (== net10.0) (< netstandard1.1)) (&& (== net10.0) (< netstandard2.0)) (&& (== net10.0) (>= uap10.1)) (== netstandard2.0)
+ System.Reflection.Metadata (10.0.9)
+ System.Collections.Immutable (>= 10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (6.1.2)
+ System.Security.Cryptography.Cng (5.0) - restriction: || (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Security.Cryptography.Pkcs (10.0.9)
+ Microsoft.Bcl.Cryptography (>= 10.0.9) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Buffers (>= 4.6.1) - restriction: || (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Formats.Asn1 (>= 10.0.9) - restriction: || (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Security.Cryptography.Cng (>= 5.0) - restriction: || (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< netstandard2.1)) (== netstandard2.0)
+ System.Security.Cryptography.ProtectedData (10.0.9)
+ System.Memory (>= 4.6.3) - restriction: || (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Text.Encodings.Web (8.0) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (&& (== net10.0) (< net7.0)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Buffers (>= 4.5.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Memory (>= 4.5.5) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (&& (== net10.0) (< net7.0)) (== netstandard2.0)
System.Text.Json (8.0.5)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Buffers (>= 4.5.1) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Memory (>= 4.5.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0)
- System.Text.Encodings.Web (>= 8.0)
- System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.ValueTuple (>= 4.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== netcoreapp2.1) (>= net462)) (&& (== netstandard2.0) (>= net462))
- System.Threading.Tasks.Extensions (4.5.4) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (== netcoreapp2.1) (== netstandard2.0)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (== net472) (&& (== net6.0) (>= net461)) (&& (== net6.0) (< netcoreapp2.1)) (&& (== net6.0) (< netstandard1.0)) (&& (== net6.0) (< netstandard2.0)) (&& (== net6.0) (>= wp8)) (&& (== netcoreapp2.1) (>= net461)) (&& (== netcoreapp2.1) (< netstandard1.0)) (&& (== netcoreapp2.1) (< netstandard2.0)) (&& (== netcoreapp2.1) (>= wp8)) (== netstandard2.0)
- System.ValueTuple (4.5) - restriction: || (== net472) (&& (== net6.0) (>= net462)) (&& (== netcoreapp2.1) (>= net462)) (&& (== netstandard2.0) (>= net462))
- YoloDev.Expecto.TestSdk (0.14.3)
- Expecto (>= 10.0 < 11.0) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- FSharp.Core (>= 7.0.200) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
- System.Collections.Immutable (>= 6.0) - restriction: || (&& (== net472) (>= net6.0)) (== net6.0) (&& (== netcoreapp2.1) (>= net6.0)) (&& (== netstandard2.0) (>= net6.0))
+ Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Buffers (>= 4.5.1) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Memory (>= 4.5.5) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (&& (== net10.0) (< net7.0)) (== netstandard2.0)
+ System.Text.Encodings.Web (>= 8.0) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (&& (== net10.0) (< net7.0)) (&& (== net10.0) (< net8.0)) (== netstandard2.0)
+ System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Threading.Tasks.Extensions (4.5.4) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (== netstandard2.0)
+ System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net10.0) (>= net461)) (&& (== net10.0) (< netcoreapp2.1)) (&& (== net10.0) (< netstandard1.0)) (&& (== net10.0) (< netstandard2.0)) (&& (== net10.0) (>= wp8)) (== netstandard2.0)
+ YoloDev.Expecto.TestSdk (0.15.6)
+ Expecto (>= 10.2.2 < 11.0) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ FSharp.Core (>= 7.0.200) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Testing.Extensions.VSTestBridge (>= 1.9.1) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
+ Microsoft.Testing.Platform.MSBuild (>= 1.9.1) - restriction: || (== net10.0) (&& (== netstandard2.0) (>= net8.0))
diff --git a/src/app/Fake.Api.GitHub/Fake.Api.GitHub.fsproj b/src/app/Fake.Api.GitHub/Fake.Api.GitHub.fsproj
index eba296dd048..93e95d5a9a1 100644
--- a/src/app/Fake.Api.GitHub/Fake.Api.GitHub.fsproj
+++ b/src/app/Fake.Api.GitHub/Fake.Api.GitHub.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Api.GitHub
Library
true
diff --git a/src/app/Fake.Api.Slack/Fake.Api.Slack.fsproj b/src/app/Fake.Api.Slack/Fake.Api.Slack.fsproj
index f74d4cdb9ab..384f0868d22 100644
--- a/src/app/Fake.Api.Slack/Fake.Api.Slack.fsproj
+++ b/src/app/Fake.Api.Slack/Fake.Api.Slack.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Api.Slack
Library
true
diff --git a/src/app/Fake.Azure.CloudServices/Fake.Azure.CloudServices.fsproj b/src/app/Fake.Azure.CloudServices/Fake.Azure.CloudServices.fsproj
index 905b278fd28..4672792d20f 100644
--- a/src/app/Fake.Azure.CloudServices/Fake.Azure.CloudServices.fsproj
+++ b/src/app/Fake.Azure.CloudServices/Fake.Azure.CloudServices.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Azure.CloudServices
Library
true
diff --git a/src/app/Fake.Azure.Emulators/Fake.Azure.Emulators.fsproj b/src/app/Fake.Azure.Emulators/Fake.Azure.Emulators.fsproj
index 90e8fcd2228..ed920b73286 100644
--- a/src/app/Fake.Azure.Emulators/Fake.Azure.Emulators.fsproj
+++ b/src/app/Fake.Azure.Emulators/Fake.Azure.Emulators.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Azure.Emulators
Library
true
diff --git a/src/app/Fake.Azure.Kudu/Fake.Azure.Kudu.fsproj b/src/app/Fake.Azure.Kudu/Fake.Azure.Kudu.fsproj
index e3e80a582bf..994da933029 100644
--- a/src/app/Fake.Azure.Kudu/Fake.Azure.Kudu.fsproj
+++ b/src/app/Fake.Azure.Kudu/Fake.Azure.Kudu.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Azure.Kudu
Library
true
diff --git a/src/app/Fake.Azure.WebJobs/Fake.Azure.WebJobs.fsproj b/src/app/Fake.Azure.WebJobs/Fake.Azure.WebJobs.fsproj
index 3901d3c2ad9..0a472f6a237 100644
--- a/src/app/Fake.Azure.WebJobs/Fake.Azure.WebJobs.fsproj
+++ b/src/app/Fake.Azure.WebJobs/Fake.Azure.WebJobs.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Azure.WebJobs
Library
true
diff --git a/src/app/Fake.Build.CMake/Fake.Build.CMake.fsproj b/src/app/Fake.Build.CMake/Fake.Build.CMake.fsproj
index 60f5c04897c..3971bd7afa0 100644
--- a/src/app/Fake.Build.CMake/Fake.Build.CMake.fsproj
+++ b/src/app/Fake.Build.CMake/Fake.Build.CMake.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Build.CMake
Library
true
diff --git a/src/app/Fake.BuildServer.AppVeyor/Fake.BuildServer.AppVeyor.fsproj b/src/app/Fake.BuildServer.AppVeyor/Fake.BuildServer.AppVeyor.fsproj
index d9f211bdcad..4d140477c9c 100644
--- a/src/app/Fake.BuildServer.AppVeyor/Fake.BuildServer.AppVeyor.fsproj
+++ b/src/app/Fake.BuildServer.AppVeyor/Fake.BuildServer.AppVeyor.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.BuildServer.AppVeyor
Library
true
diff --git a/src/app/Fake.BuildServer.Bitbucket/Fake.BuildServer.Bitbucket.fsproj b/src/app/Fake.BuildServer.Bitbucket/Fake.BuildServer.Bitbucket.fsproj
index 3701f2cb68f..8ca3de9280d 100644
--- a/src/app/Fake.BuildServer.Bitbucket/Fake.BuildServer.Bitbucket.fsproj
+++ b/src/app/Fake.BuildServer.Bitbucket/Fake.BuildServer.Bitbucket.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.BuildServer.Bitbucket
Library
true
diff --git a/src/app/Fake.BuildServer.GitHubActions/Fake.BuildServer.GitHubActions.fsproj b/src/app/Fake.BuildServer.GitHubActions/Fake.BuildServer.GitHubActions.fsproj
index f881564a739..3d23c2ffd1f 100644
--- a/src/app/Fake.BuildServer.GitHubActions/Fake.BuildServer.GitHubActions.fsproj
+++ b/src/app/Fake.BuildServer.GitHubActions/Fake.BuildServer.GitHubActions.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.BuildServer.GitHubActions
Library
true
diff --git a/src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj b/src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj
index 8ef1ea1dc47..b2299e04119 100644
--- a/src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj
+++ b/src/app/Fake.BuildServer.GitLab/Fake.BuildServer.GitLab.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.BuildServer.GitLab
Library
true
diff --git a/src/app/Fake.BuildServer.TeamCity/Fake.BuildServer.TeamCity.fsproj b/src/app/Fake.BuildServer.TeamCity/Fake.BuildServer.TeamCity.fsproj
index dde51ecdcd2..11bc04f584f 100644
--- a/src/app/Fake.BuildServer.TeamCity/Fake.BuildServer.TeamCity.fsproj
+++ b/src/app/Fake.BuildServer.TeamCity/Fake.BuildServer.TeamCity.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.BuildServer.TeamCity
Library
true
diff --git a/src/app/Fake.BuildServer.TeamFoundation/Fake.BuildServer.TeamFoundation.fsproj b/src/app/Fake.BuildServer.TeamFoundation/Fake.BuildServer.TeamFoundation.fsproj
index f84ca07af7b..7209646c183 100644
--- a/src/app/Fake.BuildServer.TeamFoundation/Fake.BuildServer.TeamFoundation.fsproj
+++ b/src/app/Fake.BuildServer.TeamFoundation/Fake.BuildServer.TeamFoundation.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.BuildServer.TeamFoundation
Library
true
diff --git a/src/app/Fake.BuildServer.Travis/Fake.BuildServer.Travis.fsproj b/src/app/Fake.BuildServer.Travis/Fake.BuildServer.Travis.fsproj
index 952d61f7f89..1975d136b8d 100644
--- a/src/app/Fake.BuildServer.Travis/Fake.BuildServer.Travis.fsproj
+++ b/src/app/Fake.BuildServer.Travis/Fake.BuildServer.Travis.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.BuildServer.Travis
Library
true
diff --git a/src/app/Fake.Core.CommandLineParsing/Fake.Core.CommandLineParsing.fsproj b/src/app/Fake.Core.CommandLineParsing/Fake.Core.CommandLineParsing.fsproj
index 7377a3a42d0..c424d9616e6 100644
--- a/src/app/Fake.Core.CommandLineParsing/Fake.Core.CommandLineParsing.fsproj
+++ b/src/app/Fake.Core.CommandLineParsing/Fake.Core.CommandLineParsing.fsproj
@@ -1,7 +1,7 @@
Fake.Core.CommandLineParsing
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Library
true
diff --git a/src/app/Fake.Core.Context/Fake.Core.Context.fsproj b/src/app/Fake.Core.Context/Fake.Core.Context.fsproj
index c2a7b553d8f..13c70058d31 100644
--- a/src/app/Fake.Core.Context/Fake.Core.Context.fsproj
+++ b/src/app/Fake.Core.Context/Fake.Core.Context.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.Context
Library
true
diff --git a/src/app/Fake.Core.DependencyManager.Paket/Fake.Core.DependencyManager.Paket.fsproj b/src/app/Fake.Core.DependencyManager.Paket/Fake.Core.DependencyManager.Paket.fsproj
index da5a476a9ef..b73d9bd323c 100644
--- a/src/app/Fake.Core.DependencyManager.Paket/Fake.Core.DependencyManager.Paket.fsproj
+++ b/src/app/Fake.Core.DependencyManager.Paket/Fake.Core.DependencyManager.Paket.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.DependencyManager.Paket
Library
diff --git a/src/app/Fake.Core.Environment/Fake.Core.Environment.fsproj b/src/app/Fake.Core.Environment/Fake.Core.Environment.fsproj
index d9cf15c7940..1fafb5c47af 100644
--- a/src/app/Fake.Core.Environment/Fake.Core.Environment.fsproj
+++ b/src/app/Fake.Core.Environment/Fake.Core.Environment.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.Environment
Library
false
diff --git a/src/app/Fake.Core.FakeVar/Fake.Core.FakeVar.fsproj b/src/app/Fake.Core.FakeVar/Fake.Core.FakeVar.fsproj
index 48d52200d6d..eea9c080eaf 100644
--- a/src/app/Fake.Core.FakeVar/Fake.Core.FakeVar.fsproj
+++ b/src/app/Fake.Core.FakeVar/Fake.Core.FakeVar.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.FakeVar
Library
true
diff --git a/src/app/Fake.Core.Process/Fake.Core.Process.fsproj b/src/app/Fake.Core.Process/Fake.Core.Process.fsproj
index 0165ec96a97..5c91c4963ba 100644
--- a/src/app/Fake.Core.Process/Fake.Core.Process.fsproj
+++ b/src/app/Fake.Core.Process/Fake.Core.Process.fsproj
@@ -1,7 +1,7 @@
Fake.Core.Process
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Library
true
diff --git a/src/app/Fake.Core.ReleaseNotes/Fake.Core.ReleaseNotes.fsproj b/src/app/Fake.Core.ReleaseNotes/Fake.Core.ReleaseNotes.fsproj
index 917ff23d410..c9b31106235 100644
--- a/src/app/Fake.Core.ReleaseNotes/Fake.Core.ReleaseNotes.fsproj
+++ b/src/app/Fake.Core.ReleaseNotes/Fake.Core.ReleaseNotes.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.ReleaseNotes
Library
true
diff --git a/src/app/Fake.Core.SemVer/Fake.Core.SemVer.fsproj b/src/app/Fake.Core.SemVer/Fake.Core.SemVer.fsproj
index 02618f92f69..e3b38e41177 100644
--- a/src/app/Fake.Core.SemVer/Fake.Core.SemVer.fsproj
+++ b/src/app/Fake.Core.SemVer/Fake.Core.SemVer.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.SemVer
Library
true
diff --git a/src/app/Fake.Core.String/Fake.Core.String.fsproj b/src/app/Fake.Core.String/Fake.Core.String.fsproj
index e21eac18916..2716edfccf6 100644
--- a/src/app/Fake.Core.String/Fake.Core.String.fsproj
+++ b/src/app/Fake.Core.String/Fake.Core.String.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);DOTNETCORE
Fake.Core.String
Library
diff --git a/src/app/Fake.Core.Target/Fake.Core.Target.fsproj b/src/app/Fake.Core.Target/Fake.Core.Target.fsproj
index e61169cf224..5c132b11c92 100644
--- a/src/app/Fake.Core.Target/Fake.Core.Target.fsproj
+++ b/src/app/Fake.Core.Target/Fake.Core.Target.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.Target
Library
true
diff --git a/src/app/Fake.Core.Tasks/Fake.Core.Tasks.fsproj b/src/app/Fake.Core.Tasks/Fake.Core.Tasks.fsproj
index ea55082e749..3086efa1592 100644
--- a/src/app/Fake.Core.Tasks/Fake.Core.Tasks.fsproj
+++ b/src/app/Fake.Core.Tasks/Fake.Core.Tasks.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Core.Tasks
Library
diff --git a/src/app/Fake.Core.Trace/Fake.Core.Trace.fsproj b/src/app/Fake.Core.Trace/Fake.Core.Trace.fsproj
index 010dde25344..e468205bb3f 100644
--- a/src/app/Fake.Core.Trace/Fake.Core.Trace.fsproj
+++ b/src/app/Fake.Core.Trace/Fake.Core.Trace.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.Trace
Library
true
diff --git a/src/app/Fake.Core.UserInput/Fake.Core.UserInput.fsproj b/src/app/Fake.Core.UserInput/Fake.Core.UserInput.fsproj
index d0c1a015018..390ede6887e 100644
--- a/src/app/Fake.Core.UserInput/Fake.Core.UserInput.fsproj
+++ b/src/app/Fake.Core.UserInput/Fake.Core.UserInput.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.UserInput
Library
true
diff --git a/src/app/Fake.Core.Vault/Fake.Core.Vault.fsproj b/src/app/Fake.Core.Vault/Fake.Core.Vault.fsproj
index 094fc108f1d..19459ccd014 100644
--- a/src/app/Fake.Core.Vault/Fake.Core.Vault.fsproj
+++ b/src/app/Fake.Core.Vault/Fake.Core.Vault.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Core.Vault
Library
false
diff --git a/src/app/Fake.Core.Xml/Fake.Core.Xml.fsproj b/src/app/Fake.Core.Xml/Fake.Core.Xml.fsproj
index 327f88a5b93..fce1e8e1635 100644
--- a/src/app/Fake.Core.Xml/Fake.Core.Xml.fsproj
+++ b/src/app/Fake.Core.Xml/Fake.Core.Xml.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Core.Xml
Library
diff --git a/src/app/Fake.Documentation.DocFx/Fake.Documentation.DocFx.fsproj b/src/app/Fake.Documentation.DocFx/Fake.Documentation.DocFx.fsproj
index 1866bc49201..c452bf0aef4 100644
--- a/src/app/Fake.Documentation.DocFx/Fake.Documentation.DocFx.fsproj
+++ b/src/app/Fake.Documentation.DocFx/Fake.Documentation.DocFx.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Documentation.DocFx
Library
true
diff --git a/src/app/Fake.DotNet.AssemblyInfoFile/Fake.DotNet.AssemblyInfoFile.fsproj b/src/app/Fake.DotNet.AssemblyInfoFile/Fake.DotNet.AssemblyInfoFile.fsproj
index 15f4e2887c3..45f3d3b5544 100644
--- a/src/app/Fake.DotNet.AssemblyInfoFile/Fake.DotNet.AssemblyInfoFile.fsproj
+++ b/src/app/Fake.DotNet.AssemblyInfoFile/Fake.DotNet.AssemblyInfoFile.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.DotNet.AssemblyInfoFile
Library
true
diff --git a/src/app/Fake.DotNet.Cli/DotNet.fs b/src/app/Fake.DotNet.Cli/DotNet.fs
index 98f0ab4e668..40e099dbb0d 100644
--- a/src/app/Fake.DotNet.Cli/DotNet.fs
+++ b/src/app/Fake.DotNet.Cli/DotNet.fs
@@ -2050,13 +2050,13 @@ module DotNet =
__.MarkSuccess()
///
- /// Execute dotnet new --uninstall <PATH|NUGET_ID> command to uninstall a new template
+ /// Execute dotnet new uninstall <PATH|NUGET_ID> command to uninstall a new template
///
///
/// template short name to uninstall
/// set version command parameters
let uninstallTemplate templateName =
- use __ = Trace.traceTask "DotNet:new" "dotnet new --uninstall command"
+ use __ = Trace.traceTask "DotNet:new" "dotnet new uninstall command"
let param = TemplateUninstallOptions.Create(templateName)
let args = buildTemplateUninstallArgs param
let result = execArgsList (fun _ -> param.Common) "new" args
@@ -2073,6 +2073,6 @@ module DotNet =
match success with
| true -> ()
- | false -> failwithf $"dotnet new --uninstall failed with code %i{result.ExitCode}"
+ | false -> failwithf $"dotnet new uninstall failed with code %i{result.ExitCode}"
__.MarkSuccess()
diff --git a/src/app/Fake.DotNet.Cli/Fake.DotNet.Cli.fsproj b/src/app/Fake.DotNet.Cli/Fake.DotNet.Cli.fsproj
index cef17509075..a0c80024172 100644
--- a/src/app/Fake.DotNet.Cli/Fake.DotNet.Cli.fsproj
+++ b/src/app/Fake.DotNet.Cli/Fake.DotNet.Cli.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Cli
Library
diff --git a/src/app/Fake.DotNet.FSFormatting/Fake.DotNet.FSFormatting.fsproj b/src/app/Fake.DotNet.FSFormatting/Fake.DotNet.FSFormatting.fsproj
index f19e0603951..01f99a83843 100644
--- a/src/app/Fake.DotNet.FSFormatting/Fake.DotNet.FSFormatting.fsproj
+++ b/src/app/Fake.DotNet.FSFormatting/Fake.DotNet.FSFormatting.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.FSFormatting
Library
diff --git a/src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj b/src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj
index 417a04211cc..12ce6b0b46a 100644
--- a/src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj
+++ b/src/app/Fake.DotNet.Fsc/Fake.DotNet.Fsc.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.DotNet.Fsc
Library
true
diff --git a/src/app/Fake.DotNet.Fsc/Fsc.fs b/src/app/Fake.DotNet.Fsc/Fsc.fs
index cc27525f090..3904afdfe93 100644
--- a/src/app/Fake.DotNet.Fsc/Fsc.fs
+++ b/src/app/Fake.DotNet.Fsc/Fsc.fs
@@ -468,7 +468,7 @@ module Fsc =
let scs = FSharpChecker.Create()
// Always prepend "fsc.exe" since fsc compiler skips the first argument
let optsArr = Array.append [| "fsc.exe" |] optsArr
- let errors, exitCode = scs.Compile optsArr |> Async.RunSynchronously
+ let errors, exn = scs.Compile optsArr |> Async.RunSynchronously
/// Better compile reporting thanks to:
/// https://github.com/jbtule/ComposableExtensions/blob/5b961b30668bb7f4d17238770869b5a884bc591f/tools/CompilerHelper.fsx#L233
@@ -481,7 +481,7 @@ module Fsc =
| FSharpDiagnosticSeverity.Hidden -> FscResultMessage.Warning e.Message
| FSharpDiagnosticSeverity.Info -> FscResultMessage.Warning e.Message)
- errors, exitCode
+ errors, (if exn.IsNone then 0 else 1)
///
/// Compiles the given F# source files with the specified parameters.
diff --git a/src/app/Fake.DotNet.Fsdocs/Fake.DotNet.Fsdocs.fsproj b/src/app/Fake.DotNet.Fsdocs/Fake.DotNet.Fsdocs.fsproj
index 9dd87430cc2..c462cbc8b1d 100644
--- a/src/app/Fake.DotNet.Fsdocs/Fake.DotNet.Fsdocs.fsproj
+++ b/src/app/Fake.DotNet.Fsdocs/Fake.DotNet.Fsdocs.fsproj
@@ -1,7 +1,7 @@
Fake.DotNet.Fsdocs
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Library
true
diff --git a/src/app/Fake.DotNet.Fsi/Fake.DotNet.Fsi.fsproj b/src/app/Fake.DotNet.Fsi/Fake.DotNet.Fsi.fsproj
index fbcefdda366..72dfcc952c3 100644
--- a/src/app/Fake.DotNet.Fsi/Fake.DotNet.Fsi.fsproj
+++ b/src/app/Fake.DotNet.Fsi/Fake.DotNet.Fsi.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.DotNet.Fsi
Library
true
diff --git a/src/app/Fake.DotNet.FxCop/Fake.DotNet.FxCop.fsproj b/src/app/Fake.DotNet.FxCop/Fake.DotNet.FxCop.fsproj
index 13a10dff385..8cae3e606c3 100644
--- a/src/app/Fake.DotNet.FxCop/Fake.DotNet.FxCop.fsproj
+++ b/src/app/Fake.DotNet.FxCop/Fake.DotNet.FxCop.fsproj
@@ -1,7 +1,7 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.DotNet.FxCop
Library
true
diff --git a/src/app/Fake.DotNet.ILMerge/Fake.DotNet.ILMerge.fsproj b/src/app/Fake.DotNet.ILMerge/Fake.DotNet.ILMerge.fsproj
index b8c272f4da7..ccc142993f2 100644
--- a/src/app/Fake.DotNet.ILMerge/Fake.DotNet.ILMerge.fsproj
+++ b/src/app/Fake.DotNet.ILMerge/Fake.DotNet.ILMerge.fsproj
@@ -1,7 +1,7 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.DotNet.ILMerge
Library
true
diff --git a/src/app/Fake.DotNet.MSBuild/Fake.DotNet.MSBuild.fsproj b/src/app/Fake.DotNet.MSBuild/Fake.DotNet.MSBuild.fsproj
index cc0edb5d005..5aaaf2c463a 100644
--- a/src/app/Fake.DotNet.MSBuild/Fake.DotNet.MSBuild.fsproj
+++ b/src/app/Fake.DotNet.MSBuild/Fake.DotNet.MSBuild.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);DOTNETCORE
Fake.DotNet.MSBuild
Library
diff --git a/src/app/Fake.DotNet.Mage/Fake.DotNet.Mage.fsproj b/src/app/Fake.DotNet.Mage/Fake.DotNet.Mage.fsproj
index 3a033db7b3b..8a5e146b9b8 100644
--- a/src/app/Fake.DotNet.Mage/Fake.DotNet.Mage.fsproj
+++ b/src/app/Fake.DotNet.Mage/Fake.DotNet.Mage.fsproj
@@ -1,7 +1,7 @@
Fake.DotNet.Mage
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Library
true
diff --git a/src/app/Fake.DotNet.NuGet/Fake.DotNet.NuGet.fsproj b/src/app/Fake.DotNet.NuGet/Fake.DotNet.NuGet.fsproj
index 8470acc053b..ce72199f83e 100644
--- a/src/app/Fake.DotNet.NuGet/Fake.DotNet.NuGet.fsproj
+++ b/src/app/Fake.DotNet.NuGet/Fake.DotNet.NuGet.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.NuGet
Library
diff --git a/src/app/Fake.DotNet.Paket/Fake.DotNet.Paket.fsproj b/src/app/Fake.DotNet.Paket/Fake.DotNet.Paket.fsproj
index 6503e30d47e..277516d5ac5 100644
--- a/src/app/Fake.DotNet.Paket/Fake.DotNet.Paket.fsproj
+++ b/src/app/Fake.DotNet.Paket/Fake.DotNet.Paket.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Paket
Library
diff --git a/src/app/Fake.DotNet.Testing.Coverlet/Fake.DotNet.Testing.Coverlet.fsproj b/src/app/Fake.DotNet.Testing.Coverlet/Fake.DotNet.Testing.Coverlet.fsproj
index 6a9c47a2846..4bef0980618 100644
--- a/src/app/Fake.DotNet.Testing.Coverlet/Fake.DotNet.Testing.Coverlet.fsproj
+++ b/src/app/Fake.DotNet.Testing.Coverlet/Fake.DotNet.Testing.Coverlet.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.Coverlet
Library
diff --git a/src/app/Fake.DotNet.Testing.DotCover/Fake.DotNet.Testing.DotCover.fsproj b/src/app/Fake.DotNet.Testing.DotCover/Fake.DotNet.Testing.DotCover.fsproj
index d91c7e272a0..91c2873683b 100644
--- a/src/app/Fake.DotNet.Testing.DotCover/Fake.DotNet.Testing.DotCover.fsproj
+++ b/src/app/Fake.DotNet.Testing.DotCover/Fake.DotNet.Testing.DotCover.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.DotCover
Library
diff --git a/src/app/Fake.DotNet.Testing.Expecto/Fake.DotNet.Testing.Expecto.fsproj b/src/app/Fake.DotNet.Testing.Expecto/Fake.DotNet.Testing.Expecto.fsproj
index ae4938133bb..62b976e97dc 100644
--- a/src/app/Fake.DotNet.Testing.Expecto/Fake.DotNet.Testing.Expecto.fsproj
+++ b/src/app/Fake.DotNet.Testing.Expecto/Fake.DotNet.Testing.Expecto.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.Expecto
Library
diff --git a/src/app/Fake.DotNet.Testing.MSTest/Fake.DotNet.Testing.MSTest.fsproj b/src/app/Fake.DotNet.Testing.MSTest/Fake.DotNet.Testing.MSTest.fsproj
index 6ed5f4d9bc9..0e9e118ffe7 100644
--- a/src/app/Fake.DotNet.Testing.MSTest/Fake.DotNet.Testing.MSTest.fsproj
+++ b/src/app/Fake.DotNet.Testing.MSTest/Fake.DotNet.Testing.MSTest.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.MSTest
Library
diff --git a/src/app/Fake.DotNet.Testing.MSpec/Fake.DotNet.Testing.MSpec.fsproj b/src/app/Fake.DotNet.Testing.MSpec/Fake.DotNet.Testing.MSpec.fsproj
index 978e5ea12ad..d9c9f7509bb 100644
--- a/src/app/Fake.DotNet.Testing.MSpec/Fake.DotNet.Testing.MSpec.fsproj
+++ b/src/app/Fake.DotNet.Testing.MSpec/Fake.DotNet.Testing.MSpec.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.MSpec
Library
diff --git a/src/app/Fake.DotNet.Testing.NUnit/Fake.DotNet.Testing.NUnit.fsproj b/src/app/Fake.DotNet.Testing.NUnit/Fake.DotNet.Testing.NUnit.fsproj
index e8772304e1a..cd67da485ac 100644
--- a/src/app/Fake.DotNet.Testing.NUnit/Fake.DotNet.Testing.NUnit.fsproj
+++ b/src/app/Fake.DotNet.Testing.NUnit/Fake.DotNet.Testing.NUnit.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.NUnit
Library
diff --git a/src/app/Fake.DotNet.Testing.OpenCover/Fake.DotNet.Testing.OpenCover.fsproj b/src/app/Fake.DotNet.Testing.OpenCover/Fake.DotNet.Testing.OpenCover.fsproj
index 45b841f37ab..a3b65bcc716 100644
--- a/src/app/Fake.DotNet.Testing.OpenCover/Fake.DotNet.Testing.OpenCover.fsproj
+++ b/src/app/Fake.DotNet.Testing.OpenCover/Fake.DotNet.Testing.OpenCover.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.OpenCover
Library
diff --git a/src/app/Fake.DotNet.Testing.SpecFlow/Fake.DotNet.Testing.SpecFlow.fsproj b/src/app/Fake.DotNet.Testing.SpecFlow/Fake.DotNet.Testing.SpecFlow.fsproj
index 59512a65205..4e9553cb577 100644
--- a/src/app/Fake.DotNet.Testing.SpecFlow/Fake.DotNet.Testing.SpecFlow.fsproj
+++ b/src/app/Fake.DotNet.Testing.SpecFlow/Fake.DotNet.Testing.SpecFlow.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.SpecFlow
Library
diff --git a/src/app/Fake.DotNet.Testing.VSTest/Fake.DotNet.Testing.VSTest.fsproj b/src/app/Fake.DotNet.Testing.VSTest/Fake.DotNet.Testing.VSTest.fsproj
index 48056e0f19d..f8cd00b6364 100644
--- a/src/app/Fake.DotNet.Testing.VSTest/Fake.DotNet.Testing.VSTest.fsproj
+++ b/src/app/Fake.DotNet.Testing.VSTest/Fake.DotNet.Testing.VSTest.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.VSTest
Library
diff --git a/src/app/Fake.DotNet.Testing.XUnit2/Fake.DotNet.Testing.XUnit2.fsproj b/src/app/Fake.DotNet.Testing.XUnit2/Fake.DotNet.Testing.XUnit2.fsproj
index 7eb4c3d31a4..baa4e2a22c6 100644
--- a/src/app/Fake.DotNet.Testing.XUnit2/Fake.DotNet.Testing.XUnit2.fsproj
+++ b/src/app/Fake.DotNet.Testing.XUnit2/Fake.DotNet.Testing.XUnit2.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.DotNet.Testing.XUnit2
Library
diff --git a/src/app/Fake.DotNet.Xamarin/Fake.DotNet.Xamarin.fsproj b/src/app/Fake.DotNet.Xamarin/Fake.DotNet.Xamarin.fsproj
index 48972c6c13f..f7af2ebf2d2 100644
--- a/src/app/Fake.DotNet.Xamarin/Fake.DotNet.Xamarin.fsproj
+++ b/src/app/Fake.DotNet.Xamarin/Fake.DotNet.Xamarin.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);DOTNETCORE
Fake.DotNet.Xamarin
Library
diff --git a/src/app/Fake.DotNet.Xdt/Fake.DotNet.Xdt.fsproj b/src/app/Fake.DotNet.Xdt/Fake.DotNet.Xdt.fsproj
index 8e03f06ccf9..38378883148 100644
--- a/src/app/Fake.DotNet.Xdt/Fake.DotNet.Xdt.fsproj
+++ b/src/app/Fake.DotNet.Xdt/Fake.DotNet.Xdt.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);DOTNETCORE
Fake.DotNet.Xdt
Library
diff --git a/src/app/Fake.IO.FileSystem/Fake.IO.FileSystem.fsproj b/src/app/Fake.IO.FileSystem/Fake.IO.FileSystem.fsproj
index 21601717440..a842dfe4723 100644
--- a/src/app/Fake.IO.FileSystem/Fake.IO.FileSystem.fsproj
+++ b/src/app/Fake.IO.FileSystem/Fake.IO.FileSystem.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);DOTNETCORE
Fake.IO.FileSystem
Library
diff --git a/src/app/Fake.IO.FileSystem/File.fs b/src/app/Fake.IO.FileSystem/File.fs
index af80904534a..a03efc14f9e 100644
--- a/src/app/Fake.IO.FileSystem/File.fs
+++ b/src/app/Fake.IO.FileSystem/File.fs
@@ -223,7 +223,7 @@ module File =
///
/// The file name to use
/// The bytes to write
- let writeBytes file bytes = File.WriteAllBytes(file, bytes)
+ let writeBytes file (bytes: byte array) = File.WriteAllBytes(file, bytes)
///
/// Writes a string to a file
diff --git a/src/app/Fake.IO.Zip/Fake.IO.Zip.fsproj b/src/app/Fake.IO.Zip/Fake.IO.Zip.fsproj
index 95ad3ac754d..0cd14681e23 100644
--- a/src/app/Fake.IO.Zip/Fake.IO.Zip.fsproj
+++ b/src/app/Fake.IO.Zip/Fake.IO.Zip.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);DOTNETCORE
Fake.IO.Zip
Library
diff --git a/src/app/Fake.Installer.InnoSetup/Fake.Installer.InnoSetup.fsproj b/src/app/Fake.Installer.InnoSetup/Fake.Installer.InnoSetup.fsproj
index 9bcc839f82a..228ec6f0d83 100644
--- a/src/app/Fake.Installer.InnoSetup/Fake.Installer.InnoSetup.fsproj
+++ b/src/app/Fake.Installer.InnoSetup/Fake.Installer.InnoSetup.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Installer.InnoSetup
Library
true
diff --git a/src/app/Fake.Installer.Squirrel/Fake.Installer.Squirrel.fsproj b/src/app/Fake.Installer.Squirrel/Fake.Installer.Squirrel.fsproj
index f8ea2d1913a..eeed7e9329d 100644
--- a/src/app/Fake.Installer.Squirrel/Fake.Installer.Squirrel.fsproj
+++ b/src/app/Fake.Installer.Squirrel/Fake.Installer.Squirrel.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Installer.Squirrel
Library
diff --git a/src/app/Fake.Installer.Wix/Fake.Installer.Wix.fsproj b/src/app/Fake.Installer.Wix/Fake.Installer.Wix.fsproj
index 111996a9e6e..e32169fdc2d 100644
--- a/src/app/Fake.Installer.Wix/Fake.Installer.Wix.fsproj
+++ b/src/app/Fake.Installer.Wix/Fake.Installer.Wix.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Installer.Wix
Library
true
diff --git a/src/app/Fake.JavaScript.Npm/Fake.JavaScript.Npm.fsproj b/src/app/Fake.JavaScript.Npm/Fake.JavaScript.Npm.fsproj
index 23b44627f9f..4c117aa082b 100644
--- a/src/app/Fake.JavaScript.Npm/Fake.JavaScript.Npm.fsproj
+++ b/src/app/Fake.JavaScript.Npm/Fake.JavaScript.Npm.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.JavaScript.Npm
Library
true
diff --git a/src/app/Fake.JavaScript.TypeScript/Fake.JavaScript.TypeScript.fsproj b/src/app/Fake.JavaScript.TypeScript/Fake.JavaScript.TypeScript.fsproj
index 2b47153d357..eb9f27d68ad 100644
--- a/src/app/Fake.JavaScript.TypeScript/Fake.JavaScript.TypeScript.fsproj
+++ b/src/app/Fake.JavaScript.TypeScript/Fake.JavaScript.TypeScript.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.JavaScript.TypeScript
Library
true
diff --git a/src/app/Fake.JavaScript.Yarn/Fake.JavaScript.Yarn.fsproj b/src/app/Fake.JavaScript.Yarn/Fake.JavaScript.Yarn.fsproj
index 2882a5480cf..76300e7eb12 100644
--- a/src/app/Fake.JavaScript.Yarn/Fake.JavaScript.Yarn.fsproj
+++ b/src/app/Fake.JavaScript.Yarn/Fake.JavaScript.Yarn.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.JavaScript.Yarn
Library
true
diff --git a/src/app/Fake.Net.FTP/Fake.Net.FTP.fsproj b/src/app/Fake.Net.FTP/Fake.Net.FTP.fsproj
index e60c9a9ace7..0d6f8421789 100644
--- a/src/app/Fake.Net.FTP/Fake.Net.FTP.fsproj
+++ b/src/app/Fake.Net.FTP/Fake.Net.FTP.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Net.FTP
Library
true
diff --git a/src/app/Fake.Net.Http/Fake.Net.Http.fsproj b/src/app/Fake.Net.Http/Fake.Net.Http.fsproj
index c5836344d4a..adaa1d80a2e 100644
--- a/src/app/Fake.Net.Http/Fake.Net.Http.fsproj
+++ b/src/app/Fake.Net.Http/Fake.Net.Http.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Net.Http
Library
true
diff --git a/src/app/Fake.Net.SSH/Fake.Net.SSH.fsproj b/src/app/Fake.Net.SSH/Fake.Net.SSH.fsproj
index 3306e281725..71b37e161ec 100644
--- a/src/app/Fake.Net.SSH/Fake.Net.SSH.fsproj
+++ b/src/app/Fake.Net.SSH/Fake.Net.SSH.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Net.SSH
Library
true
diff --git a/src/app/Fake.Runtime/CompileRunner.fs b/src/app/Fake.Runtime/CompileRunner.fs
index 8b45347ab1b..50871146e11 100644
--- a/src/app/Fake.Runtime/CompileRunner.fs
+++ b/src/app/Fake.Runtime/CompileRunner.fs
@@ -5,6 +5,7 @@ open Fake.Runtime.Trace
open Fake.Runtime.Runners
open Fake.Runtime.SdkAssemblyResolver
open Fake.IO.FileSystemOperators
+
#if NETSTANDARD1_6
open System.Runtime.Loader
#endif
@@ -67,6 +68,7 @@ let tryRunCached (c: CoreCacheInfo) (context: FakeContext) : RunResult =
try
ass.GetTypes()
with :? ReflectionTypeLoadException as ref ->
+ traceFAKE "Loading from: %s" fullPath
traceFAKE "Could not load types of compiled script:"
for err in ref.LoaderExceptions do
@@ -203,7 +205,7 @@ let compile (context: FakeContext) outDll =
let fsc = FSharpChecker.Create()
- let errors, returnCode =
+ let errors, exn =
fsc.Compile(("fake.exe" :: args) |> List.toArray) |> Async.RunSynchronously
let errors =
@@ -216,7 +218,7 @@ let compile (context: FakeContext) outDll =
|> Seq.toList
let compileErrors = CompilationErrors.ofErrors errors
- compileErrors, returnCode
+ compileErrors, exn
let runUncached (context: FakeContext) : ResultCoreCacheInfo * RunResult =
// FSharp compiler will try to clean up the script directory after running the script.
@@ -235,19 +237,19 @@ let runUncached (context: FakeContext) : ResultCoreCacheInfo * RunResult =
let wishPath = context.CachedAssemblyFilePath + ".dll"
let pdbWishPath = context.CachedAssemblyFilePath + ".pdb"
- let compileErrors, returnCode = compile context compilerAssemblyTempPath
+ let compileErrors, exn = compile context compilerAssemblyTempPath
let cacheInfo = handleCoreCaching context wishPath compileErrors.FormattedErrors
- if returnCode = 0 then
+ if exn.IsNone then
// here we will move the result of compilation to FAKE script directory instead of temporary directory
try
- File.Move(compilerAssemblyTempPath, wishPath)
+ File.Move(compilerAssemblyTempPath, wishPath, true)
with :? System.IO.IOException ->
traceError ("Moving to destination " + wishPath)
reraise ()
- File.Move(compilerPdbTempPath, pdbWishPath)
+ File.Move(compilerPdbTempPath, pdbWishPath, true)
use execContext =
Fake.Core.Context.FakeExecutionContext.Create false context.Config.ScriptFilePath []
diff --git a/src/app/Fake.Runtime/CoreCache.fs b/src/app/Fake.Runtime/CoreCache.fs
index d57e2e7f757..286ddf612d7 100644
--- a/src/app/Fake.Runtime/CoreCache.fs
+++ b/src/app/Fake.Runtime/CoreCache.fs
@@ -559,7 +559,7 @@ let prepareContext (config: FakeConfig) (cache: ICachingProvider) =
let combined = getCombinedString allScriptContents (getOpts config.CompileOptions)
allScriptContents, combined, getStringHash combined
- let writeToCache ((scripts: Script list), combined, hash) =
+ let writeToCache ((scripts: Script list), (combined: string), (hash: string)) =
File.WriteAllText(fakeCacheFile, hash)
let locations = scripts |> List.map (fun s -> s.Location)
// write fakeCacheContentsFile
diff --git a/src/app/Fake.Runtime/Fake.Runtime.fsproj b/src/app/Fake.Runtime/Fake.Runtime.fsproj
index 4eb4f35e8cf..07351e4358d 100644
--- a/src/app/Fake.Runtime/Fake.Runtime.fsproj
+++ b/src/app/Fake.Runtime/Fake.Runtime.fsproj
@@ -1,6 +1,6 @@
- net6.0
+ net10.0
$(DefineConstants);CORE_CLR;DOTNETCORE;EXPLICIT_DEPENDENCIES;NETSTANDARD;FAKE_RUNTIME
Fake.Runtime
FS3186
diff --git a/src/app/Fake.Runtime/FakeHeader.fs b/src/app/Fake.Runtime/FakeHeader.fs
index d5476813cc0..6fdc8e9743e 100644
--- a/src/app/Fake.Runtime/FakeHeader.fs
+++ b/src/app/Fake.Runtime/FakeHeader.fs
@@ -179,7 +179,7 @@ let tryReadPaketDependenciesFromScript
if containsFramework || containsRestriction then
p
else
- "framework: netstandard2.0,net6.0" + "\n" + p
+ "framework: netstandard2.1,netstandard2.0,net6.0,net8.0,net10.0" + "\n" + p
{ Header = PaketInline
Section = fixDefaults paketCode }
diff --git a/src/app/Fake.Runtime/FakeRuntime.fs b/src/app/Fake.Runtime/FakeRuntime.fs
index 72dff727a27..3cafa00eac2 100644
--- a/src/app/Fake.Runtime/FakeRuntime.fs
+++ b/src/app/Fake.Runtime/FakeRuntime.fs
@@ -745,7 +745,7 @@ let prepareFakeScript (config: FakeConfig) : PrepareInfo =
"""
source https://api.nuget.org/v3/index.json
storage: none
- framework: netstandard2.0,net6.0
+ framework: netstandard2.1,netstandard2.0,net6.0,net8.0,net10.0
nuget FSharp.Core
"""
diff --git a/src/app/Fake.Runtime/SdkAssemblyResolver.fs b/src/app/Fake.Runtime/SdkAssemblyResolver.fs
index d741ce12e10..b3a98a16396 100644
--- a/src/app/Fake.Runtime/SdkAssemblyResolver.fs
+++ b/src/app/Fake.Runtime/SdkAssemblyResolver.fs
@@ -33,10 +33,10 @@ type SdkAssemblyResolver(logLevel: Trace.VerboseLevel) =
let RuntimeResolverResolveMethod =
Environment.environVarOrDefault "FAKE_SDK_RESOLVER_RUNTIME_VERSION_RESOLVE_METHOD" ""
- // Defaults still .NET 6.0 but could be overriden with .NET 8.0 or even comma-separated "6.0,8.0"
+ // Defaults to .NET 10.0 but could be overridden with .NET 11.0 or even comma-separated "11.0,12.0"
let RuntimeAssemblyVersions =
let versions =
- Environment.environVarOrDefault "FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION" "6.0"
+ Environment.environVarOrDefault "FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION" "10.0"
versions.Split([| ','; ';' |]) |> Array.toList
@@ -48,7 +48,7 @@ type SdkAssemblyResolver(logLevel: Trace.VerboseLevel) =
RuntimeAssemblyVersions
|> List.map (fun v ->
if String.IsNullOrEmpty v || v = "\"\"" then
- ReleaseVersion "6.0.0"
+ ReleaseVersion "10.0.0"
elif v.Contains "." then
ReleaseVersion(v + ".0")
else
@@ -57,7 +57,14 @@ type SdkAssemblyResolver(logLevel: Trace.VerboseLevel) =
member this.PaketFrameworkIdentifiers =
this.SdkVersions
|> List.map (fun thisSdk ->
- match FrameworkVersion.TryParse(thisSdk.Major.ToString()) with
+ // Note: .NET 10.0 Requires a version of '10.0' to avoid issues with 'net1x' being interpreted as .NET Framework 1.x
+ let version =
+ if thisSdk.Major >= 10 then
+ $"{thisSdk.Major}.{thisSdk.Minor}"
+ else
+ thisSdk.Major.ToString()
+
+ match FrameworkVersion.TryParse(version) with
| Some v -> FrameworkIdentifier.DotNetFramework v
| None -> failwithf $"Paket: .NET not found: {thisSdk.Major.ToString()}")
@@ -280,7 +287,7 @@ type SdkAssemblyResolver(logLevel: Trace.VerboseLevel) =
None
member this.GetProductReleasesForSdk(version: ReleaseVersion) =
- let net60releases =
+ let netReleases =
if RuntimeResolverResolveMethod = "cache" then
// for testing only!
this.TryResolveSdkRuntimeVersionFromCache()
@@ -292,7 +299,7 @@ type SdkAssemblyResolver(logLevel: Trace.VerboseLevel) =
let sdkRelease (release: ProductRelease) =
release.Sdks |> Seq.exists (fun sdk -> sdk.Version.Equals(version))
- match net60releases with
+ match netReleases with
| None -> []
| Some versions ->
match versions |> List.filter sdkRelease with
@@ -347,10 +354,11 @@ type SdkAssemblyResolver(logLevel: Trace.VerboseLevel) =
sdkVersions
|> Seq.tryHead
|> Option.map (fun sdkVersion -> sdkVersion.Major.ToString())
- |> Option.defaultValue "6"
+ |> Option.defaultValue "10"
failwithf
- $"Could not find a suitable .NET 6 runtime version matching SDK version: {versions} (You can also try setting environment variable FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION to e.g. {example}.0 )"
+ $"Could not find a suitable .NET runtime version matching SDK version: {versions} (You can also try setting environment variable FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION to e.g. {example}.0 )"
+
| releases ->
let versions =
releases
diff --git a/src/app/Fake.Runtime/cachedDotnetSdkReleases.json b/src/app/Fake.Runtime/cachedDotnetSdkReleases.json
index 166c9f79810..31535b93206 100644
--- a/src/app/Fake.Runtime/cachedDotnetSdkReleases.json
+++ b/src/app/Fake.Runtime/cachedDotnetSdkReleases.json
@@ -1,11365 +1,13745 @@
{
- "channel-version": "6.0",
- "latest-release": "6.0.11",
- "latest-release-date": "2022-11-08",
- "latest-runtime": "6.0.11",
- "latest-sdk": "6.0.403",
- "release-type" : "lts",
+ "channel-version": "10.0",
+ "latest-release": "10.0.9",
+ "latest-release-date": "2026-06-09",
+ "latest-runtime": "10.0.9",
+ "latest-sdk": "10.0.301",
"support-phase": "active",
- "eol-date": "2024-11-12",
- "lifecycle-policy": "https://dotnet.microsoft.com/platform/support/policy/",
+ "release-type": "lts",
+ "eol-date": "2028-11-14",
+ "lifecycle-policy": "https://aka.ms/dotnetcoresupport",
"releases": [
{
- "release-date": "2022-11-08",
- "release-version": "6.0.11",
- "security": false,
- "cve-list": [],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.11/6.0.11.md",
+ "release-date": "2026-06-09",
+ "release-version": "10.0.9",
+ "security": true,
+ "cve-list": [
+ {
+ "cve-id": "CVE-2026-45591",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-45591"
+ },
+ {
+ "cve-id": "CVE-2026-45491",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-45491"
+ },
+ {
+ "cve-id": "CVE-2026-45490",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-45490"
+ }
+ ],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.9/10.0.9.md",
"runtime": {
- "version": "6.0.11",
- "version-display": "6.0.11",
- "vs-version": "17.0.16, 17.2.10, 17.3.7, 17.4.0",
- "vs-mac-version": "8.10",
+ "version": "10.0.9",
+ "version-display": "10.0.9",
+ "vs-version": "18.6.3, 18.7.0",
+ "vs-mac-version": "",
"files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-arm.tar.gz",
+ "hash": "4c1dd441e860d76e6058c04fa05ff1e8ba5b8798614fb59665ae7ce1fce67868c37bfa7409a43599c788652437f571921c9b4504bda89392b537d1f97c782e7f"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-arm64.tar.gz",
+ "hash": "3911423f87aaa054931fef81e2799edfdce86ffd470192203a65f67fde03fdab5beafc60b35ecfcd8c285ae3be1c6058ea29a46aaff1d81cd3ef084bbab2605d"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-bionic-arm64.tar.gz",
+ "hash": "ecc94da6daeb8b9424b9161d9761cbd809ad8cccfa412c91f7b28f53c7f5e769269e26c13f78b7a90fd0b5898b0ae0cfbe3e3aa542b6358d907361fd667c7a27"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-bionic-x64.tar.gz",
+ "hash": "27656e8fbe1cfc7af322a3a4e49a554fb8a9738eb565d21aa1d07b7e3b11846038ddd1b7d0de415f3eb094eb6e19f003ae0a10352375e6198bf707003ae62c81"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-musl-arm.tar.gz",
+ "hash": "1dedb21aed1102e239477f615872bd9002dcebabc7e71f5778509a9c5d9cecbec8ff675b3b719d2707178b0adfb79f504251f4779580ad06910088ee5813a14c"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-musl-arm64.tar.gz",
+ "hash": "52d4533acacaa93b6fadf249d9600b7626eb1e5fbe614f352435b3cbf2b20f22f7da3fef78dcec43e4af96f47f1b5e1dfbbf82fa30de3ec83b695150a9c16a22"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-musl-x64.tar.gz",
+ "hash": "ef599452ea2465164857408b6a22c33f88cfb8f5a8bb52e050f89d7dc027e36ee750d4968ebc80d1eda39024f202f67977ec8eeb66f4de894c42ec82ed877a0b"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-linux-x64.tar.gz",
+ "hash": "43f48266ed5c0af1c5dd5d0f29e15e0d02349225648ffa3cd5440a13a67f9c2db9a943b990b0fd5b4fbf343758fcea3d7dc5b68de70659d1fdd95346906a2079"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-osx-arm64.tar.gz",
+ "hash": "8991c9d49aaaba3850e7a6a3b222836c7cffba11bfe15c6f81e90d89da6a2d85cb1ed17e9d0ae70b58bfc000466afce7d7fbfab8cafd4a8dd9926b58f826ba78"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-osx-x64.tar.gz",
+ "hash": "fbe7f2e30170f8370cb6c02eb1ebcf7969d5a3576543ed2c872ee8b5c4505fabd5ea08a4af7142902c70057293297cfc4e7eb32f9444f0f6fc8bf0719b583b0c"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-win-arm64.zip",
+ "hash": "d6b8d236484e55b04b9e4ce37961c8ee2fd8b9f7befd009e5b8b44e6bf2728eddecd906d94e95ed977484f865736dc9e1dbb8d022e643fa1d3caeb43e791c0d9"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-win-x64.zip",
+ "hash": "0f2692120c3ac1e0f0e9171b57ab8e969b25c1cb113b6e59eef49b3d2d545efc149ee7c1498a8ed15a972569b6071791ec3e425ff605a773990d637d29e3c5b9"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-apphost-pack-10.0.9-win-x86.zip",
+ "hash": "373b52943543e55c7918b4c21fcfe248a5dbe0aad15e7b1023d32f7e5db49878059329c9939ee77d6b748c1ad80ddd958ade516d2c997216fa8e2e6355cb5083"
+ },
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e208f394-bcb6-4ea9-8865-9fa2ed065d0a/5214d4e078744bbb3eea12c259b1d8cd/dotnet-runtime-6.0.11-linux-arm.tar.gz",
- "hash": "a23ed056a95787c18ad95e7c3fa85fbba074536bad167e6aebf26136ab633fe491f2eb3bc20eafa62418e74a90bcee55f6dcd5a7cdc8d3dcc17ba66cd7059f3d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-arm.tar.gz",
+ "hash": "d71413fe52096f7cb8ba44101e3a20eed3589cc1a96a3b72d45c5c72993c0c59f52aa532aae5c57b424f02b1538f37dbe2184093b35ba23af2475e67009f12df"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b02be36b-8470-4b81-8254-1f957ce8f397/fd6aa0da17fc51c1b57b2d96aa792c1a/dotnet-runtime-6.0.11-linux-arm64.tar.gz",
- "hash": "c889e70ea0b2224eb9163cca6a57cbbbbb8213a551770dc5c9f08d8d49fec1f38ac4802435cc9509baa03970823666fe1dd80621e6ee8592c27b7e639643e5d3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-arm64.tar.gz",
+ "hash": "50f5107b48c8a0989cffca36a26834c3988a138c158dd062252897a6ccd098b4e66059d90bcdc09ba0e92d126b280f686686d3623309f994ebf44bc3803dfcac"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-bionic-arm64.tar.gz",
+ "hash": "9ea23c0c6cc3e0d39a33ad17c3ec51a4d782dfca4a5b69974959aef87acc88be151c055d3bd1d6f5ae98222923913b7c41f3bebcdb02fc8c6790c434bd7e83ad"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-bionic-x64.tar.gz",
+ "hash": "58713fcd391576b88479024f892adebd82110713ea34dd48196da5510418243517279d1c864a3ed6977dda669ca7514205b9057b27806056faf351df5591e3ba"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d83b1773-36fb-49b2-a174-d58ae71ca6a7/1710ad32b6c06ac29d32ba1c4232316d/dotnet-runtime-6.0.11-linux-musl-arm.tar.gz",
- "hash": "8bb033accd7dd35fb528aa0155c2fc1fff27fda86e66dcb02d267de4e7193b20d0af9d63fd7796aaafb5f2845e95f6be329f2138d24684bf8b72c9507ed83ee2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-musl-arm.tar.gz",
+ "hash": "5164b06ef6ad0a4ee13e4e6feb0a53eebce4d4febf4b572cfe8c9084fe65f54658be9bc5ac08ee84fcfad3f88a026a09f878bf81362d6560fc18e29b1ec7f66b"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/376cf0f2-7ae0-41c5-96b2-5bc9e525b340/18a5bf90b171aa0b84f30674981e86f2/dotnet-runtime-6.0.11-linux-musl-arm64.tar.gz",
- "hash": "d1d74cefec7075ba9a1fb88cc53afa677c88275b1ad431df4fda78c7e239a42e1fc14f3c7dce50d8f5505419540062dda21537363d9797ae71317b6206a4e906"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-musl-arm64.tar.gz",
+ "hash": "1ca36ba647574212d8a0fce476afbbd99619639dd432ddd2f25b108dd6ca429f6783a945616abb27e70ac8b55ae48cddbb957c2b003b2d6125e2a0f6f2ff5b18"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/acc2d4e9-6ee9-4d2a-a61d-0ed4fd64237a/6624c2043683bbb9a3af470634d22ce7/dotnet-runtime-6.0.11-linux-musl-x64.tar.gz",
- "hash": "8bc10a7a6e08783ce89d047477828a001b7b12a959cd3c46d1013d2ab8dc65cda35b466924006f63b317e0d7301641097fc3fdf262c5e72990376ab34956ea92"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-musl-x64.tar.gz",
+ "hash": "47a1e8051d6ff733436043bcd6eec4e2b0b57d6099ca3776bc97979989d164a0c24d327c9fbce47a653896ec4bc42429b9dff30ba50086d48d97ee2d75107919"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/367108bb-8782-4f0b-839d-c98191b7729a/94185f91ef33890816a5846a374b74b7/dotnet-runtime-6.0.11-linux-x64.tar.gz",
- "hash": "9462d73fd3f72efaa2fb4aa472055f388da4915e75cfc123298b3494f1dfd8d48c44bfa6cd5c41678ab7353d9085d05dd7f1fee0eef20c11742446e3591e45df"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-x64.tar.gz",
+ "hash": "e413f4914e7911e1cd994aa01c433cb30c3f505b369ff55c6c61d130dcd4305e0e078dbe9dc05b27d10514cf3afce08fc7797bc64f7fa0d9945381a805f85cb9"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/340274ea-9cf6-47e6-9fb5-920675a5d701/8c0acf90a29b1a7d2ce662ce66228a14/dotnet-runtime-6.0.11-osx-arm64.pkg",
- "hash": "d5d626abdd964ccfed85cd50ab31343d620398823633d05d6b5d6cf91869fecfe2ee5d42c241d3c88d93b512836e62fafae73b4fd680a2b5cc1cb963a91efaac"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-osx-arm64.pkg",
+ "hash": "1c161dac4a61fe8f58c4163862d9df96fdd03e66186f274358dc0b90ad405ab2277892a6d5f17aadd559428ed14b61d1ebba42628fad45086dad3f359cfc3e7f"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6fde4997-8628-4666-8281-6aef1322cda3/f9ead70f42ef845bbc5c17d53b174931/dotnet-runtime-6.0.11-osx-arm64.tar.gz",
- "hash": "0fe0a7f88a1c99b682a0f60d60d6d1954b9ce185450fc21e3700f1e0b2b1b58ae7412cd43636bc7e7ef9d1412d38661df772c946524c5659d05b8945fdfb468d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-osx-arm64.tar.gz",
+ "hash": "e8aac8c57d2015af8ba3f09a9a887bd4692da1725fb15c355280712169cb9b504502cab4dcddaf2d13be97329dc5527813bceea65fbfbce589215be4f1597ceb"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3acbb93d-3983-4a98-9295-0c7045cec479/1b33b6742a6bf35fd46bd88a6d56f2ee/dotnet-runtime-6.0.11-osx-x64.pkg",
- "hash": "d78149b896aa06a1d1b36bd3a5c68c33c2033437b979d525924d416d206c750acdcf135d9b750f472958ae8ba017bce25a3ba1b012bfd774af7bb5fa8d176170"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-osx-x64.pkg",
+ "hash": "3e7a8c70ac02a0e3303431366e0492c4411c2629dc4225994c8b6458e66e8bfa001d14616d887e6137317e040385ecc42ed4526e6ebd7c93405725b55f216596"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c9bd7b7d-8dbd-4486-b3a6-d3bd29e9efc1/4b2debd5a8aa0812cbe19cc6cae26066/dotnet-runtime-6.0.11-osx-x64.tar.gz",
- "hash": "d8df6aee071b9c59672df6c67cb56c87796d9204a5fb044bd9e7a6fc7d5f83c84e0ee5ec871d57f38a226f57c70d18e52cb35a6520d26d94b335c97a860e6c01"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-osx-x64.tar.gz",
+ "hash": "d15080121541b01dabfc6567cfa3eafccf27c701f730e465af560297916e80345175bd5eefc9b8d8c32424dc762062282c8a98e45489eace67b510db6d819aba"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3c7b353f-a4e7-4592-9535-0077ef420e7e/334ab6dadc68e53db13d53ebdf112ba3/dotnet-runtime-6.0.11-win-arm64.exe",
- "hash": "8a2801c0d259f078ecc27a6e398e4e49dc302d46070c11b27f2fa3bfb4c49947f780c8f7f88f9590e3cb505dbf2ce15d55fbf35261b71f278fed8c50e4f98dfb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-win-arm64.exe",
+ "hash": "99aa9aebd5224cb908971bf3426df2e33c6134e5b954b7c69e43fb7e7d3cf81d7e1b2a4adcaf5538376aadff4471eae44f22844430608ceec7f8e7ab871c4323"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/566af894-00df-406a-80c1-ef41e51ae695/f402b81c3bfbb91d76587a75480e85b6/dotnet-runtime-6.0.11-win-arm64.zip",
- "hash": "b84ee80c69a6568c93082f5b7cea35fe91b891dee893bfb18c7095c2507e230836a4bd21771327e44d02a0ee9ee19778369cb8461c562a0cbe7be4edb4d38a35"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-win-arm64.zip",
+ "hash": "0dcd21c3b52d2b0832601c91f392bd5900db2c2c165f13e13b6af6b9e374b341e271dd64971671c1db5fbf534ee42eaad838b5dc8d9598f4eb90feb5c532519d"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8cf88855-ed09-4002-95db-8bb0f0eff051/f9006645511830bd3b840be132423768/dotnet-runtime-6.0.11-win-x64.exe",
- "hash": "52833b37bfb8076cb1c921d3e2ed6d56d38d75c4b69f5ca6f2f49d9d1ad7910504b26e4e0a7953c58040eab365cce8e77d8cbc33d84b2307a920cf40efb25238"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-win-x64.exe",
+ "hash": "b1fc25347750b6dbfa91fdf2f6d3615cc370582b299328bea6e09218f19386088d5170e739a16caab04ffa0a0a1aa5ae301ea542f3604b62c40da88e82d06093"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b7ca200f-345c-4ad8-8a27-6d724aaf9c65/108b558841a28ffe45bacd2570a30c02/dotnet-runtime-6.0.11-win-x64.zip",
- "hash": "63f33c7e4995c8aecd68148f6c6eb41ed72df8b7668fc510ce205cdf6060d398068657c3a392b799a8bba704a8f10ed1700fecffe932e6f13d3a44b18180e8ff"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-win-x64.zip",
+ "hash": "f690e9d14a93f38482cc5d3fd825efa9b422385f907587cbe3b53f5265f8a116e97a5ef0d906b8a905b5e164b20874468f461a437a9fcd9554073d36174be70f"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/719bfd7c-bce2-4e73-937c-cbd7a7ace3cb/d4f570d461711d22e277f1e3487ea9c2/dotnet-runtime-6.0.11-win-x86.exe",
- "hash": "0952373e828ed1300645d83d671258bc7ffd920808afaf1884ed9f2876740d08948e3273fb3a381e29d3e718de0d178616236e338d686e17dc69abd82cba2aaa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-win-x86.exe",
+ "hash": "029e7e7e5b34581b443928aae4ecc7a9342eb078e71a01db8721d76bbb13869c1a08bfde744100a9e1d0a9c147020c3ab31011a9bb83397f82d202fa084cb413"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/be0f3c66-a6b8-47eb-85fe-1085bd5bbcbc/8b095919bea25340fbddc43ed0eefef5/dotnet-runtime-6.0.11-win-x86.zip",
- "hash": "4ba1065fc57bcff8fb0eb0042239583bd23b7edc4681173a80eb16259f21fb9b3b7f277b87d7aad6e62e4dfdf87f6dac433f4dd8eca4dcb69649fe259c0e2e02"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-win-x86.zip",
+ "hash": "78a76b1d3df217b6c24e84c4e76703edd5b512eec9b225ea9091128275d3c1c2033d8144ca25462ad03980b7062b7ef026ce05a6d1c0ffbbd0d7da236349aaf4"
}
]
},
"sdk": {
- "version": "6.0.403",
- "version-display": "6.0.403",
- "runtime-version": "6.0.11",
- "vs-version": "17.0.16, 17.2.10, 17.3.7, 17.4.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.3)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.301",
+ "version-display": "10.0.301",
+ "runtime-version": "10.0.9",
+ "vs-version": "18.7.0",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10cadabb-4cb4-4cca-94db-67cb31cb6f3a/5b3d102b4198da0a25ed12d83ae5633d/dotnet-sdk-6.0.403-linux-arm.tar.gz",
- "hash": "b07423700a92e3cc79f4e9e02c40e923352c09958e3307fd2ce7fc882509460c65a4404e8080f1b3852af98458512699ba43b37683916756666b4e2532cc8f46"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-arm.tar.gz",
+ "hash": "0f7542b0c780a93f7dc6d03c1a09f1cc358781c9ab78d736751a8e6e62e39037e6fa06fe9533b09fd8cb21b756b60a80fd88072017125144860768f0d2df6d4b"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/67ca3f83-3769-4cd8-882a-27ab0c191784/bf631a0229827de92f5c026055218cc0/dotnet-sdk-6.0.403-linux-arm64.tar.gz",
- "hash": "fe62f6eca80acb6774f0a80c472dd02851d88f7ec09cc7f1cadd9981ec0ee1ceb87224911fc0c544cb932c7f5a91c66471a0458b50f85c899154bc8c3605a88e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-arm64.tar.gz",
+ "hash": "4ee438b363cb8468930d50b6bdc738a375e2f33b25bfd0c8dcb55853dda7f0fb187693e0f49dfc31556e68320b961a50dcf3b74c1f25abe3a5bd916db607db99"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/035f9d69-66ab-4085-b821-9610b464f222/1c2ae5abba2d11dc77b2beece41c5100/dotnet-sdk-6.0.403-linux-musl-arm.tar.gz",
- "hash": "bdbc32779eac9143daa8ed930278245ea2ea940a335d4b09a54d80d4ac07c4df8d71fbc06b7bbd531737f3770746dd9db98d469bb5a292ab711c2905c2832a81"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-musl-arm.tar.gz",
+ "hash": "1445fedf1eed0fed8e038bf0fb92fecd1868488c789f086878daf5285336d2397cd0980b198ee759412c322105043a56adb023d04b7f38c1b4285c5b58f44eec"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8019613a-7cff-4169-a996-1d11786cd97f/62604cf6ee5171e5d97755567e9645d9/dotnet-sdk-6.0.403-linux-musl-arm64.tar.gz",
- "hash": "caff2f691958a049c1c70ca24f62df2cf9824314f05f1e0cf1d935c1bd9288ff08a3e70cc605e532ae91a12140edc472768cf4510c9a3c73c0c1c9d56e5a1dbf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-musl-arm64.tar.gz",
+ "hash": "d9604094055dddc8f87d275eb7929919145119f2cd3252b5a8eac4a81a0764c80a823ea83c4548bbc04228829cf20dc494660a0d69d200a4bcc30588264dcaac"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b5e6c72e-457c-406c-a4a8-6a4fcdd5f50c/feaa81a666c8942064453fb3c456856b/dotnet-sdk-6.0.403-linux-musl-x64.tar.gz",
- "hash": "c59623a6ca6f012da5e584ae538a5106d4e59a9f3198c259cfbc992d163a5e4676d24c43efb533ffc70172d8ef584e90675043555c02bd9a31f3781c77c81672"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-musl-x64.tar.gz",
+ "hash": "b84cd10dcf13b537038da16f3e9c6425fb4f42bc7100962cb6cf6793fcf65023805da496e251dffff42aeb1dddfbc97593bd0ae399f881e6e2afb954f4b501fc"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d2007d3-da35-48ad-80cc-a39cbc726908/1f3555baa8b14c3327bb4eaa570d7d07/dotnet-sdk-6.0.403-linux-x64.tar.gz",
- "hash": "779b3e24a889dbb517e5ff5359dab45dd3296160e4cb5592e6e41ea15cbf87279f08405febf07517aa02351f953b603e59648550a096eefcb0a20fdaf03fadde"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-x64.tar.gz",
+ "hash": "cfbeec3a3a1d3ad3e168e37a77c4cc26c23125acd84a86d014047da3ecffce4c368a9acac4d7c950a047fa3d98989ce8aea69f8e5842cb6d330e8911e1c335a7"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d1846e3-8e51-4b83-83b5-2d00c384a8ed/62a4a23c59d97114a2156fe1736ee975/dotnet-sdk-6.0.403-osx-arm64.pkg",
- "hash": "1333788247c86df49df2466d0d0152a07457f2c5dc0c899df4a2d84d721530a9897d407113145df0b41dedbf69b51e70c4732988c7e8ea44b8206b8ed70db389"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-arm64.pkg",
+ "hash": "8aa821780721c079e6264af7d35975bdfdba0b9612894e60c6c1ff7793d985cbeb242e4405117396fbcd191e1f6d0d1a2b92831b4b93ef5bdee3d466dfeb64af"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e825e710-a4ac-4bf8-9777-36aaed9ba8fc/1dbf807664c030ffe386453ed35030fb/dotnet-sdk-6.0.403-osx-arm64.tar.gz",
- "hash": "1210ec9341f7ce192b2a006b1e5d98385e1108d016b0db3c6eb5ac5a1ecd6c9384fe26b62363d3a885e5ba26ec50cbe483970563e897bbb274568990aa43810b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-arm64.tar.gz",
+ "hash": "7978737378704435bcb46d1aabf4824f4bac4c72b559b0c5796fadcf15aa2ac7e18fd3e5c983c0bcb48c60793bd554bcfb0caa9972132cf899c97ccd7465d938"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bc5cc4ae-e1e8-43fb-9471-cf6469f8db98/0033246d9e1bbc9af3952d602af68c50/dotnet-sdk-6.0.403-osx-x64.pkg",
- "hash": "54df2010f93922a7f41b7e3cc8ab4c502900a7e8735df0101b5f678216b07b6addc0f693a33736d7798f150b3570cc280d91d9314667ae12c1d78a09a27b575d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-x64.pkg",
+ "hash": "e183d23bb496149ee1731530d15308f5f9dde9e878532eb442e3d56d26c1484ad7ba1886dc63842ad16db508f8d89e970a3558ec9cbe3cbfd9c1485d9b8446b7"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fdbd3d94-ea79-44c9-bf84-ca161871ee50/6e4b47c4926e30251a178014fe3da399/dotnet-sdk-6.0.403-osx-x64.tar.gz",
- "hash": "8a8b6f86f09d0c5a8dbc35f6adbb14cbb2ed10d1bcee0a15e717a416c759f824b2453fab0b76e0826c149612fe2fb8bdfc3f8827383dd3f8f01ef5497b85d589"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-x64.tar.gz",
+ "hash": "a0eb333dff6ed7895e6b2469d01d014bc3a74e8632b5704e4fab55247b29c1e17df0c52e857dedf55092ebe650c63da749d8b09af707bc28cc25a12796b4be12"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eb2ed5a3-fdc6-434e-ac15-5280e5c0cc5e/77f60f46fc8c8167531eaa4ca3603573/dotnet-sdk-6.0.403-win-arm64.exe",
- "hash": "fb6d04c920c49d3830d9477d93ab49ca9eb7d51f5ffd4f3872968e789a623a1d6a79f2379b0e723fb0c5a92df6ad027dc078b3270688145af1b4fe9643860566"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-arm64.exe",
+ "hash": "40977261ebcdd2539ad0347c17f52ed4f3133410db577e329946b7c07ead781dd96d5484317a739610ef395b657d8a1485304b5f7985330de53acfc0a5aae1ae"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c519d41-d45c-4225-886a-a7dfc9c6e289/fab8422cf174b5853246a1093b3df83f/dotnet-sdk-6.0.403-win-arm64.zip",
- "hash": "f3213ac5e7551102be48ca5c65fe098714a79a03ed3111d368ad07eb85ac22fea4c05a356fe742feb231e76f4d3e510954d4235631e0686d19bb0cb2f02b7e4a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-arm64.zip",
+ "hash": "cd2aabcf089d76c6f904e2b77ed06b9f397e105f8a9b8fb425ce6b8ab01413a01d59a1c298c58c627db3e8d197280825d7c2cfc8b8345a149ed5b86457cf5c5b"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/08ada4db-1e64-4829-b36d-5beb71f67bff/b77050cf7e0c71d3b95418651db1a9b8/dotnet-sdk-6.0.403-win-x64.exe",
- "hash": "cc30833cee9cf74cb3c0ac16eab5a96345daecbf73be9d8de1e9ec221cb270a319374fc8b35f28432379f35b39b6e3306e06ec93696be7d4a6c69afc3d676884"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x64.exe",
+ "hash": "96b7793f0d1f40d8a8a05f9f076d6f4146045429ae2ca17906f109d8747ac34826d9775ffbd0afd9b01bc84bac1a3dba02a6d86af08fe2809276c3e3ffa49098"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e4c38e2f-07a2-4ab7-9607-369dc406f0d5/d1bef72f340bb2f3fb10e5ec92561f21/dotnet-sdk-6.0.403-win-x64.zip",
- "hash": "8f0c99249f34724d99fe2e7b8955098b5f5531dd9c7199453f1a5f066981de58b8324a5dbd92548e665b1c208c241f9603d8a18ea51b27fd4fdf0c17abc7392b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x64.zip",
+ "hash": "38456e992c4df0ff0ac9fc5f28ff09a88543c0fc4e4deedffda9c4ebaf852c4519addacf28814ea77ea42ce2d37db812fae5ba1fe25f06364ca5a6027036387f"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c2bf9927-2746-4126-b839-1080b360f348/17191138699683165a20fde56571f433/dotnet-sdk-6.0.403-win-x86.exe",
- "hash": "5748cbae31661853bd0e459ef80f3767f8c925aec90b43c81dd44c21f591f9514b39dbf13a12edd34287ab90a6b0007aa92e6e80ae01b510abc058930b47a884"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x86.exe",
+ "hash": "68844bddcbd4020432f9032ebe5aba5a0c333b0f967aa6027cce984954913e7a3146c1a11d1cc3857c2b7f860cb1fccf1feeda3ec9a527e3181b2f1e859ce171"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a763be08-256f-403b-ae11-6c831d63cc37/e792e24983079722f3f66509bbc9487e/dotnet-sdk-6.0.403-win-x86.zip",
- "hash": "a37400428f755929bc75a6f8b0aa0aea7f631b1ae3727a38682c7dec312d586d21357c071f3180a0333ed339e7e1b3dbc9f7666a8a3d12c27fdc35f821e5a849"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x86.zip",
+ "hash": "19e3f1d05c45e741d8284a304aacc7256b464d8729d0e0fb10bc4e2b8bd44abacab69d4dfff3aa9fb7724bb569e43cd98146cfbd31cd4932ddbfc54cbe8b8d02"
}
]
},
"sdks": [
{
- "version": "6.0.403",
- "version-display": "6.0.403",
- "runtime-version": "6.0.11",
- "vs-version": "17.0.16, 17.2.10, 17.3.7, 17.4.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.3)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10cadabb-4cb4-4cca-94db-67cb31cb6f3a/5b3d102b4198da0a25ed12d83ae5633d/dotnet-sdk-6.0.403-linux-arm.tar.gz",
- "hash": "b07423700a92e3cc79f4e9e02c40e923352c09958e3307fd2ce7fc882509460c65a4404e8080f1b3852af98458512699ba43b37683916756666b4e2532cc8f46"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/67ca3f83-3769-4cd8-882a-27ab0c191784/bf631a0229827de92f5c026055218cc0/dotnet-sdk-6.0.403-linux-arm64.tar.gz",
- "hash": "fe62f6eca80acb6774f0a80c472dd02851d88f7ec09cc7f1cadd9981ec0ee1ceb87224911fc0c544cb932c7f5a91c66471a0458b50f85c899154bc8c3605a88e"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/035f9d69-66ab-4085-b821-9610b464f222/1c2ae5abba2d11dc77b2beece41c5100/dotnet-sdk-6.0.403-linux-musl-arm.tar.gz",
- "hash": "bdbc32779eac9143daa8ed930278245ea2ea940a335d4b09a54d80d4ac07c4df8d71fbc06b7bbd531737f3770746dd9db98d469bb5a292ab711c2905c2832a81"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8019613a-7cff-4169-a996-1d11786cd97f/62604cf6ee5171e5d97755567e9645d9/dotnet-sdk-6.0.403-linux-musl-arm64.tar.gz",
- "hash": "caff2f691958a049c1c70ca24f62df2cf9824314f05f1e0cf1d935c1bd9288ff08a3e70cc605e532ae91a12140edc472768cf4510c9a3c73c0c1c9d56e5a1dbf"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b5e6c72e-457c-406c-a4a8-6a4fcdd5f50c/feaa81a666c8942064453fb3c456856b/dotnet-sdk-6.0.403-linux-musl-x64.tar.gz",
- "hash": "c59623a6ca6f012da5e584ae538a5106d4e59a9f3198c259cfbc992d163a5e4676d24c43efb533ffc70172d8ef584e90675043555c02bd9a31f3781c77c81672"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d2007d3-da35-48ad-80cc-a39cbc726908/1f3555baa8b14c3327bb4eaa570d7d07/dotnet-sdk-6.0.403-linux-x64.tar.gz",
- "hash": "779b3e24a889dbb517e5ff5359dab45dd3296160e4cb5592e6e41ea15cbf87279f08405febf07517aa02351f953b603e59648550a096eefcb0a20fdaf03fadde"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d1846e3-8e51-4b83-83b5-2d00c384a8ed/62a4a23c59d97114a2156fe1736ee975/dotnet-sdk-6.0.403-osx-arm64.pkg",
- "hash": "1333788247c86df49df2466d0d0152a07457f2c5dc0c899df4a2d84d721530a9897d407113145df0b41dedbf69b51e70c4732988c7e8ea44b8206b8ed70db389"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e825e710-a4ac-4bf8-9777-36aaed9ba8fc/1dbf807664c030ffe386453ed35030fb/dotnet-sdk-6.0.403-osx-arm64.tar.gz",
- "hash": "1210ec9341f7ce192b2a006b1e5d98385e1108d016b0db3c6eb5ac5a1ecd6c9384fe26b62363d3a885e5ba26ec50cbe483970563e897bbb274568990aa43810b"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bc5cc4ae-e1e8-43fb-9471-cf6469f8db98/0033246d9e1bbc9af3952d602af68c50/dotnet-sdk-6.0.403-osx-x64.pkg",
- "hash": "54df2010f93922a7f41b7e3cc8ab4c502900a7e8735df0101b5f678216b07b6addc0f693a33736d7798f150b3570cc280d91d9314667ae12c1d78a09a27b575d"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fdbd3d94-ea79-44c9-bf84-ca161871ee50/6e4b47c4926e30251a178014fe3da399/dotnet-sdk-6.0.403-osx-x64.tar.gz",
- "hash": "8a8b6f86f09d0c5a8dbc35f6adbb14cbb2ed10d1bcee0a15e717a416c759f824b2453fab0b76e0826c149612fe2fb8bdfc3f8827383dd3f8f01ef5497b85d589"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eb2ed5a3-fdc6-434e-ac15-5280e5c0cc5e/77f60f46fc8c8167531eaa4ca3603573/dotnet-sdk-6.0.403-win-arm64.exe",
- "hash": "fb6d04c920c49d3830d9477d93ab49ca9eb7d51f5ffd4f3872968e789a623a1d6a79f2379b0e723fb0c5a92df6ad027dc078b3270688145af1b4fe9643860566"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c519d41-d45c-4225-886a-a7dfc9c6e289/fab8422cf174b5853246a1093b3df83f/dotnet-sdk-6.0.403-win-arm64.zip",
- "hash": "f3213ac5e7551102be48ca5c65fe098714a79a03ed3111d368ad07eb85ac22fea4c05a356fe742feb231e76f4d3e510954d4235631e0686d19bb0cb2f02b7e4a"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/08ada4db-1e64-4829-b36d-5beb71f67bff/b77050cf7e0c71d3b95418651db1a9b8/dotnet-sdk-6.0.403-win-x64.exe",
- "hash": "cc30833cee9cf74cb3c0ac16eab5a96345daecbf73be9d8de1e9ec221cb270a319374fc8b35f28432379f35b39b6e3306e06ec93696be7d4a6c69afc3d676884"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e4c38e2f-07a2-4ab7-9607-369dc406f0d5/d1bef72f340bb2f3fb10e5ec92561f21/dotnet-sdk-6.0.403-win-x64.zip",
- "hash": "8f0c99249f34724d99fe2e7b8955098b5f5531dd9c7199453f1a5f066981de58b8324a5dbd92548e665b1c208c241f9603d8a18ea51b27fd4fdf0c17abc7392b"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c2bf9927-2746-4126-b839-1080b360f348/17191138699683165a20fde56571f433/dotnet-sdk-6.0.403-win-x86.exe",
- "hash": "5748cbae31661853bd0e459ef80f3767f8c925aec90b43c81dd44c21f591f9514b39dbf13a12edd34287ab90a6b0007aa92e6e80ae01b510abc058930b47a884"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a763be08-256f-403b-ae11-6c831d63cc37/e792e24983079722f3f66509bbc9487e/dotnet-sdk-6.0.403-win-x86.zip",
- "hash": "a37400428f755929bc75a6f8b0aa0aea7f631b1ae3727a38682c7dec312d586d21357c071f3180a0333ed339e7e1b3dbc9f7666a8a3d12c27fdc35f821e5a849"
- }
- ]
- },
- {
- "version": "6.0.306",
- "version-display": "6.0.306",
- "runtime-version": "6.0.11",
- "vs-version": "17.2.10",
- "vs-mac-version": "17.4.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.4)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.301",
+ "version-display": "10.0.301",
+ "runtime-version": "10.0.9",
+ "vs-version": "18.7.0",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a752d876-ddea-41a9-b8c6-5326b48791e3/ade6f4c1672c5357f140c44bba1b9acd/dotnet-sdk-6.0.306-linux-arm.tar.gz",
- "hash": "9ea0273b8e9a7ba0650aa6d989933d959a75f0c6c2cae46b1e6ba23913ddd25c6546275d9a21d540b760a9202fa802a484f713cacd0312405345142dfe452c6e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-arm.tar.gz",
+ "hash": "0f7542b0c780a93f7dc6d03c1a09f1cc358781c9ab78d736751a8e6e62e39037e6fa06fe9533b09fd8cb21b756b60a80fd88072017125144860768f0d2df6d4b"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb258146-ac1b-480d-99b2-fecb7a607705/66e827540def06412bf11da9e6accb61/dotnet-sdk-6.0.306-linux-arm64.tar.gz",
- "hash": "cc49223db9c6309c4f0f7e208dfa07a1e9bdde032c2047b9aa2711e03d8aa0da91da22d728b332c2c9adbc54f423bb7e1dcdcb3888ed9ceef899d6e74bd308b2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-arm64.tar.gz",
+ "hash": "4ee438b363cb8468930d50b6bdc738a375e2f33b25bfd0c8dcb55853dda7f0fb187693e0f49dfc31556e68320b961a50dcf3b74c1f25abe3a5bd916db607db99"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c18eddd3-c8a3-4f57-b6e0-a9dc7ae86035/fb263dcb5d9286a93b50718321c48789/dotnet-sdk-6.0.306-linux-musl-arm.tar.gz",
- "hash": "e0631a82488262d70ed7b46a4572df636c77616306b35964e79e418a37bbb39a341115c780c0be918d23006e1115b9401f789c930ddf6053552af944a3b1c659"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-musl-arm.tar.gz",
+ "hash": "1445fedf1eed0fed8e038bf0fb92fecd1868488c789f086878daf5285336d2397cd0980b198ee759412c322105043a56adb023d04b7f38c1b4285c5b58f44eec"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0a4ca1b1-83cf-4369-88f3-b660834f3368/2e1e92099dccbe2ef9b50c60ad1bd8e5/dotnet-sdk-6.0.306-linux-musl-arm64.tar.gz",
- "hash": "b7c1ff95d35c1378b4811aa44fa42c72cf94a17e237cc19a7f785b427f888aa841ca3fc0de10792f345c6f56ebfcad1d99be4babd7acf75d76654805e6e466d1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-musl-arm64.tar.gz",
+ "hash": "d9604094055dddc8f87d275eb7929919145119f2cd3252b5a8eac4a81a0764c80a823ea83c4548bbc04228829cf20dc494660a0d69d200a4bcc30588264dcaac"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1a04e962-8fff-4a59-9689-897df87e4415/31f8f718f0a58dbc6e9bc7f262f344a2/dotnet-sdk-6.0.306-linux-musl-x64.tar.gz",
- "hash": "bac8f2c353297bfb4ca71852a282aac7903a87046f565b66f54730d40b9913e7156f1773f83656c74c7bd10fb8ebed8a43708285da6d7ecb2b24cf97d1f0a8d6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-musl-x64.tar.gz",
+ "hash": "b84cd10dcf13b537038da16f3e9c6425fb4f42bc7100962cb6cf6793fcf65023805da496e251dffff42aeb1dddfbc97593bd0ae399f881e6e2afb954f4b501fc"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4154c61f-5389-4b77-bc64-28caad83c994/a39138c90c80e6d5c94d5c3f28baff88/dotnet-sdk-6.0.306-linux-x64.tar.gz",
- "hash": "6278cedf0183d51dafe58a11bd71612e4b19d10e725e442d57ba45819a55bf4d86caca0c3d2a0ef0d32469a828ba85342e0d3ce23eb8ef1444bff228f10cec31"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-x64.tar.gz",
+ "hash": "cfbeec3a3a1d3ad3e168e37a77c4cc26c23125acd84a86d014047da3ecffce4c368a9acac4d7c950a047fa3d98989ce8aea69f8e5842cb6d330e8911e1c335a7"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/18b71c84-cc00-4a8d-b146-93e1be66389d/fd0971a4dbf1a8e904ec648fc161503e/dotnet-sdk-6.0.306-osx-arm64.pkg",
- "hash": "28880d13232a7a86094615f677ca36a1421423812954023c10be9220ff19cc12cc2b90c9c139202b58d751bbb822d94492307226691d4d335b37fd2c9f21664d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-arm64.pkg",
+ "hash": "8aa821780721c079e6264af7d35975bdfdba0b9612894e60c6c1ff7793d985cbeb242e4405117396fbcd191e1f6d0d1a2b92831b4b93ef5bdee3d466dfeb64af"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d076f164-9078-4752-8a34-57142a1741cd/5b623ddcf6be874165f903f7f995f3db/dotnet-sdk-6.0.306-osx-arm64.tar.gz",
- "hash": "ab6a9620d53786e5723393e991c082bf6bf73069096ecbf2c6e7e5eeef39aa434e17154140644561db12ac1f0cf1d2265c6c39608088750d4add74b3409360b3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-arm64.tar.gz",
+ "hash": "7978737378704435bcb46d1aabf4824f4bac4c72b559b0c5796fadcf15aa2ac7e18fd3e5c983c0bcb48c60793bd554bcfb0caa9972132cf899c97ccd7465d938"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/54efc886-978f-41e0-823e-fc8a01048a97/49b5314c2295b19af21649f6dfcece92/dotnet-sdk-6.0.306-osx-x64.pkg",
- "hash": "9e7f744fdd8b4a1d1c5a237b59acd23c92f64789bad799c91ce9874ee4f89cb5bd43bbb0010acf0aa5c05e58c48ed7a4d823845afb367cbed438dbe4e3b55dba"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-x64.pkg",
+ "hash": "e183d23bb496149ee1731530d15308f5f9dde9e878532eb442e3d56d26c1484ad7ba1886dc63842ad16db508f8d89e970a3558ec9cbe3cbfd9c1485d9b8446b7"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/15e07645-acbc-47d4-8a31-689bb61e6df3/1d8070c102422cedea24ace2717b125b/dotnet-sdk-6.0.306-osx-x64.tar.gz",
- "hash": "df319f562b20c1fceaccd0d328fbfab3ac5f2363adbf63038a9332869b32cf7090d077ff3a783f3d7c12a9a00f1b15412d01f33d586b2ab815faf088f9c76685"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-osx-x64.tar.gz",
+ "hash": "a0eb333dff6ed7895e6b2469d01d014bc3a74e8632b5704e4fab55247b29c1e17df0c52e857dedf55092ebe650c63da749d8b09af707bc28cc25a12796b4be12"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c9a6fbf9-3ddd-48d8-a406-afe42e121f49/e1cce96cc5314816113854a7d6c9b173/dotnet-sdk-6.0.306-win-arm64.exe",
- "hash": "bfbfcab99fc1a6329601fe4e186aa500aa196527feb906fe11d81dde91f7a20159982b5e37c15ba6afe43aad454a3b9aaa103783c6e258fd9c156dd02d6d87cf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-arm64.exe",
+ "hash": "40977261ebcdd2539ad0347c17f52ed4f3133410db577e329946b7c07ead781dd96d5484317a739610ef395b657d8a1485304b5f7985330de53acfc0a5aae1ae"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a2bfb136-267d-4356-8cf6-f20d4e144d45/5863fdccb15e6b74b1163bd41292c884/dotnet-sdk-6.0.306-win-arm64.zip",
- "hash": "40a59da6264e30bb03a837d46f3c8a14e894be25e6f1e60ad293c53430af36c455caffb93d91be07c6c2ea83f9a1e3e6916ab167021ac4fe2afa00e8a4ad1492"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-arm64.zip",
+ "hash": "cd2aabcf089d76c6f904e2b77ed06b9f397e105f8a9b8fb425ce6b8ab01413a01d59a1c298c58c627db3e8d197280825d7c2cfc8b8345a149ed5b86457cf5c5b"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ab4ddfd5-a29b-478e-a3ab-2258a5cca878/c433211318f1d9f4517cc1af5328f1b7/dotnet-sdk-6.0.306-win-x64.exe",
- "hash": "3f40daa9688cc4c3c437a0d9441c11c6a3ce6333e0271d912066f2ee2e31d292e05cbf53e66a9050487ff515c7ba6cd8bdfeb465415753c9f961028438442952"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x64.exe",
+ "hash": "96b7793f0d1f40d8a8a05f9f076d6f4146045429ae2ca17906f109d8747ac34826d9775ffbd0afd9b01bc84bac1a3dba02a6d86af08fe2809276c3e3ffa49098"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2550a430-8306-4bd3-931b-e33a033dd348/d53dd029ac4edc3fd5b0bd4525862198/dotnet-sdk-6.0.306-win-x64.zip",
- "hash": "0fc8df00fd30665c7dc36173c16b39cd0110638315771defd2981a595018838c045df23c1247ed1e1fe766cf20112fcebf59a3f62d3926b73f6585d3405aac30"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x64.zip",
+ "hash": "38456e992c4df0ff0ac9fc5f28ff09a88543c0fc4e4deedffda9c4ebaf852c4519addacf28814ea77ea42ce2d37db812fae5ba1fe25f06364ca5a6027036387f"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8c03a886-9aac-47a8-85ef-b2dcc1403ea2/5b2d13f30ec5f537f63426a2bbdbc45d/dotnet-sdk-6.0.306-win-x86.exe",
- "hash": "8f1636eb7e1f211b4c278de17e79a7a18fd84aca548c6aad9170007ea70fae9e066052b8fbdb5a6cd767ec4ba9c9d58f444eac4adc4a62070292a4330a53d398"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x86.exe",
+ "hash": "68844bddcbd4020432f9032ebe5aba5a0c333b0f967aa6027cce984954913e7a3146c1a11d1cc3857c2b7f860cb1fccf1feeda3ec9a527e3181b2f1e859ce171"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/970e485b-e3a0-4703-850e-cdde5ad8e606/2be96307fa76b32f8d177ec63170cffb/dotnet-sdk-6.0.306-win-x86.zip",
- "hash": "14a2623518c35e9c7ac3efdd86805790992560240aac2304f57b2627fc9017c3c8604a9cb21b9355a92c233ef7483ef2554d84aaa4acf2d73a0de450b09d82e2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-win-x86.zip",
+ "hash": "19e3f1d05c45e741d8284a304aacc7256b464d8729d0e0fb10bc4e2b8bd44abacab69d4dfff3aa9fb7724bb569e43cd98146cfbd31cd4932ddbfc54cbe8b8d02"
}
]
},
{
- "version": "6.0.111",
- "version-display": "6.0.111",
- "runtime-version": "6.0.11",
- "vs-version": "",
+ "version": "10.0.109",
+ "version-display": "10.0.109",
+ "runtime-version": "10.0.9",
+ "vs-version": "18.6.3",
"vs-mac-version": "",
"vs-support": "",
"vs-mac-support": "",
- "csharp-version": "9.0-preview",
- "fsharp-version": "5.0-preview",
- "vb-version": "15.5",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f8693beb-cb52-4d0b-9362-c93f47f2e0f5/7fa339566925e191039a6db91de3d547/dotnet-sdk-6.0.111-linux-arm.tar.gz",
- "hash": "44388611a84620e09e3adea7ada8ce4e04ef675d54c3a6ef12017bbed25e7c5d100089a700c503e9edc8605f9c0f48995f3b4595bd3179910a6cf4e2c11b1a53"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-linux-arm.tar.gz",
+ "hash": "2a785cfa44f82082a1c64e5d5bffbd50f0fcac0d74a3e79bdc6b6fdb2918e52b24a259749b62f3f663dcb7df4948e2d1fb5f0cf8c39a7b7f340dae4b4117e7a4"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f83d8e86-8cc1-4787-b6a7-b318d19d9582/9eca68b2392ba2798b70d598d49837ec/dotnet-sdk-6.0.111-linux-arm64.tar.gz",
- "hash": "7473eef3715c83ff399adaaf2605ae28f0144186024e3a4a5661ca978cc376262203147d77c51476cd88b5d7bdd7b3700221f214083eb77838a41a1357766b7c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-linux-arm64.tar.gz",
+ "hash": "b9ef554dc3465214afc61d8ecfb2b2e9c51baf08f07cc386ef3c87aa673f38f86474311e4be1d1b466212f8cc1308b3da01398f8c48003c4bbf380723ba950a4"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b7dd599a-c621-46d3-a86b-a2375b8839e9/b7fb50151110edfcfa8b5797f8afb18f/dotnet-sdk-6.0.111-linux-musl-arm.tar.gz",
- "hash": "1a1f03e9f75f5003a4afcc2a0299f1920dbecb4c72829a3cd63bd8cb70c722cc20f1d4a58e2dc4c47340d3eae15ac36027197202d68babe40643d5aa617891ae"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-linux-musl-arm.tar.gz",
+ "hash": "cc8056b80ad819b51dff0f8a44eb594952b3bda2e8f6e380c5cfcc1aab16a313f2d868dac294a114bda2006e2ef113ce688b896579f5e47710011e0654beeaa4"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c87c2bd5-bb72-4e64-85e5-aefdbd5f61a8/ea520a00b00039d1b61c7e537a87f935/dotnet-sdk-6.0.111-linux-musl-arm64.tar.gz",
- "hash": "ec555164acb4b27cb7a5e8b7192fd4b8aac4dec1f68758cf1e24da17987c0be1b8cc84c131713d31bf90743d2a84cc2c9b8288097742efa5c14e3dfa0602b4c8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-linux-musl-arm64.tar.gz",
+ "hash": "5b746999ff992829ca8bb54e4e0369366a21c694bb3b169ab328301ccf3cf0b91ff71398231fea180d9f563cb7137bce624ffe26e98e3eba59ee2fc84af4aa35"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b218752f-b46d-4848-8d28-d8f39cf3f6b2/be51acd7a1ddebb4e18dcc7e2f8bb094/dotnet-sdk-6.0.111-linux-musl-x64.tar.gz",
- "hash": "140de0d27b4247f3a7cea7fd03d275dd03be4362ea309114540deb0946a388bbbb62658a885146b76ba13860360976e983eecd7dd048c437e2a80740aed8ce19"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-linux-musl-x64.tar.gz",
+ "hash": "1bff649dec241f3037f10935c89634156f6bd584ed38f4b9b8cb21a331fec0ce3631e4241afabff9cdd032d13f19f440153313dd21b1c85814fc9fc3df024c7b"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/351b2e22-c724-4bb5-8618-377381f4fa08/0490aeb8eb769656b7193e3cb1d7a3f4/dotnet-sdk-6.0.111-linux-x64.tar.gz",
- "hash": "d61e568890023e984bd414d35308717c1092775a33a90a1ba2f87b0d5f70e7087d264cc61eff29356255b54ec2c2e3b2f48676572a0170289b0448b0fb843be3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-linux-x64.tar.gz",
+ "hash": "5648e8edbdd8127452828964ca8be631ba19b75aa4020bc3352f3ab861b8b5982d823fd6a3bb3b741ec4e3fdc6c0de9ec8a52e8dcedacccf9e8754250579dc2d"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2493d0d0-33d9-4e66-974e-ccf8cb73f52f/feed158be16a14130bdce067b01f6f52/dotnet-sdk-6.0.111-osx-arm64.pkg",
- "hash": "425a79fdbd155ba855fbc8e48b4a2fff69ba27d1fdaa9e41a789e41d0298ab4f1ce3b571c53507cdf3053b782c2855706e53d974e8dbb8c0f9ae8327795a0ad4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-osx-arm64.pkg",
+ "hash": "fb1830bba99e662ec0cb40d85afa9d5a08143fb82b1a93e1915c7abc1e602213bd1caeb960b6e31fb9c25cbb1ac5c4377bff1d86ae783405cc017ce3884e762a"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ac17cc09-71ea-4da9-8f54-168f6df93b50/2b8d83ae309c6d42ec9fcc49d42d4799/dotnet-sdk-6.0.111-osx-arm64.tar.gz",
- "hash": "f8bbce55d29fab015e334b32de33a25f5316508567b543323e7e62a0b34de490d4e8fa9ab633bafa29e29ebaa9e09023004b8911f56448990b485c49e6640b7a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-osx-arm64.tar.gz",
+ "hash": "3ed5134faa36f04851174c203fc6278f43ef330f80cad135f1839865695fe6d0822c918c5714200b3f33e88652870d29b4b045e05631e15723a253530da14309"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5e4cf1bd-1728-485c-b6f5-afb78736608c/66efa77129face3a573f716cedb859a0/dotnet-sdk-6.0.111-osx-x64.pkg",
- "hash": "4760b207a01fd04a9fa1071d786ae28df4d1ed1053b4cd0fee3ae7035d1dca9ea20eb6f2b8592e11b1c7f53a8171d8ee84fe52addfaf06724ecab37ea3218e70"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-osx-x64.pkg",
+ "hash": "de4a125cdc762d77fc1b2eb07c1abe6c9e6696bede23699db5421c8bf26b2e95931dc93e65f7bcaf1122bb3aa287d4d8f959abeadc71b61a4900f9873cfb7424"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5099c55a-aeca-4d1d-a38c-3e8c057af179/509c5900a7b1c26ca2e35c058e6b8f03/dotnet-sdk-6.0.111-osx-x64.tar.gz",
- "hash": "249774d5e9d952b15206a4c4e5c20548ec6572202be977d514c517e11e93f2a36c2aa636b5201f7ce690f555fd79aa3e52aa6b5f4520293ea52b3d2d36b3e70f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-osx-x64.tar.gz",
+ "hash": "c9f55f4c22622c0b3263d5f581830502fa53fa1321b4f3478266d1b57e39b378ca2ed8b74847e582744124a14b5a3b0738372ed1af6ff9470aa4cfd49ed6c878"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b2aede0c-6b36-48b8-9c97-2f7462467843/87204f91f8a465e559a7431cd254334d/dotnet-sdk-6.0.111-win-arm64.exe",
- "hash": "8449166aaf5d097d0d4f404d80c323c237ed02681ed805226286d43fdb071be2a9af521a8392646193e587ebcdf33d0426a54016b3e07af27874d6831d327ea3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-arm64.exe",
+ "hash": "e8d54b8a07de982e0877ece53868d1c0fa66e03cfbb972cdeab9ddc7f3137789de72afdf07ab9c9bcd85e799bf7e3d513cef802bc9a8ff479c1081f059e98732"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/83874323-7c77-4c04-aa3c-1d9f90927a9f/5a0a543516865e819b85c3c694d3a5cc/dotnet-sdk-6.0.111-win-arm64.zip",
- "hash": "64db98efeded1a1d10d25dda48f4707dcebfaa462f22bf84f5f2c5db8d47b7b6166818c4008db6620616546b5b638af18590fb0b5193603ca5d507dbe68062fb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-arm64.zip",
+ "hash": "454ff19f2313d26484c8685eb2e33809c906b0eece72c324cfeb0a2d57b3a0f1af4f7abc67aec2184ed6cddbe49b71d2eddc30ecbbce9dabdfb6d35e89a746f3"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec67cb2b-a9b5-4bad-9287-75fb70dfacff/6aa398065a382766978155b1d48ceb28/dotnet-sdk-6.0.111-win-x64.exe",
- "hash": "1cfd3b9eb33e31cf2da1bd6a28591faf092427da4ff67ae2b2ae9007403f036835802276429910b2831e1ab967bccbde0cc1bed34538f633dc8138800dd948ec"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-x64.exe",
+ "hash": "babdbb6b3631c127ab8c89b8674540180508d20dcfc1f573e513183389394db82a0d841e8bcf5fd94aa0188a2a45a0d54d49d737ff2be670b50205976e3322a2"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7a46a854-9264-44c4-850e-8abac7c9e53b/fd56ab5428a978156152c32b5c831ed8/dotnet-sdk-6.0.111-win-x64.zip",
- "hash": "ec0608c05dcd226f08cc1d1fcd2486d5a9c7c281e181070c2411dd24e344541d244c1560d65fbc3a12894ee0b48e686492b8f104789b740c056f79a6cccf0350"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-x64.zip",
+ "hash": "9134a1eb2aff431075bff24061ca795efd910d95fc15a3a56e2d4c2fe04b91bfdbfdc2b2910893283c17b7266af63603809a0ef02c586bf5391b8640d90cca8e"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/64a7d3e2-5dd0-4584-9a59-ec9df176b01c/dd4e8bb54f16bce7f28a70da4b2f5de0/dotnet-sdk-6.0.111-win-x86.exe",
- "hash": "b029fe705c4d7f8735e517a9c867cd54be57b03a5b64c70dcddbccdbb41a42ee78cc039726993ab80e4c53baf8f44d9aebb0d4e3784fc82ffb74ba005cd6c0a4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-x86.exe",
+ "hash": "4be7ca29a49491e5407fc1a1dfba400ffcea386edd5ee1a4572853338a6956bd76c292e26ed336306a5368d3c82fd9e98ead333cd1d6dc341f00d8c4350f39a5"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/103a8aaf-bf8a-4094-933f-04c2f9021c93/604955cd98915978c3fd855ae24517f1/dotnet-sdk-6.0.111-win-x86.zip",
- "hash": "a4dae83202c5cbe3d12178989dfac29bf4fea1fdc47dadc023ce7af870b2e3f62cd4be064f87229dcbd5fb6d29a72759b8bc3500fd16d0e2b6c03fac817779e0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.109/dotnet-sdk-10.0.109-win-x86.zip",
+ "hash": "519ed31cb7263b402012b0e2e1d7232658d42ecf18af74e9e3e5fc3d6270a6c176c877fc8177d2e2cdae18202bd00c89674595ea2df4de63f05e9c0720c907a1"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.11",
- "version-display": "6.0.11",
+ "version": "10.0.9",
+ "version-display": "10.0.9",
"version-aspnetcoremodule": [
- "16.0.22296.11"
+ "20.0.26140.9"
],
- "vs-version": "",
+ "vs-version": "18.6.3, 18.7.0",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4072393d-3350-41d2-98e2-dc46fd930fae/6f09e1d7685fbbc01f6d84b1140e1b49/aspnetcore-runtime-6.0.11-linux-arm.tar.gz",
- "hash": "f690860acc135675b817615a5db624276bf90eeca1b0b941271068aaf2aa350ec4f76cc4ecebcff7fb4c450be1ea8073279fb933eaf6f2505babe2307b46d35b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-linux-arm.tar.gz",
+ "hash": "7a88268949250462c359c18665bb94726314b7e31182864fa7fd25f408e70bd601be9147bb566b0099f79660cb6deeef354e344b2474ee3fe2125aa03ff88f94"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e25f7ff2-9932-41dd-b549-5b4409b5a727/d00786aeabad50cd661e959a576f8777/aspnetcore-runtime-6.0.11-linux-arm64.tar.gz",
- "hash": "cf2a469cc2364358e0cd51640e9a614747e60724a99d5151dbd346eaad3779939f741f0cd0a752774a6df51c3e2af5a49ba8e4c5ba7ac02eda192cb7b73d85f7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-linux-arm64.tar.gz",
+ "hash": "13377eca63d52a85b7e7126f0ad6b017ffbd520b6d95db0ba05eb6c152645ef4238f8a3744d2b04ac418d9856ee7db732be927aabde84871402c3548e1ffcee2"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c955c105-704f-423e-9f55-e51957c901f6/3f0361570417e8d32659993a4ff638ba/aspnetcore-runtime-6.0.11-linux-musl-arm.tar.gz",
- "hash": "89f0a447bc2083228bd5ed59fdc7c113608266f23ab9e793458a2ab1afc13d201c1b476792d6841e29ebedcb86c6a1b064aae041aa1e37959f41079929f0aa4a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-linux-musl-arm.tar.gz",
+ "hash": "df9ab650203763a8bb169dc73ca34c01221f50f9bc1c4c9933079c484e7b5b9bdf04bb35de5b59acf04320c30b92f0c9bbfb94b1f8b461df112018b6b8825d23"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d6505deb-44ce-4593-89e7-4460042ef675/3e4dcd3221be077cb71e459ed6e89362/aspnetcore-runtime-6.0.11-linux-musl-arm64.tar.gz",
- "hash": "b068d87b9b848971f2b18dba841c651d59330e72e3b8259a657d67606dd03808482d80393a8da82c452dcdf90c8d7a5213764d420ac956c94cf69f2d5825ae30"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-linux-musl-arm64.tar.gz",
+ "hash": "7a0e97caf4dea5dac0dca1ff52971a501292dae55cac384414298c398ecc4fe948f22f4bf45c5a590188769d47fc42bbc5f4e76b6a1b875fc0c895194b0e5531"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/957274ab-b5ad-495b-947a-0db38e641e84/d089c36fa5c8d2aa76c7e7abc45f5e29/aspnetcore-runtime-6.0.11-linux-musl-x64.tar.gz",
- "hash": "6415d01659656435767833f2f19d1f969940710bfbad3ffddf8bcce8b7130b1d5761fa4f0b3167177c8bc91d7fcb4bda6a7ab0014b80a27638f62ced48febb2f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-linux-musl-x64.tar.gz",
+ "hash": "78b82797fddf3bf44bbdc84c7957236d60c6a7249b83820603e8482316b8e14dce1e8a2ad71c93d8f94a0a2e5b81c14df65ac9d6dec137f5db674962fca0e9f0"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0a17a9f6-7705-4b47-aead-c0b582cad317/158b62e5183281e416994d56ce81bc0c/aspnetcore-runtime-6.0.11-linux-x64.tar.gz",
- "hash": "12a30719aacd5b3dd444d075c13966a4bb1dc149c36bcbc0e685730f08d1c75eb3929749b89a88569ddb48bd8104db84aaee2ee097ac3a5fe6fff60c9f09f741"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-linux-x64.tar.gz",
+ "hash": "a3d1fc542adfc2532e9a8ac4444fb0539efcec33cf733de60cd5f6f8fe3e9a5a3236b98694b26cf73d9cd75d2e1bca0c691e83d41107debc4cf87a5ab299a82d"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4bb8e524-4a1c-403b-adef-362e13b22fcf/6304e6772640e07412ccfb9a0a5ec58a/aspnetcore-runtime-6.0.11-osx-arm64.tar.gz",
- "hash": "e52add6045fd30482d3ba1703b41d354f38661ac9f88b1b70aa31d4ff5bc685b8767579b172519a4471beaa3cfdb346f46298da369a5714923937f1af03e353c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-osx-arm64.tar.gz",
+ "hash": "ccd2436efee7568842415ebe42525ea40c41ea25d48a8a55f3c526b6e389309a9c7c07e47c72ab4ed928d33db946150639527c8c6acbc13cfdfcf8c6dab11960"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/16a48ca7-a75f-48bf-a513-ce5721debde1/b55c60cfbac77c576fb0161a4d4ad8af/aspnetcore-runtime-6.0.11-osx-x64.tar.gz",
- "hash": "cc5d76404fd1a352404597cfa36def6c06018aac9f53c938d96264fa057534364057531d91c8b0ecfb2aed6c2816ce32c0a67bcae39da241c3ee36cdd35ebe9c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-osx-x64.tar.gz",
+ "hash": "ac4a9e874d7cb12ab6a99f90a94a889631da28ab5f5b117b9c9ea913693ce6e4f08e59889e673c11d9ba35edf53623ac9d181f01abebf186423e4c4aec0d19b4"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-arm64.exe",
+ "hash": "c1e96806b51eeee6e6360a416acabf2a6101a7a4bcd9b1cde93cb8916f5f1744fddb0387cdc1810d1f58080dd88155a5f4f0c4a235e11c800583cc8902b51116"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/efa86583-806b-44e7-9ade-45b0ea845b86/fe160dc809fbcbbace542198f1b29ea0/aspnetcore-runtime-6.0.11-win-arm64.zip",
- "hash": "c8ad6ff3152fc8addebedc0e13c4c251ede096bfe29c699a1e92825e45017c449ed805b4b96c1c9ea86a13207ccc800e581fe572e5668cf7e80f128e0c015aa0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-arm64.zip",
+ "hash": "f0b55bed06100b083a2e1fb73b2a72dda13db4e8181d2ee3f551d1bf711a1f77ba840811c26e4246c141ca169feafe5f047532b6beb37a64dd1c19b269930e4e"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e874914f-d43d-4b61-8479-f6a5536e44b1/7043adfe896aa9f980ce23e884aae37d/aspnetcore-runtime-6.0.11-win-x64.exe",
- "hash": "e3d80d5b94100e3333a42b73d9ad362056d95b1bd4dfcd7264a56e9563a9d772aa793912eb8d40c3183aaead8c995eed493a6d6028fcb5f53ea008d1f1ce0441"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-x64.exe",
+ "hash": "6cebce3b5bb92939f9c2297505321a28607ead7398b99c6d195890c04a6f22bb468879a039efad66199d917b6f298fc78047fd5e2e7a159d8bb32023ea7dfa7b"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/05dbe2dd-429c-4e4a-8080-9fe3027cd31b/76461b8691ada05d098efd15933bcbbd/aspnetcore-runtime-6.0.11-win-x64.zip",
- "hash": "d577c00083aa6d85cd6bd92747676285f2a064730f81ad77ce061808f97cf1c5911b130b6b4da0cf83626fc970f8467a7f6361a069ccc2f47bcd9859f654c1fb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-x64.zip",
+ "hash": "977ab9bdc33df4a6b2809ab51effbe03c6fa22e12774a041dbb93b20be6f086834a02c06bac51d28dcfea439c0a4e347ac684df739d23a244fc7b13b5040a8ec"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/94504599-143a-4d53-b518-74aee0ebecca/dac4a7b1f7bdc7b4e8441d6befa4941a/aspnetcore-runtime-6.0.11-win-x86.exe",
- "hash": "11293f57a05d4bdeb86ffef6f0d9816de0eaae08fbeba65ab0bf6514b98b6b43539bcd7e4893e76162e9d0b3c2a5cc1ca1c7cacb7baf603adad7f0e8039b4a69"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-x86.exe",
+ "hash": "6e2a69ec7b648a048bfde310bfff7f3f60180f91221818d09cea3c5730d343cee5457ff6c718afb65194425a57023452d8d9d7e6b287196040b67e5d226c4c8b"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cba21318-714e-4390-a4e7-10ae69a280b2/e8cb7203c321951c0acfbef160ad23d4/aspnetcore-runtime-6.0.11-win-x86.zip",
- "hash": "3e886cb296490044a18774a6bbf21d1a4efefd3d996ae0f9d732d6cf1b94f4e2b88b401f6a2ba15d10012b0775c4e1d39ff33859f96738ab1d3a71524abfd1ca"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-10.0.9-win-x86.zip",
+ "hash": "2e0b6c129bbb5d14425c6159341c97c04ab4f256144da3c0ac8a970ab338ff89b6793f5e2cf87dd68c52cf739c214526199b6bd140127a8071f1021984c695bc"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-linux-arm.tar.gz",
+ "hash": "fb1092f9ccd167dc60958493bacaf3182f3b51f65d7f0e96812902b4b9b167bb9fab8520088ef9f091f69a91f0d96fcfb1d23565fd384671fb26a0b77d73523e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-linux-arm64.tar.gz",
+ "hash": "260a2a11f96df81f7671a89b15dd7ea86f3f62853c5530b99747a3d3c8de47ed082c4c2841eb50dd476426eb7c58581e9e005aaab8e810bb42a61afbd54e552e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-linux-musl-arm.tar.gz",
+ "hash": "114460dc319c552659d6002601d6e236d85d98ffba4dd87973b08c7392e26edbd99c47a02780a6d895d7addb8ab1554c85409c19a814cfb01bf6c554d3cd7f6f"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-linux-musl-arm64.tar.gz",
+ "hash": "bfc48e1737d4a47238f5a0fc492b074e5717eaeefa852c0571bd99332a21ef39fd201eb5eefff5573a971c484abc47db54968d2369389baeae5c6f557751cafd"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-linux-musl-x64.tar.gz",
+ "hash": "c5adcf6b20ee612f1d515c79bb7fb0d88a9acdc9e254f402f281fb87d83d3737f849193c40cfcdc503a510827e9540cf16d04b0a18ce955771e8781139d83324"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-linux-x64.tar.gz",
+ "hash": "c1c401588aa6d83c5d4f51e52f2787ae1a2c52a7901c69f3fff2266d838f7437d89c7c22d847cac2bcada1a19dd04e78ee8d06d3325565c0a62e03c8ccac92fc"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-osx-arm64.tar.gz",
+ "hash": "a5077eb2d329b9ab44c63b4ffdeb795e3621cc78b97007ba0066d39644a588f4eb12fb0539422163faa52a004ba0be865e1eecb7a70dc1507db38d4ba0bb23ed"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-osx-x64.tar.gz",
+ "hash": "73db30e4111d19af4678375f726e6e9fa4d58e4bc78e09a21e8f1e5d067c9bb3fcba6ce8df9e7b2c8a932a59e060f706dd9072055e829f273b51e00959338df5"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-win-arm64.zip",
+ "hash": "5b4fd8a2bf8cc294045114068c784ed3916699e34c0ad6df79c0adca624cf087ddbee72e66458a1d54f785cd34c58671cda9a3ce64b652bb3626c281e447cee1"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-win-x64.zip",
+ "hash": "7f98861f87f8f25fa021fb26192af75a5ba1d92ef3b78431cbb56e9a014db856556a5340bd10aa7f05c0d372a1713321568f8b00814d48cf2477f07223163b3d"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-runtime-composite-10.0.9-win-x86.zip",
+ "hash": "e35fb604d6befd8924f07c3941bb13df981bdfe64f19ea59cdb3acbafffb8b30f075a1e64c93ebf35b2f17ee07f8280f82254cb9a6e0b9d1f9c20e01e1e99e18"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-linux-arm.tar.gz",
+ "hash": "d9fbdd15d1a43ef87b3a6030288022118b9b4117f50f624d4118cb048f44ff1812ba361c2462f1f1700af1320c03cc07a4414901e7880b2e7e590f1ccade4eb7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-linux-arm64.tar.gz",
+ "hash": "c12aad27cfc8a966c49d3855083638d9f992bab14f1fa79b834bcd7b614df6efdaf5721bc6e85b73f38c302bb96f41479a156bcd6b5a7fa1b2d221960046fe5c"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-linux-musl-arm.tar.gz",
+ "hash": "bf9adc80c10af24f9776ebb9abd80373ec698437fce5108d1bd3094dc24df7fb2bbdf0e1d4582d1fc75c1f98cd2f65043a0d22662e8c9e1ab7beff5b065c972c"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-linux-musl-arm64.tar.gz",
+ "hash": "4183fa1ef412298904b59abd1974f0ee11743046e643d08941ddd3640889897964dc8836bc61d383515af44e18e6d4e2505505cb083745c3836a5c754d865767"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-linux-musl-x64.tar.gz",
+ "hash": "33ae4b5c51c8f668d117f7f7165fbf6eaab83d32fc7a1db0e34e42dd9e0145e1bb5d6d6d3f7647699f6b6e7a251816a007bc7f62bb140562d14995d6cab97769"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-linux-x64.tar.gz",
+ "hash": "d8606982b6f613b0124b58539e2415e90744c86b2f39a2088f250c9e7152a2cb5c6d471af48ce9d9a355de160e1eab3637e1e7a37a62e1f5421176a32b93330e"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-osx-arm64.tar.gz",
+ "hash": "17f1b819f8aec178b465820b871a589d3ee0405198c3dfdafc65394eaa0ed8218d7775c836a9bfbea3ca200992271727eeadac5e7462f9da71f0478b54b9f206"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-osx-x64.tar.gz",
+ "hash": "08ce6611778fc9692c3417aac242528897eee817be84f0955e3ab332344f43ac0debfc7f16d5ae2642b75c26036db6dee32de7b5aa73720e3baee7b085bb2b7c"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-win-arm64.zip",
+ "hash": "21bb08251c95e6b7563052669abfe839b0c97b63fdc032f6e59348a6b1ca2e920903a7d5c7a4f691a448b1f7a7267e574566f01616a4627c8f00da4a0ec9b8df"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-win-x64.zip",
+ "hash": "8121043a6ddb6be9acd0eb5de55607bb9b90515e7eefd3666487cfc1b24873ea189a2b94ece8600eacfddc1678bcebc140c18895d2295bf72a7ea9c95806716b"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/aspnetcore-targeting-pack-10.0.9-win-x86.zip",
+ "hash": "4e7d2945ae1dba3e0846b62f54106f5f39a15c2eabb882de3ff7f3f101bcc788f17dbabcd6eec4ac0d03c1bd7d1f2df2288aa4bccc3f5fa2d661c52ef1eb80e3"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/db07eed5-297a-45b8-bea2-1e93c623a88c/6e5a8d3432e6213f071be3751ae53a08/dotnet-hosting-6.0.11-win.exe",
- "hash": "95183f2a3a017954f5cc7b7146ad79eacea6e26869fb4e780f5bf305d47663d9de993211ad467d070122903d91e340d961445c5634495df9a073ed6e2f05d8d5",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.9/dotnet-hosting-10.0.9-win.exe",
+ "hash": "597b7ba22db3ecfb2897f0443a6986741833e1dabf13128013ffa92342dd1509a46661c04e38782fd47d0aafd6d2373cc9ab54242140c388500c46909ea2dd67",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
}
]
},
"windowsdesktop": {
- "version": "6.0.11",
- "version-display": "6.0.11",
+ "version": "10.0.9",
+ "version-display": "10.0.9",
"files": [
{
"name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/70d9846e-7bae-496c-829d-dabfda93cddd/be9e28ef860bfc7f8f36db4af4ac7692/windowsdesktop-runtime-6.0.11-win-arm64.exe",
- "hash": "19e73b88b417cec96624074f2f6b12ac6cee2bd9524060c64ae5b2d215827f5d4159dde2ba158137afddd2382317314f59cf27bcea1342421116dc2038b3110c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-arm64.exe",
+ "hash": "dcfbdb87f1da152fb5e84ae7a070575cbe1c52ff8d7475daa3ebc164ffefac9cbbba3b00eab8be1d00357e05204401e6bce64f0f818430c09a64aa6fa509e5e4"
},
{
"name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/71c160b2-8d92-4ecd-89bc-eb1822abbb73/8593a31d4e1c60873e94a618227502fb/windowsdesktop-runtime-6.0.11-win-arm64.zip",
- "hash": "2cf2dfc7de088adc5665aebdc507ebbae53d9a879f0b4079d4de3bb546d281b02b70820bf2d8fcbf22fae2c338b70ece4765aa686c84d39a236d401e6a5c8af3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-arm64.zip",
+ "hash": "ee8d3634143fc30975b92a46f6f6937cfecac450bb82e91139474a3e95047c67074074089916c2dd9c9f1930cea08def11bc9b877bfe917ae9c2c4bf32d7683b"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0192a249-3ec8-4374-a827-e186dd58d55d/cec046575f3eb2247a10ba3d50f5cf6c/windowsdesktop-runtime-6.0.11-win-x64.exe",
- "hash": "37bef9107a069edd977c135fc54bf84f1b46862ef2636caeb9c7ddd9f53627f83cb69d6ecf79cb640d7979c7ebe80c03b1222c6c52d7a991e6c399c91fe902c0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-x64.exe",
+ "hash": "99bc2215d67f8aea1ecb3df642423ccabf76e5261b225f0f2d78123d84d58e64923f050a5dc58405c4d5cf074acbad32c4a1021a67e94629dcc57206ac4116de"
},
{
"name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b272a567-e03f-432a-8263-7672e9a41c5d/d4b547aaa09b72fe1e2ed081d59c33b5/windowsdesktop-runtime-6.0.11-win-x64.zip",
- "hash": "765dce85155e8b5ab5a2ae3a9f5ac18783df0f35b0c7da1900321987499b1c26bacb7df338520c523584270959329b4a2d974e74ead86eb9a32fc9d6e06ceee5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-x64.zip",
+ "hash": "d87a22592f9bd231721dfff5ea01d45d9da67ace9caf690c5b3c6be0d66bdb86034bada364b36ec74f0abcd6b308856bff3736e6ba6c770fdfa2fde46bf042bb"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a392287-fd51-4ee8-9c15-a672ab9bc55d/03d4784b3a543a0fb9ce5677ed13a9a3/windowsdesktop-runtime-6.0.11-win-x86.exe",
- "hash": "b642a16325053b266f2f2475c31e124987dcf0e010076633cfe174761a1ff736a5047019de3cc259d88775bae6ffb4b0f907e0818895fab0e2962dfa0ee66641"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-x86.exe",
+ "hash": "3193fa469541a40e4516c0afe5a6ef7e538fa93277adc722955966ff4406f38e736e4992160ee757ebd7aa2328641b772acdcc838bee12e70e8c368df19b3857"
},
{
"name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a08358ae-373f-40c4-88c9-732a7da52bc4/0e0bf1005fea65d0d7026306ffc539bd/windowsdesktop-runtime-6.0.11-win-x86.zip",
- "hash": "6ff0d67b23f7bd2e3f70919d16d1dade5199ff316f7caf34ccd5b17aea5824ee6a55c94aa4e5722a67a6ece8b8cff40fbec277184ef83cfa4b08a401bbe7f3ac"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.9/windowsdesktop-runtime-10.0.9-win-x86.zip",
+ "hash": "d2a330ad2dfdaf5e6b78ed4f44e966ce40ce73d884acd9cdc585214ee88e4cf62c881efe64c2c2df8c065727ba1db4d8004d65b4ef46c6a343ed3210c8776f6a"
}
]
}
},
{
- "release-date": "2022-10-11",
- "release-version": "6.0.10",
+ "release-date": "2026-05-12",
+ "release-version": "10.0.8",
"security": true,
"cve-list": [
{
- "cve-id": "CVE-2022-41032",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41032"
+ "cve-id": "CVE-2026-32177",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-32177"
+ },
+ {
+ "cve-id": "CVE-2026-35433",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-35433"
+ },
+ {
+ "cve-id": "CVE-2026-32175",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-32175"
+ },
+ {
+ "cve-id": "CVE-2026-42899",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-42899"
}
],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.10/6.0.10.md",
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.8/10.0.8.md",
"runtime": {
- "version": "6.0.10",
- "version-display": "6.0.10",
- "vs-version": "17.0.15, 17.2.9, 17.3.6, 17.4 Preview 3",
- "vs-mac-version": "8.10",
+ "version": "10.0.8",
+ "version-display": "10.0.8",
+ "vs-version": "18.5.3, 18.6.0",
+ "vs-mac-version": "",
"files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-arm.tar.gz",
+ "hash": "13ed1ef9b0e084f1505bb61efe3ba1a16b6bdaf044975a55ee2d9d76f90fa8e01687c08cfc1d446318f297d155c8f22ccd3b8914b34af9245a39e0e56030378a"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-arm64.tar.gz",
+ "hash": "2f070601cf505f451c7381b2dc588e4a4c9413471299464cf1dc89979f76ef641fcb6e03f77d937e956d27125299c6ffc15010a7529d9b7f8c44ebf4cafef773"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-bionic-arm64.tar.gz",
+ "hash": "39f25bfec8c4a701c1a3746fa8133330c8141544ee4ea462787ad0f00b813ca790be91218517eaf087990e98035e923cf93e6e44488c26e12f76854b39c26e67"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-bionic-x64.tar.gz",
+ "hash": "6f73254af44eeda412683e69cecd1d7ea0864edcb10fe5a58e5efed054dd89fea41038cdfd54362364cd441ae773c2f86010f070b5f6220f2ae3fd5d30d860e4"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-musl-arm.tar.gz",
+ "hash": "ef068b60a544a621bef9f901c521dd350e0549ac6afb75fc3630dfb5fbc8abb0b550d9f6ade27221b4960b9ffc6cca88d2ab9cccea1eddc2a600b554bdb86b75"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-musl-arm64.tar.gz",
+ "hash": "5399f2ef88c3048bb5bfdfac911e8e5738b999ae995957ecca6ad9d5c9f7add992ff392f50791aa4f0d785f593656e9e60cccd35b1f433ad07b8e1c4253c1b3d"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-musl-x64.tar.gz",
+ "hash": "23e6f7b233e99c9b673039097306ad735ec2f58ff3f3531db0bbc72f9468e8ce3a79a73469448dfbc44630842e93e7734ab3cb9d20f6dad49a17b283cd881784"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-linux-x64.tar.gz",
+ "hash": "5251eedc7697e6c4cc270780feb4cb7ca75e93a02eba557927245677ac447be019f1d62b3d5090f40534bc8e4e369d25e183c6cad127d5901dea33cedc873658"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-osx-arm64.tar.gz",
+ "hash": "bc6b5a6bffbc7668c6e47ebef2d9fd9f0bce1213918acd52cacbc9828506ede10200ca7ab4e9d80c07f59d5985416bd600461c72dab3c3f3dbd22586212b9ea3"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-osx-x64.tar.gz",
+ "hash": "6fde7e52cbb484779afd51f2ffb607adce11c5e3b2381fdf7dca3200113ee4fcda6d221530dec26fd23a0930493b945db88ddf91f9001a6c4758b3e8d2b5ebd2"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-win-arm64.zip",
+ "hash": "e3471ff49c800260079432f69aca727557867730c042b5e5d22c91cff96afcf99e25e5b3fcedfc157c1e660b5f4550411e4779d7ba02eb357f16879a68b7f50e"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-win-x64.zip",
+ "hash": "c5a3b4b164ae1833b3caf1d5f177d22451c979ba9c8198cd9eb947f20d83b6fd0e7c0e0befc0ca008a28cd74afed8c7ed542180ceb88d668907bf2d58909dbbf"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-apphost-pack-10.0.8-win-x86.zip",
+ "hash": "a044cc3349b8eb5e309deb1ce663b1024020bd3127218818363ef584705c9749d2f94b0865669ab740edd19dab15174a964dcce0d267173751ce7fed12c5ea5d"
+ },
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4b760400-58d8-4b6a-a44e-6d4468041136/3d3f29fa7154c975f1e558f0ce7f34a2/dotnet-runtime-6.0.10-linux-arm.tar.gz",
- "hash": "75e6c380a00f253d06e33aae36403da2e31bdb4c41705455cbdb4aecee6cec05d7ab95ae90493f44e34360ffa00265a10e8295d780db8ae37225578afbcbead7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-arm.tar.gz",
+ "hash": "21c365e4c08a79d48a39b4437cbd20374e608cdc4f1de2de35f76b727d5a39d686605810ec4788cad7ac8f56417345eb265caf3b159335a7df1c085507e39898"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/21bc0b9c-669f-4d59-9e6b-d16d1917afc0/fd3fce1337cef07b2e3763d754becb05/dotnet-runtime-6.0.10-linux-arm64.tar.gz",
- "hash": "94d182d2d80f3cc9caabbd12e3afeef4af93269a331b64276985496e4a77040785c25b85c58cfc8093f4199e8c6da6de8128157dadfed41c82d991f57df7afdd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-arm64.tar.gz",
+ "hash": "16b22da19a6e9e1b731bf14d1d82adbc4eef16d3ce06822e9445964905f38e822bca6fd4106aae31c9688bf7a609bb85f3a22985ee1e99bdaa56d54faa89b5c2"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-bionic-arm64.tar.gz",
+ "hash": "0057bf031129c9f5111c995b521280fc547ca50131e51060b0a6ca88f3d15126b027b11e49f39b6a00774206dcdc4b0d6e1a13bb2e8e10e254ea3d040a4f017e"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-bionic-x64.tar.gz",
+ "hash": "827ddb452d1bb1fcc2e5a008abe0f7b0d07491309208560c0abec0b87487df12177f4dcd7ae79065c07c8f1ecec5fdb69e008e61e689e769bab588471f596901"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e2fcd51d-b4b5-4b18-9781-03725e0f8698/319cf1066c7b16c177364c2b3b8e34dc/dotnet-runtime-6.0.10-linux-musl-arm.tar.gz",
- "hash": "cac7100cab3eb35e76867fb6a7a2b7b361355d634205f2d6669757c9091d844a332b74c184f0ce566457d1548c2a490563dceefc584d64c2db3fd9d2c9b58797"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-musl-arm.tar.gz",
+ "hash": "a12e601e057060d87510b053d06b58448679cbd5f504d9e442c17dce7bdcea4f59ad1259935e74ed3bdfafd74260af29ea9c75ff4f276b96d78a8d9a867a7199"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/503f71f3-de50-42ee-b57e-6a657a311729/f2e94dd72400ed84fec1b325ac7c362f/dotnet-runtime-6.0.10-linux-musl-arm64.tar.gz",
- "hash": "4f00918771c56856231c715ad9f1febcdc39127ac0265c97da76375ba20cbc7109ee696dae72e5f5d8fa1998588e697a4a6785c919e96a7bda7408a500cc59e1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-musl-arm64.tar.gz",
+ "hash": "b0434dbace79177ea2e9be669e8a04af23e243c81daf8cfa74a905793aa17ed91ea725f23df50726546a5f3df08b5f06d8dbf629f08f32c743d979e1b40ece92"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0962aa41-5e26-4382-94bb-9bf15faf146e/8968881c7f465e73626235470b0faf6c/dotnet-runtime-6.0.10-linux-musl-x64.tar.gz",
- "hash": "0277e5f81ee0b28b262ee4b0de5e62d4599acf95f65dba12a562ad682675e9aa9d1d4fb5b6d3a49bac481afc405fa2596a48407ba5225093e5d6effd69aa0105"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-musl-x64.tar.gz",
+ "hash": "039e0032d2508fae91f082df7b4e8921127e23bd01c0fd4d541bca3d612ec752e47b15dbc2f3a2300a21c12e2c755cf5c4b134517f76b4c24d7b56aad94f2edf"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/48fbc600-8228-424e-aaed-52b7e601c277/c493b8ac4629341f1e5acc4ff515fead/dotnet-runtime-6.0.10-linux-x64.tar.gz",
- "hash": "8a074c93845416f69f035f2d0e16251dd2bd5abcdfcb7863afd59a5ddc78fa03aede8f79b42c7ca857fc19c8dea53d43da4e4a311f35f6f2eaf9fd64afc8f9e4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-linux-x64.tar.gz",
+ "hash": "e5ed2ff2326ce833269eca8f35c2b0511c49f9585bd35f2b2c335484beec8348ff4ef5fb4b01335b78f00d1d17ad9cfd756909d847ec6eaef0df789db361a0ae"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6afedb21-384c-4110-9856-189c169b231f/843a9a27982eaf00b0bb8ed5a9626401/dotnet-runtime-6.0.10-osx-arm64.pkg",
- "hash": "2fec69c2413d7437b1b180d3d8037e8369fe8d90cb56ca82df52177847847c56d707c6d781e3d014ffa54e7f9e8eb9b46b829dc3b21a01ad2c8895c54475ad69"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-osx-arm64.pkg",
+ "hash": "6cf2aa523b3a9f5486e59dadfb763e30a86afa62d0ea67390e16bfae6b07e2f6279a04d2eaec3d76a2e5d5cc674ca228152bc92524c6b2d196e10e70c1e74b17"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f48a8f09-4b5a-40b4-ac4d-197d6ac53038/3cdc2003e07ccf4b22e9bf9a0313a5dc/dotnet-runtime-6.0.10-osx-arm64.tar.gz",
- "hash": "0b9eef6d820b86b64969de1d45b8201fded72b4a6339883c3f7180c1a97b19e1962cfe8664c7868fd1a20998deba7cb00f8f35f6b2d6ff6d414f1cc4ff2fcf07"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-osx-arm64.tar.gz",
+ "hash": "e1a2a8b8caa8fb64c7c6992a85976bab88e20534483b0f777856a84c2fee2a73c11dfaa1c2bdfb1891886e3f61e9f4187403ddd75d5cf633fdc8245d4a269777"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1cf60908-695c-4d98-a502-47ba21c9f9bf/8163b98d2c2a4f725af448adbe1047a7/dotnet-runtime-6.0.10-osx-x64.pkg",
- "hash": "ed948c9376d748b39bcb73f0de779d2d76c70917568adc683371320ec5f41a85f66dbdee93a27a1fc8a92f1477965be454b4b5290b5e05ee0d4356dc2a59fc26"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-osx-x64.pkg",
+ "hash": "4300a0ed551657e84513536a84c8b046301388aa7686d7542cd32ad82a988bfcd0084277f3c64216471e32675d89096313595ca15cefd15a71ac212135ea742e"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f088e65a-26aa-4da3-a3e5-b4e7e419add8/79a7a79a56eeb08b0646f34952a00091/dotnet-runtime-6.0.10-osx-x64.tar.gz",
- "hash": "dbd077f32b2fe22a6672f702f42b1f0af963082d9e4f4907d60951b16b70fc9827ba29773728870b1d59c9c538cbf4092fc823641677da96476059dcace57d5c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-osx-x64.tar.gz",
+ "hash": "69f10a04d5bd14e0a3e4b6b7fb90969315699707a6c50cf9c945ebab468f851c9d40a3400a8ef575e10603b643f907f946c71781c1301eb987b7c9fd4139e674"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d61e401-55e3-498f-aa6a-de0a29ef2d8d/39d3d5ff136e14a6cc3621b4d8202495/dotnet-runtime-6.0.10-win-arm64.exe",
- "hash": "75059b9edb5efddd6660a1475227fea8ed0a487d7226e1147984bb3d57754cc1cafc8cba9409e82e2fb0b43508dcfc931e7f39953a43903ce9a45f81ddeb5ddb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-win-arm64.exe",
+ "hash": "4665255404316cc5b2cbe7dbe1d0e12fca4b11a975a7435a75ec2b6bf591b9d0d2a8614310d7a9694eb309c5e75685d75218aa1608cb6649137f52a7112cb0c1"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f3ca8276-8a53-4c46-9486-bbdf32ea8481/114a1049ce0f1efab0b59663ccfc34ed/dotnet-runtime-6.0.10-win-arm64.zip",
- "hash": "6e13d21b03fd688e1bbf9b4fc26708dea637f080ecf9fa4113db2b2b7c0e179f18af79bf594fcbba12063cdbf9db4d0dafa64cb19415682cf8fee84b1c74708c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-win-arm64.zip",
+ "hash": "b2eefc37d0e41311b48cec4090affc208dd6fec7ef5bdcef23d0cd056322a260ef8092d9dc80d177f7e0aa96971a64708add9735d45da33567a1c1214edc61df"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/50336bc7-7fd1-4a12-b5a2-81ce0219edf9/8d862413975808de0d835888e41e49a7/dotnet-runtime-6.0.10-win-x64.exe",
- "hash": "23e4c862afef34a2c0d6476a93274ce0158d28f1609e0404737663e4be17263e61e5a8760382fb125d288a0965394e3d04b9e1c77f99de80a2c590dd295b8732"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-win-x64.exe",
+ "hash": "111f99b2ce9be6981af409fcba2102fdcebb47d659d2d73ace0067046a0a5a3438956784c771c2003c92a98fcf6b7c60029785f04d850783ec519338203f5516"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e764b48d-970f-41b5-a23b-c0f78a42fa03/16c9c1d0e5d168c6acbdfc1236f635b8/dotnet-runtime-6.0.10-win-x64.zip",
- "hash": "2adffe00d6d905bc61435c7a1a56ca901d7489521ef28d8593e8573cff223dac6a92839c6119e0bd1bc06dcd9a407cdd7d90fe55edb3fed3beea7b4a311f91cc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-win-x64.zip",
+ "hash": "1618194c7a6048c1ce3b42b091f7e343a6ac8eba5c6b86d46e4057ef8c11e10b91b24a64bae9a42090f559548d3de1f2a5f52b82b5179dadc8c6a9c4cb98f098"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aaf0e61e-c5f6-4ead-9324-d0ff07e4c3de/677f360ffac9ba1b7a062cf4e5265ca7/dotnet-runtime-6.0.10-win-x86.exe",
- "hash": "8b9a8b8922bdffb2ca45333e9d516c3d77cf1439e5d40890a5769b83bc2b39511b164e5902a8c4092e632705eaa062dcaad405e745a134cc6b435db11e502372"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-win-x86.exe",
+ "hash": "98fb8ed62b45e13d0aae74f79ea389e2d81aab9f5b601912cd967962645f5e0f091bc1c7069f05ebfd54f500e33616b408a6a301d1838f182c499ed071beb828"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7e7a6898-148f-4524-bfb5-a846049c7b6f/1e0c24eb4228adbe9b446dda64957bc4/dotnet-runtime-6.0.10-win-x86.zip",
- "hash": "3e9a28ce5b5bb93d293689b2b00f47455bb3c890f7fbf21fc4cf52e6d23b27d49aa5777712d7c4716ba84a044c1ca36a2388f8369f09503aa9ee006aea8af9ba"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.8/dotnet-runtime-10.0.8-win-x86.zip",
+ "hash": "0bbedfe635dcbfdead1bb41d657405864a4fbb5a1caa5347a1a6a7733e4c9856a901cd952252083b21acbd5ce641ef90c6d4bd4546179d706034eac1fa547b1f"
}
]
},
"sdk": {
- "version": "6.0.402",
- "version-display": "6.0.402",
- "runtime-version": "6.0.10",
- "vs-version": "17.3.6",
- "vs-mac-version": "17.3.7",
- "vs-support": "Visual Studio 2022 (v17.3)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.300",
+ "version-display": "10.0.300",
+ "runtime-version": "10.0.8",
+ "vs-version": "18.6.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.6)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7be1dda3-3412-4f9a-88f2-e6a8e5f118ff/7bd57a63288994da06e7a1b9a4e407e3/dotnet-sdk-6.0.402-linux-arm.tar.gz",
- "hash": "98b275af781ac7be20e22736d601ea667161640703b9d430340e517fb2c1bdcd6d06d5eb4f374cab1f6e29c9135005050ec89dd8dcf0ec97e7b0d9912e52f988"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-arm.tar.gz",
+ "hash": "2411df6660a56029f9995aefa0b2bb66c5e4928227b62e9facfe8e232efea944c424fa300f6d5f05633eb2aa52a716b3176c42f9bc89f34f4d2a59fa4a80b8bc"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/234daf6a-5e12-4fa3-a73b-b12db44a3154/df7c012e5e4e2cc510de9226425dad88/dotnet-sdk-6.0.402-linux-arm64.tar.gz",
- "hash": "2f5351192e87c2dd196d975e7618bd7b0b542034d0b1bc932fe944d8cbabb0ed2599e98e88d9757e68f198559961ab3350d8eddfacc2951df00fbf6a7e44f244"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-arm64.tar.gz",
+ "hash": "b503fe0cac8f8748d1ae67af40bc9157456cc0f93c8264e3bc52cc52a12fbbbc3a16e905d8528214f29337d7349859bb08de99b1e1406da92723b071b3f45ce5"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6720784d-4581-4d8b-8443-04dc6fb1c2cb/2aa8b8958b3835fc3665fe879e612cf5/dotnet-sdk-6.0.402-linux-musl-arm.tar.gz",
- "hash": "8301b4bab44aa0f0f16ee69f0ede5ac56bd1ecf802d1fc30b12bd0da48050b40c994ac3fd4ef3fb11ab0ac4803f71301bae6a9f5f3340cbd6d2af1cb01f8c0c4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-musl-arm.tar.gz",
+ "hash": "e3317d181dfd4e0fa374f56d9ff310cad311e3f38d996dbce4b2354f78c700a6f40b6309a204da4870530b3c14dba5133b2549446150a503b756dd942e5cbed0"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/24851c21-6942-46e3-8da8-c6d00df1ddb1/13ae9d1dcdd94895372b441ee7763440/dotnet-sdk-6.0.402-linux-musl-arm64.tar.gz",
- "hash": "78aa8493421c7debbe8446a1a46bb2733c27d59f8bac4eb7dc00268092ee4f5025d56914c45b3169b8fb466aab2f8274980dc3b6639b6bac5122559f607ffe49"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-musl-arm64.tar.gz",
+ "hash": "0ca72a4f1b67f4222e97062fe1a5cd72b193fa152360324dc7ee0da34e0d3e270f9d9db2a76f9ebf63db31e82cd82a60db69bf6182de118f1b0ea0f2d180d4c1"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bb184637-dd94-484d-9fb2-5a736147e906/4a6bf66940155ab1db6286f342eca954/dotnet-sdk-6.0.402-linux-musl-x64.tar.gz",
- "hash": "534eb3fa37c5dc5131cc542e95c8372571690cdc404da630734e90e87a93080c7ea9ecf29d8fa1e0a956f0599007271cae4e57ac0879cc94df08ad36aba8fdcd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-musl-x64.tar.gz",
+ "hash": "b3cd1bc56493ee1a3a5feabd830f817c644336ece8823e62477ae6b0124af8bcd36f7517e50abe366baca9b14e974f89a2c071cc4a54ae3d4d39351af33d4118"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz",
- "hash": "972c2d9fff6a09ef8f2e6bbaa36ae5869f4f7f509ae5d28c4611532eb34be10c629af98cdf211d86dc4bc6edebb04a2672a97f78c3e0f2ff267017f8c9c59d4e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-x64.tar.gz",
+ "hash": "a0c404c1a2f85d70e32392ce297eb388c0310c519521b538a031a895469444c67f347d4f9ca1f8441f525967a89c9b75e2cd1676da486f95118cf4025c38d904"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1816a0af-0621-4608-b21a-9852ce83d788/04675dad54b50d6778db98f226f1b944/dotnet-sdk-6.0.402-osx-arm64.pkg",
- "hash": "4659d681910602e4c06d395cb9673d0d70cbaf504f59acab09e4c5a783781c1cad6e9fef3c30d8fe8d801879c9c1c983d6b73059c50985382ec80467f6d07aab"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-arm64.pkg",
+ "hash": "c2faa3c4f7bcbcb092b7efa252bed9d3c50491ff20dba12f9e5ad6cb8e3c5ae40b23346a4068ab3f30d11eda494227340a8d989bf39f25a8419e574cb045c69a"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8857cf39-5c46-413c-875b-e091f4b00c9b/19f79f518af3e91ddce328db7f4e1910/dotnet-sdk-6.0.402-osx-arm64.tar.gz",
- "hash": "e9e73aa815f4af93ba7325c2904c191bb731b5a4048db2529da7b2472f1a140603f22d2a7d4e35b2f301d046388109116af2c9efb33e1ece43fe39cb96b83d48"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-arm64.tar.gz",
+ "hash": "6b3b86af17e833f90069461e463d75f1923cc62f4ebf79cd605097b155dcfea2257a321c1ae9d20f75f75920c5beb8232b68ce5b2993aedc33312b41ff09abf5"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f55a179b-7084-41b9-98e3-408a3c317158/5445f9e747fa29ce0be3240017d28322/dotnet-sdk-6.0.402-osx-x64.pkg",
- "hash": "38ae9c0aa84079f52339be7ba5d4206f7efe392b40a1e7b2a427eaae6b924302f2a62f5a8961cbcc00d47bd6c6465b98cb4835cbe00f1541e058ac201b98a70c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-x64.pkg",
+ "hash": "3ea69ff0b404b96a86c94bd5c9ebd9bf5af9961750f2fc7987758a5fac5fe8c421bdcdf2479f185422a2838fdff10e2918127d7694e315e6b77feea2c5abdd9f"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2601dfcb-7d2f-4186-9a08-d121e63a06dd/cd89903b769b1d6e3bdc1e7cd5fcc19a/dotnet-sdk-6.0.402-osx-x64.tar.gz",
- "hash": "b6cbb3fefdb43282f83f69cf5a7c4cc9f74bf64f1008a4a33368cf9ee1d5fa186e324549005942c1ec48778efc2ba0b33a19b5b802920c84aa636b663697cf6b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-x64.tar.gz",
+ "hash": "d4a5cd68a95d03bb3876d40492a4d53af0595b2d7c7b007be54e498198ebe2692abde7efd1ad8569b2ec5bba1a973c912a68510b32596f57cb6ec4f5dbd6037b"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5618f67c-ec7c-4610-9262-94fa8a723e4e/985b6ce4df32ae34cba00c1f674c1739/dotnet-sdk-6.0.402-win-arm64.exe",
- "hash": "3439f8178c216465ee30112fce93d6cc8cde369ea51304c9d28a5c83eb19c7e0b8a1620152ed3e6889636f081240df997c93a205fc2de53d892399e4972a8c89"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-arm64.exe",
+ "hash": "d760d3bd0e15511242dc69c34cfd250d31ce2009edd2eaa674b8defe86b985e7d3d2a57f53849f1df949253259a81646d5cbe81f79f1fadba53e64bf96035648"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c9b7a5d-2b83-4cf3-ba20-94a26d1bd61f/995c6f046868e52b4e6ad120f2606963/dotnet-sdk-6.0.402-win-arm64.zip",
- "hash": "223d64cf3103ae0aafc9f833c72f452277aeafb35cf197edf18884dcba1fc5a7e16de0beb21622cd967564e87d91d9eca9355c86f1cf1a4fd56c9d0e891253f3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-arm64.zip",
+ "hash": "86a6ab513ba16b6dfbe8497c5eb8ee9791819c6a0d8dfffc8eee6c7d6387718f9e486010da24c354e1f4be5f99286e78a799848ee806a67b8b9fec6e4bf773cd"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9f4d3331-ff2a-4415-ab5d-eafc9c4f09ee/1922162c9ed35d6c10160f46c26127d6/dotnet-sdk-6.0.402-win-x64.exe",
- "hash": "6cf89974261e6a12cbd5531bc2b16231daf56e438325750b381dacfd5d09c80a9addf739c1a3e28f652a7adf13971e37acaf255cd8c61ac39e903ff8ba2655c0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x64.exe",
+ "hash": "30865dc77bce0604f193ee04089866b54c4e7540f01628fa1d18931f30379e5f025ee5b53a7e3f676cfb49b70967fe0bff5af3e9b2f8178e2189c2b82af2af33"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/554fb42f-36ae-4f2f-b7e1-6b447ebb1867/a512568a4574fc3494b73c187a5316d8/dotnet-sdk-6.0.402-win-x64.zip",
- "hash": "609217ef0e1baecc250db94cf0a0255301220d8f6a443424c0bd912b07c1fdaa5eef89b28907a70e05bee5b76c4792afdbf3e5399dc609a41c05319e523b96dd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x64.zip",
+ "hash": "32446eddffc5a485f58f9d79cdab3a1a9adab4adc2ef0e4c787cfbb2465020d50beaadc54d40f0850e2e0089edd09864d12d6c19c526319819d57a4c00d38518"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/12c673aa-5f3a-4183-9cbb-d42bf5b76a6d/2391e030a526f52f51d4d2bdb4cf9bef/dotnet-sdk-6.0.402-win-x86.exe",
- "hash": "ff7a4145a7fe4540585c62e75e58eb104acdccb4d2ce2d905f355670a20c6c3f4878148911fccbe68da2608e8c8ac4f1df09f3cb9d5cba07d025ad6b57b83c82"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x86.exe",
+ "hash": "ebfcc7616d7fa6081217a93a1681b062129734b9deabbcd953ef931eb0d2c3e70a45a800567c4d6a4c85a0c997384b7452fed71ba7e90a4d878313447a15cc7d"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d8acba56-9bae-4e67-bd33-b98df3f3600b/9f656456ea9f145e67b4322c1bccb15a/dotnet-sdk-6.0.402-win-x86.zip",
- "hash": "a00d256379cc9bda550c5eee632ac16bae6b3beb385efc9d22f5bbaf414405a27ce3f24ecef335ae3b470104f9a28ef0a89cbf87fede41e1d7493c83b8b209a8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x86.zip",
+ "hash": "70359a08d4ddf51ac32f920af2b8ee6ad81b1e54ccd51062832f7e0c462c69c0fad7de492f8504c315b660c961b5f720550c0a27b7b1542933fb4215361d7efd"
}
]
},
"sdks": [
{
- "version": "6.0.402",
- "version-display": "6.0.402",
- "runtime-version": "6.0.10",
- "vs-version": "17.3.6, 17.4.0 Preview 3",
- "vs-mac-version": "17.3.7",
- "vs-support": "Visual Studio 2022 (v17.3)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.300",
+ "version-display": "10.0.300",
+ "runtime-version": "10.0.8",
+ "vs-version": "18.6.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.6)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7be1dda3-3412-4f9a-88f2-e6a8e5f118ff/7bd57a63288994da06e7a1b9a4e407e3/dotnet-sdk-6.0.402-linux-arm.tar.gz",
- "hash": "98b275af781ac7be20e22736d601ea667161640703b9d430340e517fb2c1bdcd6d06d5eb4f374cab1f6e29c9135005050ec89dd8dcf0ec97e7b0d9912e52f988"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-arm.tar.gz",
+ "hash": "2411df6660a56029f9995aefa0b2bb66c5e4928227b62e9facfe8e232efea944c424fa300f6d5f05633eb2aa52a716b3176c42f9bc89f34f4d2a59fa4a80b8bc"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/234daf6a-5e12-4fa3-a73b-b12db44a3154/df7c012e5e4e2cc510de9226425dad88/dotnet-sdk-6.0.402-linux-arm64.tar.gz",
- "hash": "2f5351192e87c2dd196d975e7618bd7b0b542034d0b1bc932fe944d8cbabb0ed2599e98e88d9757e68f198559961ab3350d8eddfacc2951df00fbf6a7e44f244"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-arm64.tar.gz",
+ "hash": "b503fe0cac8f8748d1ae67af40bc9157456cc0f93c8264e3bc52cc52a12fbbbc3a16e905d8528214f29337d7349859bb08de99b1e1406da92723b071b3f45ce5"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6720784d-4581-4d8b-8443-04dc6fb1c2cb/2aa8b8958b3835fc3665fe879e612cf5/dotnet-sdk-6.0.402-linux-musl-arm.tar.gz",
- "hash": "8301b4bab44aa0f0f16ee69f0ede5ac56bd1ecf802d1fc30b12bd0da48050b40c994ac3fd4ef3fb11ab0ac4803f71301bae6a9f5f3340cbd6d2af1cb01f8c0c4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-musl-arm.tar.gz",
+ "hash": "e3317d181dfd4e0fa374f56d9ff310cad311e3f38d996dbce4b2354f78c700a6f40b6309a204da4870530b3c14dba5133b2549446150a503b756dd942e5cbed0"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/24851c21-6942-46e3-8da8-c6d00df1ddb1/13ae9d1dcdd94895372b441ee7763440/dotnet-sdk-6.0.402-linux-musl-arm64.tar.gz",
- "hash": "78aa8493421c7debbe8446a1a46bb2733c27d59f8bac4eb7dc00268092ee4f5025d56914c45b3169b8fb466aab2f8274980dc3b6639b6bac5122559f607ffe49"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-musl-arm64.tar.gz",
+ "hash": "0ca72a4f1b67f4222e97062fe1a5cd72b193fa152360324dc7ee0da34e0d3e270f9d9db2a76f9ebf63db31e82cd82a60db69bf6182de118f1b0ea0f2d180d4c1"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bb184637-dd94-484d-9fb2-5a736147e906/4a6bf66940155ab1db6286f342eca954/dotnet-sdk-6.0.402-linux-musl-x64.tar.gz",
- "hash": "534eb3fa37c5dc5131cc542e95c8372571690cdc404da630734e90e87a93080c7ea9ecf29d8fa1e0a956f0599007271cae4e57ac0879cc94df08ad36aba8fdcd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-musl-x64.tar.gz",
+ "hash": "b3cd1bc56493ee1a3a5feabd830f817c644336ece8823e62477ae6b0124af8bcd36f7517e50abe366baca9b14e974f89a2c071cc4a54ae3d4d39351af33d4118"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3e46476-4494-41b7-a628-c517794c5a6a/6066215f6c0a18b070e8e6e8b715de0b/dotnet-sdk-6.0.402-linux-x64.tar.gz",
- "hash": "972c2d9fff6a09ef8f2e6bbaa36ae5869f4f7f509ae5d28c4611532eb34be10c629af98cdf211d86dc4bc6edebb04a2672a97f78c3e0f2ff267017f8c9c59d4e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-linux-x64.tar.gz",
+ "hash": "a0c404c1a2f85d70e32392ce297eb388c0310c519521b538a031a895469444c67f347d4f9ca1f8441f525967a89c9b75e2cd1676da486f95118cf4025c38d904"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1816a0af-0621-4608-b21a-9852ce83d788/04675dad54b50d6778db98f226f1b944/dotnet-sdk-6.0.402-osx-arm64.pkg",
- "hash": "4659d681910602e4c06d395cb9673d0d70cbaf504f59acab09e4c5a783781c1cad6e9fef3c30d8fe8d801879c9c1c983d6b73059c50985382ec80467f6d07aab"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-arm64.pkg",
+ "hash": "c2faa3c4f7bcbcb092b7efa252bed9d3c50491ff20dba12f9e5ad6cb8e3c5ae40b23346a4068ab3f30d11eda494227340a8d989bf39f25a8419e574cb045c69a"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8857cf39-5c46-413c-875b-e091f4b00c9b/19f79f518af3e91ddce328db7f4e1910/dotnet-sdk-6.0.402-osx-arm64.tar.gz",
- "hash": "e9e73aa815f4af93ba7325c2904c191bb731b5a4048db2529da7b2472f1a140603f22d2a7d4e35b2f301d046388109116af2c9efb33e1ece43fe39cb96b83d48"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-arm64.tar.gz",
+ "hash": "6b3b86af17e833f90069461e463d75f1923cc62f4ebf79cd605097b155dcfea2257a321c1ae9d20f75f75920c5beb8232b68ce5b2993aedc33312b41ff09abf5"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f55a179b-7084-41b9-98e3-408a3c317158/5445f9e747fa29ce0be3240017d28322/dotnet-sdk-6.0.402-osx-x64.pkg",
- "hash": "38ae9c0aa84079f52339be7ba5d4206f7efe392b40a1e7b2a427eaae6b924302f2a62f5a8961cbcc00d47bd6c6465b98cb4835cbe00f1541e058ac201b98a70c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-x64.pkg",
+ "hash": "3ea69ff0b404b96a86c94bd5c9ebd9bf5af9961750f2fc7987758a5fac5fe8c421bdcdf2479f185422a2838fdff10e2918127d7694e315e6b77feea2c5abdd9f"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2601dfcb-7d2f-4186-9a08-d121e63a06dd/cd89903b769b1d6e3bdc1e7cd5fcc19a/dotnet-sdk-6.0.402-osx-x64.tar.gz",
- "hash": "b6cbb3fefdb43282f83f69cf5a7c4cc9f74bf64f1008a4a33368cf9ee1d5fa186e324549005942c1ec48778efc2ba0b33a19b5b802920c84aa636b663697cf6b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-osx-x64.tar.gz",
+ "hash": "d4a5cd68a95d03bb3876d40492a4d53af0595b2d7c7b007be54e498198ebe2692abde7efd1ad8569b2ec5bba1a973c912a68510b32596f57cb6ec4f5dbd6037b"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5618f67c-ec7c-4610-9262-94fa8a723e4e/985b6ce4df32ae34cba00c1f674c1739/dotnet-sdk-6.0.402-win-arm64.exe",
- "hash": "3439f8178c216465ee30112fce93d6cc8cde369ea51304c9d28a5c83eb19c7e0b8a1620152ed3e6889636f081240df997c93a205fc2de53d892399e4972a8c89"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-arm64.exe",
+ "hash": "d760d3bd0e15511242dc69c34cfd250d31ce2009edd2eaa674b8defe86b985e7d3d2a57f53849f1df949253259a81646d5cbe81f79f1fadba53e64bf96035648"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c9b7a5d-2b83-4cf3-ba20-94a26d1bd61f/995c6f046868e52b4e6ad120f2606963/dotnet-sdk-6.0.402-win-arm64.zip",
- "hash": "223d64cf3103ae0aafc9f833c72f452277aeafb35cf197edf18884dcba1fc5a7e16de0beb21622cd967564e87d91d9eca9355c86f1cf1a4fd56c9d0e891253f3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-arm64.zip",
+ "hash": "86a6ab513ba16b6dfbe8497c5eb8ee9791819c6a0d8dfffc8eee6c7d6387718f9e486010da24c354e1f4be5f99286e78a799848ee806a67b8b9fec6e4bf773cd"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9f4d3331-ff2a-4415-ab5d-eafc9c4f09ee/1922162c9ed35d6c10160f46c26127d6/dotnet-sdk-6.0.402-win-x64.exe",
- "hash": "6cf89974261e6a12cbd5531bc2b16231daf56e438325750b381dacfd5d09c80a9addf739c1a3e28f652a7adf13971e37acaf255cd8c61ac39e903ff8ba2655c0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x64.exe",
+ "hash": "30865dc77bce0604f193ee04089866b54c4e7540f01628fa1d18931f30379e5f025ee5b53a7e3f676cfb49b70967fe0bff5af3e9b2f8178e2189c2b82af2af33"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/554fb42f-36ae-4f2f-b7e1-6b447ebb1867/a512568a4574fc3494b73c187a5316d8/dotnet-sdk-6.0.402-win-x64.zip",
- "hash": "609217ef0e1baecc250db94cf0a0255301220d8f6a443424c0bd912b07c1fdaa5eef89b28907a70e05bee5b76c4792afdbf3e5399dc609a41c05319e523b96dd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x64.zip",
+ "hash": "32446eddffc5a485f58f9d79cdab3a1a9adab4adc2ef0e4c787cfbb2465020d50beaadc54d40f0850e2e0089edd09864d12d6c19c526319819d57a4c00d38518"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/12c673aa-5f3a-4183-9cbb-d42bf5b76a6d/2391e030a526f52f51d4d2bdb4cf9bef/dotnet-sdk-6.0.402-win-x86.exe",
- "hash": "ff7a4145a7fe4540585c62e75e58eb104acdccb4d2ce2d905f355670a20c6c3f4878148911fccbe68da2608e8c8ac4f1df09f3cb9d5cba07d025ad6b57b83c82"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x86.exe",
+ "hash": "ebfcc7616d7fa6081217a93a1681b062129734b9deabbcd953ef931eb0d2c3e70a45a800567c4d6a4c85a0c997384b7452fed71ba7e90a4d878313447a15cc7d"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d8acba56-9bae-4e67-bd33-b98df3f3600b/9f656456ea9f145e67b4322c1bccb15a/dotnet-sdk-6.0.402-win-x86.zip",
- "hash": "a00d256379cc9bda550c5eee632ac16bae6b3beb385efc9d22f5bbaf414405a27ce3f24ecef335ae3b470104f9a28ef0a89cbf87fede41e1d7493c83b8b209a8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.300/dotnet-sdk-10.0.300-win-x86.zip",
+ "hash": "70359a08d4ddf51ac32f920af2b8ee6ad81b1e54ccd51062832f7e0c462c69c0fad7de492f8504c315b660c961b5f720550c0a27b7b1542933fb4215361d7efd"
}
]
},
{
- "version": "6.0.305",
- "version-display": "6.0.305",
- "runtime-version": "6.0.10",
- "vs-version": "17.2.9",
- "vs-mac-version": "17.3.7",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.204",
+ "version-display": "10.0.204",
+ "runtime-version": "10.0.8",
+ "vs-version": "18.5.3",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.5)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2f5729be-273f-45fd-a1ec-f91695951839/a26275ca2b4abf646c7783c5a409ff31/dotnet-sdk-6.0.305-linux-arm.tar.gz",
- "hash": "ae7ab7920e1ba2833ce55c44116e4400fdebd8ce48d3b193b590b938e25909a647a34706f32dd4fe2a8468ff61a8bc962d7c8dfde5404293b6254c5e980f46a6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-linux-arm.tar.gz",
+ "hash": "b23723b9cd07d28a71b8205c3c0829d0321cba4a0fe7d4160873a55ab01f683f35e6ba874c6d2d03ce11f5b5983b738d90318fc82bc421605cb59e8ed8c03c83"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/031e2cdb-71ae-4f10-8862-e2883ff82f03/fdbd377c5d84c1c07c4b8d1c87cca6bc/dotnet-sdk-6.0.305-linux-arm64.tar.gz",
- "hash": "0d7eb35dc1b2ee8c31710bab2eeb1f6871819168bcdf7aff257074cd0c4eafc3ad52875a45cec38ad799a12e8c81bddc6267f6b608aadfd9607d435cb3e6ba6f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-linux-arm64.tar.gz",
+ "hash": "4023284e9fe5a4a06538dd244bbaf96ccfc3c30a4b2f0c108129f520eebc21cb2ed5f91e7c1c04aaa27d5f445cce288032199d2ecdb7de7ae1570248de037621"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9cfcd9c4-d70c-4efe-9b99-a05f2db402f5/c4d9096b344251b76e47794d409dcd4a/dotnet-sdk-6.0.305-linux-musl-arm.tar.gz",
- "hash": "633b16bb333fdf0cb22b2b2962f00239bddb9f332be450e250c9faca5d656003b948d25b4283acd820b66132a64b7a4b5e728c19030b12b12c73b013c71f8b6f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-linux-musl-arm.tar.gz",
+ "hash": "08c4608b67fc150137117dac14677594be5614004e5a7350f3d430f96122d70c3f3428e1acacf2dbc61eee99ea9d564c1b0a73c50161b13039702e8f5fa03082"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/18953c14-c8b8-4195-a388-9644a51a7dd4/d8170a612849aab21b5ebfb586a5cbed/dotnet-sdk-6.0.305-linux-musl-arm64.tar.gz",
- "hash": "c41194f78e46aaae941df95884268101d2b54eae6db605c9bb168d5a4a84a2cfecd9b1bc02db8c4ad35fe127608bdfc67fc4107d7cab934e80ca87ec49822722"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-linux-musl-arm64.tar.gz",
+ "hash": "b5fc8b42d22f904094b77b3743eec410dd7815acc9210e23ea80720e16cf860476926633ff5f050cd1a02756316a2dfe745322173768978f7fa2d818968c76ea"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7a43cecf-ea23-407c-b7f0-14c5acd69e02/6552f25c68937ac8184a966196b8a7ad/dotnet-sdk-6.0.305-linux-musl-x64.tar.gz",
- "hash": "7f25cc8966fed34457384ab3616047dbf0c4a4b5fa820189d82e4fc4c14f0495ae00b8f56c652ad29b8252cf5887c360aaa7dac4990b7d93063fd8a898b98d3f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-linux-musl-x64.tar.gz",
+ "hash": "f67f18811119a5d0fee3b020e53b5a168571d914830f1919fa0f66421f0eacc233c0f3f6cd6477866efbe28f765e80560ffd92719b83d462d3238aa4a5806e94"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eb15bbfe-c330-448b-9808-075610943fba/cf8bc8799a562f76bb82ee0d1c11c5ff/dotnet-sdk-6.0.305-linux-x64.tar.gz",
- "hash": "783859f84ca572c461392a6a42a6ae05d92a5a28741e2ed829bb5d9a3bfe122e343516a9d56b4aa6bff9190f15c229574b06033999e02feac59689f567c8a80c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-linux-x64.tar.gz",
+ "hash": "54822b15db93c3ea654aa485397126b19753414db38dbaac902d446673077c567a4d7ee3488b5eb6eef0747e9b557f88dcfdc9cce55784c43930e8e0810f58c4"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2442dd43-be6b-414b-af10-bfea56a0213f/b8a25c1641bc53bfb29d4db6ca039be7/dotnet-sdk-6.0.305-osx-arm64.pkg",
- "hash": "e751bb9522b61e6728a788b714d9ed6edd734e3e60c455fb16c2fb6fd2f934ecd9c9054a716b1d12238eb542bdf59973289120eb1d673752055e9e24b86f9514"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-osx-arm64.pkg",
+ "hash": "576fd6c29a3355b4a392116e8d3a324bcabdb2db6e3c62bfb903e69b525c013a3c97ed40110bcbac2097761156d7711c8d64c8476a8e7e81a1fca18843eb398a"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e9c3e9a3-26da-4dc4-ae3d-b234b3659a7a/0fc19a87c495b161a2136d8c37a04303/dotnet-sdk-6.0.305-osx-arm64.tar.gz",
- "hash": "18cd914a6809d0ab783596c7a06318fea39d7c198e7171f39ba29ee1e87114c1d68a7483d9a7d22099d2e712b815d92b77c13beef9ce9f203949df26df0df4ed"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-osx-arm64.tar.gz",
+ "hash": "f4ab9ade88d28f05f3f89f064bc2e0b7d9ea0c579f974cee514059710cfcab391e1cc19134320aa8781a5a1a512d4b9018c5b0ce23e06adf92d4c80d67fa535c"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c047f768-7b43-4777-8509-9db401c59270/bc126f4445a6da393eda042104f5f039/dotnet-sdk-6.0.305-osx-x64.pkg",
- "hash": "2ccd8b30ca9f5fe0907415680c7161db7509606a873b3bc9fb4399f3bdb47bfde8cb10acc42f36c2aff39c36914eea76e2b3ff520231f9fe6c6f953bb89fbcff"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-osx-x64.pkg",
+ "hash": "debb7851cc34ca0ded85f30a53663b4fa38259300804aafc03acd82294042a46970fcf1f41bceb2e5e89e1af4c5597a397cef467b6df05111fa0464683437408"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/708db014-a6c4-4284-8e5a-3a5aaadf6900/722f30b917a088f11878120c4daa80f2/dotnet-sdk-6.0.305-osx-x64.tar.gz",
- "hash": "a548e0dd9e5e869f358e121bbd03a36bd7af3b753e08f32cf99957e5e21213046547eca1cbcfe256d9d53d25231a3643021fb34f1f8ab5221f233875bff6d1b3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-osx-x64.tar.gz",
+ "hash": "86d834f3a36d5b6ee168c5cc83130deaa0fe6161b8cf6d631c16823b4caf2e894406de85ae56fc2a12efda25d755bdacef990ba27bcaec402365b76af7c46f0e"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fd6b92cf-9824-4e51-8fb9-8846defee2b3/5fa5d36184a45d425a161338838d532c/dotnet-sdk-6.0.305-win-arm64.exe",
- "hash": "fc2e90b4e0edbf5c83022495614c2d5b96177cde79fe27e0bd3f9652456d94516c541cb88123b2e6cf1e63cd465d0f3617026662ee99b87cf078271ede275436"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-win-arm64.exe",
+ "hash": "0b2ab14ee5674b96be406f3752151c232323ec7f9e239f39f0eebddaf9cdceea086aa2c3d114ebcb90b2980bbeca1c99148d01a7ada01e91c450c091fa8930d4"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1ba1bef2-e4bf-44de-9df2-7453b2e562a1/2af91a1fcbb5a84a1a34d7b295742663/dotnet-sdk-6.0.305-win-arm64.zip",
- "hash": "6250672e5b80b1c402da5f87cacfaad48b4417fce9ba68dddd0d50a78ebccf77325c6ee4c99c935fdaf659d6b3cbdfe315cbefdc3c5eb2fa7f50a720d59aaac8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-win-arm64.zip",
+ "hash": "7fbdcc85f41319274633c0edaf607371d9e60a777c5b76fc31f9deb872ccd08561c5e4e00d0c696ed55acf371a90454a460ced00608834902397bc9f95322269"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/af52a0a5-09d6-4ac6-9b7e-b22beefa38f5/38796ca6f31d7ac5a4cd3116befa76f9/dotnet-sdk-6.0.305-win-x64.exe",
- "hash": "4a4703a1eca27333a4781eb61263c2acaad6e3542e96c18b1bf38d51f2516964919225af22ea7b3dc01bff64c3a86e0db298a7dab349763b0a109475a156eeb5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-win-x64.exe",
+ "hash": "ca75bc72350935851affc2b148434f5239e3739a5de62336d534604e3abb18300e5d45df8646c439be5a88d3d504ebe683c70ab7bb08bfa35a1d61302c36eb28"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/39cf4c9d-37e0-46ac-8428-5b7732a87215/0964fdbc930d81fb109855ee097596c9/dotnet-sdk-6.0.305-win-x64.zip",
- "hash": "61ecb688b1a6c3213874dda92b1eb38ce8b199c7f4d78677e60c2af0b0a58a686d29f5d56463a57af863230a81a73c792df8b8b9b55dae51bbd58796e1d1de95"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-win-x64.zip",
+ "hash": "675d61d9fe0856ad024f39f78764c5061916e11407d34c60d979bd3797726891febe25caa851fcc9bb90bee3bdb34afaabdbfda03a959ea6d23e2bcf3940e86d"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e4c4130-d2a0-48ea-b5a2-dcd94d0ab535/5e39b3e3a2247ae179db3c00e2dd2c48/dotnet-sdk-6.0.305-win-x86.exe",
- "hash": "543b8f89bb9e50b8167e6dc634b0363739ec030b7e76e5d2bc66ca7ee9f19fcdd45579be50463cb90a3e5508ea842c68f3344ab179e2897311a7bb370643b3b8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-win-x86.exe",
+ "hash": "1537e6f22aa269439e273da7df12901e690bd643fe4c7b16be552ad05d3447eef3af810dae11ac4efe062085a55a8203483d5193edd58e421cdd5aa132addf9f"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c30719e4-5e68-4054-bf67-090098a94c18/557d79682e79b73e84d69fcccf72f727/dotnet-sdk-6.0.305-win-x86.zip",
- "hash": "5a7ab58a0b22c8216e7d0c025b1d518af1e6b96b914ba9361d3ab6267c01edf496e67220ed181a542bc03a50ca5d9d465eb489f0a2d874138d22c9d67c6d5fc8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.204/dotnet-sdk-10.0.204-win-x86.zip",
+ "hash": "aa0d381aeb7a11b3922659abb04d1bd81c148af051e644b8dc2c678f743863a723fab88b15f9be7083a206dfb2c6e0e52671d9a4b296a5187fec984e6ab42aba"
}
]
},
{
- "version": "6.0.110",
- "version-display": "6.0.110",
- "runtime-version": "6.0.10",
- "vs-version": "17.0.15",
- "vs-mac-version": "17.3.7",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.108",
+ "version-display": "10.0.108",
+ "runtime-version": "10.0.8",
+ "vs-version": "18.5.3",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.5)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec48c241-aa98-44fb-8e9e-f8ec91f048ec/8c9b79c23058a1c0ad7b3e0fdc340d41/dotnet-sdk-6.0.110-linux-arm.tar.gz",
- "hash": "ed8a0a3c5edc42b6e82dc925c35ebd3ba0ddf94b98c97febb0f4ffa758b369b2c063935fa62cc5e18c1f26e64e0618daf2600d8a9946a0d44f6103d725d99091"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-linux-arm.tar.gz",
+ "hash": "f3d156394bb9be198edb56cb48d7b4a958bc852fd8bd4bb5d87247a6d0f2aaa387ca5197997618faf37225756cc0197774e0c0faff16fd95d593354a2972da06"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1a0faccb-a85e-43b7-b2a6-78ee8b975855/572b91765e7db29d33887cf4b87bc86c/dotnet-sdk-6.0.110-linux-arm64.tar.gz",
- "hash": "da312773a6def29612ea6898c489b86b2546e5e52c7c890134712c64fb3c0e52dfab88d8589858f9a9b39c3d2c9fc39406d6da251e3cfca399eb93df0c9ad5c6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-linux-arm64.tar.gz",
+ "hash": "6c48546f2d7438ec67330b5414bb65cd33db3623d6400f8d97d2c473a11c39d4090943b07cbef92cbaddf873b86de872e5db076c41540853390451ec43d7f285"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bbfa0af1-cbc7-43c8-bc29-e2b507b3eb3c/91860778e0b312e5db795c6afd7a2ee8/dotnet-sdk-6.0.110-linux-musl-arm.tar.gz",
- "hash": "1c96d40960a1a79248bc0cd1ab92b38df38a8a5832a22bb0baaccf6e861b492475aae2067bb75ad2a66862dd2b7273c3d76558f410a9c29d7d1bd58d514963ab"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-linux-musl-arm.tar.gz",
+ "hash": "345b611e2185e3464caee3eb2856ff2104b256bfaac340e04222f61b48ece47505a26e4eddd4b2fc9c7d80126ac49f2dbe529f7e1469c2ee6b26fed65a297303"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ce0ae10b-8bb6-4137-a848-e797418d523b/6910378abac970e6f055230a7a7a37ca/dotnet-sdk-6.0.110-linux-musl-arm64.tar.gz",
- "hash": "59523820da71f0e799df5971736b5814034edf58c1874cf8364ff112307e0752dcf8246d10923c7564842eb34e8a7e0728d0debd491cd0104983ded1e7b72d27"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-linux-musl-arm64.tar.gz",
+ "hash": "5deab20027dca2fbb1623c4f540e811b828150a1d1d2839e40404bb5d1eb9571c3204272ec56e566e6170ad04c180cf4826853ed9861ac77f79887ccdf218628"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fe89b8dc-e7fe-4199-b95a-bc4394f47834/bae0fe90f64b92a5b328fa58c3275e6c/dotnet-sdk-6.0.110-linux-musl-x64.tar.gz",
- "hash": "68e4b9aa0d428603f01f0a8b5c151e4a775021bbbc96c2f59ce80a1acd59909ead4de9052b045b8fd388c6681dd5553207cb4d4fdde1aeaa6dbd04bf4060d33e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-linux-musl-x64.tar.gz",
+ "hash": "78804b11b79543f1e12b7f193f21756e5d059b9ef5b64a73e05836788d91f05481260a6aa7bcd6f3584d7b184f32667771c56860071caa6d226a375332589c72"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3e527e7b-3a94-48a7-a392-2e75f20a6d15/1d253d740e987ac9c79f33967f18066d/dotnet-sdk-6.0.110-linux-x64.tar.gz",
- "hash": "104da00b7bfe1f564723e2314d432ad9044cbfa9ad851bc99e06e730a032c6178e487a8bee3f28f8309a32652df0143301be0b827a0c7ad00614a1ce850495e8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-linux-x64.tar.gz",
+ "hash": "e32f76b768017718aa5a3a51fcac4b617ab4428c5f2d10b1b30f07dd7f1ea3dad4df917df48d855d78a347d635e48ce0ec309787899c53a32c4c10dd216b6b19"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/95bf0dcd-6a72-4f61-b0f0-832536ae730c/cfef617dfd50f7ca4684166f5cda12e8/dotnet-sdk-6.0.110-osx-arm64.pkg",
- "hash": "95a6b0f8194e3b2b2bf89fec61341c63e24de130a2c42983671fefec118bc1d0eec5e769eade4aae00d03a2d2bc2087a112ef3b64b9b3e7607c1c8d9f168b553"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-osx-arm64.pkg",
+ "hash": "899485ace59d328dd014b2b510b993545d2ab94943962e19d79443f2ff471d04ad6d815e8ddce42020aeb5afac56153e67ac5eb896bd31fe31a21553c8bf80cf"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f24b1026-8430-4eb1-936c-9a157b4a616c/b52edaf7d05aeb478e8e887d8fbc03a4/dotnet-sdk-6.0.110-osx-arm64.tar.gz",
- "hash": "66be3a01d07ba93d881172037b8254c988ed457b002a4f5b536b68faefbe82778efebfc2c43a1db11df4aeec104c2d856821ff1c342ae27f54dbb9ff2a9a2efd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-osx-arm64.tar.gz",
+ "hash": "d2b118980ed4086009105dfd55e80f0bffe6b351d82b11dcbd18b7982119c1c3bc3325aeb20c2e9cb3ab55517d308a6408002d28707bcf0f6d403d577da9326f"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/437e0175-9bc3-405b-a5c3-cd75de2c0872/7e248814ad949ab9af3410ed9d47b61c/dotnet-sdk-6.0.110-osx-x64.pkg",
- "hash": "ecead3a270135bfea545dbd41026039d4b3ce8a3552c32a1f4320a23cd712891573bc2c9d40a2ab1a45418a81243a6a054dcadf78df792dfd5032587c32e511f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-osx-x64.pkg",
+ "hash": "1accfc7e07c93bad98d66289a52922b3b9217db4b1b44d77ea1c5e6d4440f000a645bd188d7432caacab418a6f4d5005e83a266fa81d6c5c362f0ea869677c7e"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6ab195ea-dc0c-42b0-89d6-703c51918f7c/969a05eed49727289e7fcd99d4d81917/dotnet-sdk-6.0.110-osx-x64.tar.gz",
- "hash": "9b8937bd1e4cfc9cf867f8512ded8f293f59da4a00f3c35f4f869dfa99ef12da39fa77f620d0bd71431371a776f4c9f8c7898d591aba3dd40e9e47116f99d1cd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-osx-x64.tar.gz",
+ "hash": "d4576cd97fe50599e5159118f76acd2ed15723e6192816773faf844f25f61a9de956535bc1bcd10277cc4c2c6507b2dab5285052f9f96fdb70ce4dbe5914ec7f"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5fea9a90-21f5-49d6-9b35-59aaa3557601/d74483933dfd284a9c7239a596464d89/dotnet-sdk-6.0.110-win-arm64.exe",
- "hash": "6245dda85c05c343ed88cef2d82e82d4dab16e7c16b4c97aca7afad28c57bad62d9322ea11c5fc1a461b89bdcb1d4b709213237a53199caefbfb1c015436314c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-win-arm64.exe",
+ "hash": "0d00e2210618f0cd5827a627d1c0b0b11da6fddaef2c9c305ddc431bcd738aa687f2b1ff874552545cd32b633c0139d52e8c7214e73277b14317c412194a359c"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a2ee8464-3b19-4be5-802f-7d2ee5f74ae4/e1191e174175cd296ad80e3bd4423c5c/dotnet-sdk-6.0.110-win-arm64.zip",
- "hash": "12e3dfd9960406c37ca2d344d7eeb6d33f20121edc4184072a1cc07c9238e165521cbfc26b8902800b0b9b47bd6618d8696390f377f8282a73cefe3e623c2737"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-win-arm64.zip",
+ "hash": "8a652a307afe449f9695e236c6260656be0ebdd840fd5509d65c51f922c5f4827d3582c8d261e13e379f919a99fd275ad218a68b55448ef1f665965a9b42f8c9"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/39bcfbb6-1a92-4889-8baa-d00326fa7f63/4d5a18a8f4d0ae94028034ceb088ce3d/dotnet-sdk-6.0.110-win-x64.exe",
- "hash": "c02f5f4f3616fa8ae686119a35feac093ab36d2ca088851ee2024531e6386c3e84b159a4c8cf88034bd84a93f1d64090ee6d021066eb2594b80f95bbb24db751"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-win-x64.exe",
+ "hash": "329f63e33835e1930e667363fa2cdaba174fe0f2ad90aeae9080ada96ada04188debb530e7d8eadbf868a4aafe0ae90cbbdb6154ac5194b52c8e78facfc64838"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5044912c-8075-49a3-8079-3ccce5a6a788/30d8b6b14bd33df25287b6e85cb96d8a/dotnet-sdk-6.0.110-win-x64.zip",
- "hash": "8534f4f7cda24f197f422525ae3e6b0111ea5e6a8d0d24563a1560cd701ab10341db4e80c87ccd09993492f9446be6471b3f4f8f5858e73b31d1aa76698f6f37"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-win-x64.zip",
+ "hash": "8590679fc65e518cc47fc96d8c0eed7375c6f2dd1b81efa09b2cd7bfc50d773d72468278873e137ba95ea90c0b1ae16070f01a1011f434e3871094ed2f7b3dd1"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a73fe039-95c7-4343-b806-d6c51e45f811/5cfdaf0f890e55b7940dab813b1ff0e6/dotnet-sdk-6.0.110-win-x86.exe",
- "hash": "82c095b8efe3759ebfc83af49a6d1b53e51c157d075eec307fe95a0b8ed96e73764ae109fb14532f55afee32640a51bd6438427f1fc8e2944998c63f6f07e687"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-win-x86.exe",
+ "hash": "8b34d4495eddf28dd2bc72d0a50c104ac49cf666d48d5da4028bee9b30b917b024f702e22ba74d46fcb343415c1334350b03052488e0287f1d19450e3628dce3"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/faa9b9d2-3584-4a08-94bc-bbbe2bd55d90/527cfa84df05e3354915b07247f7f3c2/dotnet-sdk-6.0.110-win-x86.zip",
- "hash": "ac759d3f50e31f2b40a2b73ee0b9ebf5dd214cb4b539224f4f3e52723c409cb9099e27ddecce36f482ea4301e5e0cd35baa00f7e861dd6f010c220e1b2f9ad9e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.108/dotnet-sdk-10.0.108-win-x86.zip",
+ "hash": "432d3ed71c22cb428b7d16e940a5cc9340309a759dd5deee453e64685807b1d99891d6687f5ce2ae791951a17e76847089f22694d2b286debc96ec522cd24928"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.10",
- "version-display": "6.0.10",
+ "version": "10.0.8",
+ "version-display": "10.0.8",
"version-aspnetcoremodule": [
- "16.0.22270.10"
+ "20.0.26120.8"
],
- "vs-version": "17.0.15",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eb049d47-1cd1-4a76-8b4c-3efee9890f2a/53441bce40b9ac8d073fb4742d823c3b/aspnetcore-runtime-6.0.10-linux-arm.tar.gz",
- "hash": "48d590741a8d648c20e130d3934e6e4a8a4d7ce750c7c74cf4eac77fe969798c36d8780c006baa1514e0b341d3e3cd5a6a3860f484762fc703577d35b1b92202"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-arm.tar.gz",
+ "hash": "8356fff6847638a878693b1f7bd7df2029de7b1d47d05c15d8f57945e04835e1fc96d928fe727fdf117f2968e0dc02d29475f920f0a99f3ad327d529d33bcdf1"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c37e7250-886d-47e1-840e-fc0ae2aad195/81f019f66f158b7ccb3511d2fa5dec53/aspnetcore-runtime-6.0.10-linux-arm64.tar.gz",
- "hash": "254796814f5810c416361046aada833a151c946b0dda12d10d1ac792db8528b64eed4bb8195d99081639f22b2114489df0d4bae20da3fe6c63987cafe0349b2d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-arm64.tar.gz",
+ "hash": "4bbdc0586b1b192da43606069b9298927d06527cdc5d61bf4fc401bfd5e0bf4303607dcb09d822df94dcc7f9447486ebb3990593c2e5cbedecc35fe2de37457d"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9d1c5701-2a62-44d2-8fa0-908a94913df6/ec6c9c40cd2bad036248660511310d71/aspnetcore-runtime-6.0.10-linux-musl-arm.tar.gz",
- "hash": "56a8b2ee654ca040d448a7c0ef09a310d713a892de90df1146d1748db87f6aca86ec95f1db182937b2b99186a2bd3ce14d9d37e172d68552720b149041b4051b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-musl-arm.tar.gz",
+ "hash": "15d4fdfe1d733346eef63b650d17e5a06dada860dfa497f04d8c646bdf7e2fe9d3d53e700266745ffebcb0f037c824c8bb42d9a9fb7d7fed153e0a769715700a"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/14ba166b-6dde-4a9c-85d4-e4294fb4f676/8c2476c039a628a7f573bb2b257ccd84/aspnetcore-runtime-6.0.10-linux-musl-arm64.tar.gz",
- "hash": "1cc24cf179bf391945fa78ed1311e90d06451c9ba918d742f3e0338d3a0aab1374a167e781c40c8e421be8369c55936c051ab59459298dcdeaf91df6643b35cc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-musl-arm64.tar.gz",
+ "hash": "8eff014c4f00171dc85f61056831342b1578d88a52fac05770fc855e112051de71f3d4d89f5fd601bc1b9584c1dd83c38a87d6c770f77b9718bb2bc258213921"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb38e333-d733-448a-b7e9-7020b720d0e3/9cbdb02e1e42bacc02479312ef8afd09/aspnetcore-runtime-6.0.10-linux-musl-x64.tar.gz",
- "hash": "55cfa0419965dc15127fca3da0f567dd64dc4ca3981f5e3366e01f88c670f91b361548be99c507fcf9fdc51078387a230c3d09d399d7b0345ae4b6e60ae2615f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-musl-x64.tar.gz",
+ "hash": "265df01c5764f0e9da2dec8d55b9814bb230ce1b404016aa0dc56cdb156d5999fc4f67b8b2b439b0144cbbd28ff3eb9b12a3c42fa8a6a0321320ae7d3559e67f"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7d44ddeb-ad35-41a8-a581-03b151afbd80/6888586c28836b1e1f71df879184550b/aspnetcore-runtime-6.0.10-linux-x64.tar.gz",
- "hash": "85fd0e7e8bcf371fe3234b46089382fae7418930daec8c5232347c08ebd44542924eaf628264335473467066512df36c3213949e56f0d0dae4cf387f2c5c6d0c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-linux-x64.tar.gz",
+ "hash": "e397fe8522af794b37cb313047fb786c060850a1191d0ec0a1ae248943b3cf515b25650aaf0717981dacda7851e418f3fd90c4c2827b7b6495d3db4bebf1d756"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/49c2a919-5162-4314-9010-a8da201e965e/f346ee2fc7ff046045edcca0778c625c/aspnetcore-runtime-6.0.10-osx-arm64.tar.gz",
- "hash": "549745d9d41329f12572025317ad40addd00bce64cf15181df5c0c5f5b29c96830397cf97eec315770c8e1b7dfce5909368b213b359f465d679390a0b741a021"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-osx-arm64.tar.gz",
+ "hash": "c64bd73cff6825e719211450b8badb0d3452497067f0629f898c25db265c11c8bd195bd93e17f0e3c1b6bfe89aca3dce430eb9b0db9658d3e2ab0fe0f65c0000"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/38af6f1b-7b6b-40dc-8f0c-1f2025bea76e/795b0e4dff571fc01702d9cfbad359c0/aspnetcore-runtime-6.0.10-osx-x64.tar.gz",
- "hash": "9449b3f71813d2af75c3e2439aa22a639140f0c3f58c0e55fd1d66d660a603fb71f9f538d48087c113301d30f373be7aa8683e79af66427d3c70bc1713ae305c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-osx-x64.tar.gz",
+ "hash": "d5f9d78906619aa6c9a9320f8c05ea0f45f4793dc43c2c798aae8e065f361a7663ce84b399a8ed0e7b41e4ecfa191b8545c1bbd2142c6f4087f05ecf644378f4"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-win-arm64.exe",
+ "hash": "566f0342c8df5e449b6e308622cc795176d519b6a990ab5beddf126082ccc8f5b1dc5edee28da6afe473703a524d4837b1fdb03fb8ccba54b53d89abc6db60e9"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4ce27377-7db7-486d-bd0d-d83906c8c14b/3ee001cc96bd654db502109ef6a97a2d/aspnetcore-runtime-6.0.10-win-arm64.zip",
- "hash": "96e541929de5b98756c2c5a88d9e0544ee64083d5bef15cb993aa124965d6c95714f5eb83e5fe73ef10d6d297e0c076e039e98bfce861e90271969662d0cbc1d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-win-arm64.zip",
+ "hash": "8f0327e610026fc8ca1207b9845abb3aeb1800703bea8a40781c9447068a2fc39238a1a75e79bf4df5a1ba19c49aa1e2cd93b97bbf202ec318918b69bf6ce4c8"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2370bcad-45b1-4ccb-bc61-21ffd7116d63/1aa8efcabfb60ee778b913a5eb237a56/aspnetcore-runtime-6.0.10-win-x64.exe",
- "hash": "4af8da7de85bcb1d079a85cd3f4aafdfc4e4d441b87dfcdffc27c820d9f69513341be5acc987c47cacdc597cbc0cc89c7d746050e6d40ae02db7391e8214352d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-win-x64.exe",
+ "hash": "a8209d7bf770a69d8ba4643f903cd425636253d73d0ecabe6f4a4ff2870fbe619f252f5fa27b8e8f6f31b65a4495e55e4511f2fc4e40c7d867a9ee618844af86"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a3892a55-5630-4dbf-81ff-17f08fb0632b/f55b436dad325fe8b41f67fcb80e1366/aspnetcore-runtime-6.0.10-win-x64.zip",
- "hash": "e5767f8d7599a0efb91c4187afb94dc7ae3119244383aac4945acdc32fbe39171631dec846b6be9d53317779445ae55ce1c2915c2fbb7740a5ecb63d2ae74219"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-win-x64.zip",
+ "hash": "8568d0672bb87f1715ab6343b63549a2f718b38a15a585b8ba4e477f30fccc79761600857ec5c4275bc8de4e3c7e04f76d2056568de4037b7c612b98c7c61b4f"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/16a50311-71a0-49c2-bfdc-2ed11ade7043/b7ee5cb05411fc03931b6ec9d6c63e87/aspnetcore-runtime-6.0.10-win-x86.exe",
- "hash": "dbe4e28673b460c21477a1a6258fcc21e3f372bd4fe928ed46832dc5d768ca8b07aec6e543f15a091cf061c368154c0810a83df2c98f28724e31c056fe7e7caa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-win-x86.exe",
+ "hash": "c2d58ecc2568511d1c9ed56d0fb6c15677e19819b8d2a1639d23111c1419146fc1be57948a6dcc872bb64d1837147772e374c698068b8fb5230cd3985a96e400"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9f84c767-7d96-4b86-befb-0dc436636140/23840bbf8abc9690dbefa96162f704de/aspnetcore-runtime-6.0.10-win-x86.zip",
- "hash": "ac419d808351ec3f39ec145670dbaba89b01cc780eb0a43e9821ddaa3ac0c827ec660b406b7e694fe33944a8ef1579c286080e936f5b214042a5edb77f845d84"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-10.0.8-win-x86.zip",
+ "hash": "1255df117748f014bebd16e3314b28a1d3c245b18406e2b293d8c29976a95c3d4114715330b45d63fda36f2e392e8d2129808268cea838f3f49a203141c70b2d"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/870aa66a-733e-45fa-aecb-27aaec423f40/833d0387587b9fb35e47e75f2cfe0288/dotnet-hosting-6.0.10-win.exe",
- "hash": "fbb8653545c426ff62788b9493074b48e8590dde33fb0912a220e0f56589785229ad9f3fda7e9c3b3accde2c0221fe3c62b302a50898c3d398a32f9ab6d1c0d3",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.10",
- "version-display": "6.0.10",
- "files": [
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-linux-arm.tar.gz",
+ "hash": "e421e84622dbf1b4fc52a423bc511efdfd831be9c2aaee6b6374194855cabde679cc7bcee2f863497c3674f344c25ca77bf8dda0ac328703f4469d2e6ba49a2b"
+ },
{
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b05a38ca-a434-473c-b031-07f05c75487e/0dfe9108f47050d81f1bc09002de6881/windowsdesktop-runtime-6.0.10-win-arm64.exe",
- "hash": "eb43bfe09bc185a6e97454892c98956eb044ef40881d646ee4e2a934bc0ba0054eb2d2472b33dee3e7d64ad4cdc2a4efe0e6bb9cbcc6751a87886639e4b70c6f"
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-linux-arm64.tar.gz",
+ "hash": "26dd81397cf52a58208e579920fc5ea9b01701f3fb34c5b63a5cd7af0337f7e1a1d4bc8f820fe195155a7d363ac234a5a5a14698acc7f42c7da6245caa319db1"
},
{
- "name": "windowsdesktop-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cbab112c-20d1-4526-9811-50be6530a6dc/1fd204150641afde14110d19789da47d/windowsdesktop-runtime-6.0.10-win-arm64.zip",
- "hash": "717ece5dc85ad732ea8844032b2758733791ec22bec59cc1065a1324e1261ed0470c07e682230f3107eeef13563dbb84f054a57a58dab49b7920d76571f495c5"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-linux-musl-arm.tar.gz",
+ "hash": "5f3183564037fc117d21c3f99787c15357c274c133478f0e658ffdd1381894f44dced04d70887ab66b36a6eeabc9c2de540312410c748b1a4d2e330612778dcc"
},
{
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a6e878eb-d1da-40cb-8b6a-7f5b9390f09c/e4431ce2aa28b6c9956db672209be500/windowsdesktop-runtime-6.0.10-win-x64.exe",
- "hash": "8fdcfc318fc0a90ad633813764d5a6ea48a6d0e4abc9c0584954b49cf0e1611b0904fd1cc066bfc55195f6424144c8020d9f00c6307cee516ec2072de728ee6e"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-linux-musl-arm64.tar.gz",
+ "hash": "e0cc9717ae92c5b2c93dce0e4c3cfcae0c2090b29312acfb670ea1099c43b14c58a0334715e2b25b63a54cabaa1ce45d9623b5c0c2a110ab3ba68ff8066b7374"
},
{
- "name": "windowsdesktop-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5a9d799c-5675-4aa6-a752-67123531478d/a973751190ea104b3a710191208e66b9/windowsdesktop-runtime-6.0.10-win-x64.zip",
- "hash": "b2ccfc46a90eedf52faa9f6e12d0b6eb9aa44f9eb2a5c5c6b2766745c0fc32b6ac63edeee8eb881b0579ddd02cc487ac9d7f5277d330aba90e20f331fe079299"
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-linux-musl-x64.tar.gz",
+ "hash": "baf26c1eb179a62e4742e88e1db45b19b15f9524a56f24a65df9624a39cee0ff4b85ca7e8d1b99358e093c88268975dce4f832e2dd915b16206a58a9d1051a90"
},
{
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6f8cf899-4800-400e-a196-867e7593c8e4/351213f8ae397c30efcfbb78fb10def2/windowsdesktop-runtime-6.0.10-win-x86.exe",
- "hash": "ac4a0b971a2829e0c16c18d37567397a89d56ce1c14b52414484982d467eb1f950a44047c27090dfd408a3783e2878777141ba7d3fbd97a7d52a5b899b030737"
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-linux-x64.tar.gz",
+ "hash": "344a9717ebed08f6a5ad1474e0dd260171b505d0bac038a2749bb196c642edf5a0d104f46f12d204887c59ccb7b22381f93b51fa0956489b68d157de37905d0d"
},
{
- "name": "windowsdesktop-runtime-win-x86.zip",
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-osx-arm64.tar.gz",
+ "hash": "eb0dd28d112275016ad7de286cd5f9461d772aed4d798fc1e3abf9667e1fdffc7949882d764c058d11e6050c753178ebd36fb9c9ff51d2b0c0be432f251e52d5"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-osx-x64.tar.gz",
+ "hash": "97b0f8702b31e17e34893e25e1c677d646e6d8b617cc8265c6078b1bf6d8e96f0753f224e82d9bbc33e5eeb76ae65f524c7a89ef4a2f71fa8af905e338615605"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-win-arm64.zip",
+ "hash": "775c7dbe2da48b99858ae82a0efe2e6fbce23fe69eaa3a456e18e8b422f12ce20fe2e89a6bc47f8b841ab81bc470cc84ff947a11be403659bc90c074b928afbe"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-win-x64.zip",
+ "hash": "43978853b849c0e124e10dc5dd69031ce4cc4c237251e67e89d65c021484eb5b54657c83b2baaa6d11c55e4183e0dd03698b74dfd85e374e49ccb9210a722675"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1b88711d-3354-4863-ba5e-0ccccec7e81c/036f96959c5855ee9ef0d73763595d3e/windowsdesktop-runtime-6.0.10-win-x86.zip",
- "hash": "16186da269bd836e3278d5725d7d4fd7c519e02a256c32eaaa4855912ee8b67f949c52be85a9304e4e5bf7aeff4515db3dbdf68d7573b0d1175e3cd61ffccf77"
- }
- ]
- }
- },
- {
- "release-date": "2022-09-13",
- "release-version": "6.0.9",
- "security": true,
- "cve-list": [
- {
- "cve-id": "CVE-2022-38013",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38013"
- }
- ],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.9/6.0.9.md",
- "runtime": {
- "version": "6.0.9",
- "version-display": "6.0.9",
- "vs-version": "17.0.14, 17.2.8, 17.3.4, 17.4 Preview 2",
- "vs-mac-version": "8.10",
- "files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9fdc5a53-a4be-45a3-8a38-95877cc521a9/60899abe1ad0deb7ebf2def2617fc5c3/dotnet-runtime-6.0.9-linux-arm.tar.gz",
- "hash": "9b1bc18f86d03e3c80dbc7fb1e8d091fd9b8346deaaca810f8057f6940f60facb9592297bdd8e7e9e3df0268bd0c46f1f7609e04ba0595ff489867665df535f9"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2dc40bad-57b6-42ae-b9dd-bd457af4e73e/b95f86d6f9cf49e156227bad231d4aa0/dotnet-runtime-6.0.9-linux-arm64.tar.gz",
- "hash": "a4ce5ec71c60690e577e96a2cd821c05d5f05b7c1754fb753353db77e938349a53d4cc55596f7384813bc44f74eac8f991a1c00cbee60483f552663cf4d8ac31"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10707820-6f13-42b1-ad9d-3fea4b3f19bf/8f63dc1c15563c7d78cfb1b771dc9f64/dotnet-runtime-6.0.9-linux-musl-arm.tar.gz",
- "hash": "f8baf7dbda54b29c37082f604e6b96ef3d5d6e22bc46cc52d6e8226bb6fc91449584f3203f4f2f5d20df11caa3846e46d6d6c80adddf49577d7b29d405a31d4d"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5181fc44-6a49-4bb1-b321-b11efe54427f/b3d3e7f68fa54f7355f9c4d62a2825df/dotnet-runtime-6.0.9-linux-musl-arm64.tar.gz",
- "hash": "3f5ca6d2e498e11bf1b46cf9ba456a4788a4dcb7ba4b0e52301bb9a3e2d511a8a9bd173be0cc8639c0297d90ad911a259da53ac2f6fd066313d79025ca42a5ef"
- },
- {
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/44b5aaf3-48fd-4aac-94bd-5a63318bcc2e/5c2b11a17492763a89dfd061090f7cf5/dotnet-runtime-6.0.9-linux-musl-x64.tar.gz",
- "hash": "e3eb4804dddbc34be37e3d984c13a668605ef7eea6b2daca95ea3fa7ca51b2fe4845df1ad0d343de9075796bf0d4474d7e14e5b3b4b515005d0e24ec53237ad3"
- },
- {
- "name": "dotnet-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/05f1a3dd-75f2-49f4-a976-25ce08f77cbb/b6e8e327a84b91513c2744bfccf90140/dotnet-runtime-6.0.9-linux-x64.tar.gz",
- "hash": "a6df2cfef73047247bd36f51eaf696f616c6aa9b428e42f219bf91dcf05c03dff817a8ec826740002c8aa83df2fce8a7ace562ad2e2956789542f0b8ab8b1173"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/24ad61bd-2192-4637-a663-d4aaa39bfc21/03ce9a8420868b0f0777f35ac6faec98/dotnet-runtime-6.0.9-osx-arm64.pkg",
- "hash": "c1c00cf02e5f278103a3ba9712803073db1167af0cd9446f69fc92d90815e495cec019ed889d1b1e74ffa3aaa6c843744f7ae6302838ebd027f93f5862f15514"
- },
- {
- "name": "dotnet-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c7c51353-ded6-4846-87ac-d840b1ac2f9f/88641f913c8e886b4e38fc5b0c547ed4/dotnet-runtime-6.0.9-osx-arm64.tar.gz",
- "hash": "07dfd194fdc67bd096db0edc691fc2a2d0e41d8a3023582ef1ff7348eb0fca3a58d97b79c454e5c67339f6d9c9b0f3b997d68f6ec7bd0e8c86d584da6d94cd8c"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3fe77e7-3109-4b25-b74e-f2f3542164aa/daff158378a8e7f0aa7b61feb29b588b/dotnet-runtime-6.0.9-osx-x64.pkg",
- "hash": "d482655facc229dc352ceaaa14001b5e813285bdb1a4f83beb402b02b8ff6fa150787104a28440d8251f0d6cd4bff088c9cab877fe71dbda12d1ef65e4da07d0"
- },
- {
- "name": "dotnet-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cd4ba3ed-7f37-46d5-ab1c-dc479a08333d/f27d3ab52b0830861bed594be6da86a8/dotnet-runtime-6.0.9-osx-x64.tar.gz",
- "hash": "b52542c1850c14b409c0938a31188821b428199a7f3f55779f4986867a78eedfe06478f8ea79e8b20d078fcfd9201dc10d4a73146ef8fd56753f0cd23c5328ac"
- },
- {
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33f256c2-7e5b-463a-aade-48e32cf33cb1/ffd2b6be86c54ed6009411430622af85/dotnet-runtime-6.0.9-win-arm64.exe",
- "hash": "da44838b878dcf642c65d84df6d7a24107dc5f05ac2b3a321203346759958a98dd6bca3017c44b4073bf7d3d016f1bd5035aef5ad62d2231dbd4f65128b68659"
- },
- {
- "name": "dotnet-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/22bf27d5-8aa6-4913-95e2-9f23b827832c/e60446dec06622450dda20447feac7e7/dotnet-runtime-6.0.9-win-arm64.zip",
- "hash": "e17c582badbfaa572fb87db2440b923e6f8cb3b44149c7feefdc41a90dda04f971d89d8e226f54941c96c0939526554da86d85464869b318293fe00fcc3e622c"
- },
- {
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9dc77a6b-0276-4ad5-9bfa-d84b546686ef/f01bbcf2dc0e7f5dbd0a7d337fd4cd43/dotnet-runtime-6.0.9-win-x64.exe",
- "hash": "5f4a73342b3563937f2efb576aa101c29c0ad4908413ba87c415a733239b9af196ff04778f2e8bf5845508b069812c13ca281ea5e912552aab5227e7841e502d"
- },
- {
- "name": "dotnet-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b7491d0d-6f8d-4a9a-9a28-a4dc2a668083/701838073f8cded620b9accd1cc8dd68/dotnet-runtime-6.0.9-win-x64.zip",
- "hash": "09bc63373b1dd73cd6a8c1429136597b1b1e4971f5467aa96770837b925e8e6b8e03333be71053ce0e5cf97b447f34205de8b67cf75b178a3b04a5f6643686e3"
- },
- {
- "name": "dotnet-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6020f3fc-5cf8-4e25-bc7f-dcf8744137ac/4cb5ced4e015e426fddc554b130c3052/dotnet-runtime-6.0.9-win-x86.exe",
- "hash": "4a5ee2e0297140fb4b6064540cbb9d520c1b3bef474f8342dfc5aaed0fd85b7fe26c49f85d17686e85540d421da57eb2ae4d2b402c5184a6ef2eaded33b097a9"
- },
- {
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e4730ab7-3379-4b9c-8a17-3ce7d44cc82a/96d03e97775b7ca28c1a6fdc745e7ef2/dotnet-runtime-6.0.9-win-x86.zip",
- "hash": "09847079dc9c1c6eae7bd64dae46e3b667bea7520d0c6d47ea497ee303acbf0251d049b09ce505f5e678f3ddf54747f2b019632421d735cb17cd6ef4ef256831"
- }
- ]
- },
- "sdk": {
- "version": "6.0.401",
- "version-display": "6.0.401",
- "runtime-version": "6.0.9",
- "vs-version": "17.3.4",
- "vs-mac-version": "17.3.5",
- "vs-support": "Visual Studio 2022 (v17.3)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/451f282f-dd26-4acd-9395-36cc3a9758e4/f5399d2ebced2ad9640db6283aa9d714/dotnet-sdk-6.0.401-linux-arm.tar.gz",
- "hash": "7d3c32f510a7298b8e4c32a95e7d3c9b0475d94510732a405163c7bff589ffda8964f2e9336d560bd1dc37461e6cb3da5809337a586da0288bdcc71496013ba0"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a567a07f-af9d-451a-834c-a746ac299e6b/1d9d74b54cf580f93cad71a6bf7b32be/dotnet-sdk-6.0.401-linux-arm64.tar.gz",
- "hash": "8c05f9e02e0a48fcc3e4534fa7225fe5b974c07f1a4788c46207e18e94031194e1c881e40452ee6c432764e92331c50ae47305d4aec5afa363fab3a8a6727cdf"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c223dac-5ede-47c8-ba36-04c0b8a833f8/90e221394c3a8fdfc9bc46d59ff414ce/dotnet-sdk-6.0.401-linux-musl-arm.tar.gz",
- "hash": "059b7780896ee5af350a4c8342e0262d58046f78bd2310e585ab879df1c99e2a5b1bb3254d91e9c358a0ac82fc4df25b7f34bc08bb77e16cc695990445c36ad7"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3a2e1030-4731-496f-8f1a-f7f4af707175/e9cf1d02d391e1982770d2a881464ce9/dotnet-sdk-6.0.401-linux-musl-arm64.tar.gz",
- "hash": "cf4cc55e8d877913960d510d99f4c4034ba1d4eac98f50298c33c08854199a369b572b25954a939eb2ba4994d6fb1b41614781260af9abe7f27e2f76c4962d88"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fe83c1f6-a5f0-496d-bb9b-3116fc503505/f0d80d4f6bdc157bd57ad22380ca6217/dotnet-sdk-6.0.401-linux-musl-x64.tar.gz",
- "hash": "acdb7c08d4fb290d3aac2e212c51840f6d9ca787aca94dffe85317a515c541670456ffe37c2365541f18edcd7b39243d72e7d8e5ab4562a2896fd96bbf6cf6b8"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-6.0.401-linux-x64.tar.gz",
- "hash": "6fce5f29e6cfc80da1df86d2de3a637108023397d275e0dcfa0b79ef36eb85c2c3433db467aa5d8fda7e32bc21205a126636b53d56c4eb4c547d9d3b2370cb31"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1011a115-ca23-4bad-8632-f9a96e47d0f0/164a08cde051b61a1669d2242770ef25/dotnet-sdk-6.0.401-osx-arm64.pkg",
- "hash": "2f99d959b5a5f480bb159a05ad26861b22f03e4e7c6147cecc161223c0142be341520bd36dab6fa81cd4efaef254cad5ea819bc0465943b4801e6a608791ad89"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dfeaba35-b5b0-4299-b4fa-56735e3f224e/80cc6c2404d0319fb3eab5d0f407b169/dotnet-sdk-6.0.401-osx-arm64.tar.gz",
- "hash": "0e1974a99863afe0b2c03fe52874ad388c3e019e34c7e0a1dc29955dfa9783a946082270fbd767272817509b30d1928d0c9f12cda43777292587693e0b0fc604"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c98d3ccf-561c-4f9b-a1d7-5debb0880031/fd1ebfbd783788649ee139c229cd48fa/dotnet-sdk-6.0.401-osx-x64.pkg",
- "hash": "c4af91f83bbe731d8b3240443cf7167b72e63434ffb448de81e6c65dc706655ffa735dfe7a11effc8633d74614f6b21543d65e8c6c22c05c512f25257a91db66"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e79e447d-20fd-4ed9-992d-39165aaf964a/1f101c161bc4a931e16c697e3934e413/dotnet-sdk-6.0.401-osx-x64.tar.gz",
- "hash": "6cc47bd279ba3d5e2df9f41b14b25662c8a3d61d5dee0fe021ad54a8709aa8a34430deb644c3525d66124a6a1bdf6a273008ea5fcbddccee238f4c470bac3e05"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e38faaf6-0897-43bb-b41e-62ab6879219d/a1812a5a9c3d8a9aef7506a2c2997c4e/dotnet-sdk-6.0.401-win-arm64.exe",
- "hash": "22106ea345999269312a5c87b7076882c2f4d611a6866b5fb0e0cc39bba35d292ffba733024eadcbc62bfdcb68b481a073e88d5a65d026c3f7b61314d38be48b"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f720b1a3-988a-4a84-81ac-6cbfb9dbe018/70dc9d743319e22753c5814853b5d608/dotnet-sdk-6.0.401-win-arm64.zip",
- "hash": "be17ac736f9ef448e5c5c9ce42ace78b167fe9a489ae725f10f935860cf52c6708167230fb8eb2372816c6c02eb7fc74be4915033124cdcc5cd7a98639669cd8"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cebf08ce-ecf1-4439-8a0a-d81b3a4cad12/674ba293b83bdc9b1e00ddfa3ab82f10/dotnet-sdk-6.0.401-win-x64.exe",
- "hash": "aed1b2ddcfe8056d4a4c3bcbed3ff508010e3a1e4a40e82302c8ce30133f1dd55d93fadd19c8aa6114d7dc6c374764401845f1bd38bec26e9c4e6cd482e5e438"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b6cf3-c5dc-40ff-8b2f-f2970ca7b9e3/5b4a9999ea41ca5897e01a3e0e1accad/dotnet-sdk-6.0.401-win-x64.zip",
- "hash": "bab1b1c753536bfd24ad0066bb1c193c7c473442a7891499a1c265b882ae75bcc245c3dccde7f6c5b3d3db70f5de286fcc70c0837d7922104a233bc323907867"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/11e3a491-faf6-4fd2-8958-dad4583d8f92/87a93af277f13e506866a1dff37ad155/dotnet-sdk-6.0.401-win-x86.exe",
- "hash": "1661c82829c234b5af5c9742e9eb04ca0f0725a83c80f386a7a1743579b4268b2d92946360f0af183d793258d5cb210c1e981e72244c26949d6be99c512a55ff"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b0eb3c5-cc60-4a78-a11e-a4fe2cda6095/1775dfb190b40c11b0f0dfa674856d84/dotnet-sdk-6.0.401-win-x86.zip",
- "hash": "5273425d1a240f5355765827cd425726c5f7e617a6d201cafd41953d5d7cfb6be701c7541561859d8b74b4dedba37ceb245e3f99a7c570963cfc18842d9b96b5"
- }
- ]
- },
- "sdks": [
- {
- "version": "6.0.401",
- "version-display": "6.0.401",
- "runtime-version": "6.0.9",
- "vs-version": "17.3.4",
- "vs-mac-version": "17.3.5",
- "vs-support": "Visual Studio 2022 (v17.3)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/451f282f-dd26-4acd-9395-36cc3a9758e4/f5399d2ebced2ad9640db6283aa9d714/dotnet-sdk-6.0.401-linux-arm.tar.gz",
- "hash": "7d3c32f510a7298b8e4c32a95e7d3c9b0475d94510732a405163c7bff589ffda8964f2e9336d560bd1dc37461e6cb3da5809337a586da0288bdcc71496013ba0"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a567a07f-af9d-451a-834c-a746ac299e6b/1d9d74b54cf580f93cad71a6bf7b32be/dotnet-sdk-6.0.401-linux-arm64.tar.gz",
- "hash": "8c05f9e02e0a48fcc3e4534fa7225fe5b974c07f1a4788c46207e18e94031194e1c881e40452ee6c432764e92331c50ae47305d4aec5afa363fab3a8a6727cdf"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c223dac-5ede-47c8-ba36-04c0b8a833f8/90e221394c3a8fdfc9bc46d59ff414ce/dotnet-sdk-6.0.401-linux-musl-arm.tar.gz",
- "hash": "059b7780896ee5af350a4c8342e0262d58046f78bd2310e585ab879df1c99e2a5b1bb3254d91e9c358a0ac82fc4df25b7f34bc08bb77e16cc695990445c36ad7"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3a2e1030-4731-496f-8f1a-f7f4af707175/e9cf1d02d391e1982770d2a881464ce9/dotnet-sdk-6.0.401-linux-musl-arm64.tar.gz",
- "hash": "cf4cc55e8d877913960d510d99f4c4034ba1d4eac98f50298c33c08854199a369b572b25954a939eb2ba4994d6fb1b41614781260af9abe7f27e2f76c4962d88"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fe83c1f6-a5f0-496d-bb9b-3116fc503505/f0d80d4f6bdc157bd57ad22380ca6217/dotnet-sdk-6.0.401-linux-musl-x64.tar.gz",
- "hash": "acdb7c08d4fb290d3aac2e212c51840f6d9ca787aca94dffe85317a515c541670456ffe37c2365541f18edcd7b39243d72e7d8e5ab4562a2896fd96bbf6cf6b8"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8159607a-e686-4ead-ac99-b4c97290a5fd/ec6070b1b2cc0651ebe57cf1bd411315/dotnet-sdk-6.0.401-linux-x64.tar.gz",
- "hash": "6fce5f29e6cfc80da1df86d2de3a637108023397d275e0dcfa0b79ef36eb85c2c3433db467aa5d8fda7e32bc21205a126636b53d56c4eb4c547d9d3b2370cb31"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1011a115-ca23-4bad-8632-f9a96e47d0f0/164a08cde051b61a1669d2242770ef25/dotnet-sdk-6.0.401-osx-arm64.pkg",
- "hash": "2f99d959b5a5f480bb159a05ad26861b22f03e4e7c6147cecc161223c0142be341520bd36dab6fa81cd4efaef254cad5ea819bc0465943b4801e6a608791ad89"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dfeaba35-b5b0-4299-b4fa-56735e3f224e/80cc6c2404d0319fb3eab5d0f407b169/dotnet-sdk-6.0.401-osx-arm64.tar.gz",
- "hash": "0e1974a99863afe0b2c03fe52874ad388c3e019e34c7e0a1dc29955dfa9783a946082270fbd767272817509b30d1928d0c9f12cda43777292587693e0b0fc604"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c98d3ccf-561c-4f9b-a1d7-5debb0880031/fd1ebfbd783788649ee139c229cd48fa/dotnet-sdk-6.0.401-osx-x64.pkg",
- "hash": "c4af91f83bbe731d8b3240443cf7167b72e63434ffb448de81e6c65dc706655ffa735dfe7a11effc8633d74614f6b21543d65e8c6c22c05c512f25257a91db66"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e79e447d-20fd-4ed9-992d-39165aaf964a/1f101c161bc4a931e16c697e3934e413/dotnet-sdk-6.0.401-osx-x64.tar.gz",
- "hash": "6cc47bd279ba3d5e2df9f41b14b25662c8a3d61d5dee0fe021ad54a8709aa8a34430deb644c3525d66124a6a1bdf6a273008ea5fcbddccee238f4c470bac3e05"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e38faaf6-0897-43bb-b41e-62ab6879219d/a1812a5a9c3d8a9aef7506a2c2997c4e/dotnet-sdk-6.0.401-win-arm64.exe",
- "hash": "22106ea345999269312a5c87b7076882c2f4d611a6866b5fb0e0cc39bba35d292ffba733024eadcbc62bfdcb68b481a073e88d5a65d026c3f7b61314d38be48b"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f720b1a3-988a-4a84-81ac-6cbfb9dbe018/70dc9d743319e22753c5814853b5d608/dotnet-sdk-6.0.401-win-arm64.zip",
- "hash": "be17ac736f9ef448e5c5c9ce42ace78b167fe9a489ae725f10f935860cf52c6708167230fb8eb2372816c6c02eb7fc74be4915033124cdcc5cd7a98639669cd8"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cebf08ce-ecf1-4439-8a0a-d81b3a4cad12/674ba293b83bdc9b1e00ddfa3ab82f10/dotnet-sdk-6.0.401-win-x64.exe",
- "hash": "aed1b2ddcfe8056d4a4c3bcbed3ff508010e3a1e4a40e82302c8ce30133f1dd55d93fadd19c8aa6114d7dc6c374764401845f1bd38bec26e9c4e6cd482e5e438"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aa0b6cf3-c5dc-40ff-8b2f-f2970ca7b9e3/5b4a9999ea41ca5897e01a3e0e1accad/dotnet-sdk-6.0.401-win-x64.zip",
- "hash": "bab1b1c753536bfd24ad0066bb1c193c7c473442a7891499a1c265b882ae75bcc245c3dccde7f6c5b3d3db70f5de286fcc70c0837d7922104a233bc323907867"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/11e3a491-faf6-4fd2-8958-dad4583d8f92/87a93af277f13e506866a1dff37ad155/dotnet-sdk-6.0.401-win-x86.exe",
- "hash": "1661c82829c234b5af5c9742e9eb04ca0f0725a83c80f386a7a1743579b4268b2d92946360f0af183d793258d5cb210c1e981e72244c26949d6be99c512a55ff"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b0eb3c5-cc60-4a78-a11e-a4fe2cda6095/1775dfb190b40c11b0f0dfa674856d84/dotnet-sdk-6.0.401-win-x86.zip",
- "hash": "5273425d1a240f5355765827cd425726c5f7e617a6d201cafd41953d5d7cfb6be701c7541561859d8b74b4dedba37ceb245e3f99a7c570963cfc18842d9b96b5"
- }
- ]
- },
- {
- "version": "6.0.304",
- "version-display": "6.0.304",
- "runtime-version": "6.0.9",
- "vs-version": "17.2.8",
- "vs-mac-version": "17.3.5",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/32139893-1030-4515-a6a6-e3392685e9af/5f4b8acdaabe97f6d6d105e38a5c1557/dotnet-sdk-6.0.304-linux-arm.tar.gz",
- "hash": "4cbcb1fe9d9c3be643d3d0247e5cb4eff95778429a4eeae38060d268b3d31ef4c51cd47357c03a4d4281c5eb20feaa07ac140d430ffe4270c0f37aba3af546b4"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6d879cce-4273-42d6-b39d-0cc4d3ab198e/3a63185d3aa4685be69aa395a0986f24/dotnet-sdk-6.0.304-linux-arm64.tar.gz",
- "hash": "69dbd86331002990d7f6c915b0fb832c5d8ba55bb4dacbd6a4065ca7d59e92902fb5052f6cd905a453e42355a655d526b5c12be8fb5d12255af2d345d5b12846"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/750582de-c35c-4324-a02d-1e942495e453/ea5a1be0acd667f31a41f62397619ba2/dotnet-sdk-6.0.304-linux-musl-arm.tar.gz",
- "hash": "2f65c701f7cae2b056ee43ceeb2db7203c1e4afd25d4ed3902c284d333cef00f0d5e6540ed496507cb90fb0fab16b72c4dcb45fd6b253357e0b1d293b0e661fd"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b9a32e90-98e3-48d3-b761-b5d7968af800/77228df49c80564488509fe4b3d6acad/dotnet-sdk-6.0.304-linux-musl-arm64.tar.gz",
- "hash": "03ae13643f3b3b86b001a49a150a0214f37602c4dbb5574fb12e79868663d263f078f5af3d87ebb62e76e119bca860133cf47ee3387756511839844a2bfe692b"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/61e51c91-767d-4c1c-84d3-874add2bfd29/2185643b54dd4c62159a5ca645aee465/dotnet-sdk-6.0.304-linux-musl-x64.tar.gz",
- "hash": "e7bb801863e4abe9d246d8272892c35cb31c518dc145472d456daa36eeeaa6bc95b62a612dfa6fa6e6ebf813dbe77c71793191b46a0ecf9621b9867a465a265c"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/372b11de-1321-44f3-aad7-040842babe62/c5925f9f856c3a299e97c80283317275/dotnet-sdk-6.0.304-linux-x64.tar.gz",
- "hash": "56cc230bcee184b7d661433183b4fd31a05e5a1922c7b2e612581e6e59552cfba5ff10a02192f97c96758888af096288ca972674763a3c5409941593a194d5c8"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/be40e888-9847-4941-b8ea-4bf1f70569f2/6aea7926ac08f62db3b0931d3000d849/dotnet-sdk-6.0.304-osx-arm64.pkg",
- "hash": "b26ca98f397c72ca6e1f6292fd9ab89964d347de8377bac936ce0d9b75da748f51c2dc76e8f7d71918cfa77ed7f5847815a6f0e33afdfcd1f7246fd39d2c53ed"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7e5a4c1f-6b52-4f18-83d2-f0364d9c8bac/9833fec0570aa7e3d6a1470a9c5e4455/dotnet-sdk-6.0.304-osx-arm64.tar.gz",
- "hash": "84db8eaf1ea3ae9b8b74609989a2d67367533ebe1ef2d39db5c3320c488b3cec9106a4f89b826c33d7bae2e44124e1f6b8093b8156c5f08fe80c1d6d8f961f10"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/65d73de2-7eb6-45c2-8f51-5a20a0dadb3d/e3db478e7d1d5221e43c02e70198a8eb/dotnet-sdk-6.0.304-osx-x64.pkg",
- "hash": "58514a7b283f452803a551315339202dfbca032c2b33427b590b4dcc3611cfaabe1ece2a3e3b6a7d4531fb3e7214e25a714212324d732074acc9b6c68a7d0450"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/127aac26-63ff-4c0a-b8a0-403e71d9716a/e9a87326b1ad30e7131d9be4cf7d9e57/dotnet-sdk-6.0.304-osx-x64.tar.gz",
- "hash": "6ab14abb005b9d9704291f342d8d9bdf2095c780bb443216b220d3e78be3ba8b03b7104b6b3dbb69e24fb45cac8b719ec9bd92a93bb5635de77dba54cabc3e22"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6d82a15e-b7f7-4766-8aeb-b9d3e18af184/c10f6e49ebf4995e6a6f3e4e1fc8c14f/dotnet-sdk-6.0.304-win-arm64.exe",
- "hash": "baed7769e6f63508cfcd1d0154045e17ddd371475d5456621e7577708a2b0fa3d9ef63b1e2e46cbe5153659848dff10635a60a58979680b1b139efb143fb5b4c"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f5aa894e-1c2a-4c19-9ba6-0c9ba4a14afd/328c789e2fa177535df382a944fcdc38/dotnet-sdk-6.0.304-win-arm64.zip",
- "hash": "01a8e2a72badebc96b6efa4f3e5df04feb01870a1a709f01d52b192983eec430436470f15cbeb0cad1ade42262ef757838608b4ab0bd0b692897d9925cf30cc1"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e134a0aa-1a41-49ba-8a4e-0a206d8e7a4a/ab565c2bbab5206299434d3be3dfbb72/dotnet-sdk-6.0.304-win-x64.exe",
- "hash": "fcb5284621030199c876ae408f8ad5dadb6c539d83ba89c574d0d5bca76ef67edfaf814cfa5afa14f465bf5d9db36e69e9f67b70b66440ef1ec81d36b7e7ca04"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3eb75b2c-c9e4-4ad5-8178-75956bb976d0/1be42b3e86ee3a65e7220d6137c6b7ba/dotnet-sdk-6.0.304-win-x64.zip",
- "hash": "702246b6767f9aec2ea788cc4b3446a1a09afd4559c4419cca0047830c4a07dfb50c744746effa516eed171b3cd47202bdae83044725b687c9442e19c048372b"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7eadea55-7dca-4f4e-86c8-7659ef976958/4443c35ed61f43e855d299f170d98da7/dotnet-sdk-6.0.304-win-x86.exe",
- "hash": "429ea31961a8af3e5ae79c21edeccceb433582e93c66f121ec589eb70aa15a57919586af3cc342f3497a4fc1c48d68d58f3ddda4d3d4bb2a65ae293dc686fb9e"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/91bddf78-ee40-43ab-9286-23fe0ece4d9c/6de58955c59a5516dc092a71014b7716/dotnet-sdk-6.0.304-win-x86.zip",
- "hash": "df0d99f71b30431d90d79d65e0a05256fc5b363a8279e06fa90db473ddb0c750dedf22336efe6d37a348cf04ab38514634ac6bcabe3b919932a0432a878bc23b"
- }
- ]
- },
- {
- "version": "6.0.109",
- "version-display": "6.0.109",
- "runtime-version": "6.0.9",
- "vs-version": "17.0.14",
- "vs-mac-version": "17.3.5",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/743cf42d-f201-4dd6-ada8-37bd46cef977/d3508390013604f9023dab6698492aea/dotnet-sdk-6.0.109-linux-arm.tar.gz",
- "hash": "b757ffdef4b87a9394ce0a367f5563b2900e9720eba6b071ce22e454eaddcb7983bde182d90ef552b5b903c2b5505af5ab642190c982dfc18649ea8ee8657886"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5da20803-1c48-4e54-a87c-88cda79efd77/4e6cd608eca3e34540d89e1ec3df5e6b/dotnet-sdk-6.0.109-linux-arm64.tar.gz",
- "hash": "eb4a42a45cbf8a92d2f78d4299ec34ab11d6d8dbc28dcab9dbe95648e40895a0dc56675a99b4df9e1f5a42ab0f3368322ae17381810d9bac5cb8623066120b80"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f5ad6ca1-2fc6-4417-b5f8-8cdb305f4841/dd76ec5301d7bb2e99fc7ce6b792bdfc/dotnet-sdk-6.0.109-linux-musl-arm.tar.gz",
- "hash": "4b567f08847298b0f390c5ff3ad874fb8ec193923f4d3145a3f076b345b4c746f4b5158cca25ca9934f6634b05f1b645ff05114348555162600e0a81cf33564e"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7393d7dd-c87d-4eb2-9112-c5aff80513e4/a04a189107e19a3ae3842b3ad78190b9/dotnet-sdk-6.0.109-linux-musl-arm64.tar.gz",
- "hash": "bfcb8c3e9fb70f0dd10d87c33c338b56399d453ea508455d84cb9010cc41774d1766426360953b4b209adc4a27750b598dabc3fa3c65ebe357db2fd6d9d486cf"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b560672-a1b2-40d1-85ae-e2c8781c667d/465a55c91c3f1c01a7285a63f68bec50/dotnet-sdk-6.0.109-linux-musl-x64.tar.gz",
- "hash": "7620f7eb93f77e03ab24a00521085d4469978e9324af1be6fb8fa05bd8fcbbc6ee869ddee995c717f4bb00a2f582756a17450301def4f4c392186cfd803af13a"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5d0a2a83-38d2-47b8-af9c-b4388e7d0c3a/c7e7502cfa3a7344b6c0c36014a43189/dotnet-sdk-6.0.109-linux-x64.tar.gz",
- "hash": "3bc9f437a512a72a4ee8e5502f425bb7bf9f3d91db726fcf8052217eec7aea8bd68bfbf17db7a1a4bf3a7559cac85f0fc5e5893f27f8da83719930f65f563022"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e75f64fa-89a4-48d9-87e6-b2408f186141/8c22840d02f2e772ab0af184a65b0415/dotnet-sdk-6.0.109-osx-arm64.pkg",
- "hash": "478d4c1614d054dfc4e5be8cba8782f015f1903ca226ba059c5024e00ee50a930190946b2b16d90d64616c95b91defd9f17459b107ed4d5f2c6d8f31d9bad730"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/83a7fc1b-50a0-4a0c-bcca-69d20cf9843a/46ca782bf67a77a79183f9ac8a3102ed/dotnet-sdk-6.0.109-osx-arm64.tar.gz",
- "hash": "94dd6696b25f5362e5a24175396d29cc39089acaccf41801e96a137b8276227802eb7eb17e92f20050b5b6a8c264cd3673c55b6bb74c5c6d11a6b181d058615a"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bb4d21ba-8880-48c0-9ddf-1cbfa7a9df76/1efdac62a1cdb809095fb3c54b8f4bb8/dotnet-sdk-6.0.109-osx-x64.pkg",
- "hash": "9a13ce6a2fb2190820be85be3f820cdd537c96af11db4a51a84e80b969f14bccba87939f80e272c46fbf0e3d103b370fcf62f584b497518de3928abb2dd5546d"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3550393-751e-4217-b2e4-42ac1cf57b9c/4267599c82ca75b325ea902df7a397ed/dotnet-sdk-6.0.109-osx-x64.tar.gz",
- "hash": "36a9b82fc04cc83cf2efad689d5063056c12d8823e50b24ef7ae452860909e81c8c7f82df2d8279d4bc0b960d401621e39a89191937b0a47b02cb3722e39e920"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/220d0ce1-3fab-4ba7-a09b-ee295325e03b/7c545a364255d205366ca4e437b4d968/dotnet-sdk-6.0.109-win-arm64.exe",
- "hash": "8c73c4f7990965f70e11fa81436c434e3676dcd982ee57daeb334b0840af76ba4edcd019f8eecbaf28f3fbd3f3416173b0a7f6820ec86438ec4fbcef3ce48098"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/351ccd43-d954-44c2-866b-9a955082183c/825bc92921474e70debc4bbf05920fe6/dotnet-sdk-6.0.109-win-arm64.zip",
- "hash": "f5ea5d74abb1df516b74e46fb4255cb5244066eca9b845dfc1acc14518448e7b2f8ef2b28ed0a000abdf8ea29191128c456b8237e6d5d81685292edd8f95f23a"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a79d3d9a-bd82-4084-980d-ec6d943001a4/2fe76f94864f43f1ea17c03817ad4f1b/dotnet-sdk-6.0.109-win-x64.exe",
- "hash": "0034730f01718788a993823bda1d536c97224494c0211ed8d952f83e8fc6fee1b78425a97df45c7cd0848d9e5313dd6699bffee766f53673c7fb95aa31a4a2fb"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eb90a9db-74b8-45a0-9749-e6790bf3e554/e5b8ef18a305ecb67677691d8d069ac5/dotnet-sdk-6.0.109-win-x64.zip",
- "hash": "c581624af3590ae63d28f8041aba1c79f2c58c3cdd600cfe155de9da85a17748a1a8c40657a2a4f580664f8f2d28df20a14d15d4e4ed30c05bc0b2296aa69e53"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/61029ce1-569b-4113-9dcb-1a91a0f4be12/4e013164616b60e5cef7e8cb2bdd4753/dotnet-sdk-6.0.109-win-x86.exe",
- "hash": "f14892c024ad12ec808d0ea9306f647cfbabc30537053a4700d14ab2f52714c1ddcb8806613629cefb31fff40ba5e318d245b58de5bbfefca19bb07cbc7c0ab6"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c63a8886-b554-442d-bcb3-27c42a32301f/e94ed69c681daa7d28639a32a7900bc4/dotnet-sdk-6.0.109-win-x86.zip",
- "hash": "20d6bc74e5077b1a9ceaaf8da40defe5bcc3ead8fc155714445f2a451396a89d5d14a0567b19386ae96acb9bbcc69980c1130f4f707111f8fbb2160679e9cec8"
- }
- ]
- }
- ],
- "aspnetcore-runtime": {
- "version": "6.0.9",
- "version-display": "6.0.9",
- "version-aspnetcoremodule": [
- "16.0.22232.9"
- ],
- "vs-version":"17.0.14",
- "files": [
- {
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eb46a420-96cb-4600-95b4-40496349fdf8/f33af6a90cc721adca490d69fa9d0e98/aspnetcore-runtime-6.0.9-linux-arm.tar.gz",
- "hash": "c301b948d5121b4363c8ee9df2915c6c4d588fc0969cae2761f20fb8770bf93e2807b307acca3e313e41adee3f426c47af800b0394700564a480740bd12aa746"
- },
- {
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bff2e771-8180-47eb-b12a-757a67001e21/63a7f79af649efe65c20f2ca56834048/aspnetcore-runtime-6.0.9-linux-arm64.tar.gz",
- "hash": "ed3315276f918f52188430b0d84d843e938c770e0be06afaec6de0b398a1268bae0195c71a29971923b5b7331b6bb64a623a27f48e21a4c8538fde2a543b2dd2"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ea32be66-a86c-4098-b5b7-01fadbaec091/943164ee304b926112be3d3dffd76571/aspnetcore-runtime-6.0.9-linux-musl-arm.tar.gz",
- "hash": "03703940ddcbdb45350d09cea211380660f831be68c1d50492f98d97e77ff0aad706ca59cd15c260164d5134f92b724d45846f79edc0dea049da18b8e43c1052"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ff500927-41d9-4b15-a783-c7af9f6aaae4/d4d751786a460310af1f3cb9e35dc808/aspnetcore-runtime-6.0.9-linux-musl-arm64.tar.gz",
- "hash": "55945e23e2f4140af61f785a47ee15ec94880d52683e1881fb184b2341a1ecf8e04650e1fd896dd44d9493fe0fd3a9365f10dadb897560f42f1bc4cf5b7b9924"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e70c3a5e-bf8e-4995-a84e-1ebb68844980/586fce2fa823fe1d7b44948bc35255e9/aspnetcore-runtime-6.0.9-linux-musl-x64.tar.gz",
- "hash": "eb8013608488e7a15dfa847229b7a3d0771312bcf63ddd099846c0ceaf7b506b8a2acb41de40affc8e72adb0526d5c6daf0a059e19e73436f4b3bdc258e153a4"
- },
- {
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1a2bca2e-f525-4ecf-9c46-06889b4ce3a4/1a7ad60df284ca6b00ca5d31cc1b1c7c/aspnetcore-runtime-6.0.9-linux-x64.tar.gz",
- "hash": "e808036155bc324335c309aaf948b2be1940a62eaf0135752989644698653c8f3a5ce310c3ee6742e3af73dbe175c6e529298eedf6eeb31cc38bfeab628f6d7b"
- },
- {
- "name": "aspnetcore-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e13f930a-a71a-4cea-8f3a-2280505fa0aa/cdd56e3fbfadbed989b2acbf7d3aae3f/aspnetcore-runtime-6.0.9-osx-arm64.tar.gz",
- "hash": "d47e828c160b7e162f26d0074a47a1646863fc63fde393758d020546d03843e3f98adb92e3c0041a9088ad31043314317a2e8be616f8079d8c98754f94eb55cc"
- },
- {
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5d9f409c-0fd2-477f-8a80-44eb18f9ccdb/3dc6bc3edf033ab3d84b36889f1253cf/aspnetcore-runtime-6.0.9-osx-x64.tar.gz",
- "hash": "d67dd72cfd0fb9d96077bc6c3518fabbde107d97b4645c13dc82ec99abdfb4030e10638e4fb0c52aa5246d90628348fd877625469f14fb45e4467934229749d7"
- },
- {
- "name": "aspnetcore-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/855b9ae6-eefa-4381-8ff0-e73e7ddfc3e4/2145588d2d2df2d7a931c04aab8e25f1/aspnetcore-runtime-6.0.9-win-arm64.zip",
- "hash": "6267cec00397d83347760c23051220117dfd7431003c9065f5d3f7d34d1e7129a7c2065ced76ad0f3f9a8eaccc5ff8e4ba94a5e9a32b208387f2451ab82ab9bf"
- },
- {
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/98dbe241-8b77-4be0-b130-a5fb6af8d724/27b655adce6250da42be9440abe847a2/aspnetcore-runtime-6.0.9-win-x64.exe",
- "hash": "e3fae121878e5d98f49aeaa0a20b03ece760fcf75429256b7af13b78608eeaa2d2485578ed952a410cc590008023e62584233bad0e34e9fa632d445bce7fa1f5"
- },
- {
- "name": "aspnetcore-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ad9ebb4e-d9ec-496c-8a22-d2b677acd40d/0afceec04495e5af1b6de74979a825a6/aspnetcore-runtime-6.0.9-win-x64.zip",
- "hash": "87a187781cb0b5cc364ed52d240feb703855698cfc6c24e49d331ddaa759cfcb135813292fb9d18dc92d182531d8eccf3a50c0494415ca5776afe8cc5230b650"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8f583028-b802-4661-b8dd-47139b0561ce/3c0cd3bdc6051759ccae40f78982c86e/aspnetcore-runtime-6.0.9-win-x86.exe",
- "hash": "493d9a5388a0e6bef4fed091465b58a5cc6d9c148478e5a9822d76eca61395cffa93ebadaec78c9f7e1da5ccecc00881baf10b757ca9c4eb9d475fb8ede7fc53"
- },
- {
- "name": "aspnetcore-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2e9872fe-cfe5-426b-8f27-4a6ac1fdea78/d87f57a04836110cb5473ddcacf70760/aspnetcore-runtime-6.0.9-win-x86.zip",
- "hash": "de25ba89b7319c270085aea53bfacbf8d13bcfaf499528649af1f3a9ed37f0c543ca468e3527398a3289ecd41c36b87ca00d646dd3ca128ade2f0ff1359775a7"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eaa3eab9-cc21-44b5-a4e4-af31ee73b9fa/d8ad75d525dec0a30b52adc990796b11/dotnet-hosting-6.0.9-win.exe",
- "hash": "fb8d8099fbe193e37629c01dc1727f6ed8efb27e47321738cba9db03e733497eb0c8d69bd99b6723a56178f8d049eaf60064ac8bf089986e859f34707a17c0fa",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.9",
- "version-display": "6.0.9",
- "files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e207429e-4cdc-43ed-868e-aeecbd1ae9d0/d32e40bb2385e7407ea235dc5541ef29/windowsdesktop-runtime-6.0.9-win-arm64.exe",
- "hash": "a741c4af559526d69e00be8d0d954d365d67f30739af9d142fef28b0197ebaad9f169108b71c4cfa9ba94cc86fe2f0900f8a3165aa1cd0349c74defdf9f6157d"
- },
- {
- "name": "windowsdesktop-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/70decad2-802f-4ebf-ad59-14ddfe2e2421/45140ac9e30456e70359100d203880a8/windowsdesktop-runtime-6.0.9-win-arm64.zip",
- "hash": "d982d1500578ed7c3fcc7d7e284779a229458b3c53609ce65f5ef0ac8a86513c9ce07c0232170cf5ec343ee3818e82d951f1b1ed29d67c8bc5d2d6ee3cdd0a47"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fe8415d4-8a35-4af9-80a5-51306a96282d/05f9b2a1b4884238e69468e49b3a5453/windowsdesktop-runtime-6.0.9-win-x64.exe",
- "hash": "28cc3d88e6fa54938177937118260e9129967246e30d2140fdb7a4a8e9e393efec689d6282edb6982853fd3ba27701239a8d1ee81a2dd28c93b186f1a3cb1b55"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0b9c0dfe-c277-4323-ad4a-7861a08d577e/d1a03a2d67aac7307ff8c39eefe51e56/windowsdesktop-runtime-6.0.9-win-x64.zip",
- "hash": "e66575bcb2cd5227f6d53dd96e4b57052f47cfba56c73ee6a475b846c420e03f36592156c5a8c2a4bf76fafde6a81ba3b7a02557f76caed09eebf496b892dd27"
- },
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/925f9407-2767-4341-857a-43cdfad71e17/0b84db913bdbb1dcf02db937a3cd3f63/windowsdesktop-runtime-6.0.9-win-x86.exe",
- "hash": "6b45a936a15710e22a03c64ad4f37ee4a934d957d31e78f73533099109bbeecdb8eab7ec0749c2ecbcf90b72c9d6c7462252885f7c502f68e636167cacba3de0"
- },
- {
- "name": "windowsdesktop-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/599280a1-dc7c-4a98-999a-203031625ffd/76be0215d6c3215ea516a7c9373c6797/windowsdesktop-runtime-6.0.9-win-x86.zip",
- "hash": "5c2e86f566511d5c712b6afd01cb4b14c068bb29cb5c7c381e7c0e9e0d51d03b792e3c338b59897176af0497d2930c9b74ca236da445dcda09163e7f1726033f"
- }
- ]
- }
- },
- {
- "release-date": "2022-08-09",
- "release-version": "6.0.8",
- "security": true,
- "cve-list": [
- {
- "cve-id": "CVE-2022-34716",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-34716"
- }
- ],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.8/6.0.8.md",
- "runtime": {
- "version": "6.0.8",
- "version-display": "6.0.8",
- "vs-version": "17.0.13, 17.2.7",
- "vs-mac-version": "8.10",
- "files": [
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-runtime-composite-10.0.8-win-x86.zip",
+ "hash": "8b6a383cf3e78133cd6c4fc33b3a6e774980d1d3474c3a42fa05e08414f6bd87bfddb6a66f38684fc0d7cd74dd68a46b67384f087ff730ceac3ceedb70c512bb"
+ },
{
- "name": "dotnet-runtime-linux-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3bdc231e-36c3-4bc9-85d0-c1889b17b1af/ec691544aec785d52417173ba7c17359/dotnet-runtime-6.0.8-linux-arm.tar.gz",
- "hash": "15720bb8dbd3002bd5058f86f05122be56805d7e22cc189acd34a97602ceca13aa832ccdcb171741b9507294bff84e9a190a69c1ed5e4f50bdf562fd93f006fe"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-linux-arm.tar.gz",
+ "hash": "1d7f2e1763f2e4c38e016a2b3a678bab05c2859832cc7738b9bd462ddc3840e56c04e35206ed6c9570fa1450ea75fe4f069281ca2dacefc031ac0e556d651166"
},
{
- "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/866ce4df-8aaa-417d-ad81-26131a2b8734/7ba8391188bc194156ee7d82f494ee00/dotnet-runtime-6.0.8-linux-arm64.tar.gz",
- "hash": "7cd60eda5219a6b882e53e85e2b6543dedc91605503ce8085f447835382fd1b6abd7c8810e0fd865ecaa33167cedf2a33884dd4eb2bdd2857fe69d509cd62a9c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-linux-arm64.tar.gz",
+ "hash": "d3b733ad288466f8daf8ad1831a241a0d6883b72219df80fa2a3780da590f0181c03d1fdcdd0299f4b45ee30f9d26c6f87453f58f9f745a211b3d3d1c0a87257"
},
{
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/40e056f3-abc7-4dcc-9874-832414a693e8/ec85ac59284584ef26db73392d115345/dotnet-runtime-6.0.8-linux-musl-arm.tar.gz",
- "hash": "c50eb9781eb48f958ae286ff06f7c9a85959c8793d91d389b6f1d162bd8eb50d0014a0f8a34a623d7b6fda686717558eec9b59fe4fb752c27baf43524dca83aa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-linux-musl-arm.tar.gz",
+ "hash": "16730cec7dd671993fc0aae6d38ff364dbcb08bdaf80ddc90fba85e06cafa08dd563b1bdcc40b5f17687ffd5e5c1d16d4c5e2793680c6d48892091dbde673958"
},
{
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc35e31b-c65c-45f4-abd1-2d982bcd438f/f97483afcfa752c83c81645e3e082410/dotnet-runtime-6.0.8-linux-musl-arm64.tar.gz",
- "hash": "fca50a3dd625d5f430edcac9186f0ce3b0690e504c95cee83221b4b3c332885392e854cabde1557940a71e3decc260cd4a79a4e45ac41c792297a4c35f2ecb52"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-linux-musl-arm64.tar.gz",
+ "hash": "6bc64cff0e6dd15057df065ab00703b48397c5c5c0ea7f9dc8eeec60a63e5aa1f6ae8d1596e7be5a2ab25087c6791fe61ff1fae97349bf9454c8f9cdbdcfaa7c"
},
{
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2ad9838d-9f2e-40d3-bbff-a3c13390e719/79efd5ce752fb2348e46e0598311f399/dotnet-runtime-6.0.8-linux-musl-x64.tar.gz",
- "hash": "3e627b704f291311c7c54251745a0dac294259fa7984cb0e6c99103ce012aa724add3be883679895aa3e9692b6166639871ba62830165a120759a98bc03eeff8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-linux-musl-x64.tar.gz",
+ "hash": "8f7e0ef85d2dd40efcf3baa45f0ca55931b9ca8c8859efd92897e3610aeb39ccf059f3b5b6dd55673bb2541d815154fdc29c153ba209ab690926c8f23d6636bd"
},
{
- "name": "dotnet-runtime-linux-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5596ef6f-a174-4fba-aef1-99173e3f3c67/77edd755d605688885ca7114bc4f9ae9/dotnet-runtime-6.0.8-linux-x64.tar.gz",
- "hash": "c776813bf87c25766b31a3a514d124d0526086ceea514a10f104d70ba435c91a6bd3c8bf10c6662b4df2b13ffcdf385518f3418e51d05cccec6a2cf2c26099de"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-linux-x64.tar.gz",
+ "hash": "3a608abc5011670cf6b9e87bc5a7a9ca9ce65c5c3cc504966ad85e9d6b73868462221ded14a11219acfc664ebbc46103b54b98127b1f192173fd7cd4d408604e"
},
{
- "name": "dotnet-runtime-osx-arm64.pkg",
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9beccd15-f764-41af-babc-e88839269b89/fe9ee487d0d52feb9a9213da780f19d8/dotnet-runtime-6.0.8-osx-arm64.pkg",
- "hash": "096481fd7e5588952efa84a2243e540146d70773032dc4fd77679839613a4c84df433c332d6de9cc09ab5fbd19037edc66fad357da56daa43cdea102caa7019a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-osx-arm64.tar.gz",
+ "hash": "345a8edf8b1d402df27ac9839b6d26e1c70dbcb2f1cf850b8a601d29440db3a05a88ccd3d9d848f1eca7bf169cc84130be1260523f627663f6f1f5d01b0f32a1"
},
{
- "name": "dotnet-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0b8a7b71-8f77-439b-a4d8-b4fd863466d3/7a852ca4536bdef2e63d9f5e98731777/dotnet-runtime-6.0.8-osx-arm64.tar.gz",
- "hash": "99264f4e34e2b6e1a82f3716cce5753967f3386348593e7f51085d96dbec4acf1400a451e9320afbfb45a9b777df1f8bbed8e78d7c4810336f3d226bdfd4343f"
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-osx-x64.tar.gz",
+ "hash": "f1039ae5d240631e3cb6c79a97792a614e92b1faa6b6d9a42b80ef918441ffb55f14945782127e36eead4586f1c8b6f326b760937bed6d51274285f2c641d0d4"
},
{
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5cda9364-6621-40a0-9519-c460a37571c6/a73481f3abf7bd0325420d2ce740bfed/dotnet-runtime-6.0.8-osx-x64.pkg",
- "hash": "17621b72b75e0a68c5e4ed3046d2a3e1ceafb927fc39d1532d87d17443eddfd177ed1274b4d75a4dadc4df27faddb76ef0cd8b51c0657de41dc41b0d0fa74d95"
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-win-arm64.zip",
+ "hash": "eb8ae4f6abf120080d7ab8c2c601908e5725fbfe1841a4bb7abd40982cc22b841e7f06c3e3f13dd6bd4ce305d77535ea73ae01836f2a6c5d754ea7b76b174869"
},
{
- "name": "dotnet-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1c11dcab-2b1b-4f89-88a8-32665c56a131/c1654a9f3d01805033b7fd8d505050e8/dotnet-runtime-6.0.8-osx-x64.tar.gz",
- "hash": "8100003430b073e9f1f16910eef8af5a5ea806754a1818971ba15f4ba44e12455330334bd1488088880f7ed3ff67c2a4c4a3d8037f4202c95e6bc029806c8b15"
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-win-x64.zip",
+ "hash": "b289ed83f6305c28e3da4cc11d918542aaa26f73e7935a3ebbde3cbe5df8e1f18b9b4c997fd19418a77a87db104147b20fb8e6c6584f629820503e894e71bca1"
},
{
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cbef9889-7cf4-461b-aa60-5c5f309a551c/131274bd29f18e75642bb8b0e5425893/dotnet-runtime-6.0.8-win-arm64.exe",
- "hash": "3190abc32f625234b6f7bd05ca6e5f9c8e1919b6409c668712b4542dd247b04b33a4169e4e65d6ae2313ed10959416da98521cb42a87f8e5d8cc6b9cc2470288"
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/aspnetcore-targeting-pack-10.0.8-win-x86.zip",
+ "hash": "30034e82955b6961c07d4d333d356b9df30513aa0f3ea73ee8b52161216b158056dc7d1b353b08fefd854f85d422c9ad7b3d6505c334283442bd1752ce2cbf7d"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.8/dotnet-hosting-10.0.8-win.exe",
+ "hash": "5c734183d25f34229d87c450a4b4af01d8bb668c15380ec26b849e151297eaada9482b079a0554266ad9deb39f4fa3b384714035f89bf95c981773b42ad1a1ae",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.8",
+ "version-display": "10.0.8",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.8/windowsdesktop-runtime-10.0.8-win-arm64.exe",
+ "hash": "42d30c5da6b87f4caa7bfcff25d2144922e4242da2fb5d4adf0c9555eabd96deae4e51724a8580976bc652f74713fa8e1d1fba17cc19e27ca48e131ea291318d"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.8/windowsdesktop-runtime-10.0.8-win-arm64.zip",
+ "hash": "04a05ab74696f987c780d577e1f9acdfbf71156ba6a4141be5540315bd09edd518c82685ad7873a79172b8d6fbdea3203093a89f0e3826335c3b2199ac3a6d70"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.8/windowsdesktop-runtime-10.0.8-win-x64.exe",
+ "hash": "8dde7d1fe5d1934d386c01ac208e1a9debc1afa2448c5404e969c3bdee36b2dbaa9cff999452bd26181659f27f3eeffe200ac223c26a2196dc563bef0536ca1e"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.8/windowsdesktop-runtime-10.0.8-win-x64.zip",
+ "hash": "3dcd7b490966ef44c5074e33d2253563939654eca65eb74a2045c82b4dfa5d13077a1de9533971aee8b3fa9daf9cf968820285629beae09ecfa2b047ff2535ea"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.8/windowsdesktop-runtime-10.0.8-win-x86.exe",
+ "hash": "9822ff88aecfe89b91d66948c29bbff2a8d51c607f15c65f83da68da3cce4dbc7b7cdd898f5d3fdd1888443b757f857d609d8fc69aadf8c0d37f97b22e982a82"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.8/windowsdesktop-runtime-10.0.8-win-x86.zip",
+ "hash": "46ab7b9ca355007bdf07b7cd6b8ec1766cabd63dfdb69772a60ba5267ab3ff304daceab985426935d5761bb4777f9bfa375f948f13104403365d8d951ced609c"
+ }
+ ]
+ }
+ },
+ {
+ "release-date": "2026-04-21",
+ "release-version": "10.0.7",
+ "security": true,
+ "cve-list": [
+ {
+ "cve-id": "CVE-2026-40372",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-40372"
+ }
+ ],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.7/10.0.7.md",
+ "runtime": {
+ "version": "10.0.7",
+ "version-display": "10.0.7",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-arm.tar.gz",
+ "hash": "8f830ac38dca2b4a3c189768315c7da142b0d9eeab94935397c371878a3156a18f9b9da5385b7d4c1434187f235d75f4a221245973b25835828d091bd4e70fcb"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-arm64.tar.gz",
+ "hash": "af13c81ceafe6ba7a86b31b5c9e8361cb2ea1092c53917882f9d31aa0c54bd3a115e7214faf79af4663827b5ae811cd608f29d8c74f60d8f3e69c6f5c5500e81"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-bionic-arm64.tar.gz",
+ "hash": "4fffd07f083a069efb0b53fa410cd4a4de01813221bc22a16d5112dcca2dd171dfd989aec6acd8f8d2792edaaea524e1850eb97f7ef6939b5a76ef9b1bfdbed1"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-bionic-x64.tar.gz",
+ "hash": "cde5d62fd544dc76af16ec9438e641a9fb694ef499cb184bd8e732d9c32ecf529e1fc7a14eb70823ac06c41591e393286db87ddfa59542c07c72900bbd3399bd"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-musl-arm.tar.gz",
+ "hash": "ee47f862e3c23a30494b04bb835f84b33497c5c205b09be249d73a028bcd1726f9fffb483890df620bab75edb6a046c40428184eeb509c840ba3019c344f73e2"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-musl-arm64.tar.gz",
+ "hash": "47b0cfa7e6f0e1c5a95e4f35b0690d5771e83ffbc8a5a9a3add7e560b752f322ff300dc6c1238e14bc9bd419efcfbf2499eac23914813c8761c401e151b9ccfc"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-musl-x64.tar.gz",
+ "hash": "ec2c422ca3097e6452e20073ef6b27b34292ce261311bf13e34104b7c573423a4aa6985dc1ca45be20d2ecef7e150edd2383c1b53e91321d3675fdcbd41e2e9b"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-linux-x64.tar.gz",
+ "hash": "ca7546c7a1cc5f3045f4898f4d7eb6d35016c8a19350848dc17fecdbba5c51ba0fbb18437b1687eca5dcee0bd4155bc3cef56f9821abcd7bbff4c389e58da4b9"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-osx-arm64.tar.gz",
+ "hash": "f337730060650bb7e7e34e736eae900fdbb149d8b8d19033bc46c6c721c5548e7d255d4a45309bb1f766b91deece5e1be7c6d8f6bdb34dcb5ec8ca34874336d9"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-osx-x64.tar.gz",
+ "hash": "4ae25d29b75ca0bda4953728eb1966dba8bee264f4d43483f246a7e096ed301f2f3a9158586fd242521ae55315b40e91812996c30dd4ee0d4f0a91f5a5ca9865"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-win-arm64.zip",
+ "hash": "88942be72ef586ada7b9e34ee6ce63afa82ebb3d2e36e543d2a34216abc196c1749362d602ab48c9dc5520176e9709ac6c4c0a78e3b7c83eac8cfea7cb8d9235"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-win-x64.zip",
+ "hash": "0a263af688fdf33384aac0d2899958790e1a9c7673f723f1dd40a3af1c6820401f238f596bcca8b9d00ae753848a4d26aaf042f3895f18e792d318129bd46872"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-apphost-pack-10.0.7-win-x86.zip",
+ "hash": "303d162e93d3a639736d3f940968cd272715c7121e736d564580fb907eedbbed4097d83b414c1b5a2284401ed91041f54a3cb78d039ac824751989796191c4a2"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-arm.tar.gz",
+ "hash": "6dc1b80eaa1d0a10db4d35105a8c6a358b787703d3353289f7d9fe0c6af2e6420bb82aa1f5354c967fc2ddbc83aa223c9b7d9d5864a0c2bd0ce8656810b774ce"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-arm64.tar.gz",
+ "hash": "7f4b6d1746539e19415ca9a808e44e1f2697c77a31f3c5e6687ed3fc4d9d74c4c9367b1f26813d5db8347443f7c2b03ddb25101adcdfccd22d80e2796f131be9"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-bionic-arm64.tar.gz",
+ "hash": "3773505a5ce0f6f410e0b57d4fc5c71422f3fea617d9d1ea58fe6c29bf03dbdbb03e2fcd2e6dc68d5e6f55b16e8cd4cd5820082f22c6367772a69a5309f4e769"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-bionic-x64.tar.gz",
+ "hash": "60b925cdc54b0eab2c73f597e8d403cdb97b6c4d48d98d9810df6155d7efe15dda1fe36c6d0c076cb4372dd7c4de218963079db3d356c25a6bcbfb0a3e5fbbd2"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-musl-arm.tar.gz",
+ "hash": "08ee9c34e42147386531fd8fb31c369d862964b796c19bcd2ac9d6e808991104390ba461f38074105ec543429a3b537388955c6863a9c76e7bf26989287b0050"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-musl-arm64.tar.gz",
+ "hash": "94a506b5f64a6bd23c5986af90bec88ecc87f49a62485479e4b0e223fa1b0af7a36f0f1d9a97066aa53b340ac8a2ec6503e7dcf1e1b44908401e82c7be2d3174"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-musl-x64.tar.gz",
+ "hash": "e6fed743a44d4e8632a85e9367da33fe635bf442d95dd979c40fdd308b172107b7bae94c30af2110827a4ad7afc48dbabf36d338eb4b5621058250c800992749"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-linux-x64.tar.gz",
+ "hash": "7023ae9b580322566c1be1dc7711cca0dc18e7c8921a9dfe446df278e5fbd12f85f9cf77ad977fac0a07293dabd0878816934fd02d831545af9ff5e0786a5a83"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-osx-arm64.pkg",
+ "hash": "a014ec81003444a3257a0a0ecb482599b39e141cbdae23fe61de100e07057d1423e2758e2a9ca1c7f381f87ad3961ba9306396442463b2cd329a5279f95d0dbc"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-osx-arm64.tar.gz",
+ "hash": "cf2a04380b138d0b8b05749b59358cf528bf8bedd7b1ea314457dab5d8e53dfcf14eb6915e4f33febd294a3f80efeb7e8ca87943f4bc2c33127c2859bb29fd7f"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-osx-x64.pkg",
+ "hash": "b766ff541315c9acda64bdceb89c687050db81bd24fefa70885fbdedb7961091a9a296fc47d23de4fb368327abae41d061246525270895b90691f7e98d24fc47"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-osx-x64.tar.gz",
+ "hash": "fa18e1072debd559cca9dfb7e3b7538a6e506745cb28f3b09a8b70ac0f4ca343e8ac4739c0f9ce4a18396dfc44a354fa15cb039efc1c8eda92fa5d6366801140"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-win-arm64.exe",
+ "hash": "57f91f209c5979539a59e2e887cc271f9f0affaac64d87904d508705c3c459d2675ee73cdea014debfaa4c26eb883b25a29030535719eb857aa593c0a350e604"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/94c448eb-9709-4137-9fa9-6cc546916352/b9291cb0654181fdb865a09dc0e9c5f4/dotnet-runtime-6.0.8-win-arm64.zip",
- "hash": "50ae5abf60cca9c62fcdd7d45d64982bd3ab5c3c5fba5cb905bdf075f63981a8d52635edf36e2090ac16980af6c02543de3411c449fbe32f9282242646673ce6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-win-arm64.zip",
+ "hash": "1e93c04515f79a6aa977340986e13643fa5e9fa7e554c14c8a3aaf245a318cda8481d80e960e8cfafbc58a3e76965517a88eeeeb6ead2afb835b3a65dee2ca52"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5af3de9d-1e5f-48ff-bfb7-f93c0957ffae/e8dd664b0439f4725f8c968e7aae7dd1/dotnet-runtime-6.0.8-win-x64.exe",
- "hash": "c839f650460a7d89e6d7ba5e074885d25abaab882c94dc8dc8ce88347b23afcf5b109db6c800922d0b36c20fffa0ecd40a506447789e15473da22fab0d86a176"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-win-x64.exe",
+ "hash": "e6ecc41b546e3aef74fab2ec8b066bb198b197492223c145c35170124f0dfe83c419ddeaf247ce670f35a6afba967877563a2de8fa0bb45866039d9fb399712f"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e810aa7e-9251-4e0b-a9fa-0122c4256c05/67d268682bee8a6fb1d47e4fca9c9e6a/dotnet-runtime-6.0.8-win-x64.zip",
- "hash": "365503c27d555c687ff7fbd36434fd4c71f2bcbeaf16f7761cd6ee2355c04b9bf54129595ccf13087cde8c2e177439d7f4cf0e135b470a7ce1b4188a6cd80e6e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-win-x64.zip",
+ "hash": "5595e4a6a87aee15d3b12444f7f1b80f5a4eef219cc66a620b8c1466b3fa210f1b67dbdf88d51f63a2163e882d3d24c4aba91a5f9d652c0402c6d23a18e821fa"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/db70cd1d-4f33-4dc4-8293-57bb362175c7/5c27048a0fc814e58bc196666a9b0c61/dotnet-runtime-6.0.8-win-x86.exe",
- "hash": "439a0f6d92af686d30641c8efdaf3adbf4bdeb0720441d90931fb12e0589b82b052d94adcbeaf8713865832e2ca670ff37b36eaf6099799a8a781631f47a0fe7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-win-x86.exe",
+ "hash": "769f34df1d69e0f16022e31950c044c4917eb36dda674de4cf6901f71d30fcd33c9f04b7b0bf01a051e54bf631752394a4962b7b0748bd440853ab4c0300e77f"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a152bb73-b340-450b-9e56-ddff92d39fa1/cb94c72c10dbd2dec7187f3ac209778c/dotnet-runtime-6.0.8-win-x86.zip",
- "hash": "8f1a330e2b8d97b3c9481ae77671f283a5e27f1a799ad8759c73c0e4d08e38d307f66c67017a143f8ce8fc9fccaa92644e653c33fc3ad820be3452c343c85778"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.7/dotnet-runtime-10.0.7-win-x86.zip",
+ "hash": "b75f39cf0047523d0ee00566d362ed1c240ba890cd7af8528cb0abf93bd7499acbec38c10da972244dc1cedaee50fbe1ae1967042b617cd83f9776467fc636c3"
}
]
},
"sdk": {
- "version": "6.0.400",
- "version-display": "6.0.400",
- "runtime-version": "6.0.8",
- "vs-version": "17.3.0",
- "vs-mac-version": "17.3.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.203",
+ "version-display": "10.0.203",
+ "runtime-version": "10.0.7",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5a24144e-0d7d-4cc9-b9d8-b4d32d6bb084/e882181e475e3c66f48a22fbfc7b19c0/dotnet-sdk-6.0.400-linux-arm.tar.gz",
- "hash": "a72aa70bfb15e21a20ddd90c2c3e37acb53e6f1e50f5b6948aac616b28f80ac81e1157e8db5688e21dc9a7496011ef0fcf06cdca74ddc7271f9a1c6268f4b1b2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-arm.tar.gz",
+ "hash": "93c792edaf740018ba5605b9ae2167f01fe63982510b5e438072f63fa214aee95a3fc633cf028a7cc20ab0b60119dacafeeec28e616921766b56f88e218a6b06"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/901f7928-5479-4d32-a9e5-ba66162ca0e4/d00b935ec4dc79a27f5bde00712ed3d7/dotnet-sdk-6.0.400-linux-arm64.tar.gz",
- "hash": "a21010f9e0e091bf0a4df9dfc4ec9893c056c2b07b10be093ea392a4fa5c8a38bad9535f66e570b45dc25165b685199fb729434b845bcfb35f8b79cceb22c632"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-arm64.tar.gz",
+ "hash": "7fbc8e8b20b6d6cb40269544ea4b5e919dd7fc7b066b429f32e7fa9087224f17445b90c7807c46745cc42f299dd7ef65abd023bec03fc341ce07a5bb52a59218"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c66ddb7-c3c3-4814-9092-fcc2816cc7f6/2a7988ffe2cca87fc011778bf1d1c684/dotnet-sdk-6.0.400-linux-musl-arm.tar.gz",
- "hash": "43688531b305109c2862288a60e923a43e694b88e7af9779f1ec1144587b8aca475ddc7f29a5364d8a8719c7816f98c3e56c436f37fdbd5a968d2fffb30c6dfb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-musl-arm.tar.gz",
+ "hash": "8c10de1c7b6a3e2ac381cef121cedb7ac9f071b601496bdf1fee84956278425b8b207ed58c2cb78236cc40ffad7e203444a0f27b022559b5a6b76f1551e8e0a5"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/65dc0d81-0788-4776-9fc3-a604715b8969/2aed1da14a48e61cc4592501a402cde9/dotnet-sdk-6.0.400-linux-musl-arm64.tar.gz",
- "hash": "bc19c8217b48000a76b34ec0ece60fd9aacd32ad0de005144abe83702816ba98c32421cfbc7bd78f0cf1d1dbf2779e54fae07939422e1ba7b3d0a82553bf9ab6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-musl-arm64.tar.gz",
+ "hash": "662a54d629acc8bce11e6f9a4497e204ce586c984afafaa91ed60207aea6c3afc60689a2448a20c14cbc0e1ec23a8ec0e22b2f8a3a893991296fb4a339c12802"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88e98bfe-bf0b-4dd2-b579-b011c9725477/03bff7e597dc05f2da2f9dc0d3a25c18/dotnet-sdk-6.0.400-linux-musl-x64.tar.gz",
- "hash": "e5f27cc44cfdfa3237cac49127288b357d7351c36dee7202dc1d15239e25d6da770679d2d7f1e01a6d1b89d18e7bd44b196f6a54e87ac564b313c49dc4828055"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-musl-x64.tar.gz",
+ "hash": "06e9fd7e1811f0b7940eba7de2efcfb7a692d69b31e96398bd75d63e59549c3fe66de53aea6b9ceacde940a4954a99318c2bdb6873df07e2fc1071d63d5ef023"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-linux-x64.tar.gz",
- "hash": "8decbba0a6b09501daede52cbb5a9ae9e5f31ade201918c03efcd1b4cc345ec934f88321704ec3beb1f90f2204934be7259c76f66d9204cbdd15933582602763"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-x64.tar.gz",
+ "hash": "fdc36a27285b6f39b625814454f4dd3e76f2259c1279d0317d7fa297514bba607de323290d42caf67f62b9081ab26b6edb079e00f2b8c709c5826d3349a451d9"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a92daceb-cf41-4c37-8e70-8a158889a9b2/c027605fb8d8b51ee0892e10ed874ab8/dotnet-sdk-6.0.400-osx-arm64.pkg",
- "hash": "53faacfdf57fa722f278992f61122fcf8383b2811a22948ac70331cb870344f4193cb67950786b99eee389f64f63851747c19d16ec4a34e0db97a6e545559655"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-arm64.pkg",
+ "hash": "83cfda45ddc3abd48a0ddf524bf0e46f78dcdedfffe093260d800f7cfc9ba98186bb6b484b022fdde543f48301fa321629157bbaa8a80063e06aba2d174929d4"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0e45597f-a72d-42fa-95c5-85a811a7a8b6/1d77d2eeb8c08815edd1a6e9e9dfda4a/dotnet-sdk-6.0.400-osx-arm64.tar.gz",
- "hash": "c3b016bc558f42fba29a8aebcc04be7b3aa3b0290755b6ee2fea1f48f921da78b86cb31913c4b7e32c0421b45a617b551ba593f98f349fae43ea1faa38348412"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-arm64.tar.gz",
+ "hash": "73de158cf9578c97d6aaec645457f7539615228a9974f8854816833fbc33861f31ef48d47786387eea2c1e45d7ce96c98ab760ec9f5b76009d91d83e3b87c035"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2382b0d3-f865-4818-b3aa-47a94ccedba8/cd1eb0d061a1e1d8d0373603c4e82a97/dotnet-sdk-6.0.400-osx-x64.pkg",
- "hash": "1f30e5e83b74fcd86230a2999f656634eba02892fb0d5ac12fc6e8a9aeac76e27fe22368d069bb1f17d4cacb0b5c5234ad0cbbd21d7a0670fa7dc9ff320aa155"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-x64.pkg",
+ "hash": "d0a23baaef7362c5de84155bce66f1c49c416b80c3f960146e0a1852d4898783fc3b6e9ad87232058e9677949d9389efdd128518971520435905b3d6bc7859ed"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f52fb2f4-a0a3-4094-9f75-add72fcbc21e/d46eda7abf39baf278c0b0b040c7b81d/dotnet-sdk-6.0.400-osx-x64.tar.gz",
- "hash": "35b80347e31baefdbd42e7434ffa0df1069367a4f8deec8b4051a44658b3ed531832f0e92357887a2f5a27c6433304537c846cdd4793aac874bace82a899053e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-x64.tar.gz",
+ "hash": "f324adf04eac222df3ebb9be1b824306ccc112bd9caed0657ec65a1d2e47dcf52f863c5e124a58d7aeff5f4fdb9a186562aafecc9a1ac5ee4cc61f462628ea0e"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9008bb12-55cc-4103-8a4c-4352b4d83a6e/9245d6ec198c190169cf09a97a61f762/dotnet-sdk-6.0.400-win-arm64.exe",
- "hash": "0e0fcb82aac11452b0d3f86f9b3799f81ff4a5c5a49563ade0ce01183265c81e9bf368ea1a4359aa94fb45022e52943d0beea14a3ba9365c8d47a6d5771d3887"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-arm64.exe",
+ "hash": "62a2e55d18263b706bb220877a2c0e7c7eb2819dceed7bbcd696e5d3b875013783542557358eb070a144f19dd1c3386a122bb01d52ebe6bb39abd7a1882b5dc9"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9d41452a-c2e3-4167-99f6-6fed68f9ae2d/82dfd382a47ff65636375851dadaa924/dotnet-sdk-6.0.400-win-arm64.zip",
- "hash": "1c26a05aca21d0289cf1f306c6281d8950296aace8f6a6e0ea93502f927705c2c272b77a3ab901b26ea18da1c8f6e30e18216c33e9d77200e50c8291e05ace4c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-arm64.zip",
+ "hash": "66e0939ce13b22267c19465060b522e940a61b6dc51c007a95ee6ccfc92def823ff7ff69f2120f1dde56c9ace2c0b687ec43547a5e50f82a9f5ca35c144bd9f7"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9a1d2e89-d785-4493-aaf3-73864627a1ea/245bdfaa9c46b87acfb2afbd10ecb0d0/dotnet-sdk-6.0.400-win-x64.exe",
- "hash": "2ef178ceb63590e548fb644d265c4e1f8fdc319fa7d9f31442a958ac901198e4d1edc1b6ea213527bd9f5fba7925d7a12ce9a37d0fc791862518df70fa597f61"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x64.exe",
+ "hash": "369bef6b731c683bba0c1aaa3d51b9b11bf4d4f056a57c6de3ac88c04783f4f9d593f4dedba09a1b758fe7b66b7e1a412e107d1e0823528c10918adab6742b5e"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8686fa48-b378-424e-908b-afbd66d6e120/2d75d5c3574fb5d917c5a3cd3f624287/dotnet-sdk-6.0.400-win-x64.zip",
- "hash": "382d0ea5d78e18691a4e5789db174df1ee0d64062a7198793776db1b0857e303bd23d12008dd87d952fe8d5a4d3fd2eb58735a46db7c26b5b9e3fb51f3435c66"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x64.zip",
+ "hash": "41486bb422746154171e0ede7c1d0021605430728e71b83e94368184e8c97802f9cb5151be2cd1285936b11e452ddc0728ee3766db187d428e50531ac0c2161c"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a0e80246-00b9-4677-a524-c343c1f2943c/5bd095f31e0dd114627276514a182ca7/dotnet-sdk-6.0.400-win-x86.exe",
- "hash": "a9a163b6613fd8287deede5901e8a66b2def51b0967c6acb9e3c0d1db81e5d23b797542d728c86976024c6b448ba900ada5e999bae17eaec3d02ca7531a7d030"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x86.exe",
+ "hash": "dbfef1e52a9e03a258a8d925916f866a56f69c85660eaa1d3e802fca158936a635c9ea03dbc0c37cb7bfc871acf38e6e958fd33b7c8b0d78de3d130b26fcbc0b"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a3b437be-6235-4b48-bf23-3418dffcfa16/3ec113de1bcbff8acb95712ffd32874b/dotnet-sdk-6.0.400-win-x86.zip",
- "hash": "3388f18cdc52b84d1502fd5727dcb3f10477556e5b4cd4c1731b087ba3aaa4669876c119e58ec3b0b78054d295a92210948dd75a9d19ed96249e54b8b1c7fcac"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x86.zip",
+ "hash": "825ff0fd32dcecd4f0c76d19cad308c8462b9a29f3028b79560ba71e772b126a448bdad0c0411aa99d73b65a42893361c3b2815d28700e5640d3612fb862b1c4"
}
]
},
"sdks": [
{
- "version": "6.0.400",
- "version-display": "6.0.400",
- "runtime-version": "6.0.8",
- "vs-version": "17.3.0",
- "vs-mac-version": "17.3.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5a24144e-0d7d-4cc9-b9d8-b4d32d6bb084/e882181e475e3c66f48a22fbfc7b19c0/dotnet-sdk-6.0.400-linux-arm.tar.gz",
- "hash": "a72aa70bfb15e21a20ddd90c2c3e37acb53e6f1e50f5b6948aac616b28f80ac81e1157e8db5688e21dc9a7496011ef0fcf06cdca74ddc7271f9a1c6268f4b1b2"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/901f7928-5479-4d32-a9e5-ba66162ca0e4/d00b935ec4dc79a27f5bde00712ed3d7/dotnet-sdk-6.0.400-linux-arm64.tar.gz",
- "hash": "a21010f9e0e091bf0a4df9dfc4ec9893c056c2b07b10be093ea392a4fa5c8a38bad9535f66e570b45dc25165b685199fb729434b845bcfb35f8b79cceb22c632"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c66ddb7-c3c3-4814-9092-fcc2816cc7f6/2a7988ffe2cca87fc011778bf1d1c684/dotnet-sdk-6.0.400-linux-musl-arm.tar.gz",
- "hash": "43688531b305109c2862288a60e923a43e694b88e7af9779f1ec1144587b8aca475ddc7f29a5364d8a8719c7816f98c3e56c436f37fdbd5a968d2fffb30c6dfb"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/65dc0d81-0788-4776-9fc3-a604715b8969/2aed1da14a48e61cc4592501a402cde9/dotnet-sdk-6.0.400-linux-musl-arm64.tar.gz",
- "hash": "bc19c8217b48000a76b34ec0ece60fd9aacd32ad0de005144abe83702816ba98c32421cfbc7bd78f0cf1d1dbf2779e54fae07939422e1ba7b3d0a82553bf9ab6"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88e98bfe-bf0b-4dd2-b579-b011c9725477/03bff7e597dc05f2da2f9dc0d3a25c18/dotnet-sdk-6.0.400-linux-musl-x64.tar.gz",
- "hash": "e5f27cc44cfdfa3237cac49127288b357d7351c36dee7202dc1d15239e25d6da770679d2d7f1e01a6d1b89d18e7bd44b196f6a54e87ac564b313c49dc4828055"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cd0d0a4d-2a6a-4d0d-b42e-dfd3b880e222/008a93f83aba6d1acf75ded3d2cfba24/dotnet-sdk-6.0.400-linux-x64.tar.gz",
- "hash": "8decbba0a6b09501daede52cbb5a9ae9e5f31ade201918c03efcd1b4cc345ec934f88321704ec3beb1f90f2204934be7259c76f66d9204cbdd15933582602763"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a92daceb-cf41-4c37-8e70-8a158889a9b2/c027605fb8d8b51ee0892e10ed874ab8/dotnet-sdk-6.0.400-osx-arm64.pkg",
- "hash": "53faacfdf57fa722f278992f61122fcf8383b2811a22948ac70331cb870344f4193cb67950786b99eee389f64f63851747c19d16ec4a34e0db97a6e545559655"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0e45597f-a72d-42fa-95c5-85a811a7a8b6/1d77d2eeb8c08815edd1a6e9e9dfda4a/dotnet-sdk-6.0.400-osx-arm64.tar.gz",
- "hash": "c3b016bc558f42fba29a8aebcc04be7b3aa3b0290755b6ee2fea1f48f921da78b86cb31913c4b7e32c0421b45a617b551ba593f98f349fae43ea1faa38348412"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2382b0d3-f865-4818-b3aa-47a94ccedba8/cd1eb0d061a1e1d8d0373603c4e82a97/dotnet-sdk-6.0.400-osx-x64.pkg",
- "hash": "1f30e5e83b74fcd86230a2999f656634eba02892fb0d5ac12fc6e8a9aeac76e27fe22368d069bb1f17d4cacb0b5c5234ad0cbbd21d7a0670fa7dc9ff320aa155"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f52fb2f4-a0a3-4094-9f75-add72fcbc21e/d46eda7abf39baf278c0b0b040c7b81d/dotnet-sdk-6.0.400-osx-x64.tar.gz",
- "hash": "35b80347e31baefdbd42e7434ffa0df1069367a4f8deec8b4051a44658b3ed531832f0e92357887a2f5a27c6433304537c846cdd4793aac874bace82a899053e"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9008bb12-55cc-4103-8a4c-4352b4d83a6e/9245d6ec198c190169cf09a97a61f762/dotnet-sdk-6.0.400-win-arm64.exe",
- "hash": "0e0fcb82aac11452b0d3f86f9b3799f81ff4a5c5a49563ade0ce01183265c81e9bf368ea1a4359aa94fb45022e52943d0beea14a3ba9365c8d47a6d5771d3887"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9d41452a-c2e3-4167-99f6-6fed68f9ae2d/82dfd382a47ff65636375851dadaa924/dotnet-sdk-6.0.400-win-arm64.zip",
- "hash": "1c26a05aca21d0289cf1f306c6281d8950296aace8f6a6e0ea93502f927705c2c272b77a3ab901b26ea18da1c8f6e30e18216c33e9d77200e50c8291e05ace4c"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9a1d2e89-d785-4493-aaf3-73864627a1ea/245bdfaa9c46b87acfb2afbd10ecb0d0/dotnet-sdk-6.0.400-win-x64.exe",
- "hash": "2ef178ceb63590e548fb644d265c4e1f8fdc319fa7d9f31442a958ac901198e4d1edc1b6ea213527bd9f5fba7925d7a12ce9a37d0fc791862518df70fa597f61"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8686fa48-b378-424e-908b-afbd66d6e120/2d75d5c3574fb5d917c5a3cd3f624287/dotnet-sdk-6.0.400-win-x64.zip",
- "hash": "382d0ea5d78e18691a4e5789db174df1ee0d64062a7198793776db1b0857e303bd23d12008dd87d952fe8d5a4d3fd2eb58735a46db7c26b5b9e3fb51f3435c66"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a0e80246-00b9-4677-a524-c343c1f2943c/5bd095f31e0dd114627276514a182ca7/dotnet-sdk-6.0.400-win-x86.exe",
- "hash": "a9a163b6613fd8287deede5901e8a66b2def51b0967c6acb9e3c0d1db81e5d23b797542d728c86976024c6b448ba900ada5e999bae17eaec3d02ca7531a7d030"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a3b437be-6235-4b48-bf23-3418dffcfa16/3ec113de1bcbff8acb95712ffd32874b/dotnet-sdk-6.0.400-win-x86.zip",
- "hash": "3388f18cdc52b84d1502fd5727dcb3f10477556e5b4cd4c1731b087ba3aaa4669876c119e58ec3b0b78054d295a92210948dd75a9d19ed96249e54b8b1c7fcac"
- }
- ]
- },
- {
- "version": "6.0.303",
- "version-display": "6.0.303",
- "runtime-version": "6.0.8",
- "vs-version": "17.2.7",
- "vs-mac-version": "17.3.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.203",
+ "version-display": "10.0.203",
+ "runtime-version": "10.0.7",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/89e0bd36-57eb-41e4-95c9-4e35569e0f6b/1e7b6862caa6488465ab74d7c44bf130/dotnet-sdk-6.0.303-linux-arm.tar.gz",
- "hash": "444b8055f6814d5282e320ae243244fa27fe8afe76356c7d06e03a399ae2d41806cefc523a7bf12f36931931da88964d6797f1758a9cf23671aae318f41d3167"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-arm.tar.gz",
+ "hash": "93c792edaf740018ba5605b9ae2167f01fe63982510b5e438072f63fa214aee95a3fc633cf028a7cc20ab0b60119dacafeeec28e616921766b56f88e218a6b06"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/625d6cbb-7d21-41ab-a474-3ba603770d1d/7016fc39dc1eb5c8c7c5e2cc36440212/dotnet-sdk-6.0.303-linux-arm64.tar.gz",
- "hash": "b6eed880882873a35fdda99f8cc4a3d7b72851004244cd9a2e8656b475c4e766da78cfb33e0f034e742da39200b583ae9970c284e1401f1a4645c9d9d4429282"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-arm64.tar.gz",
+ "hash": "7fbc8e8b20b6d6cb40269544ea4b5e919dd7fc7b066b429f32e7fa9087224f17445b90c7807c46745cc42f299dd7ef65abd023bec03fc341ce07a5bb52a59218"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/65774159-80ad-4b5b-8379-819377bce37f/0aaec8471b4f1d88cdef72a088d9b8b9/dotnet-sdk-6.0.303-linux-musl-arm.tar.gz",
- "hash": "f29f3fb2422fd4ff1045e75a949da19ff980780e34f2d6e27ff4c3e78e9d68dce8de6f509e7006b58ae2bb85cd5e5d53af4672e1abb84d66b21bc8051cc7463a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-musl-arm.tar.gz",
+ "hash": "8c10de1c7b6a3e2ac381cef121cedb7ac9f071b601496bdf1fee84956278425b8b207ed58c2cb78236cc40ffad7e203444a0f27b022559b5a6b76f1551e8e0a5"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cdd4919a-6547-41f3-8a78-bb3d5a2ff450/f7254df14266f63b49a8909b942f2a26/dotnet-sdk-6.0.303-linux-musl-arm64.tar.gz",
- "hash": "4ecf2182f710b628a4cb2ccc72befee3cb504848291d8ed3457a5b8fe6690ea5a9936226b7583acd0bbe05fbdc904e79b78fbb1cebcb21d2645e40b246d5fb0d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-musl-arm64.tar.gz",
+ "hash": "662a54d629acc8bce11e6f9a4497e204ce586c984afafaa91ed60207aea6c3afc60689a2448a20c14cbc0e1ec23a8ec0e22b2f8a3a893991296fb4a339c12802"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7d582c32-0982-4e1b-8c18-2c94bb00e660/24d19dae88983c24385b3b700df79b74/dotnet-sdk-6.0.303-linux-musl-x64.tar.gz",
- "hash": "b8204b5cb80b1f7b937eb8d498bab68c1fdf97eb54e2692e882c254523909266bcadc84a2ac54847bafc7be68172fe57c0b8de20adf107504b1e91a0153e2fc5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-musl-x64.tar.gz",
+ "hash": "06e9fd7e1811f0b7940eba7de2efcfb7a692d69b31e96398bd75d63e59549c3fe66de53aea6b9ceacde940a4954a99318c2bdb6873df07e2fc1071d63d5ef023"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dce68d71-9fd9-47d6-9d66-4fc9f517a41d/3e3e67f5e16f9ca2607a46abfa8750d7/dotnet-sdk-6.0.303-linux-x64.tar.gz",
- "hash": "f4ad1bce2d677c4068a32290a1cbeb32f2784c258c0e569547119ccb8ffed04b42d163ed9795acefb2116bc20b91cee5493556f399dad2853641b0403517dcaa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-linux-x64.tar.gz",
+ "hash": "fdc36a27285b6f39b625814454f4dd3e76f2259c1279d0317d7fa297514bba607de323290d42caf67f62b9081ab26b6edb079e00f2b8c709c5826d3349a451d9"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9a3d1b63-6fe8-49ca-91a9-77cb157e61b6/c5ea1853ea40dcfe228cf4ebe32db0d2/dotnet-sdk-6.0.303-osx-arm64.pkg",
- "hash": "1a6292b531f658eaa3ca2c7af4ef04cbb552c791c8a82a9baf4c1d43cc104837cc1186bff6e68c9b0927619839148ecdd92a181aa98e84bcc66bb0fac4517ff6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-arm64.pkg",
+ "hash": "83cfda45ddc3abd48a0ddf524bf0e46f78dcdedfffe093260d800f7cfc9ba98186bb6b484b022fdde543f48301fa321629157bbaa8a80063e06aba2d174929d4"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cfb4203a-0c0a-4e9c-99f3-315f1e06f197/0fe3ee6df42b35c8cdc9c1cfc91bab4b/dotnet-sdk-6.0.303-osx-arm64.tar.gz",
- "hash": "43a7d600b6e19e27e588d038691289846f42c7fc988e60eb4c7cbef946d3f12c15b4c2fb85b3153bad7bf94a08a3ad340871e992b88bb7a099d9e88c307a28a5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-arm64.tar.gz",
+ "hash": "73de158cf9578c97d6aaec645457f7539615228a9974f8854816833fbc33861f31ef48d47786387eea2c1e45d7ce96c98ab760ec9f5b76009d91d83e3b87c035"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c0d44160-dce6-40e3-b55b-1dd4d96dc8be/9e3f268f52015ff49358820bee445c92/dotnet-sdk-6.0.303-osx-x64.pkg",
- "hash": "3d752937c3eda788ffd74a21eff2f2025e3f80ce0ec17f64858727ef92a45482f717f47417dcb094f1d8671569d11a682b8a7218b0d6bd2771ce54126997f9cd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-x64.pkg",
+ "hash": "d0a23baaef7362c5de84155bce66f1c49c416b80c3f960146e0a1852d4898783fc3b6e9ad87232058e9677949d9389efdd128518971520435905b3d6bc7859ed"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/283d6ec3-03c6-4ca9-aaea-a69417fc5ad7/30326aa813cf448e827b697940539d43/dotnet-sdk-6.0.303-osx-x64.tar.gz",
- "hash": "671ad0d7e77ea86159fe798616c0fda8e817e1a28ee4958258da329adcb8f694ae4476d93236d63106b8bf4fd2b533a622254cf105d74046bd87ea71c3680537"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-osx-x64.tar.gz",
+ "hash": "f324adf04eac222df3ebb9be1b824306ccc112bd9caed0657ec65a1d2e47dcf52f863c5e124a58d7aeff5f4fdb9a186562aafecc9a1ac5ee4cc61f462628ea0e"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ef3953e8-89fa-4322-9348-e5ea66b78bc0/be67a4e9fa0853ad4a1a9c6e6d083f04/dotnet-sdk-6.0.303-win-arm64.exe",
- "hash": "435394bb60013c34f529f2eb85001246fccfcbc5b5fe465bebbf9cc11034463d33a192902dfa8f1b7869a40dafef46bb5718e967e3e44571323526e3960e522f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-arm64.exe",
+ "hash": "62a2e55d18263b706bb220877a2c0e7c7eb2819dceed7bbcd696e5d3b875013783542557358eb070a144f19dd1c3386a122bb01d52ebe6bb39abd7a1882b5dc9"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a00a145e-d618-4a4d-aa3e-49ca581c187f/dd1ad877b1f2c419b72a1a8492955443/dotnet-sdk-6.0.303-win-arm64.zip",
- "hash": "0927bfb57ca6e7dad39c71269e812ee0babc7bc58482f7a54a6473414dd3596373f02240fba48679b0c924198dfc6113f12824a9fe3f3a50c03c6dfd84023fa5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-arm64.zip",
+ "hash": "66e0939ce13b22267c19465060b522e940a61b6dc51c007a95ee6ccfc92def823ff7ff69f2120f1dde56c9ace2c0b687ec43547a5e50f82a9f5ca35c144bd9f7"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e2c830af-580d-4f92-b6d6-6e3965c46938/db99338b755fb145d32962c90b8ec2f2/dotnet-sdk-6.0.303-win-x64.exe",
- "hash": "fa0d0f31ed17333261d1871fd3a76e68d6367417b3973418205a2a66a28aaa384b7a450f10e3bc42d48911eb72899809add46651eef0809b1ca8ee40baed1b66"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x64.exe",
+ "hash": "369bef6b731c683bba0c1aaa3d51b9b11bf4d4f056a57c6de3ac88c04783f4f9d593f4dedba09a1b758fe7b66b7e1a412e107d1e0823528c10918adab6742b5e"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/926b3941-c355-4d9e-abb7-496ec8994b81/792d0120c6a078e060a06179a75cb5f5/dotnet-sdk-6.0.303-win-x64.zip",
- "hash": "aa0d0c9b0ae6d0c95a00094bfc86f6d43723f23fda4b9e22d99d6ed349ff98041dd4d83fec968583d4c7b015ac0889549eb6c089841d61e101da03019d2131d3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x64.zip",
+ "hash": "41486bb422746154171e0ede7c1d0021605430728e71b83e94368184e8c97802f9cb5151be2cd1285936b11e452ddc0728ee3766db187d428e50531ac0c2161c"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2474e62d-0fa3-486b-8613-99d7379d93c2/2b87457489a4ac2218c78037c0439e68/dotnet-sdk-6.0.303-win-x86.exe",
- "hash": "9e9f27d98d807da234c24c9c464df2c448dba33f5c52e7f9a74650d255f5401ec3bdc963cb7e484fabddec4b0958a4220560c228f7ef75628db963117ad00022"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x86.exe",
+ "hash": "dbfef1e52a9e03a258a8d925916f866a56f69c85660eaa1d3e802fca158936a635c9ea03dbc0c37cb7bfc871acf38e6e958fd33b7c8b0d78de3d130b26fcbc0b"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e968002c-d82b-476e-b015-3fb8988c6d3e/e36ca01af2b69a8a7070fbeda11019a3/dotnet-sdk-6.0.303-win-x86.zip",
- "hash": "fb3d8e80bd08fb030ffee87ed734a3de78098d7f74dfe2cd8fb27ecc6c313c903bf5da5539b400a38770142fcd0a3d16aa8bbfbaf429418f96b6d0b4b0bc4682"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.203/dotnet-sdk-10.0.203-win-x86.zip",
+ "hash": "825ff0fd32dcecd4f0c76d19cad308c8462b9a29f3028b79560ba71e772b126a448bdad0c0411aa99d73b65a42893361c3b2815d28700e5640d3612fb862b1c4"
}
]
},
{
- "version": "6.0.108",
- "version-display": "6.0.108",
- "runtime-version": "6.0.8",
- "vs-version": "17.0.13",
- "vs-mac-version": "17.3.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.3)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.107",
+ "version-display": "10.0.107",
+ "runtime-version": "10.0.7",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/69439f13-034e-4961-b0ba-1ef3b7dfeada/b3afee58e324bcd2c0e2a124b7472635/dotnet-sdk-6.0.108-linux-arm.tar.gz",
- "hash": "c3726e053b447e7baec21e015a91dddb884a79a483c7d2a247f2fe143a5cff25e5d7e822944c6b12f0b030d39b4e71c1da437e2ee4c094dd1bcdeccad3c44568"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-linux-arm.tar.gz",
+ "hash": "bd21343295e414f98e70922d112cff6bca2f36f6754825c7852c6f541e5c9c37c8a447dbceef546faed119c2adad62edc03ffc62e75f2324f8436bac6d74876b"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f3162067-d239-4518-9423-32559f4b6ebe/e944b933ee94602074678b2ea1374b6e/dotnet-sdk-6.0.108-linux-arm64.tar.gz",
- "hash": "95f5c47fb27882f5554b0ee0befb813357875d6bfd19447c7c902ce225ed394bbb6cd945c5f7d5233fe0d3a16a1c006f47eba9d6be51cf8578fc5fbeba2806f0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-linux-arm64.tar.gz",
+ "hash": "cf5ecad4078a25d3bb7006b6e49d1e861c71d25f611b609a2d1d326dae9fae73dfaa00290bc05627696d03b395263b1205207df40008219d48d567a35092b4de"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f8f1d960-2be0-4e92-8eaa-ebee8a58374b/ea045a067e1a48299c8454647703d689/dotnet-sdk-6.0.108-linux-musl-arm.tar.gz",
- "hash": "c3df5c67338a035445d5447801f631baa579dbbf2eb8abd236baa1e4c18dee46cff66ddd1dafe1a29d45f1d329b89f78cac81f03c0edc44aa9426496b6197d86"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-linux-musl-arm.tar.gz",
+ "hash": "a217197222fc475560d17f85b16b1e3f2682a84871f07d1eb93b8f0c84e93555d0ca0274b8920e0e5b9ad016cf4807a8c0d422dd4eed93ae911400fb30ad5a85"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2390bc0f-70db-4842-b101-c4bd443c23fd/333d3e5876d1593d0868373a7d0e0201/dotnet-sdk-6.0.108-linux-musl-arm64.tar.gz",
- "hash": "38136f1257df79049d90f6dd34dab74ddc3644c6b7cabd1f1cfc58dd23faab0b151484a6304f728b5ef789e70be64632f2eb7c47c8da1ba2961a84bb7613f9f4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-linux-musl-arm64.tar.gz",
+ "hash": "21083dafe38e70591cf69f8fcf7dd1882aff11966f2f2a162ba9df8dc322904a8b0a1eac198051b2b506086ae066d2fafbe064a2975e5fa4bd9ec3c701edba17"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0845b487-d7fe-4db9-8ab5-2ef6b14da140/07cdf0e6e3d8a1bcc2ea9855945857e1/dotnet-sdk-6.0.108-linux-musl-x64.tar.gz",
- "hash": "c9a6712efd48f5213749b7898607475d8efef847f67688cb8fb8f2f864e77316f76ddb0c13c6d5315d7527af06197664c817bcadebb3de891296fdb1c4fd08c8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-linux-musl-x64.tar.gz",
+ "hash": "c0a033f21a1261304e5f15cfe1e07b6b5eb922247e555fb16797ea227e79aa29cc2aa9f07cc9bb2aeb408cbc6db970877aeca6ec2756b8182afc4b95c86b4cc0"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1b3376f4-75a4-4a71-a2e1-e0e205d15941/0f53d2e7b5edd2824d2008fd38353076/dotnet-sdk-6.0.108-linux-x64.tar.gz",
- "hash": "a0c9bdbbe5a47bb11a547b2351bd37d2febb52c684ef2af82849bab274a10e876456519807845b52cefa0a72f5555f6bbaa254d810999726f4b3b9a761b4aa18"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-linux-x64.tar.gz",
+ "hash": "a92ed9b9c81902c54b5e05fa10effcd325976bab2b0b3ab412889723056e9c8b83714b4e956b00f8d2ee316431287b74af398817a6725c406c612146d0ac116a"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/56748cfd-0e22-44b3-a253-018d156b076d/4f669bc1d8355e18c25a2b7b97e57cf6/dotnet-sdk-6.0.108-osx-arm64.pkg",
- "hash": "509a3703cd907cee5489cfe1e56f7b3349fb309d34346a2358975cea571196e84232f1901d9c3b63c247dedfe1623cd328260390403de90e0e71451b81201a91"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-osx-arm64.pkg",
+ "hash": "e9b07286ae20a304aa859fee60e66491dc10aa08953f46e66e1d7dd674ca3cf40fb4892a11c8b340bc89cca952ba0cb5d35b50b239104d143b0504a221648f1d"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6bf62c6f-d257-499b-8c25-382fd0ada2d4/9ca40ae88fd9b912c2cddb9c8690471f/dotnet-sdk-6.0.108-osx-arm64.tar.gz",
- "hash": "fb2c6da786214cb3504f59167f86f32965ce962040463d5fade71edb4454bb15083c7e9d823f8a513fdcd267c6c66bafa40a7957bd69ff0ea42c3fef85951601"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-osx-arm64.tar.gz",
+ "hash": "dafa2da7e77d71fd27faffbf7462702b87daf8dfd9b317ba28aa658e6f2be9e9fd769251b14622b12100575f19533fe5779047e14db52584763655661b2c7f02"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/528fff70-36c8-4103-87fb-3717512537ad/9a96634944cde13e55e367778246057e/dotnet-sdk-6.0.108-osx-x64.pkg",
- "hash": "9c3b06e1a3bc0677e58fc59797bb224c77b9d38c122895894a633eebfb9f3372762f7028bd67f4c55b8bc11f7433cc111edf3cdd7123171cb1ac620f86e9306d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-osx-x64.pkg",
+ "hash": "6c8c38187e6aeabfb1f021aa8e5499eea5f3c4ce974ff264f52a3a3cf920f74d716786dd53551c7115723c9b89e5afd041186a289a201ea2cedbee7db1ddefd3"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a73e19f6-7902-4485-b922-198089643280/01c8e2c491866191bdcf8c32a993420b/dotnet-sdk-6.0.108-osx-x64.tar.gz",
- "hash": "56d2946b9d10ba7bc2d91e095ff18c3e576d84ca24b6307524def867d2b222e3f729ba6f74e986960018307599f6790f8fe3476603accef83a9443b8f5c8b61a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-osx-x64.tar.gz",
+ "hash": "778651855b1ec128cf6d307cf25f799f13de9f0b3571824f0688e4aab21b8192cce2f2ddd80b203d940712e35e56cdf4e873478ebf4eff6aa7d8e13957b75d77"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eec86854-51ce-496d-ad1b-2aac2c948d9c/e1dbe4b2dcf39d33a183213dda798ed7/dotnet-sdk-6.0.108-win-arm64.exe",
- "hash": "203fd1d4742ce5abea25d9fcf8bf0750e0a31471b2aee9598bbf25752a06d98b1a1346458b3b51b3885954b017da0682311cf7209647086a1ac9fc359f07fb03"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-win-arm64.exe",
+ "hash": "894bfdb518207e6e65ccb5751be709fa55b7f8b8b0024370f2b0a1e751bfcc0e75814acb5541320ebc3b27734e329c15a9a9198cf6a2ac8ab821f1051d8d8598"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/00a516f9-5bb3-4965-8122-8117401d0b9b/bf72eb6fe7728e5c21748c896b8263bd/dotnet-sdk-6.0.108-win-arm64.zip",
- "hash": "a6f7e0d9cf93ebcfbbaa4973d71217e92785d85c9cbc7e11ffdc6bda1aae3c1c8dc293175b2174bb5c39ee9868dc5aa0a91589793e294ceccbc72633c8399121"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-win-arm64.zip",
+ "hash": "eaa2b70e374da897e033e3ae760cec3891bdf9e406c7e66fa14dd245e688b4d174c442f0caedebe5819b8412f21dba5668ec3b5742428bb73b25839d221accfa"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/32d0f35e-62ea-458a-8c42-c23281aa23fb/aa0e6a88e5a6f0425489e62c82ef5a8e/dotnet-sdk-6.0.108-win-x64.exe",
- "hash": "0ef49a5cd1c70e448d1cf39e69882e650972c888c103ed7babb2a20887ec5d975650526bf4299f423f410285e79d1e50067348dc3ccac360abf72e4bbf3dcd5a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-win-x64.exe",
+ "hash": "32fcd6c8f2785023f195bd7a0477c90b1d5e53ae93e61cc829daecabb41eb4507b453c07e189b35d8893670516493b4515b392c60988550db4c2e72ce78b9609"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5154eac3-9194-46bd-aa01-dfaa37785dd2/27be8f753d40952510fc243e8f2e7a1b/dotnet-sdk-6.0.108-win-x64.zip",
- "hash": "90611fb657036e0bec930d7512022a0f60eb62bf3b2aabdba4f89958de1ddf033ce0255a1ce8c3e3f2928ef04cd05b807a20c298cc1583667e4f7e5e6b795720"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-win-x64.zip",
+ "hash": "39e25d405f4db7ed0f1c9453c838159175132e0d700630878ce095941c1aabef82440f4643bbb1764e7f645d81df2d664d4d1919b14be453e8845bf774f3bb48"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5ccde4f3-e98b-4d18-a5fb-4b440599a453/4dae9ee2a89e6a8413281af5af081214/dotnet-sdk-6.0.108-win-x86.exe",
- "hash": "9a8f0f7521b21808b40bd83bd10d259f915ff299fab0a7d8ba25d4eab6fd5f165b117c9ed8f894d21537b65e0c48b9b1a78c2f0182eb58c8b08cad5f1c86f433"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-win-x86.exe",
+ "hash": "700b3c26452a9417137464f62b2b8962f97ca2f277ad9a9b5b306d0e889a4fa35260c9d4cce9356b98872dc788163a270cdf8068ba8cd903262e59f96a09c23b"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/19603c48-4c52-4717-ae20-13fbb01e195e/9a57db0364e7aeb90dd87d12024ee459/dotnet-sdk-6.0.108-win-x86.zip",
- "hash": "636a128c4ac8956fc13f935c34e6885b719d592ecbb8a66f151a9e4352c2a03147ffc12c5c6b1bc8be0ab66201535a1a9f12f732f7fba0506dcdac3a6e6c0203"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.107/dotnet-sdk-10.0.107-win-x86.zip",
+ "hash": "da3b4f3cc886a1714c77d8c0d1fece17b9b0b6d09702f3762eea1114cfb471ec41a20e6e2ff252d946f2a6e0490bb0c575ed83fde756e5631baf1307585d4fe9"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.8",
- "version-display": "6.0.8",
+ "version": "10.0.7",
+ "version-display": "10.0.7",
"version-aspnetcoremodule": [
- "16.0.22195.8"
+ "20.0.26107.7"
],
- "vs-version": "17.0.13",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cf567026-a29a-41aa-bc3a-e4e1ad0df480/0925d411e8e09e31ba7a39a3eb0e29af/aspnetcore-runtime-6.0.8-linux-arm.tar.gz",
- "hash": "db0416b62a4fb84ea660e9157caeeccd4b44b75f07a0a0086edf5d26c2ddcf6837f06b4a009b2e66687656b37e403b037036455a89f9bc021ea302faa20ac858"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-linux-arm.tar.gz",
+ "hash": "38cf6fe4b23e00dc3236d3a10f13a533f0ba0c28dd85979691e2e989369d9760f816ae2f88a871f9c71389c8a4afc92936dae42c1a431c02ce515c5a867d70ce"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/83695c9b-c954-459e-b9bf-2f1ac269e34e/1316ff4a6fe4c6916e7ecb3623d67cee/aspnetcore-runtime-6.0.8-linux-arm64.tar.gz",
- "hash": "07babe85c8872ca303a17268b0d23c382a9ac49f8b923c45c496db039f6c01094303cd18cd31f964ba7369bb993c896eeadbb7e458a77d5b86992222b91db52c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-linux-arm64.tar.gz",
+ "hash": "e7a175641becee2e6defa97ddb96261d53137eed485c62f5e367960bdd0b012f718551d277eabe606efcfc2275601fba4b499e90ba71bbab23c50eff688f9f6f"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/54c24488-c52d-48da-931c-db07178b202f/9b0af9fa349af63ae49a35a73f322605/aspnetcore-runtime-6.0.8-linux-musl-arm.tar.gz",
- "hash": "458830ae8c2cc00d5da0f6bbb59e1f7f452aebff1035898cd8ca2338f120a0a2fb126de97b0a92371ab0cdd2d21cdc3f50bcb2f5018ac5156f31010498c0ac9a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-linux-musl-arm.tar.gz",
+ "hash": "6709a67b199d03019327fb8ab387b2ce917dec84edc9363c94938392d18ad3ab54771ea53fbc6b3762be7f30758c359de6a41c43bb64620dda78d966138fe5ab"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d8061f5b-ff9d-4784-8232-9c0c940e35ee/37081197496b70a636a7f70234fdf31c/aspnetcore-runtime-6.0.8-linux-musl-arm64.tar.gz",
- "hash": "3f1fa3ab0947f4f38836e37fa6ba4a5611c5b7c491677b2b72345115a29fc46431538d095dfcf36204dd116deb458ba2c10404a9ab741c2dc2d497d494212356"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-linux-musl-arm64.tar.gz",
+ "hash": "ef084fd5b3b95f47c74281367f77d9ed192da02eae5ede4135ec881f8ff973dba5f2af50860c273944d9f2095edd530705570e7787fb5535cda897e5818bafd7"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20e844ad-6fa4-4bdc-9613-5f47cdfb9b5e/a7a152e058f6591082cc36674d89eb09/aspnetcore-runtime-6.0.8-linux-musl-x64.tar.gz",
- "hash": "28655f1769477e62cc0eb776283d55bb1a921c42aa4e772612bb42d4441f425e792e236934ceb5e6bc880e71ba30cdd8b9cc290ded81a6a96739cf07ef72ecdf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-linux-musl-x64.tar.gz",
+ "hash": "332c6543dd45abb4aa1265a2efc184f2855009356c00dbe5a1960f45eeac7ed776ebfd14a6592b9ddd4c26b2b60f23ab9a1b631723f49258352716a4891b2dbd"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5cc06c3a-4d8a-4fb2-8f7a-ecd23cd8c4e0/dd386c0e3a41ea54f459907c834acedf/aspnetcore-runtime-6.0.8-linux-x64.tar.gz",
- "hash": "b74676ca0d2f47a95533739fd36977bb1552890a81820ee51b29b3d6514398f0952362417bbb31fad4bdf031803cb3e8d2aaf065dfb154a78a1b471a536d4abd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-linux-x64.tar.gz",
+ "hash": "378a24fb4327275e0a46039bd3719b02d2d6b1c7bf4b0ebcabc4dd6c65a818c897790b8a0b7fa1712b021c4dd0a97f995fe6037fa92b2e909e43266501d6cf1a"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7859a31f-74c9-4756-a9ab-f040550666ac/3c4ad4317e732436f8c092eb9cdb4168/aspnetcore-runtime-6.0.8-osx-arm64.tar.gz",
- "hash": "a6cabc3b4c7350deb141e122c194c7eefaf99127cee726ee227e4218add7155b8decdb2a5cd217f757410e267f2370a78806c22a0294098f245105cea925a7b2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-osx-arm64.tar.gz",
+ "hash": "2d45317fa013568c2b8534c913faa1faf2c171005f30b1a2ef7623395b0bd41d63a3a63857872af589d92caab474597cbc07a5a9320e4a2ffd543d33bcc5faee"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0601cae2-aa41-4318-a996-36633cd641f3/ffc290161ae37b28894ff7465dd50c17/aspnetcore-runtime-6.0.8-osx-x64.tar.gz",
- "hash": "73d3569c13965de927e9d1eb02ce7d31b44643335a351ddc6392be1a693837263287d9bc5e82a89f2456b7a9cf1bd6c217d9f98cf9fa8da1b6c820e9ddf43933"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-osx-x64.tar.gz",
+ "hash": "42702a25be4a58da0bdd64406b8187f3622a6263e9478ea7d271a52be1b351dcaad321bbb3eda5e61fe1ea9940e5bc2ad02b4a10ce01c91e353bc1fad20fdc2e"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-win-arm64.exe",
+ "hash": "8a88e729eafe4dd9911361f27631987cad462a3639ecc1e2fba63e6d4355f5daef18f9fce2130b717357704149ba82aa464399bef3a087a013293108f463aacd"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b69abba3-d3ab-48e0-bb4a-3982a2d6301f/d634a4ee361cd86045937446e7535788/aspnetcore-runtime-6.0.8-win-arm64.zip",
- "hash": "4a3af285ccd24e051c371cb1c703ffff013b3dfb0f85b94ad40293e4e612b48e9aff493e660db0fc73b56eeedc629bff371f8989c93e2e31108cd398865b21a1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-win-arm64.zip",
+ "hash": "7a0ba4d694bbc7f6f85e67d9eda2652557d5c28d9aec964dad61efdc6947acd9ef3c82e94a7be6facb1ac5bddd4e15be1c75b127e8f332751940c3eee0aeafcc"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f5ef50c0-4dd1-4301-857f-768834d5a006/852c6470e4e5f602eee280c1e4e4e4c3/aspnetcore-runtime-6.0.8-win-x64.exe",
- "hash": "de8ac0c44b71407221454f2ddc8d667ad956dda6288f64a8c1b8211383a3a7ce3a205c6827668c8e79dee787f4c252c1b4399345c132bc07059bfbc523589caf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-win-x64.exe",
+ "hash": "d14b46d792ee2e23d5a9f87be01bf064809ba4bb45c105c0be3012da8d3fc0933f8dcb0bde6f9da73258519fdde2cbba9f1e20cae943af5177f86284a4dcf3d0"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0bb8a653-dde7-4cc2-8484-c2cc864ad30b/cb482677b7532d35f647fc0204140d94/aspnetcore-runtime-6.0.8-win-x64.zip",
- "hash": "9d3f71cf99bc82014c78eef0c3149247b469e7a991534a73e764a5be4954fee26bc081443e0d2d273d86440c16762d20b7ab7ddbbd9bc99f95e2bb45a2acf0c2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-win-x64.zip",
+ "hash": "19359334861ec14f396625b549c0ec43ac178cab60aee0f81bb0561c40841848cbd22133d5d51915a0b6480bfa64f40952e198b68bfc0b8d79c12bf9ceb16444"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/26dd0df5-f2ef-4b47-8651-84a2496dd017/158f3a45dd0718fc3ceda10b56b22721/aspnetcore-runtime-6.0.8-win-x86.exe",
- "hash": "151ca062ff13ea551433b56d118f7a9ff8020b236c087c590b1c16e4e3a7a08828efc53d47bcb0676b929fbb707008746d24a58ddacb0fa59a2ba8a50f4d0264"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-win-x86.exe",
+ "hash": "08167c5ee98f16f59844e25348a7fa668a495a21fa1ca3ac30de3d90a44add2f1801216783abf44fead3916e1281bbfa033f951c8dd67c3f487e9f224c43248c"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e305d157-41ff-4537-98dc-cc745c19e8f6/2c761c9d6a33acbeefdeec1b36e0be4c/aspnetcore-runtime-6.0.8-win-x86.zip",
- "hash": "b8d751501bbd289553923c41e1e821d889322d7432c504e1a2be673c5118737ba049b4900039429980831998d9c41b4ff6ce626e03fc1a8b206b6be145e5803a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-10.0.7-win-x86.zip",
+ "hash": "401cd5b277132c850c645ba38d2be101ad79a46d31448ee4a416f9124af62df9a7365e7381389e8680d63446491ada63dcff86151911dce5b34e2fff09322d78"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5e0609f-1db5-4741-add0-a37e8371a714/1ad9c59b8a92aeb5d09782e686264537/dotnet-hosting-6.0.8-win.exe",
- "hash": "5835cca327c6c7788e1d87ae5b310300424b866f6618181fe67691b47938732ffdd5444ae2ca425344efdaa6e454299bb2b67af0063e470eaa24a3cafeaea7bf",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.8",
- "version-display": "6.0.8",
- "files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/17737b16-dbb0-45f8-9684-16cce46f0835/14475e8380422840249513d58c70d8da/windowsdesktop-runtime-6.0.8-win-arm64.exe",
- "hash": "0cb088c6f3ab8f901019c3a6d45d90130fae090c1e530a12788f118377b0c54096530f4bc1fc868fb4cc8f5c17373a5106f6fcb77a4cb8a7d3bc6ff69792f277"
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-linux-arm.tar.gz",
+ "hash": "7deb3f96c35c889ab8cc523f1857628ac0b070e1e8aa8dd6b161c8e626478e2abc84f7568a3bfc84ca9f93b0545e4a0f207b69d5d0a45338ef192be812a65854"
},
{
- "name": "windowsdesktop-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2b15670c-ff25-438d-a543-97a87a1b5b8f/ede2a46496f014da82daa44ff8d50048/windowsdesktop-runtime-6.0.8-win-arm64.zip",
- "hash": "97c182e8543e91c3500d299bcc6b4ff954f2b71ea882934e911478348ca6369ba25a358a912e8299a7ec4af626e956090653bac9700a9af8866fca6e778f9b67"
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-linux-arm64.tar.gz",
+ "hash": "f822c074da4a9156bc9024dd83e971779be6449b5f99a4685d564f716836185198e8843d5bf224e7d2a4b0eaef404fcf4b2147b6babeb2e1ea74924fe9cd0649"
},
{
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b4a17a47-2fe8-498d-b817-30ad2e23f413/00020402af25ba40990c6cc3db5cb270/windowsdesktop-runtime-6.0.8-win-x64.exe",
- "hash": "53d5f38ebec2675d43c618c32533f3b8684384839b4bfa83902d06be535a56410255e26ee0a4844c170f7536be9039a126eebec8577a781b8a0c30c00a7ad20e"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-linux-musl-arm.tar.gz",
+ "hash": "a632a25b2b7ad9547e67c2bf92f1ad34e803b1f481efee91a870de22035786e0a3de6ce227d2f7bd55e79c01b9bdbd2d9a4605b97a9d745aa8f4769699c16d74"
},
{
- "name": "windowsdesktop-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e5bc0ac-1909-496f-84f9-3584a4b1408e/7868adc1397f5e5c5c00adc2057894c4/windowsdesktop-runtime-6.0.8-win-x64.zip",
- "hash": "17a689da1dd9ec47c1ff5c62a93fe9bed01c15a30f60faea136b997c809a978004d8bcec7752d2acb9995a6d31d1984545dbfa2ca0292e38248360bcd1b5172d"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-linux-musl-arm64.tar.gz",
+ "hash": "08d1534aad1188cb19adbee1bc364f2ee841da6feb1c8c39640c5bd62bfbacbea96863ad9852820ea74de5c95e7609eb6a5459029150606a61e27f89ec64e126"
},
{
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/61747fc6-7236-4d5e-85e5-a5df5f480f3a/02203594bf1331f0875aa6491419ffa1/windowsdesktop-runtime-6.0.8-win-x86.exe",
- "hash": "74738784718eb1f6db893ec084b7a9b590f8490b1976df536d20d7b145767217f6a5c2cb7fb923e917e20e1f0e8ed3d835008e15147b53c3c0e3b6fd053a4190"
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-linux-musl-x64.tar.gz",
+ "hash": "0f64e9b698f484e024f9c7ea4a743d3611e546843de9ccce3da09446a87776fcc572e57079d53b73d5f6f5d52b8347301d12bc1773fc219f77195fc990a572e2"
},
{
- "name": "windowsdesktop-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cac6c954-8a0d-4269-886c-617c66a3f957/28442e76157352c225518e7ed20c8da0/windowsdesktop-runtime-6.0.8-win-x86.zip",
- "hash": "691d80f809175eaf4bc4737839bd1a3b4045ff98a8c891537fc13116ffc0afa0f098ba94ccfdfaaac187ec24f6dae34b3ad469e502e1040e96b41b59cacef858"
- }
- ]
- }
- },
- {
- "release-date": "2022-07-12",
- "release-version": "6.0.7",
- "security": false,
- "cve-list": [],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.7/6.0.7.md",
- "runtime": {
- "version": "6.0.7",
- "version-display": "6.0.7",
- "vs-version": "17.0.12, 17.2.6",
- "vs-mac-version": "8.10",
- "files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a9be5a0b-5a78-42fe-a387-adb609d115e8/faa10b75513805e36ff7b36044d11507/dotnet-runtime-6.0.7-linux-arm.tar.gz",
- "hash": "afc44cb3e99df350a53eebe6e757889047d4bb6da417a8c73c97d3a15d66efbea2ccbbd4f272a280bcdcb616ef13607415900167592b0de930476cbf4e511408"
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-linux-x64.tar.gz",
+ "hash": "8535bb7348f5665e182de83995b3f662a16e0489d8be9d4b3ee10bac756220f381016452934a9119aa5dbf3f6b0ba18eefab881a26b28fe3c9efaa9a8827e03e"
},
{
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f9706e92-c7a1-4dc8-806a-0e95827c5b02/23be52946e4e2425c798208c5f16bb64/dotnet-runtime-6.0.7-linux-arm64.tar.gz",
- "hash": "a63e100fe80cb64febfd2920e4065b3cc99f759c3de0897928a42cf14fdc963df324bef1354a7734420078d16e52fd8257dd480da465d865c4349c29cab1ef91"
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-osx-arm64.tar.gz",
+ "hash": "669ba6dc2f2e7a1b8f88f3e7076f705b643483d9618ee7eac1e333f03fdf702d3de9725a354e4d0e70cb042cb7f7524836a2e5412dfdf05ff6bcea68dc462c71"
},
{
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bc3edd96-0350-41e5-9e88-ce1d7895ab8b/abe8c0538a371f105f64d308714f78cf/dotnet-runtime-6.0.7-linux-musl-arm.tar.gz",
- "hash": "dafd7efe1f9a47b72a4b89e15c9d662420dc22071c547603894386bf2ba8eeff2b793b56b49f0db4f78dd039e875654838228476ede2dbecf76ffc4e7298ad8a"
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-osx-x64.tar.gz",
+ "hash": "253e847848d7f66a9677cd28061bf6bec119df54cee8762b6020d2c103f92d5fd2de0ad0d8ba8b11b12ecc67cded214b661cb70472d0c4d72bf8b58cb84bfc6a"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-win-arm64.zip",
+ "hash": "73bdcf5e2085b72e9fba8056a0fcf4d7bff6b348fa46f9d539ef54ac00f0ba5a57cbf6dc61937c3154c72091f9a3b623573a6aea47fee761da9349c84a3f020a"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-win-x64.zip",
+ "hash": "eced1cd8e29ca6f802c4185cf1ebfff245612094611f7e73bc0e13c490ac2e3f1ea625507e3122eb5d5a5d054da3ebb48b5c611ce611238ad1c6a92439b5c501"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-runtime-composite-10.0.7-win-x86.zip",
+ "hash": "8dc8fbf7b986837aa29aa2c463ec68122ee061436edcd200cd9287e2b8070af893d4459e59f7ae4d0cf3223cceb5d0c9ec2bef9d02bb436db370aeaa6f650937"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-linux-arm.tar.gz",
+ "hash": "47b6c81cb89bf081e11e73fd1d1fea993b1eb51a557dd36776f76a5a9abb76e92dc9f6dba2d39f40e31d92c253bbf19fd534a88c32c21f622f74af06c3cce185"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-linux-arm64.tar.gz",
+ "hash": "226a9dd2b4db9b6049005ac3a4ee792f00d15deba4e0b9bd35f891fd9579e74a1bb8aecdefd66933591568565fc19b766d5d00f5f0970e0b6880c7547b16b675"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-linux-musl-arm.tar.gz",
+ "hash": "858b24212fc7981bee0c8316e89ec08db17f7e24919d588dc27b05b46afca0228266bd80e1accb2e9a8a44278376a311d82ca4882ed134410bda0b01d3df34aa"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-linux-musl-arm64.tar.gz",
+ "hash": "9f7246ebafbbf0cc488f4ab6ee481bf6da89c9b7f0749d2f8c464fc80801b356087d9540fed9a0117517b00c3c3dfef1d6ee2f89f62af03f0316c57a5a29e9e8"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-linux-musl-x64.tar.gz",
+ "hash": "763137e72b3d1c14c451fc7ec8c03bac0161a5b88b3da3b2bf861124492676feae7d8ca7e5cca83068a40c405d97ea6327407f1b57b1ccaa21092ff3677893cb"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-linux-x64.tar.gz",
+ "hash": "c5cc61811a3da03ee43c7f8259e3f74ef167ee686fbf43467923399dfcc6f6e6faf567badaff458cfc5aa4a3ee5f86a51adef0430f19d588d1abe58e9c70d3ba"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-osx-arm64.tar.gz",
+ "hash": "4f95fff7b0e90c2ad222c6a86b6d70a08f1eea9e63076f9ed0f2daafe474e396a9e2577a7facdd52a4a75c824e0c09d6ae6ae7c30b55eb5488385b6b0fff7836"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-osx-x64.tar.gz",
+ "hash": "339db1f6730b4ce0dd43dcec3bf8bdb759a9ac4e93a55ba9918afa3647bb23620bdf02cb2a710cc6c951ff8420eef4099f633637a5f529866ae68db7166605c0"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-win-arm64.zip",
+ "hash": "5c7fa185d7e14d8b8d5ee1ab4c84fd1314972ef82ea972541dead1d08ece77f59fa935575a93302225a8381b0140b1eaa61999a0b829b9dcd9769f5fda4de4d4"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-win-x64.zip",
+ "hash": "3849ac3746af0a569424e64535f51c8fb76d610153d14414833bac0395b0ac9c324275200de14ab1d3cc4bfeb0e3a01993494f094f795fb2710705c49afd32c2"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/aspnetcore-targeting-pack-10.0.7-win-x86.zip",
+ "hash": "41e4e736890b071d2d6156a6ffc906218d8a6141117d0c47c2fedac4045f374e938706efac7adc80074193c6b75db120182386fd1af77ad25cd7b53df1f070a4"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.7/dotnet-hosting-10.0.7-win.exe",
+ "hash": "fa14ffc28182d2de274759047f9498bff21f2a346cc756a8958a653e1bacdb700776d7598f1974acac48b787476b2ba01d99b1d61d8db59fdb82de3ff06aed07",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.7",
+ "version-display": "10.0.7",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.7/windowsdesktop-runtime-10.0.7-win-arm64.exe",
+ "hash": "b4e3d70ac698877fcf9c4e1f95c4bffbac86a1cc37707ac2cd01ac8173b192a412b7d063e52efd3478d329ced56ba6467116b159784aba6f93b24cd1412f87c5"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.7/windowsdesktop-runtime-10.0.7-win-arm64.zip",
+ "hash": "4f47a8ec9b4e393bd65bde66f6ec97d71e68888750829a6bbc124780ca7c6218a6c5bb24507d2f1c46c16537c331e72307bc4b011fc462a71ba2329e954a9a98"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.7/windowsdesktop-runtime-10.0.7-win-x64.exe",
+ "hash": "6473d5b01e93d12720c3befa5ee52c61b189760db5c029182838a8c24daf8e03b33787de6ddac7c4c9f97c08c65c528bf9c366ec9c401ae5462824c4f5e70604"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.7/windowsdesktop-runtime-10.0.7-win-x64.zip",
+ "hash": "49f659fa3bb6eae033fd36a8abad43a46236b7f1419bf491a905771dc1fbd14dc0113e918d1b8e29729b0ec6bc35c267cdc496b33c5d0feeec079bc194c3d41e"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.7/windowsdesktop-runtime-10.0.7-win-x86.exe",
+ "hash": "ebc101f1d709f87bae5330d6ec797791c971f5c5e5ad990436816179c1040455b51e6dadb973bb6d441bda4e8d20c3bef103ae6208df11004c1e9d3cd2dcc9fb"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.7/windowsdesktop-runtime-10.0.7-win-x86.zip",
+ "hash": "bd172f36de9ac374849c15e1dc1ee62ad2422bfc018d3b8d10cd3ee67f1e31673042ab6dc96a445af19438394df6a605ab8228112164039bb379a4e7e404c3d2"
+ }
+ ]
+ }
+ },
+ {
+ "release-date": "2026-04-14",
+ "release-version": "10.0.6",
+ "security": true,
+ "cve-list": [
+ {
+ "cve-id": "CVE-2026-26171",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-26171"
+ },
+ {
+ "cve-id": "CVE-2026-32203",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-32203"
+ },
+ {
+ "cve-id": "CVE-2026-33116",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-33116"
+ },
+ {
+ "cve-id": "CVE-2026-32178",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-32178"
+ }
+ ],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.6/10.0.6.md",
+ "runtime": {
+ "version": "10.0.6",
+ "version-display": "10.0.6",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-arm.tar.gz",
+ "hash": "967b8c21bf80967d607efce3e65ef52f9f3a63f6dff76df75d0a08cbf9b440a00516d386153fe362f0c0b6cd79a614dcaecd94ef0c22fe4b08786d0346099c15"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-arm64.tar.gz",
+ "hash": "c53570810e7815b7b61e6a686dacaa2ea26a860b462bf07d69bc5766bf3338bf041145d5604eb6c28a939aec72f1fc309ebdfc08de6ec94fc94aa26aa6c3ec25"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-bionic-arm64.tar.gz",
+ "hash": "3a592a7a649fcd2dde58f83dd41903cde278f0aabe3fb705bbb904f63ace70de84bf564691288bf7657d40d64c880600dcca8f07b69773981e10c12962467bc4"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-bionic-x64.tar.gz",
+ "hash": "d51e898988cc6c9749414922c17ed712ca291200ae585a1f5755b0bdddf849131b5ec576a5ec88301289ac2ed39891e465fbe23d476c54803c4087c693e1e4ab"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-musl-arm.tar.gz",
+ "hash": "8188949bc75b0c8960c63d2a97c9a6fce7b1d23d141808c484db0b3e86a4c8370552b7d0bade04c852f0c4453527d00793bf5e1ad14b67c1af490f53a8bc936d"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-musl-arm64.tar.gz",
+ "hash": "ad8bac4fa8a251eadad7f28e1ddd4c1dcfc8565302a737442a6709d5d6efa6b7b34525739e4b870e015bdb061e08f6808714c9b13f4edad0f80fc9528c27adf8"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-musl-x64.tar.gz",
+ "hash": "19e3d7152c59b5192df970757822bc15ba9945491177b79d9b03b35d4333090ce117a6ea7d0ff99b3b3af28a5f2d282609c6510e26a2705d499ea20c0b5f61ce"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-linux-x64.tar.gz",
+ "hash": "5ff618649558d84c847f97e327e829260cc78447eb8f74cf3de3fc34a98df876b1b3d0f9ddc81ab784a9eee41af3a9a87b16d8c385d9753fcbd8a595c794caa6"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-osx-arm64.tar.gz",
+ "hash": "25fa82db777d9ed64f99b5732e9967ebc8bbb1331a63fc2b9b5e4be8ab7adffb510e3959cc962f80dd01b2734a1eb106ea9ed991f05316fc7ee070e4f75e831b"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-osx-x64.tar.gz",
+ "hash": "4337bccc09c8d2bbb69422584a70ca9fb4947af0839e8a1502d361f141d60ac6f4c8d8d7a57bde62bf6f4dbff209e2c024686b86e325fd836113d63e6bb44f51"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-win-arm64.zip",
+ "hash": "0d08a5e3d4a839f86db82625e91abea184ed13865b1c294f4fc3820bb217206bf9e74d5f40f50fa75712b5ac7856de119989b69b6c0dc7bdfee77762d0cc0aac"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-win-x64.zip",
+ "hash": "5d1705423fe7a2fde55da69905d05e0f865bb2684d68a0bfbb79ca3a6603cd73e3e28267393974c281766e357fd55892721f42ba5b70095cb13f1391daa72389"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-apphost-pack-10.0.6-win-x86.zip",
+ "hash": "c9fbe7e8fd5f669f6134987a12d821effbf99077d09dc4b265ef0f7e2e78f84127b2cd541fda07a711b3c7224a6dd77108ed9bc77f1792ae224a592534110303"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-arm.tar.gz",
+ "hash": "dd6fa757802826e5fd67435a16020cfab0975d2ad1b516db6902f4210a4de519a4e96e9c5ef2ce28016d785eb21ab4d4a2dd6137cb0af898accd153804eefa3c"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-arm64.tar.gz",
+ "hash": "d36caca304db069190b81026e3b4eb17222ca38bacd3ef98d74baf77e5874ee9da70bd2ed7cd2ad179d965a7e182f9527cbd30faf98f6d66117655328bc187b4"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-bionic-arm64.tar.gz",
+ "hash": "810602f2ace1c2e7c0f23fce39cc48f4c0657399641a422f0b9512365a147fd3d50dd838c0d38eb781f0c6d576373ea26e18c30036916b3f1b0c62b9da7c4d03"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-bionic-x64.tar.gz",
+ "hash": "5d645428f749a77d28387762f88edb64fc9add428cbc575c4e66699406102a9f7f6e249e27f894320bfe6dbd52d76f9ea7d38b531bc39ecfb975f47ea268abdb"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-musl-arm.tar.gz",
+ "hash": "c13d58f1664dbffd5f18e3002237576b38d9d9ae346c3a241c23d6274ea5debf6ab609dbbdc413e261bfc05bf15a089de9c3c2d771450d13177f11f230b22fb0"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/309c5907-8b8c-4fff-96ec-63c28af465ef/1b68392e32d74f011c3b40a17f556717/dotnet-runtime-6.0.7-linux-musl-arm64.tar.gz",
- "hash": "815dbe96eb4ec34c7cfc2856d6e3a98b8d8bbc13aa698c96e6ff69bf8f403df589c6dc54d465fae5692dd0ac198f66898f846ffdf6b22dcbc9566fbf99430f3b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-musl-arm64.tar.gz",
+ "hash": "1944ef279c8ccd5ea03d4260f4856383dfb0365bce1789dd7c4e25817d80a09a75396945ebf320612e367187be2d65b9a561042242d507f190bcbd7530fb2cf7"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b094870b-80a9-43d5-b312-e7bf25dc04a6/acbb927eaea3775bc307161f6300ac9c/dotnet-runtime-6.0.7-linux-musl-x64.tar.gz",
- "hash": "dc8374ff31d4ae29094815a8df48c777614153820a0ed47454c882fed596aa485010eeb852543e3974bb8d3b37df143bf1c6a3a22305835907c350c2d40017cb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-musl-x64.tar.gz",
+ "hash": "0cbb61785cc3463c80999eb1bea816d19031e9a53a5940ef92aa6463176e4f2279e242709a7beb30640d21d4cce07175920e831877561028d7d4358129b0b60b"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bd828687-1706-4041-a804-5e93631fe256/d4ec75936459a7e8c772c929edcbfeda/dotnet-runtime-6.0.7-linux-x64.tar.gz",
- "hash": "996bdaf33be0a9c0f1e2d309b997e3a84a31e28d2424853d7fb1600212f4ce600ebe1b9615de5e46c17652f08ad0d7ecd4b3619217c9624b875a26a553f370d8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-linux-x64.tar.gz",
+ "hash": "6e11e1f414203c24316f856a3e67b03b8b1dfd51b544371d0284ac86fa3dad14d903f75704d1f1f12b0b40175fdd95b3efb641bc354f1080b6408180eaa4f68c"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ba8b5982-2d85-4b0f-a933-13b1dcca3e2d/a367458c007ef00bf1544754578cf54c/dotnet-runtime-6.0.7-osx-arm64.pkg",
- "hash": "46b67cbb67246127aca2f641bbc8f54cc41b7a9702de4748e93d52f1d68843a3b7d016d9cee2fe220a3dccf2e869bd33f09d6d24bad2140c41657a282851370d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-osx-arm64.pkg",
+ "hash": "e6c60e1cb7231c1cb7a506bcf154509d307fdd6a88c1fcfef24f6e3dd2678f207196268ac161e24d24434c8c1962bb1e452321376ab8df9ffa537e62bc80625c"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/044c6d0f-0ac2-450f-b621-637ca24ab2fb/5cd0c43804f3fde6d09cacbfd8525868/dotnet-runtime-6.0.7-osx-arm64.tar.gz",
- "hash": "9f08a535921df7c1ce837ef27478f2381e8132a9ebfec7630465fb3243ef2ec9e982d008faec69e0899675dc3a50b379a96967d1eed3c04dada40cb211489127"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-osx-arm64.tar.gz",
+ "hash": "80e7ce4095dda5eb4f42e836d6340e1b4a342040c38b994e18d1914b9e405e5b4ccb8d634d15c6912b95ddfa2fa1c1a52ab306466d106237288870982a28e40f"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3da50ef8-7b22-4f08-95e9-3641416fdc08/ee91bcdbbbb117803e315f673c9d19f1/dotnet-runtime-6.0.7-osx-x64.pkg",
- "hash": "88537768a655134b2d4e52b548af44c9aff672ce31c52f0438af14e6a0cc335fc4d34d6c5d70a2116b33eb95cb7d738522688ba359f5c0496630e33b528de1a6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-osx-x64.pkg",
+ "hash": "a1eb6a003df98fb15e46f6a83bdad2b147b6cba09887460ebd78726c80ed93d2dcf6ee16898569f4decbaff9aa8a6f760d32f44e9047c7dda6aa330f91f48697"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/97def016-12c7-4e24-b924-772485a41faa/e96d9a0502492efa7de3897467f5972c/dotnet-runtime-6.0.7-osx-x64.tar.gz",
- "hash": "9c53d16971f0366d6d69fbfe37e92eea806faa1c3502cc1050c0e6d2cf394cf886761146e344862a30d0cb131105f387c05d8ea207be8aa87c81cd4c8f962110"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-osx-x64.tar.gz",
+ "hash": "e904140ed4dbe367b3541ba88e129f16dcc6146428115dcab4048c738931fc42cd563aa9d6356f3027abd33263dfd4c5dc1b774d08374fc5ec16ede80d6e8dfe"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/44834c32-f8c0-4ff9-9d8b-6c097fa4fb23/683c8ef458a0a8870a757180bb41c0e6/dotnet-runtime-6.0.7-win-arm64.exe",
- "hash": "8e868e1af18a8dc8e9fbbcb71b767a1e18d1e1921233a7eb5056cdf108d7388951e031e1a2a9d99814f9b01dbebbe0f82be471f612fa6924c35c0ad234a0d0c1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-win-arm64.exe",
+ "hash": "845eaa2d927800740b54a265d2dbd789b716fa6be4ba30e9712260fed3752b3decf2de78d6e3b1a2b41652802f84174d7154220c4d2b1979c042cbb18955b5d4"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e9b7052c-3fde-4e8b-8e08-deb60bc16058/98eee9da57eb76a3f035112fb1d87ad4/dotnet-runtime-6.0.7-win-arm64.zip",
- "hash": "e835fc3a28c336f98aa66d79441430064c5c22dad6310669782090ed7111a9738b793ddec62afb432f5fbca0ec1bbe0ace565e87422bd4a5369a8b5b04c3a3ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-win-arm64.zip",
+ "hash": "9101a5e058802f68563f1418d9b96bbc9dd19bc8e331fe77c705b7160121698ea0471d2b79790c32776acfded9bf026d35413e4c6ac839e3f86e7160b7c1f5ab"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/175ea216-cfde-4fab-8184-c19ce4c1e349/05f550b728c9f53e3e14ec54f40f42aa/dotnet-runtime-6.0.7-win-x64.exe",
- "hash": "ac60eb4d4caa13050b05539e7ea45b0703457144dc127f981cccb8465b60ed058a51feb8682f95032f0a7406f0af70a224793c10062521eb37775d64deda61a9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-win-x64.exe",
+ "hash": "6f664badc1dea1f8ec78083c942f405d7d9e64c1a7d42fd803ea7a98ebc795c6f3ba4a8a8d2e12d4916bf5a55d82e78444d71201f29153c656a2a039711632e6"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5cd66804-64a8-45e5-886e-708788fc8029/0fb15515f1a8661b973ad7222d277d0a/dotnet-runtime-6.0.7-win-x64.zip",
- "hash": "8124484bfe21f0cf7c2bb4b15992afc8cd9fdb676f7c3f36cb720c3f1459107b2bb8a5ced770fd40292a0c42f5fe24cb39bcb064d06e4f20fdbf11ef5dd55140"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-win-x64.zip",
+ "hash": "36a307625e755ed4c5a9098f45cdc2cdaf711ba482893010d8aeb38a30b992eac909639ebb3c887d8ec699f14eef3e7f608e04e75d341ecfdc813dacd10dd2cd"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b26d33ca-ff50-48c0-9f97-cf936e917f82/a145bfd75fef7255df427fcc417c36e5/dotnet-runtime-6.0.7-win-x86.exe",
- "hash": "3dce55b6b44be3f0fd55d1505ce4760cc805cfd8e1ce36f128280ed7a1d15b0bc18aa1c81b420f28092cb0f7094130f3ea06aeb5fa0dc34a1bfb6277b835088b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-win-x86.exe",
+ "hash": "b5e9e34385efccd82cd81156caf7f9101fac2d5c9b2aa82252a7e428e7fffc85165087bd87884fccadc184f228631494f17b982f327ddc9d52d60eaab9674a4c"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a549cf2d-5198-477c-b5ee-afc5fb6f2ddd/a3a43236eb7338685c8d2932db60115b/dotnet-runtime-6.0.7-win-x86.zip",
- "hash": "ddedd5a75b1aec67bc0a5972951e9a4c3adb6ce822bb89bf6de5451411daaf221c089098116d276cfdba670853d12614679d29d690d68bfc376efb2dc521af38"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.6/dotnet-runtime-10.0.6-win-x86.zip",
+ "hash": "938ea6f66f31ef2c3022c88d35bad1518de6e95f8c564cb34d6bb5543bda25ea40eea358248d608a5a398aa957e89b338ab89df12e911f834d5a175b05343a65"
}
]
},
"sdk": {
- "version": "6.0.302",
- "version-display": "6.0.302",
- "runtime-version": "6.0.7",
- "vs-version": "17.2.6",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.202",
+ "version-display": "10.0.202",
+ "runtime-version": "10.0.6",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f35557f7-d5e1-43be-93b6-e59ee8bd823c/9dd2c25a4d7351412ff5902c355732ca/dotnet-sdk-6.0.302-linux-arm.tar.gz",
- "hash": "0d31c7e8ccf02c8dea92d7b60bcb15e15912d74e7ee2ab8fd88ee03c4fbd8f292c356357d08ec23c2aedc5e3e0803d42ce16f3fff36245739d0cac6634bc3387"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-arm.tar.gz",
+ "hash": "5862c55ff12124b572a24aa10fe45b8b6bcbdab4159e1a4d4d3ba8005c008d6405e6f6fe60f5b8669618fb6f4682f1025e10a17b7b567114731f996b612ba065"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33389348-a7d7-41ae-850f-ec46d3ca9612/36bad11f948b05a4fa9faac93c35e574/dotnet-sdk-6.0.302-linux-arm64.tar.gz",
- "hash": "26e98a63665d707b1a7729f1794077316f9927edd88d12d82d0357fe597096b0d89b64a085fcdf0cf49807a443bbfebb48e10ea91cea890846cf4308e67c4ea5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-arm64.tar.gz",
+ "hash": "2626fa9a2b5024c0a6b62f6005bbe5d40a4e4f66630eca705c358ba90015e2d616f8ce14a43404479904f22f9b10c7a03f642b6032eb8edd7be6d688ee455e9b"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a16a9795-f335-479e-aad4-0727e163895d/ed1db010fa5458e5ce082590256e9614/dotnet-sdk-6.0.302-linux-musl-arm.tar.gz",
- "hash": "ad9c16342b13c18c3d81f24bcba304fc0d86dfc0c868227949761828cbec5099e425e15a0371c9422c3da12571a4c7c9e321dd297951c220b3842fc3cc89f067"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-musl-arm.tar.gz",
+ "hash": "0217cfe6beea1e4c0f76bb8648e533b90dba3aebd4e7fa888b6184f3560f4cbe0362e1a44deddf80d14c161855605c959adc544d3fa9ad936c81adfc8d0ad029"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c9fb57ea-0f34-4344-9211-10990010daa5/8c79eae867c9536b8fb8736a0e6c61dd/dotnet-sdk-6.0.302-linux-musl-arm64.tar.gz",
- "hash": "b8a740e1643d2b089063f7bb6966223ecf62f898fb8c45c22f89243883e0ebbdc66188b18c77d2b166481a675511a9c437dad43c957d94559155a882f9cbd9db"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-musl-arm64.tar.gz",
+ "hash": "aaa079e436ccb4505796ee4c31c52c48abf30c07ef4c49ac1bad54dfa3e34e93b8136ac7ef5ea7bff911cfb29c8a34fe2cb0bbc54e4e746b7e3f997c880ab509"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/25f15b42-3e95-43b2-bfdf-6c7f20725b82/73af45db61e17748d9f901a71f5c82a2/dotnet-sdk-6.0.302-linux-musl-x64.tar.gz",
- "hash": "badd3f9c9cda1529235c0894e697ec4e0088237c6b7dbb6bb10e124f2d610a3a143a52f2d6cb6b7f197c70f34a88c555397a786dae45200dad1f2e3a18247da5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-musl-x64.tar.gz",
+ "hash": "d724589862987f9e570ebd69589a6ae442a4f452327c04bd3c9d2e8dd3c636ee8c1c8dc8d9bd1bb4443505b770a614db0ad3231ebcc19332a77063a0b48449b3"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz",
- "hash": "ac1d124802ca035aa00806312460b371af8e3a55d85383ddd8bb66f427c4fabae75b8be23c45888344e13b283a4f9c7df228447c06d796a57ffa5bb21992e6a4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-x64.tar.gz",
+ "hash": "6690c6eaf18b5b8fa2d004b4047e7052a35afd6c75074399a000972a5ca0e7c536daa24f378b0c1da1926eaa3828013502f467b005a86c3015c75cf6b12d7ed6"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7d98e8ca-e8ec-490b-8ffc-55a458981d86/32c92f3aa0f460119de53477cffa8a0a/dotnet-sdk-6.0.302-osx-arm64.pkg",
- "hash": "0fbcc2a47186ff2cf00c527097353e1519d15410c7fdb80ccc271be4dd558ddd2e4a422d231e5ecbba8f284de79d6524ff1fc75bef7f016bfc5f7e61137155d9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-arm64.pkg",
+ "hash": "c45214c812c10796e0ffbe403aaf331a134b7d2d561950f13001f3bd29af172e7ba1833f4cef850989826fac99de3a1fdcb64b69a5f2685ab995c07984c37015"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/01a17a2d-6b92-4521-97a2-ad7d845a8064/44aa4e10f71e70a38b5f6f59d211cbab/dotnet-sdk-6.0.302-osx-arm64.tar.gz",
- "hash": "59caea897a56b785245dcd3a6082247aeb879c39ecfab16db60e9dc3db447ca4e3ebe68e992c0551af886cd81f6f0088cb1433f1be6df865afa357f90f37ccf6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-arm64.tar.gz",
+ "hash": "23addc6c020e2b8012b3b7bc92050d6d29e3afcef33b5d72011416f96418b223075e898fe438efe5967e985ecfcd245729bdd38bff1c56be389d7e38c7118815"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7257dada-8ec1-4b5c-9b69-7201a2cf377f/89f452882fb87fbb89d697417cb3f231/dotnet-sdk-6.0.302-osx-x64.pkg",
- "hash": "56f74dac49c5729744fc6e2997d04d58fe807d4e28bdc67b2757d7c21978805cb2e7bc6c78e4f33ba2d591ce4dee9757837a275d9928e6e1c68874f753100dbb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-x64.pkg",
+ "hash": "b68b7e2d6d60eda916f49bc4e92fd72f2420d9704d44fcc55cbc0b37d8098ef0eabe77265bd5f48ff4057f06da694c11565b548ba6d5f922b52cbebb9277bcab"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/60719796-b5c5-46dc-a26a-7e8126a292c8/a7b871d6c46136b61c30403d085ef97c/dotnet-sdk-6.0.302-osx-x64.tar.gz",
- "hash": "003a06be76bf6228b4c033f34773039d57ebd485cf471a8117f5516f243a47a24d1b485ab9307becc1973107bb1d5b6c3028bbcbb217cbb42f5bee4c6c01c458"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-x64.tar.gz",
+ "hash": "99d5423fcc1ec1984ade9ef3a7e66af3d6cfb7484a36b6fadb620c4d05c2b47c69859f9a5e8617394337311cdbe2df51caad3dab676ac02791f29b0e913f422a"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1b1b47e-dae9-48e1-80f3-9ff920fa937f/9ca322594becea69bf4b9104fdce6154/dotnet-sdk-6.0.302-win-arm64.exe",
- "hash": "f4ea89be4b38a7c48ed0bf4e83c56ffd675a35129df6683837f654255d3347653f1e40d6c6fe033891d7d7c8a94dd5ffa291e4c661629b9782fc50dc2b80e43a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-arm64.exe",
+ "hash": "3636df89522997a731b7e7d7b17a7ac803647e07e9a215ee10f00bd9cf7c3ee4cccaecfc7318c4d0c37f3c09318843a526d11f5e57192090875c6580705b386c"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1dcdb33-ca37-482b-92c6-6aa7b966305a/c7b6ccfbc028c095c36af1bf682a78e7/dotnet-sdk-6.0.302-win-arm64.zip",
- "hash": "175a76307e1f8aba0ad196c17c1a0099c265d0b3bcfd2410ee4b13afc27139bf7e563a97b388c1f02aa880389b6f45f37d4728d6b304eab27ce6ae19c38a2387"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-arm64.zip",
+ "hash": "bb923a3b4a600c37d4b0acc99cebf5ff8da1e79836e31b023085734416d5ce2ad3fe990ecc2c663ce4f2059979b7e4645aee277eeabe15ba7a9413946c50e9fb"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c246f2b8-da39-4b12-b87d-bf89b6b51298/2d43d4ded4b6a0c4d1a0b52f0b9a3b30/dotnet-sdk-6.0.302-win-x64.exe",
- "hash": "29866c4eb29d3238acd168d668fcc35933bc9e61367104e893ecd3d648990792fe928fada230885c7a2fecdf02a056edecda22d25cdbb9f6773648d287bc1ff3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x64.exe",
+ "hash": "d3d8792493497ea9127d41fa8898f599be54af1aeb9a5adf6e5b8dc27ff12ab5e4ae73e553d6f626ff785b6d2b4b2dfaab00fe9446e8c3c38e453050914b47c8"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/44d08222-aaa9-4d35-b24b-d0db03432ab7/52a4eb5922afd19e8e0d03e0dbbb41a0/dotnet-sdk-6.0.302-win-x64.zip",
- "hash": "45d476c2c286a55930800c2a0a095374e0bda6df907163c82f73ea79debe9b29f82da0a76bdb3d415d28973a009d84f45edba22bc91777985d24e88216f3332b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x64.zip",
+ "hash": "39af90d170fb089fc1b07cf7cbc1afc46a4ae2af9d7a68ad72f917e7ec68cdde8c71e9139949c109e84533a5230aa1d1716bb911df4325634a018f9a0addda8c"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d238bcf4-7362-4885-b371-e23a269a96bd/838e7e2d43528f9c79001f7737d38e7d/dotnet-sdk-6.0.302-win-x86.exe",
- "hash": "eaf426203d91ccb8a073584563d486e03c016ebf98048c1a15af226d74f7e2a03aabd0d05f95dd62c719dbad6dc17142f1b6696b50465addb00dc211de0d6b5c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x86.exe",
+ "hash": "31c3d043ccb25427d0039ab94f4a97925095b89946efbe950b02bdd4807ad0463c33f9898083402dabd6ac758f2f7cbc15bfd3b420ad06d3730fb7343aae5d3c"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/28119dbe-f067-42b2-8352-c1de410e10ac/dd10dce1cd17a2d4dbbaa44455bbcb04/dotnet-sdk-6.0.302-win-x86.zip",
- "hash": "300607e3e952d31c733214aa77d650f43671519b7d536787ffc46401c349926410c670c2a57c7bab5fda989b6e3c5c6b37e42a98c8f581be9fc771fa66ff6fc8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x86.zip",
+ "hash": "5ca6612a458fe71522565339726e0a9e25bbda2e203ebdfab3c3ea2c7889ba1f0434efd6a4c1070e692e38a28d1085ac750bfa3c81dc1837a704d42fed9936ad"
}
]
},
"sdks": [
{
- "version": "6.0.302",
- "version-display": "6.0.302",
- "runtime-version": "6.0.7",
- "vs-version": "17.2.6",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.202",
+ "version-display": "10.0.202",
+ "runtime-version": "10.0.6",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f35557f7-d5e1-43be-93b6-e59ee8bd823c/9dd2c25a4d7351412ff5902c355732ca/dotnet-sdk-6.0.302-linux-arm.tar.gz",
- "hash": "0d31c7e8ccf02c8dea92d7b60bcb15e15912d74e7ee2ab8fd88ee03c4fbd8f292c356357d08ec23c2aedc5e3e0803d42ce16f3fff36245739d0cac6634bc3387"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-arm.tar.gz",
+ "hash": "5862c55ff12124b572a24aa10fe45b8b6bcbdab4159e1a4d4d3ba8005c008d6405e6f6fe60f5b8669618fb6f4682f1025e10a17b7b567114731f996b612ba065"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33389348-a7d7-41ae-850f-ec46d3ca9612/36bad11f948b05a4fa9faac93c35e574/dotnet-sdk-6.0.302-linux-arm64.tar.gz",
- "hash": "26e98a63665d707b1a7729f1794077316f9927edd88d12d82d0357fe597096b0d89b64a085fcdf0cf49807a443bbfebb48e10ea91cea890846cf4308e67c4ea5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-arm64.tar.gz",
+ "hash": "2626fa9a2b5024c0a6b62f6005bbe5d40a4e4f66630eca705c358ba90015e2d616f8ce14a43404479904f22f9b10c7a03f642b6032eb8edd7be6d688ee455e9b"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a16a9795-f335-479e-aad4-0727e163895d/ed1db010fa5458e5ce082590256e9614/dotnet-sdk-6.0.302-linux-musl-arm.tar.gz",
- "hash": "ad9c16342b13c18c3d81f24bcba304fc0d86dfc0c868227949761828cbec5099e425e15a0371c9422c3da12571a4c7c9e321dd297951c220b3842fc3cc89f067"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-musl-arm.tar.gz",
+ "hash": "0217cfe6beea1e4c0f76bb8648e533b90dba3aebd4e7fa888b6184f3560f4cbe0362e1a44deddf80d14c161855605c959adc544d3fa9ad936c81adfc8d0ad029"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c9fb57ea-0f34-4344-9211-10990010daa5/8c79eae867c9536b8fb8736a0e6c61dd/dotnet-sdk-6.0.302-linux-musl-arm64.tar.gz",
- "hash": "b8a740e1643d2b089063f7bb6966223ecf62f898fb8c45c22f89243883e0ebbdc66188b18c77d2b166481a675511a9c437dad43c957d94559155a882f9cbd9db"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-musl-arm64.tar.gz",
+ "hash": "aaa079e436ccb4505796ee4c31c52c48abf30c07ef4c49ac1bad54dfa3e34e93b8136ac7ef5ea7bff911cfb29c8a34fe2cb0bbc54e4e746b7e3f997c880ab509"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/25f15b42-3e95-43b2-bfdf-6c7f20725b82/73af45db61e17748d9f901a71f5c82a2/dotnet-sdk-6.0.302-linux-musl-x64.tar.gz",
- "hash": "badd3f9c9cda1529235c0894e697ec4e0088237c6b7dbb6bb10e124f2d610a3a143a52f2d6cb6b7f197c70f34a88c555397a786dae45200dad1f2e3a18247da5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-musl-x64.tar.gz",
+ "hash": "d724589862987f9e570ebd69589a6ae442a4f452327c04bd3c9d2e8dd3c636ee8c1c8dc8d9bd1bb4443505b770a614db0ad3231ebcc19332a77063a0b48449b3"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0e83f50a-0619-45e6-8f16-dc4f41d1bb16/e0de908b2f070ef9e7e3b6ddea9d268c/dotnet-sdk-6.0.302-linux-x64.tar.gz",
- "hash": "ac1d124802ca035aa00806312460b371af8e3a55d85383ddd8bb66f427c4fabae75b8be23c45888344e13b283a4f9c7df228447c06d796a57ffa5bb21992e6a4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-linux-x64.tar.gz",
+ "hash": "6690c6eaf18b5b8fa2d004b4047e7052a35afd6c75074399a000972a5ca0e7c536daa24f378b0c1da1926eaa3828013502f467b005a86c3015c75cf6b12d7ed6"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7d98e8ca-e8ec-490b-8ffc-55a458981d86/32c92f3aa0f460119de53477cffa8a0a/dotnet-sdk-6.0.302-osx-arm64.pkg",
- "hash": "0fbcc2a47186ff2cf00c527097353e1519d15410c7fdb80ccc271be4dd558ddd2e4a422d231e5ecbba8f284de79d6524ff1fc75bef7f016bfc5f7e61137155d9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-arm64.pkg",
+ "hash": "c45214c812c10796e0ffbe403aaf331a134b7d2d561950f13001f3bd29af172e7ba1833f4cef850989826fac99de3a1fdcb64b69a5f2685ab995c07984c37015"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/01a17a2d-6b92-4521-97a2-ad7d845a8064/44aa4e10f71e70a38b5f6f59d211cbab/dotnet-sdk-6.0.302-osx-arm64.tar.gz",
- "hash": "59caea897a56b785245dcd3a6082247aeb879c39ecfab16db60e9dc3db447ca4e3ebe68e992c0551af886cd81f6f0088cb1433f1be6df865afa357f90f37ccf6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-arm64.tar.gz",
+ "hash": "23addc6c020e2b8012b3b7bc92050d6d29e3afcef33b5d72011416f96418b223075e898fe438efe5967e985ecfcd245729bdd38bff1c56be389d7e38c7118815"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7257dada-8ec1-4b5c-9b69-7201a2cf377f/89f452882fb87fbb89d697417cb3f231/dotnet-sdk-6.0.302-osx-x64.pkg",
- "hash": "56f74dac49c5729744fc6e2997d04d58fe807d4e28bdc67b2757d7c21978805cb2e7bc6c78e4f33ba2d591ce4dee9757837a275d9928e6e1c68874f753100dbb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-x64.pkg",
+ "hash": "b68b7e2d6d60eda916f49bc4e92fd72f2420d9704d44fcc55cbc0b37d8098ef0eabe77265bd5f48ff4057f06da694c11565b548ba6d5f922b52cbebb9277bcab"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/60719796-b5c5-46dc-a26a-7e8126a292c8/a7b871d6c46136b61c30403d085ef97c/dotnet-sdk-6.0.302-osx-x64.tar.gz",
- "hash": "003a06be76bf6228b4c033f34773039d57ebd485cf471a8117f5516f243a47a24d1b485ab9307becc1973107bb1d5b6c3028bbcbb217cbb42f5bee4c6c01c458"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-osx-x64.tar.gz",
+ "hash": "99d5423fcc1ec1984ade9ef3a7e66af3d6cfb7484a36b6fadb620c4d05c2b47c69859f9a5e8617394337311cdbe2df51caad3dab676ac02791f29b0e913f422a"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1b1b47e-dae9-48e1-80f3-9ff920fa937f/9ca322594becea69bf4b9104fdce6154/dotnet-sdk-6.0.302-win-arm64.exe",
- "hash": "f4ea89be4b38a7c48ed0bf4e83c56ffd675a35129df6683837f654255d3347653f1e40d6c6fe033891d7d7c8a94dd5ffa291e4c661629b9782fc50dc2b80e43a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-arm64.exe",
+ "hash": "3636df89522997a731b7e7d7b17a7ac803647e07e9a215ee10f00bd9cf7c3ee4cccaecfc7318c4d0c37f3c09318843a526d11f5e57192090875c6580705b386c"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1dcdb33-ca37-482b-92c6-6aa7b966305a/c7b6ccfbc028c095c36af1bf682a78e7/dotnet-sdk-6.0.302-win-arm64.zip",
- "hash": "175a76307e1f8aba0ad196c17c1a0099c265d0b3bcfd2410ee4b13afc27139bf7e563a97b388c1f02aa880389b6f45f37d4728d6b304eab27ce6ae19c38a2387"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-arm64.zip",
+ "hash": "bb923a3b4a600c37d4b0acc99cebf5ff8da1e79836e31b023085734416d5ce2ad3fe990ecc2c663ce4f2059979b7e4645aee277eeabe15ba7a9413946c50e9fb"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c246f2b8-da39-4b12-b87d-bf89b6b51298/2d43d4ded4b6a0c4d1a0b52f0b9a3b30/dotnet-sdk-6.0.302-win-x64.exe",
- "hash": "29866c4eb29d3238acd168d668fcc35933bc9e61367104e893ecd3d648990792fe928fada230885c7a2fecdf02a056edecda22d25cdbb9f6773648d287bc1ff3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x64.exe",
+ "hash": "d3d8792493497ea9127d41fa8898f599be54af1aeb9a5adf6e5b8dc27ff12ab5e4ae73e553d6f626ff785b6d2b4b2dfaab00fe9446e8c3c38e453050914b47c8"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/44d08222-aaa9-4d35-b24b-d0db03432ab7/52a4eb5922afd19e8e0d03e0dbbb41a0/dotnet-sdk-6.0.302-win-x64.zip",
- "hash": "45d476c2c286a55930800c2a0a095374e0bda6df907163c82f73ea79debe9b29f82da0a76bdb3d415d28973a009d84f45edba22bc91777985d24e88216f3332b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x64.zip",
+ "hash": "39af90d170fb089fc1b07cf7cbc1afc46a4ae2af9d7a68ad72f917e7ec68cdde8c71e9139949c109e84533a5230aa1d1716bb911df4325634a018f9a0addda8c"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d238bcf4-7362-4885-b371-e23a269a96bd/838e7e2d43528f9c79001f7737d38e7d/dotnet-sdk-6.0.302-win-x86.exe",
- "hash": "eaf426203d91ccb8a073584563d486e03c016ebf98048c1a15af226d74f7e2a03aabd0d05f95dd62c719dbad6dc17142f1b6696b50465addb00dc211de0d6b5c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x86.exe",
+ "hash": "31c3d043ccb25427d0039ab94f4a97925095b89946efbe950b02bdd4807ad0463c33f9898083402dabd6ac758f2f7cbc15bfd3b420ad06d3730fb7343aae5d3c"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/28119dbe-f067-42b2-8352-c1de410e10ac/dd10dce1cd17a2d4dbbaa44455bbcb04/dotnet-sdk-6.0.302-win-x86.zip",
- "hash": "300607e3e952d31c733214aa77d650f43671519b7d536787ffc46401c349926410c670c2a57c7bab5fda989b6e3c5c6b37e42a98c8f581be9fc771fa66ff6fc8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.202/dotnet-sdk-10.0.202-win-x86.zip",
+ "hash": "5ca6612a458fe71522565339726e0a9e25bbda2e203ebdfab3c3ea2c7889ba1f0434efd6a4c1070e692e38a28d1085ac750bfa3c81dc1837a704d42fed9936ad"
}
]
},
{
- "version": "6.0.107",
- "version-display": "6.0.107",
- "runtime-version": "6.0.7",
- "vs-version": "17.0.12",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.106",
+ "version-display": "10.0.106",
+ "runtime-version": "10.0.6",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e69db7cd-ea5c-40ea-87cd-cc567cbd6c3f/0765ead789975a5f4359fe44e3e7596a/dotnet-sdk-6.0.107-linux-arm.tar.gz",
- "hash": "05364e5f3c3be3f66420310c1fe26550d639c6e95b43ed004ea79017ee8c973d73349ff87c5eca4c560f80fea55a435c1c22f3889d5c015b85474533395245f4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-linux-arm.tar.gz",
+ "hash": "a07774439c091fa42cc1c8813bfd342ef12a3f7d9fd706277f0a7b2532435cfdcbac3202cbb7a32179d13d53c4ad4c7694507bc23ef1b633c156efa13fb5cc3b"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dd4f49ba-39b0-4358-bd82-18cb5b1350d1/ec891910fd6f13c22448a8162fe1f017/dotnet-sdk-6.0.107-linux-arm64.tar.gz",
- "hash": "946b43f0da3e5d94d20163d6a94fc4fcef66c1c18d6fa02530e769201d96c9e2125c0f35532ea87e0c5b4f3a491daa6d4b8d6dd23f4eb9da32625ca0a4065e14"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-linux-arm64.tar.gz",
+ "hash": "bbcf9c7598902c8be64b88fe9feebc761fb9559e0b40d0f2c01fec04ef35470224b22bf4f622e07e879a7fe7c982c2f5a89accb0a3a624772425ac9b5f4b0587"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b9318991-ee50-417d-917e-85ea1669bf05/cb3c6c871562c3d19ae5b175e0d8d376/dotnet-sdk-6.0.107-linux-musl-arm.tar.gz",
- "hash": "906ce7c142152c297f8b88c697e80c3a2a532365244b5774860f48aa9d3e9dd5aee08c9f41ca8594146720474300dca2ef7a48f81ef797f1a11bbb1b60e98c38"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-linux-musl-arm.tar.gz",
+ "hash": "e944e3ed2eba8afecc76c71f3b8cf60bb1199315b7cf75a922c014a52afeb5ddafccd23ee31ce23fc444fba6f2ba54f49dbc2252f2f295c4979ea097f57e38ff"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e4542652-8fbd-4d47-9be4-0fdac3b1321f/3e3a78122dfd8400cf38eec6174c82ce/dotnet-sdk-6.0.107-linux-musl-arm64.tar.gz",
- "hash": "31dd771c031655d7786491a3940f706d2dde0a8a1f6dca40f68977abfbe4d36e7e4a7fe0addcef08d031271ac10d8c3378145754978cd8939cbcef2b10a35a02"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-linux-musl-arm64.tar.gz",
+ "hash": "ad7b8c3963b1f5dc1fe514c6a980e084cfe1462e93179b6187507b5d810ec23b3ae2a57868d36c76b0d593f8574d2bb337399e99a9f8b650b3d2fe0df0f421bf"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/75eb1df0-1b89-4d21-a73c-17bf5ee52b7b/dd5935a672fc7098fba37a5da9d7e8f3/dotnet-sdk-6.0.107-linux-musl-x64.tar.gz",
- "hash": "171de172825103635229bb7870a1aa86ab30943ad82fd423693264735f5af8c54bdb2f1669cfbca51bb0327266e66885b42382539ca68754cebc2a5ed26521f0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-linux-musl-x64.tar.gz",
+ "hash": "4f74741d93cdc0ae06cae4d41c85eb0f677ed8653077ef1b3b15867d6d85ee7482849c0abd3317d7ec96002f6d4bd5becc6203f4e178e2b8a8503ef298f0dde0"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1cf99a7b-0eb2-42b1-8902-7ba3bbc825c2/05c48fc1df50db04762a852b321779ce/dotnet-sdk-6.0.107-linux-x64.tar.gz",
- "hash": "cd03b0a04230371c5c6cc9368722123771a80e38f9a7dad9f831263b319821139d68e37f6e0321487f5fde86e96985965a12f0b3a74fe05d1e917d587775950f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-linux-x64.tar.gz",
+ "hash": "81da8114537ca62d456559733dded61c851852622921b43d3c06e347abeb9bd7cc8301b100ef1f09d10ee1731e8ac67356b4d74c639b15ab20de85022c380da0"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bebd8bc5-f162-4584-bab0-1260bf4d0d82/a6f97ac393bc4fb8976b65703c981566/dotnet-sdk-6.0.107-osx-arm64.pkg",
- "hash": "375d8f2ca7ac2dcadb9c9ec3defc1d902052e8a6fae4611fbecfcb16f533d8ac734720a547ec09cc396917fbbc8bb920a0dbc07c9500cfe15a943d1cbe1ecf88"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-osx-arm64.pkg",
+ "hash": "7fa52ce2e18df87c1f1090d7a5d05cd291479cf3aa9c53ccd6230296b4e0db7bebc85adbdbf33bb314c86ba0ea675ef1567f8ad49552e52f5e3cc3cc60d99ac6"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f92549f1-a978-4f76-bc34-2e93061340da/438aa991076aace14073078748dc8e10/dotnet-sdk-6.0.107-osx-arm64.tar.gz",
- "hash": "0e317c33b2f88d34136d25a7419e5989a853e5728d9a4d378e1fa8e993e96e86cd03a46b8b5091cf0e0deb598f6ae8046ec2272d0a333f97db5bf6d222437a8c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-osx-arm64.tar.gz",
+ "hash": "1744795e27736946cc1d465a05d163aa9bb76b8fe49b41cca570f848d99844072143eceef9efac210de05c49f86edd0ef761e011341083ee4678b967757ca595"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/882184bd-1ea8-4f72-8e1c-4f22e5f6a14e/1acd236d6682d7f6ddebe4ee31878199/dotnet-sdk-6.0.107-osx-x64.pkg",
- "hash": "89a0101cb2cb87158b72854252077c73b0e86ff322628be5d6cfd2b2182b6bd11dadcb216d1badaa400791c8932ba398f1f2097a096e5d10c2de6bcf24ce8a19"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-osx-x64.pkg",
+ "hash": "35f41755756fdf524bce9f87899b31f4197df41c7905ea48c65d40027f1102bd259b3649233a9770dfc0aeefa550a57dd6019b69a2db53e4e3fafd37a15add9c"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10473f47-bf6b-49cb-89dd-41de18dd3494/971bb4305c97951e4efd5a063b61e4bf/dotnet-sdk-6.0.107-osx-x64.tar.gz",
- "hash": "9fe4359eb8c97c0198f044d0d5963d4e334ed7754cbe3985933a79eec917e62c81ccc44cd9f76df3732b3818febcd925bcd0a5f78bfeca7666e6c52f3a821df9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-osx-x64.tar.gz",
+ "hash": "17b15e0ffb1625b84f934b7764c422e5731f8e30b9f1fc68886ffe9771a0c28488a2b01a3f1af1c78e69f0b95d153b984429eadbbf2243f0ba16101842ef1e64"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/07897206-2ac4-450c-8a4e-983c706e8a58/73d0366a5e91836082fac62a8fa4a6ae/dotnet-sdk-6.0.107-win-arm64.exe",
- "hash": "d0633ae2e571090d86d04874b0c99c56d9c669738a988c11a12e6a939f0200f55348fd9f7d3f210e5808cbe9f7f5e8c20ee73718dee10a57c8a57137dccc58c6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-win-arm64.exe",
+ "hash": "56ceb2ae86d425a072b027d7646a085dfcd194cf69f6b43e6c556dde604a7e7e9f13f9af190698fb94ad2ad851e0b802d1533191ea604cf05bfa1b231bd6374c"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e980a5d7-6801-4c4e-90ae-30ba97311b68/467ff9470f07525bc0e00c5219f2bd86/dotnet-sdk-6.0.107-win-arm64.zip",
- "hash": "0ad65d407a24cea892192868e7c4c5416e747626616d42b3b2b76f6717f9b2a4ef5265e399555fc350c7311e232988515243acb6a282f4cee6eccdeb53dd4ac5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-win-arm64.zip",
+ "hash": "5844b2b7580c62a3df38ced33f38f701b0bac88b1e6b98b87dfe99e14d044c419ad6559646790a84825b478815242e96e5a5ee721c8d51b8057ac0ddb140376e"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cbdd7e5f-a031-4ed1-bc98-b838c9f7920e/46a63d54fbfe0d8e2ebdb3ef85ba6b32/dotnet-sdk-6.0.107-win-x64.exe",
- "hash": "5a6826ef13bc4c76b61efbbb5fe498d4c9493173791335812b4e7faf0616deaed08b031484cb9679aa8af2087800483317cdaca2a56275d7ad380dbc487e7042"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-win-x64.exe",
+ "hash": "98f66f8d72d9bd3749a273bb7b00c5a577c18db394698799db33c4763f30b6b829af006300fd8ab242bbd9420c1bac39212bbaed1f3bb061d29d31ca53238d05"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5dad33d8-a389-4d80-8099-b6fe46416191/4b656bf694e80c8ee9f43ce6857ee806/dotnet-sdk-6.0.107-win-x64.zip",
- "hash": "8607e122c4827b3c0f178cc6cabf38bc5efe7dcb52c535b49e5dd006650769ceba09e94f31664f1d58523e613709b7437c7167bf65b71ddd1f3e002f6100535f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-win-x64.zip",
+ "hash": "cd911e86835a2bc4508d06c9fb53d6ba1b30be70642c98a1afe39bcbe310edd0d29f3dbc8bc2b4e8f6dbb2409d1826b5f03c3932068b67bd298442f7f9bd9339"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ca576b4b-9692-4721-9acc-b46cae33194c/14fca8058716dc054cf88c35a0473695/dotnet-sdk-6.0.107-win-x86.exe",
- "hash": "23b1b6ad927bd6b2c89b0824576e7e62f876e8166446e9d701bfb4c3cbe49f6cbd702888600bd6fd6115b02628b7aa8080e337fd1f24b52f19ab1d66ab695a53"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-win-x86.exe",
+ "hash": "e9f98829c4bf8b90e68ee380b021314f91b0f64c416cc747f5711f54c98392269d835f6338c7823493a959f092f7cdfc06b374f6b1a0aaea6e10df6cc835cf7f"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a2d6eee6-9a0e-4471-8b64-6992f3ee5bdc/e3c5a277f6ce49a686b4a8392c190cb1/dotnet-sdk-6.0.107-win-x86.zip",
- "hash": "8aa6c470747b6df24c97a95c5fc4237a33fa0d7fe2ab77c7c9ccec8ec686d795c8a1b5d5697aa12f2c6ac9c67bbf8db304aafd4108d361cbbc7a72af587bb86d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.106/dotnet-sdk-10.0.106-win-x86.zip",
+ "hash": "e10f8bbed54e30c78aede65141fa59c1768523521f445908f1c201e5aed47fc1f93e770f6246447409f86b7d3bfaaaac310703dcf9e8a079c8f010ac116c2ee4"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.7",
- "version-display": "6.0.7",
+ "version": "10.0.6",
+ "version-display": "10.0.6",
"version-aspnetcoremodule": [
- "16.0.22173.7"
+ "20.0.26085.6"
],
- "vs-version": "17.0.12, 17.2.6",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/228e3f86-84fa-4109-9655-2a381acbd6c1/eb174b5083bb639d8b219b7cb11fa50f/aspnetcore-runtime-6.0.7-linux-arm.tar.gz",
- "hash": "db6bf23ee6b475dcc0eb9c1040a660310bb2f020f4162ac480ac898c3984e5f6a9982aabac63d10ee6d6e6aea6f4d1f300270fc8fb08af9fef3daa618c9adfee"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-linux-arm.tar.gz",
+ "hash": "46f6092e51560a963b2603971077b171971c2d481dbf8a7600230e8d591e9ff9a80b56fd7c70e15d6c286dd611315cae6617e74da1a4353455d3a970ca273255"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b79c5fa9-a08d-4534-9424-4bacfc3cdc3d/449179d6fe8cda05f52b7be0f6828eb0/aspnetcore-runtime-6.0.7-linux-arm64.tar.gz",
- "hash": "0c7317d2170f2632afd7c7c3e5bd84075071802e901de1ed5e54178f8a56266fe0770ebd84502aff9384b06908d4d5bee9d464d215fb20d841de177174f55f93"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-linux-arm64.tar.gz",
+ "hash": "8dee4e65a4a76e833867616df508a39c2f8a710269a2361e47acb73d09080e50405c1d84206327ff5df127a9f206451b0cedf1451d43144e440d9c4e350e9497"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/451a391e-5a04-47b2-af06-716eef35f583/0d75643777814a60f614d183848ba2d8/aspnetcore-runtime-6.0.7-linux-musl-arm.tar.gz",
- "hash": "653b59738d70355deb4d8b364ee2465001c761dd6c4f22538438632ee58558471f8a8d55d5ae759453e83150f62533b8987a3489210f4cd5ac1c15f87cffdaf2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-linux-musl-arm.tar.gz",
+ "hash": "553700047d427473ae4fd9812455a991906fbd08174ec927b4d643b5dba2f0958e3c0cb6cec6a3b0d19d3714f852259f1e94e8b5c3d96ff45b347ee7940cfba3"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a19f8c9-9381-42a7-bbd4-4c611b1b7ff7/791479159cbe3079b17911e6a687206f/aspnetcore-runtime-6.0.7-linux-musl-arm64.tar.gz",
- "hash": "efac4d9f91a8f442f6223f77e09eafd4fec4d2daac395f968549ebba37285804c77617919c9cd3b900805e3a876d4d8aae2ade31140a6f278598aca4fd0c5995"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-linux-musl-arm64.tar.gz",
+ "hash": "373046f5329052c57e1bb54d54cad780fefa72b1b0d435a77f704b486621b3a714c91218680bf86022082d189252fd6976d6e2cf05ee5279b0fead67a203c481"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4d0afe6e-9076-494d-bbdb-4e0999613ff5/814f81655f7297e6962875a6cbffb227/aspnetcore-runtime-6.0.7-linux-musl-x64.tar.gz",
- "hash": "676864175e8ac286b83ce231a5a218050998e8f0903521c7667e1e8b58b035dba45f90c8894e164f70480fc55e32a623b0fad229f28f59d692c53ca97b695092"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-linux-musl-x64.tar.gz",
+ "hash": "86029e8fe47ab0109b55376027c18e8960ba36d7a0f30090b28d866a7a7c42210f2a17196860c108c1f043b319c0956d69882030ce05fff687285c67edb9e36c"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/98271725-1784-407c-841a-64d87c674512/b433af33506c816e3b5838f5c65d990a/aspnetcore-runtime-6.0.7-linux-x64.tar.gz",
- "hash": "d210e2afd009746d2c4d98c07077b89ce174f462c2bdaae9afea107a5b1c9c4ab63460ae3d9ae38c5388f591c0a95d8712359326013b23325b7be19b51835455"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-linux-x64.tar.gz",
+ "hash": "89eeb16d1971dc0a854754a3bc4cebb637a959c889f56216af292580b76fbff01c329dd0933896b74ef6a2d4bc56b9c4bb605196d5c0520ca43027421d155365"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3d952783-f61f-4399-841a-fa5b5aeffded/15580a465dec6a7c67107e3f96d6da13/aspnetcore-runtime-6.0.7-osx-arm64.tar.gz",
- "hash": "4d9dccaeabc1490fb9261f0be0702c2f5b4e96b840edee94d50f9a4655aa4d85bcf5a16d21d43b0a543e5a90cc631510aba35000df465a4ffc6cca7de37907fc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-osx-arm64.tar.gz",
+ "hash": "40cddf285281c65082aa902754598b05b0693b04a0675ae5be79ab136002b5a69e31f5880ce7e499253906debe1dd4d1a186422c8f67594e50d452ebe3f6053b"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b4d2b0e-607e-4f9a-944f-0acdefd828d9/79a0271038df505617ef800587a92858/aspnetcore-runtime-6.0.7-osx-x64.tar.gz",
- "hash": "6c05250d2affb61a1f34ba297e3c9bd0ddc42d64b1580f5e8cfa218a079cc455aa183f683869ba52e7b9ce58fb223dff8ef9776d4b2e2421ed7e2058d4af0750"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-osx-x64.tar.gz",
+ "hash": "14824ce33acfab565c248f5bc9004af5b7804d407aed8c45f025c50992f20f7a288cf581d0b5cbb9f435e35b18441767f0f83712bc267ae6fe650bb46ae1f304"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-win-arm64.exe",
+ "hash": "5645bc969a014aff2fa5773091ef80caab8e7c4f3530f56e5f9e89e294429a024d55ab0037f071d778636aaf2bfc15f3997c5d011a6d0813eb59dec6e36040be"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/556c57fd-ee7f-42ad-a5ef-f0c1ae30fddd/8dc564bca48badb00a53111922eb19e1/aspnetcore-runtime-6.0.7-win-arm64.zip",
- "hash": "a2e62f329fca498c2e3d16c9023cd9914e780fbe635fdc42bd2f66018989e6e38bf1a1cbaf833abe0fa855a786feaef3defb6fd886c03e6cbeb4ffca4c6eeb25"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-win-arm64.zip",
+ "hash": "81ac598d7be7d5d0c6ab5cb382ddbc6e18a8326e832feda6fa30eb5961e6e3261dba1a6393f8999faeec146d7d2ccbac11a413a2a6081f898eb4838a7a34368b"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c4c86d02-a47b-4bd4-b73d-ec3be19e5245/76c673e22a120464c95f85bef342a361/aspnetcore-runtime-6.0.7-win-x64.exe",
- "hash": "7f42e5ee589a663aeb0c816f2e4172187189d92bc3c29fafc14523074bb793d58b238e64be8b001350b6dcbc111a5c9514b0def7acf6b6534290f5502206cd22"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-win-x64.exe",
+ "hash": "2e43eff02cf0869edeb746c9b927f10c203d3fc3cbe3f44afee43a5a5d795e9c722694ec320364b76304d1117503b13b839470b4194c4ac234331d2f4ee73589"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1b11ff50-0e82-4a0c-9b1e-99347d218671/0f20eb26cbac962090ca27af88aa2c24/aspnetcore-runtime-6.0.7-win-x64.zip",
- "hash": "e2c52af3361fdb9d5897a238e8275f7f9df8b37bd2b7d6f24c7b889111d1f1fd80f30b1a68022dee3e7378c6973a37f1ad0c96cea4c22d73d3cb5068d1cb3efd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-win-x64.zip",
+ "hash": "11db358248549e1c1c75fa399a09921b85b2a2017e413c3f0febb6e9852b23e505d9d354d790bf2cd5ae1a905d199a6a79667260a811a05aa3acb5c54397cf2b"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a6f2f0c7-07ff-4255-88e6-707b84990828/db97169bf75388792cb52881dcc6afbc/aspnetcore-runtime-6.0.7-win-x86.exe",
- "hash": "8b99a164e67aca14227f8eb90165e16189cc2ffda21c276e1ba100fbdfe6d83bf87bcf89f2423ebeef21c9e6eca6dcbf8896690a6fb9235fef7bd7f02b3494ef"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-win-x86.exe",
+ "hash": "e299d6b3beff831491e8f2669944dbf18c44eb8062fa7bab396be7866ccf4968d1b2d79b0c605d577a0cb175a6f09f7e0fd6fcbca9facae4fca538a1609bd168"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b3a7c46e-6e53-4aac-bdc3-a8a7f15efefe/37049c002ffd567eab9729a9d0a47e38/aspnetcore-runtime-6.0.7-win-x86.zip",
- "hash": "db43cbde0e6f33acd9e6d8107b330de5f1f8c7e13fba86ba281c74af2b6903ecffc6067411db89b90c3b051b13c5d325c7c6e9553139f669d1f75c11c3116cbf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-10.0.6-win-x86.zip",
+ "hash": "03e409439fc78117ad410761a426f06d2d75050d9a3c99f302bb5be57039135c0fd40e7984bf99ab658fd612c809dd68d6502800eaa0e309e94ea2039b051633"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-linux-arm.tar.gz",
+ "hash": "a831fd3241172931ac58a794d4ac82fa7a5f3ec1ec079c31f4a36f15ae2a3c573edc7ad21611ecafe4e4d02e4d1b1b719f0aebfba0687bdbda33c062ddde1b64"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-linux-arm64.tar.gz",
+ "hash": "85ab216bb917ac6da78e1776eef85e145f3a35155f6bb98ac87303a1627f13ac74ca33c6882a1341bbd1fc0e28935d8b9a018b819c79a37b09c964016d40df48"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-linux-musl-arm.tar.gz",
+ "hash": "77cf93058cf0ea945ee430e2ad41138ae7e9aa5b9178d6087a328ca27a5f2f0bffff604c01ea61783165bfe85a49b293271829ee3d442e90e1d7eb7eaa95773a"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-linux-musl-arm64.tar.gz",
+ "hash": "017c1f76a5220a584d6af598b39555d8cdc5edb3b4444c4a6b72bc5acb00bb81af71ad49152a45f17b431c6df10c8e4c4b43983e443b31bacecd62a4575330e8"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-linux-musl-x64.tar.gz",
+ "hash": "89ea6f4cab15cd36297dc9fb46b9b05b78a9185ee747e94b12455dc5994f0811da112ec7204b84fc292d5d6117bcaa8e2b2b30d74a7cf8497b54594f1e2a47fa"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-linux-x64.tar.gz",
+ "hash": "0d09e891aafbbd5cae936ed1d0ef61033e4b8b0a793a407550c9271ec6c6aa1f429cc59039adc12a71580300b6272bd43254d2d88bfa45abe38c74733aabdde5"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-osx-arm64.tar.gz",
+ "hash": "7ff861134d3f190bad64effd9d7f0931a6a89cae8a567b407db81dd1c415b71dc7d8ac36d5003f737ffb6f61c5ad3e7045e6c4fbd69f03e0e687c4f196504ce4"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-osx-x64.tar.gz",
+ "hash": "87943890d75ac3b14c940cd49161506dd91a285d33ac54eca05711da304392fa93b16a2940d24a138d53a398ab4d6e88f46ed4dae07645c163578a6720a44b2d"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-win-arm64.zip",
+ "hash": "565f17378eb16d14814e329614f36ec01c1f63cb014d19ad7c4a5a867aa5980ff68e99c4a22c793afca111bbdf69bdbe12dbb7350fda4d10f5af46cc9dae56da"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-win-x64.zip",
+ "hash": "c2146618409a2d4155ca3def35fe6810a23acf98c51c0b345f375c3808d4d42d9eee1cce77d21a266356df7e7e69e9ff7878cecb47da28021a0118d3209bb7dc"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-runtime-composite-10.0.6-win-x86.zip",
+ "hash": "a851d57e01ce3b34f2dd41a57424a1a5106aa7ac0651be299dc9785da3faf361239bf0e8e9664c294fd64274048a64879e3056dfc5f28520656a11e628b96eb8"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-linux-arm.tar.gz",
+ "hash": "1f7e78988388d20b15586a190f0b583ebc70530f757cbca73936d75963668e9462fff9459e872797087e11db6766d2055e0aa1beab8756a29abefc6b2cab3d96"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-linux-arm64.tar.gz",
+ "hash": "1f2269941a435b87b042ff770257bfe52b23cf9cf2b9ec09fa4926dedc24f740e6fcc7f7889f1af21fc0e581f1602bf9c00c536b20ea416564ee96870b107762"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-linux-musl-arm.tar.gz",
+ "hash": "0f6115a86d10bef3f6c6284e7f184568ad2dabed4b9fd3b48a3d6b9b532cb3efca060ae74e0b38718cf43c632b09a7d29441ce2495f86533eeeccf0539e5aa44"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-linux-musl-arm64.tar.gz",
+ "hash": "46b2bfa66a0259beecfbe076c2cea9f6c3f45355ff7c6ec82df454cfbdacd874cf9dc340419a92505329a9e3803a0736120d9e19cb9a42fc87ff70e1961eeda9"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-linux-musl-x64.tar.gz",
+ "hash": "a004067f117ef337405e5ee352fea7f812863dd69188f6dece9d33b38edec29c13eeb616597323aa7d5d29682a4da9115d570973d35a4853ec250b628bff5f3f"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-linux-x64.tar.gz",
+ "hash": "9ee204dd6fb2f2ee2d1bab3440cbb96e200b6121283ef106261faf12df9a11b8cc9b5a2eb8da7bf5a235bd0ebab020748c221e690ad8ae6a62977c50b1e00384"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-osx-arm64.tar.gz",
+ "hash": "0be49a912daa09a64995659896c3956c86d491f5060b0a0fb19f2bc254df5d2afdc686403038fd6e5c8bbe2343b4cdd40ab31cfeac3444db7d64a4cc2c521219"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-osx-x64.tar.gz",
+ "hash": "c9b848592974a028261e10d3c66eb6ed77fbf414bcaf08b65f967004c17e513ddd35df0a6c7b0e40c0f2766339193a5fb6c2df6d6a6ab7422d25f2628c82d302"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-win-arm64.zip",
+ "hash": "664d5ca606c66be40b78f6a2932c2a842b17c6766297df4a158e5bb7d36e0b2364370809bf97e719342c015e6f466c7089684527641b8e45fe47b8b23fecb041"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-win-x64.zip",
+ "hash": "e85180204e21ad0c79c2f17a89ebba87bd10e62d0a60914498a00b5702cf9709465f764d5a07f9938c1ca530869113972a8183086b1ffc7185c9341af669d3c0"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/aspnetcore-targeting-pack-10.0.6-win-x86.zip",
+ "hash": "6795e5a4b25072a0e89be19682be3dd8e6500d0bbbb691c6fc1bb15050b68e72d979cb1af83d59c7641b8b966073ee7ab09dd57a03d3a8b968c8aaa3262ac2ad"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7de08ae2-75e6-49b8-b04a-31526204fa7b/c1cee44a509495e4bb0bba49f52c719a/dotnet-hosting-6.0.7-win.exe",
- "hash": "e3f8a2ca63eafb2429f9db1a430f1019e7915c0fc6b866110e3c71e10ce470e79bf6926e695cf3ab08bd816e5d61e7d3aa8c998d33ba102f1c3bfb225ad29ced",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.6/dotnet-hosting-10.0.6-win.exe",
+ "hash": "78b21270f7830f90e9ce4646b05645f70580e4318fcddde1846a0fa04d64659964ff957776786702703111526a158f68e571f48de728b8a3adfecaf8985403bf",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
}
]
},
"windowsdesktop": {
- "version": "6.0.7",
- "version-display": "6.0.7",
+ "version": "10.0.6",
+ "version-display": "10.0.6",
"files": [
{
"name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f33cf7ce-bf03-428c-8aa7-e32ef6d7ddc6/e61dc60fce686844c41ec2901ad5b01e/windowsdesktop-runtime-6.0.7-win-arm64.exe",
- "hash": "1ab666244683bdf5c8297e52d6e2553f20b110b063ddd016e82998568ecf818f4d756f1a78fb8049ad25f9ff75f6ed2ad862f8b0576df32f7d6d344588815615"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.6/windowsdesktop-runtime-10.0.6-win-arm64.exe",
+ "hash": "87a1c452859ac2f18661178846863fd665c2c0b03eb6f01ed3bc3654aabf0a9fa2b5b039c18015e2a349b92c4f810591d76bb1d5f3f79393247230a5b996e5fc"
},
{
"name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/92af07e6-3e09-493d-a923-f36f59d1f99e/af0aba8b427c8fc7e76c1ff411c9d9ed/windowsdesktop-runtime-6.0.7-win-arm64.zip",
- "hash": "c38d6518111187e684c6f9867b60ae78867f0464951a57a59855bc7d6502d5a1b1e9b9600440db62047ec4efb0a003e992c75421160a05e58c565d690ce8c7c3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.6/windowsdesktop-runtime-10.0.6-win-arm64.zip",
+ "hash": "461b297f7198eda0241331d3bfbd4cec9df1b6906a911b60e3cf683b7fbadf38a3ff41db62ec2a29cc2dfcdc5760dd540baae02eff8b4a2264ae320e88252691"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc0e0e83-0115-4518-8b6a-590ed594f38a/65b63e41f6a80decb37fa3c5af79a53d/windowsdesktop-runtime-6.0.7-win-x64.exe",
- "hash": "b38fb7edb21348b1cf6ee7310dd7fe03a10844f47418d993aa8145d7232a4e2d22a3388b591bdb9c3bfbd9c7456a538ac299beb93f180f6cca73cb41f1ef6596"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.6/windowsdesktop-runtime-10.0.6-win-x64.exe",
+ "hash": "d4decabfb31ed54898637f01a0c38d5ef581e99926aa448f2378ac40c4362f93b403305e10d8c5e5e764f8ec9c04cf50ff5f3e70ac98f05da2651eb5c85a8cd3"
},
{
"name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/516a8e99-13f9-4b75-bb0b-915474ef697b/f8063599bc9128ca6e64ff7ef9b60383/windowsdesktop-runtime-6.0.7-win-x64.zip",
- "hash": "f2d6653ff1c0af81a6ba8b240d4c42464d5d8859e0dd85889829d4fb682b2d0a820e299abfe32ec22bb98e77ac266e0d736b7e71baf8b13c0432f2604c3f1243"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.6/windowsdesktop-runtime-10.0.6-win-x64.zip",
+ "hash": "b219f0eea5d17e845949df692c4c8f732989dbd560e30c7c852ef96bdbd174ec995c192832b638da5a80f2dca34b876b56a4eb534bcdc5c66de86ffef4726e9b"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f21307ec-9007-48ba-80cb-0b1b7c3c212a/366a3d6b4c092d85d7979c6bb818f1b6/windowsdesktop-runtime-6.0.7-win-x86.exe",
- "hash": "33f65f54f979689122cbbbab700b7de90226088d29a6069f31f69b980c023fcaea4b822562018f8b450509925c5ea295e06a2424366f75088522d1c3d5409852"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.6/windowsdesktop-runtime-10.0.6-win-x86.exe",
+ "hash": "b3e9bd0efef882847a4e2dbd83e2b7f934981f784bf9a3a7faf1c2665102d2553023b9c7ab105f440ecb844ddcee63056624d2ac1f520d05dafa2810a250a0ce"
},
{
"name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c4e00967-8611-4e27-9b4b-5b23067265a3/0dea22d1d07fb5a21745bd758ade744d/windowsdesktop-runtime-6.0.7-win-x86.zip",
- "hash": "fdfac60c65109fc9a112eb8613bdf99f845d2d08286f9bc08c74bfc81fc11d6874c4780c5e3313c081d72e5c94c95e3bf38a8f7e91614dc8c551d6fa1834306f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.6/windowsdesktop-runtime-10.0.6-win-x86.zip",
+ "hash": "2eac67be58177cec2399f6224d9a6e73d76573ddde06489b2fb80e833ffd524a4617c81e8409a43944770ac9b95fac4010680a667e2612ecf61622d4eeb0b0e7"
}
]
}
},
{
- "release-date": "2022-06-14",
- "release-version": "6.0.6",
- "security": true,
- "cve-list": [
- {
- "cve-id": "CVE-2022-30184",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30184"
- }
- ],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.6/6.0.6.md",
+ "release-date": "2026-03-12",
+ "release-version": "10.0.5",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.5/10.0.5.md",
"runtime": {
- "version": "6.0.6",
- "version-display": "6.0.6",
- "vs-version": "17.0.11, 17.2.4",
- "vs-mac-version": "8.10",
+ "version": "10.0.5",
+ "version-display": "10.0.5",
+ "vs-version": "",
+ "vs-mac-version": "",
"files": [
{
- "name": "dotnet-runtime-linux-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3ba760ea-befb-4ec8-9fd8-89e7dd1f46be/17ef5757f98629f1c07e1fbca2b65901/dotnet-runtime-6.0.6-linux-arm.tar.gz",
- "hash": "92026b23ed3125fb93cdbd7c790a3f160f58a75122561950374e0ea7da2fa0efb002fbdfdddb9f26763ac92df88b6aa4c2e482ba54a0a7b4649517182f87957c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-arm.tar.gz",
+ "hash": "99d80e107e86d14ddf496d10721f52b84f76a7e0751bb784b46d59e0de1306cc39cd2601dd2f8279d5ef33f60e576b3c71905a86d35a4555a599601a6e05b89f"
},
{
- "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/44ed3398-9838-4fd0-b225-60d5aadfb00e/00fd4a320d09a380753b45106e2a8e94/dotnet-runtime-6.0.6-linux-arm64.tar.gz",
- "hash": "659bf64c5f2e11f2b8cf01dc595a4280d1960bf484fc379d3a382660eea7adb6e69ace49d84522a85920ed53fa2ffb95a3b0ca0ebf63dc909b865028174ed29f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-arm64.tar.gz",
+ "hash": "ad40d03de99cb193eac8279b6cdcd30d77f23a848043429475826f3a278c375da4d0440c14a44cb60507996e5335496d081f1545ba18a1b9e36129bee9537310"
},
{
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-bionic-arm64.tar.gz",
+ "hash": "c53a080bfa70445f95ee1ebca2b98e485f01393c7e25cb299b2465a78a20fd2e0936726f68dcf369eb71208fe91fad742f8e756622ceeaf6d804eb3b06ce9bdd"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-bionic-x64.tar.gz",
+ "hash": "58d341df44ca4fd724bdcc8c2b1b88208256e365b85a4190890f3631d25c9035d1ca77df3f8735cf56440de6a7dffe0b6ef2bb2edcc1bacb1d34f651d9d967ca"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d209f9d7-4ddc-4627-a0f2-960804b48fe2/3bb2fd882406ca66189ac24e81d86c94/dotnet-runtime-6.0.6-linux-musl-arm.tar.gz",
- "hash": "8bc37b9a22c6ffb944d511f757d5ba43359ffe9579f09b5a618a70004b615c87310b31f546ac3e76b045244a65177e7546b7715536ea56e831299e52de6c91d5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-musl-arm.tar.gz",
+ "hash": "e62a28442286002cc3437cae031813ace8a9a2c782eac598ed9b6e2941c872529542d02a93a565e126eb638013ecb4e8e8fce91a934b7bf936ed55db5ca461e8"
},
{
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b62ace6f-a30b-4a6f-a66b-f4e924e3ff3e/051baea234407ce6ed5c7332b1e6aad3/dotnet-runtime-6.0.6-linux-musl-arm64.tar.gz",
- "hash": "3fc7e84b45f2cef2e6d0b6d36cde21f4925cfdbff09606e7380f253d7949c34c63292f5afd143fb32f39fd633394de6482cded2614e5fa14e9653aac0e61b315"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-musl-arm64.tar.gz",
+ "hash": "a52105005aa9e617bc9bcf185805e9993946f76d16b8b02e5798c103cc6dd85bd1f9fc52833fd3784baaa1003aae717a3dac6581793462439ee786c1c11de069"
},
{
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/05375a21-79a9-41f6-a8e2-d6504343ca19/ee77adb1ddaff11925111d94b5987b8a/dotnet-runtime-6.0.6-linux-musl-x64.tar.gz",
- "hash": "c950e64d7d95e979032cf2eccbc41911380141e8fb529aca5c05f23c4eb480d0182a8f26c64305efbfe409af3ad7ed66197b10e861ac795098c653ce6b1aa41f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-musl-x64.tar.gz",
+ "hash": "b88818f41e12424b0a8230bae21e007f25a97e41c36a29020b10ecc0a8a88127fb0960a753d471f5c60d85365b38e2beadf899812f9cc93117fb9fc532b01593"
},
{
- "name": "dotnet-runtime-linux-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec4172e3-077a-42c0-859d-349e517d7935/82d945cdc4c33fbe440a86a240a58a41/dotnet-runtime-6.0.6-linux-x64.tar.gz",
- "hash": "4fe090f934f0ba4e64a63dfccbac97d49b19a913f2a7d73abe85efd604ee5577cefd65d6e0dc02086e9fa28be4ce2bbaecb33ea70d022714138ed54deea58c72"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c02ac195-3d6e-40c8-bab6-7a5cff4ea81a/2cf046c0857dc848d537807c8ee51516/dotnet-runtime-6.0.6-osx-arm64.pkg",
- "hash": "1ea80ef2419ba4fe373e0df8571f7fe53f3b3a4a04cb87a7b55d9ed8386d2a3e00f0741a50de6923489294554522697da95be666323d6192900c65806308dc72"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-linux-x64.tar.gz",
+ "hash": "aadcdd437871dc4c69c2336f93ead742ed27247d5709fc2a93cad5b5a96a9477ef30a4037d48767be829e0ee746817662772eba6e62dd87b2d92760e49acf79d"
},
{
- "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f91e108d-487b-4a47-b6e9-52bcc56df7ed/d722468512150e73489f2cee0b2d7087/dotnet-runtime-6.0.6-osx-arm64.tar.gz",
- "hash": "0cb4f3c808ae5476ebdbc18840846fb625a51ac5ce53688e83c3ae22a062095f9012c066dbcce231eca50ca3f057d7a29721d4b9cd04c9891ca26fc0c1c4a481"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bc450f6d-2309-4352-b940-e4ac89261afe/e6a64009f3829f7042153a772edfa4ea/dotnet-runtime-6.0.6-osx-x64.pkg",
- "hash": "e15b0289a643314f2fbc803d48a808751599bfe749514aafe06446c14441e9a415c0003540d3e952a83f35f36c4f2b275d9c91f3438b5282af428effb3d2b3ba"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-osx-arm64.tar.gz",
+ "hash": "bc949e6fa8bed4740514115670539e50d8f016b33e829509fea1415aeb83c89f1c672e80f768e79ca7ea1212df54ed7c7b4e0a0b28fce53c4b07608f1cc5a06e"
},
{
- "name": "dotnet-runtime-osx-x64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/30056482-998a-42ed-b3a7-8fc057977e2e/698c75b7f2429e796dd3c13f980e4188/dotnet-runtime-6.0.6-osx-x64.tar.gz",
- "hash": "efe5b6287c4a62688bc94aae2d4ed8831ca5d62280ba477bb3efa49666c9fdbb9b091980837882b1b52ddfba566a8ab0071746cbfa63efea99a0bb3ebf19a2a1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-osx-x64.tar.gz",
+ "hash": "5c50f118a486e5698f1f08fc9223b974f249709bd064bc88a03712de6deaef2aeff406d3926a2e24d2d67c42008e6c672ccf48bc0351c706dabc9f2ec4d584fb"
},
{
- "name": "dotnet-runtime-win-arm64.exe",
+ "name": "dotnet-apphost-pack-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6180b6ce-48d0-4a0c-951a-bc6d2f5bbc3d/e1c2d351d288e5f02df27d3d9d9d874f/dotnet-runtime-6.0.6-win-arm64.exe",
- "hash": "352c5502ba070b7f8613b51c777446ab1434b3e7a4345adcd1088120402b49466e349e11b4dd9dcca274b265591ac494de485ce83f3822132ad003d438f9f1b6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-win-arm64.zip",
+ "hash": "e387b10b614055c9f3179682e265f1ab81362cd29a446701677facc1cdd8eff82ed49d990b75acd7957c800adbf30575ffa24c857d96791e335cc657e983ceb9"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-win-x64.zip",
+ "hash": "f932e10fef6f263e12097985119e86cbc40cbd414f89e573947690f41dabb086366ad1b573466c4891947433f6e32cfc80aa7349b91b4cc0231e4e6d9b893ddd"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-apphost-pack-10.0.5-win-x86.zip",
+ "hash": "6308760a5d8352ea1825cb0b5e45d83a76a9a76cdb54705d8620eb1162291218ed2d28937a61361c11e9af414439a0f11af63061ff3f829cd185d99b5189f15e"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-arm.tar.gz",
+ "hash": "263f0ea111e07293f303d4673ee34c191e447740a604b67c5b35dbc75b260bb47bc37497e48b842cbdfdc29a6900c29765ba676b410764ac2ba2419c893f8e26"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-arm64.tar.gz",
+ "hash": "e2377c3c259068d8603ba5a01790dec476dde3610b2d25e5728ef7dc66ea47505746e86d324fa52bfc9f156ed1e17033889f7944b752afae983a8bdaec5e907a"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-bionic-arm64.tar.gz",
+ "hash": "a3ce638995e29713320ae86fbff2d829ce54ce2d7d561d61b6622c2681b83aa3bf1af6d394caa7d971688a287e21f32f8aa40b9c4bcd803fb040aeeabc075949"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-bionic-x64.tar.gz",
+ "hash": "865fd97f57e241d67f1fff8236bd2cf6298cd81c29122df98c8742d6bcd20dd3b643dfa31fc4e93888b50046ed72262d740c1a7dbfb812eac4b7525c610f082d"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-musl-arm.tar.gz",
+ "hash": "cc7443bdbe23e0f0fefa77573643a9cc8f6b8e718b7b16b3d8a22987f8e117c16678c0a4915aa3fb5f08cf90c913a9982ca4370aa0cb60744089d8b30b9162a6"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-musl-arm64.tar.gz",
+ "hash": "efb6f2dfc966b4b9801686d62af94425c67d8f37557cc94281221b112acbb6067d78410d8a81eb537aa484f198b5aff28e5d0a62b7e826a0e553437a2890b49a"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-musl-x64.tar.gz",
+ "hash": "bf8ac5cb524f030c2d382c618b8e51d125a5c928c56b50351fc2dabbc8a37d3552bd7bc265e2dacb55bf1528876951f52b9092165284bbd217fa3c89aaa1e37d"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-linux-x64.tar.gz",
+ "hash": "927c226af40abda5986b1d394ed94bf0008a27968de40ec702be2fa3ed871ac6ab6d26b968b8ccad3f4891268ccf840bbd4401c6a7a58baac3c87b5fe8dc9591"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-osx-arm64.pkg",
+ "hash": "c54263e6215730a09fd35528c99f93d5860f81f4193682b66de489390ea6d7f46adf5b0a32eb1e7062b56602f107385d4d7a47d072187541c6fd4381188207db"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-osx-arm64.tar.gz",
+ "hash": "b1a4499ab39675c71189615cb7298be6c80968b6f111e85a6c37e51dd73f4985f682425c8ca5f9672cf9bd4d208d9654c5029bd901fd0bfc0729c78d45301051"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-osx-x64.pkg",
+ "hash": "f4096803054c46679c9bf9cd1f5f29e41a81ce8c1f45d362ddd56d51126fc63973d1525798e9632190702ce2d92426937214950012c62259e6c88dcbee2f29ce"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-osx-x64.tar.gz",
+ "hash": "840ca3c50155bfba526586251326f0014d35130df6048dde22ad19e5c914aba101b10517b756cee71302f1b207fe22b14e675a6be78bb8978c6a74c78d3a60e0"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-win-arm64.exe",
+ "hash": "f2fbf6e30010639ad63933bf7b93cace6ff062f24520628fe3180660d662bfd676c7ac3fe019a0033e9b48b785a9db5f8904a3c19f1ec8607a6e5c6ff1c98418"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/475859d7-2fff-4ce8-9f7f-ace506a17fbc/cb7f5ec29cb25f6fd799e2e361ddb67c/dotnet-runtime-6.0.6-win-arm64.zip",
- "hash": "75f05cb6b411613da4f1b20cd50df1bd4f7d2e29f2195edf3741d94fb2deaea6a0f41f542cac7a3fa3c3e1ab05dda406f036f8a416a8b17b76b5f4dd4bae3612"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-win-arm64.zip",
+ "hash": "782c4a825b595b87c70f248752afefa5b57d4f5bccf913817d4bb2c4af81facd47a72097c4f184c53c1bda67963ddae81f75976ec95d50216bc9b92e86faf6cf"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7989338b-8ae9-4a5d-8425-020148016812/c26361fde7f706279265a505b4d1d93a/dotnet-runtime-6.0.6-win-x64.exe",
- "hash": "ac180f361b74af4145d141726f40e5d3d854f18f3bd96e7e4eef015e208fb1af04f12b285d3c18bb5d7abaf47afa5ab6609b66e78551aee1b6327dbb504c1edd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-win-x64.exe",
+ "hash": "de6ca3fce1c466a5a01fafac52927c89e8011af16389c87cac0aea471c8321acd6b63ec4002a6fa7065fdd166a7a2ada12625d4914560f2e25e3f2385656d884"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9ffa8051-c8c4-40fa-8a0d-1f37069155a9/8538bef240de6b58918ab670327e8912/dotnet-runtime-6.0.6-win-x64.zip",
- "hash": "d92bfb6ae6d06475a2fe5bf0b45d1a11a617a63a1df5ecefc822e455aaf08fa42c2f5331561f38b2c88118ee3078c8a0b5a79957cf713b150b41e8c944e0557c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-win-x64.zip",
+ "hash": "d9ac15a79dce6dd995e1317e71a90b5843b6dd40601f37da4c3f6472d4ec6b40caaafcf50508fcfc6229e6b2440f4ddbad3f11517556d401c638ffb839efb5aa"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/60c4767e-c0df-491b-970c-cf69d0c2c581/524ccc6ff8aa96120753ab387bf22d5d/dotnet-runtime-6.0.6-win-x86.exe",
- "hash": "293df8c1efce6e3e7c03023fb581aa744587a43f98c64fb63300cdd8bfa26822cbdb88a4c94ac04959f0fe1e561b20a8a7ad0cfc240223e7022dcce5fca2024c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-win-x86.exe",
+ "hash": "30dd221ec758f262873b4a050a3f974a5fd128907c016a8a364d3ff8df447b62a97f5b02370c90611192b4e64d5b8eb1948f488a8af86ab6e68c256e5ae9000b"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a569272-6923-48e4-a325-6752b7bba641/f60c762922218d1cdd892936742f9ea8/dotnet-runtime-6.0.6-win-x86.zip",
- "hash": "84455d621a5f919c5b4fe91df9cbbe264996763438a9a92940707554d1c7793070a9bc71f14bb37992973688435ee83bae8d8a359cb2dd8af0873a49b9f6eb11"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.5/dotnet-runtime-10.0.5-win-x86.zip",
+ "hash": "8ee39ec88ac35c992baed68220efa99703998d5b51c24be603f4df9491f08d71edf6667ba2832f2a627cdbbac96ee461482f8494d38033553c6daace21cf1f65"
}
]
},
"sdk": {
- "version": "6.0.301",
- "version-display": "6.0.301",
- "runtime-version": "6.0.6",
- "vs-version": "17.2.4",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.201",
+ "version-display": "10.0.201",
+ "runtime-version": "10.0.5",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a218e3b9-941b-43be-bfb1-615862777457/80954de34ab68729981ed372a8d25b46/dotnet-sdk-6.0.301-linux-arm.tar.gz",
- "hash": "ef7d028b80eaaae18b71195e89e00dea2186d455f7b72f373fc0a57074e8320c8e9245167c06e30a2ddade4ab21ad5e8b05d04a6ea11c1de68b7c9a6f9807d25"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-arm.tar.gz",
+ "hash": "eaa0ef773fbf54d06375777669475dfea6fd8a81c2993d77edeaec5798ad857a3a321cef0a2e59daa047b5d68b4d6f4ee531cdc21deeffe490a5c24d68eec295"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/06c4ee8e-bf2c-4e46-ab1c-e14dd72311c1/f7bc6c9677eaccadd1d0e76c55d361ea/dotnet-sdk-6.0.301-linux-arm64.tar.gz",
- "hash": "978dd04f78ac3d6b594c47f1482bba0abe93f0b37379c1c46a2b9b33bdf5188576b055250546295de39bb22cba93ea9b31c31bb026a319ad1b3fc507db44481f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-arm64.tar.gz",
+ "hash": "98015bc0decaa0aba0cd61a82d5b9e2df882c1406dcd5574de639cbd2e0764066dc5488dde8f704351c5420ae730a2a39f7b7e789f280f1fb42b90871dda3ecb"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/952c468c-ac70-46b0-9274-4cb9c270950c/f0cd4c8392158547c2fa38674bfd56fd/dotnet-sdk-6.0.301-linux-musl-arm.tar.gz",
- "hash": "bd0558f10b9a112258a969afdfc14d770293b75a49b1d8aa15a2a71a492b18643d6a2a9570e055a0fa6a89dab11cd3532c5e02844dffaff2c2aca4aee25099fc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-musl-arm.tar.gz",
+ "hash": "fde59621d7d92f72e1099f6686d9cf62d71660e115ed3920c77427d1c593d1d943c53e2818bf1350b29f5aa737f8120a75b1ba954300f7d22a75232e5ca2166c"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4bd2399a-e0e9-43a6-9767-ac15dd430b1c/3dd4307a1ce811e31943d80eee638bc1/dotnet-sdk-6.0.301-linux-musl-arm64.tar.gz",
- "hash": "63f2d1e84fa4e62d617e82ae3d9e51fad78d6fda78b481e3342925fef3d1166637841155baf3884d5730bc00b5b0c59d5e8b64bb6b478c0dcbd3d47ef40816aa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-musl-arm64.tar.gz",
+ "hash": "9e525f0a0396765ed23a2e4a07a5e0c4a09dafe701f8dbdcb0881819c95ce14ca8a16f919dd20e27b0c35d025dce0897c7c2071a370baf1b7fa018259d611dc2"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/206aebda-126f-484f-af02-051a17c1ec54/2ec559cb69cec83ffa64dba5441a1b2d/dotnet-sdk-6.0.301-linux-musl-x64.tar.gz",
- "hash": "28e57adc8ac4a82bcfb2d3e623e43b04dc3f2327d7bbc130ecf122cb7d9d1a2f109f51fd14e9be0970e9ca4657d83d4771cc02e791c1e6ff4922d51b89af5f93"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-musl-x64.tar.gz",
+ "hash": "c894014e50aac39bd172b96cdd2edda3ac6b2e0382db9af69e73a73db410d1003e6f040d3b2e252daaa32cf958dec064884ac7eab6043006d44187c102f26750"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/77d472e5-194c-421e-992d-e4ca1d08e6cc/56c61ac303ddf1b12026151f4f000a2b/dotnet-sdk-6.0.301-linux-x64.tar.gz",
- "hash": "2f434ea4860ee637e9cf19991a80e1febb1105531dd96b4fbc728d538ca0ab202a0bdff128fd13b269fac3ba3bc9d5f9c49039a6e0d7d32751e8a2bb6d790446"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-x64.tar.gz",
+ "hash": "a33354e3291aa21ea5e1983733f001d45264c31ee3c0dc4a85509d4cb6d4896cfec57fd2143a7b54c93bc42b328e059b16802b4085257a367ef2652f1c8fa424"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/635bd87f-f656-4c6b-b246-44b4ea377e0b/08efab409fd319fa1752d65c809783f8/dotnet-sdk-6.0.301-osx-arm64.pkg",
- "hash": "f389a0dd8e0a83457b71ac34a2b77453f56d7959ce522f927a07a458ea34f13a5efe67a3ac0446aadbc6dfcf1b1b96108ab6e2bbbee19edb3ca048d6fc8ba060"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-arm64.pkg",
+ "hash": "e9a7b4375aca9477fdd9fcd7cf705d76e9e6bcd3f107370a8732bdc5774cbb5cae7db586b3144e297ba5837763e74a5c3f0954c241d8761d5df4ba583d42d742"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3859fff3-f8a9-4e05-87cd-bd6db75833f5/64ec1099d45f85d14099da3c1f92a5c3/dotnet-sdk-6.0.301-osx-arm64.tar.gz",
- "hash": "899558be856769ad6ccc4606f3a9f996327a7395a72acb18a5fb0899e0c4c4ba8c90b94f16771439193f87a974e1e884dd55a9fc6649fe929ebe47ef19cb4efc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-arm64.tar.gz",
+ "hash": "e5f11184cbde97e69ba903ca67e4e9ed2deddbc712d3f57304048d16d23838ef3cd51838619ab4f5021fe942d97074175edb7f90d41f60ea15bfb3b83c00ac6e"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ee524e48-da60-4da3-bbde-a253c0f55f98/5190a50cc72112aa935c4a8d4d979c24/dotnet-sdk-6.0.301-osx-x64.pkg",
- "hash": "2c022addf200031e323816cb2e1f2ef56caa25318d82f30ca185417b8cc4bf70e6a8d6e9a66fdb56ea40fe6cef0a8dd42ef5ce9ac24bc5013ecc242b4efd1994"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-x64.pkg",
+ "hash": "e64b21d506776473f8edae9b84c5213f7b4fe4d6425bc03678f19bc2d1339729ccbff7158e5096bf8f22844ab783cdfa9765c7339ea3a72c33ffa92f78cf8587"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cf3e1c73-a9a9-4e08-8607-8f9edae5f3f2/40a021a98a6b6e430a1f170037735f6f/dotnet-sdk-6.0.301-osx-x64.tar.gz",
- "hash": "027328a353b65fad0618d1e5abeb973c9f05787d9432631bf9ab5fafe636ea2f494f70c0704e81a1664fe7a3519174bd269dbc795b651b14e9a86c83f8e3adec"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-x64.tar.gz",
+ "hash": "1ba9743383f7dd966e4186eed7f836a617a7ffcbc3155951ea14728754aea3c3a0fdb5328db28df8ceef2d8aa25e6f3d7b3be74cabfbac28deffa998ed5caa57"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fe1eb1c7-ff26-41be-bd82-744151a4b563/7e71468f2a64cbae7babb0b1cf8d662a/dotnet-sdk-6.0.301-win-arm64.exe",
- "hash": "fc3bdc0301c41336904405bd13a6fd2e6496f8ce9c41492e3f2492978db4a63b1ceb9b8b413b579aa1e9489bd9024eb4b2ae4115bf221ba1a786f9db9341f186"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-arm64.exe",
+ "hash": "d2503da476d3c2e32bc0c921f955fd65a3990866dad7a5053336db26727164aa164821ef7943f92303810dd399c48ac15eb5c729a6f6cc77af74302b2054fcc7"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/656c8345-6661-409e-871d-00ca93cec542/cae3dcdc5c668c0e0abcf12d838348f1/dotnet-sdk-6.0.301-win-arm64.zip",
- "hash": "9e32717f5bfd890e50a01b731d3b195bd66cfda6fb27c6267ad38fcde43bfc112231ae38ef6eb12f5293fac9da4bd9bdb5e299146c8305bba843f14abfb7e90b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-arm64.zip",
+ "hash": "c67ee373177cd428311106f645c590e97e8456b1cb4e9581658264d523f965d19819d5100f46854a7176398fbf88d5e03e8c290b3390f17f2ba84768450bac5f"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/15ab772d-ce5c-46e5-a90e-57df11adabfb/4b1b1330b6279a50c398f94cf716c71e/dotnet-sdk-6.0.301-win-x64.exe",
- "hash": "75f24e6836588bc0a866cb226e94b16780719296288261278c99d04a3bc6bef3431e3f0a48b01074c657fbec1db15bee64f0053b7eca1514121e61355bda49f2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x64.exe",
+ "hash": "4f51c56e4e9976266f8f6a44e40583bf942955a192a88ceb482fba7975a1eb8f049ae2dc6265c0b3972f1e1fea7237cc96fea46c38c0fa9c29b0b51e6aa414e4"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/333eba0c-3242-48f3-a923-fdac5f219f77/342a4595101e3b4616360a7666459236/dotnet-sdk-6.0.301-win-x64.zip",
- "hash": "cc45e91a04850a175f1c6bcab104f1230067f3ead61d4fb4ddad19c641cfffcfe019cb38faad4b1f16367b6f67641fd2913184c09a8bb83abc51959003b48a6b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x64.zip",
+ "hash": "15f511296c0ea28a61bafcc2efbc66cd4d22d15a2db44597b9b2254a9eafb57047bbe2feca8106a17ba7ae8af19a3a6847a375b6740e0bf6ab0874ade8af0bca"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/119c00fc-bde4-486e-8d04-6a573372932e/4d749fabe7b0c77f02b4fd49548acc77/dotnet-sdk-6.0.301-win-x86.exe",
- "hash": "1dd3da8df8efdf1c5658e809f941dfbf353f3394fb7aafc63725928aa813b0f50c89677a86711bae07a4ece5b5db69e1d3df21fff46e6c484736e1f0b2b60fad"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x86.exe",
+ "hash": "9df1853990a8e1628ca95fc75dbbd07ebd371b77f64068aa4162831f057e53302ec49f948fde59f3bbb8eed28f4bb5566bdc7ab344352234282189bcde424147"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0a9cabcb-cb52-4f5e-bb79-1298f9ff9e22/c306c5cc940a9bb9a39ffe6619a255e6/dotnet-sdk-6.0.301-win-x86.zip",
- "hash": "3ad48f494c64cf64ed3b8d7cc10b18dfbb3b3a7f77d4e40c6ad5b02ec17b4a9c83f1b2f5d9840113b313009864da254e98715a647b2db0306b0b47f088ec6a83"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x86.zip",
+ "hash": "cae1b34b79c30e3934639a64cfb6fa8afb0eec2cb30ada9b73e36741cdb84a28a6e9ed83477d3470f55136b7a640f7297685ac36f26802a77b5951fcc6800d85"
}
]
},
"sdks": [
{
- "version": "6.0.301",
- "version-display": "6.0.301",
- "runtime-version": "6.0.6",
- "vs-version": "17.2.4",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.201",
+ "version-display": "10.0.201",
+ "runtime-version": "10.0.5",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a218e3b9-941b-43be-bfb1-615862777457/80954de34ab68729981ed372a8d25b46/dotnet-sdk-6.0.301-linux-arm.tar.gz",
- "hash": "ef7d028b80eaaae18b71195e89e00dea2186d455f7b72f373fc0a57074e8320c8e9245167c06e30a2ddade4ab21ad5e8b05d04a6ea11c1de68b7c9a6f9807d25"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-arm.tar.gz",
+ "hash": "eaa0ef773fbf54d06375777669475dfea6fd8a81c2993d77edeaec5798ad857a3a321cef0a2e59daa047b5d68b4d6f4ee531cdc21deeffe490a5c24d68eec295"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/06c4ee8e-bf2c-4e46-ab1c-e14dd72311c1/f7bc6c9677eaccadd1d0e76c55d361ea/dotnet-sdk-6.0.301-linux-arm64.tar.gz",
- "hash": "978dd04f78ac3d6b594c47f1482bba0abe93f0b37379c1c46a2b9b33bdf5188576b055250546295de39bb22cba93ea9b31c31bb026a319ad1b3fc507db44481f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-arm64.tar.gz",
+ "hash": "98015bc0decaa0aba0cd61a82d5b9e2df882c1406dcd5574de639cbd2e0764066dc5488dde8f704351c5420ae730a2a39f7b7e789f280f1fb42b90871dda3ecb"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/952c468c-ac70-46b0-9274-4cb9c270950c/f0cd4c8392158547c2fa38674bfd56fd/dotnet-sdk-6.0.301-linux-musl-arm.tar.gz",
- "hash": "bd0558f10b9a112258a969afdfc14d770293b75a49b1d8aa15a2a71a492b18643d6a2a9570e055a0fa6a89dab11cd3532c5e02844dffaff2c2aca4aee25099fc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-musl-arm.tar.gz",
+ "hash": "fde59621d7d92f72e1099f6686d9cf62d71660e115ed3920c77427d1c593d1d943c53e2818bf1350b29f5aa737f8120a75b1ba954300f7d22a75232e5ca2166c"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4bd2399a-e0e9-43a6-9767-ac15dd430b1c/3dd4307a1ce811e31943d80eee638bc1/dotnet-sdk-6.0.301-linux-musl-arm64.tar.gz",
- "hash": "63f2d1e84fa4e62d617e82ae3d9e51fad78d6fda78b481e3342925fef3d1166637841155baf3884d5730bc00b5b0c59d5e8b64bb6b478c0dcbd3d47ef40816aa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-musl-arm64.tar.gz",
+ "hash": "9e525f0a0396765ed23a2e4a07a5e0c4a09dafe701f8dbdcb0881819c95ce14ca8a16f919dd20e27b0c35d025dce0897c7c2071a370baf1b7fa018259d611dc2"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/206aebda-126f-484f-af02-051a17c1ec54/2ec559cb69cec83ffa64dba5441a1b2d/dotnet-sdk-6.0.301-linux-musl-x64.tar.gz",
- "hash": "28e57adc8ac4a82bcfb2d3e623e43b04dc3f2327d7bbc130ecf122cb7d9d1a2f109f51fd14e9be0970e9ca4657d83d4771cc02e791c1e6ff4922d51b89af5f93"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-musl-x64.tar.gz",
+ "hash": "c894014e50aac39bd172b96cdd2edda3ac6b2e0382db9af69e73a73db410d1003e6f040d3b2e252daaa32cf958dec064884ac7eab6043006d44187c102f26750"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/77d472e5-194c-421e-992d-e4ca1d08e6cc/56c61ac303ddf1b12026151f4f000a2b/dotnet-sdk-6.0.301-linux-x64.tar.gz",
- "hash": "2f434ea4860ee637e9cf19991a80e1febb1105531dd96b4fbc728d538ca0ab202a0bdff128fd13b269fac3ba3bc9d5f9c49039a6e0d7d32751e8a2bb6d790446"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-linux-x64.tar.gz",
+ "hash": "a33354e3291aa21ea5e1983733f001d45264c31ee3c0dc4a85509d4cb6d4896cfec57fd2143a7b54c93bc42b328e059b16802b4085257a367ef2652f1c8fa424"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/635bd87f-f656-4c6b-b246-44b4ea377e0b/08efab409fd319fa1752d65c809783f8/dotnet-sdk-6.0.301-osx-arm64.pkg",
- "hash": "f389a0dd8e0a83457b71ac34a2b77453f56d7959ce522f927a07a458ea34f13a5efe67a3ac0446aadbc6dfcf1b1b96108ab6e2bbbee19edb3ca048d6fc8ba060"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-arm64.pkg",
+ "hash": "e9a7b4375aca9477fdd9fcd7cf705d76e9e6bcd3f107370a8732bdc5774cbb5cae7db586b3144e297ba5837763e74a5c3f0954c241d8761d5df4ba583d42d742"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3859fff3-f8a9-4e05-87cd-bd6db75833f5/64ec1099d45f85d14099da3c1f92a5c3/dotnet-sdk-6.0.301-osx-arm64.tar.gz",
- "hash": "899558be856769ad6ccc4606f3a9f996327a7395a72acb18a5fb0899e0c4c4ba8c90b94f16771439193f87a974e1e884dd55a9fc6649fe929ebe47ef19cb4efc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-arm64.tar.gz",
+ "hash": "e5f11184cbde97e69ba903ca67e4e9ed2deddbc712d3f57304048d16d23838ef3cd51838619ab4f5021fe942d97074175edb7f90d41f60ea15bfb3b83c00ac6e"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ee524e48-da60-4da3-bbde-a253c0f55f98/5190a50cc72112aa935c4a8d4d979c24/dotnet-sdk-6.0.301-osx-x64.pkg",
- "hash": "2c022addf200031e323816cb2e1f2ef56caa25318d82f30ca185417b8cc4bf70e6a8d6e9a66fdb56ea40fe6cef0a8dd42ef5ce9ac24bc5013ecc242b4efd1994"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-x64.pkg",
+ "hash": "e64b21d506776473f8edae9b84c5213f7b4fe4d6425bc03678f19bc2d1339729ccbff7158e5096bf8f22844ab783cdfa9765c7339ea3a72c33ffa92f78cf8587"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cf3e1c73-a9a9-4e08-8607-8f9edae5f3f2/40a021a98a6b6e430a1f170037735f6f/dotnet-sdk-6.0.301-osx-x64.tar.gz",
- "hash": "027328a353b65fad0618d1e5abeb973c9f05787d9432631bf9ab5fafe636ea2f494f70c0704e81a1664fe7a3519174bd269dbc795b651b14e9a86c83f8e3adec"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-osx-x64.tar.gz",
+ "hash": "1ba9743383f7dd966e4186eed7f836a617a7ffcbc3155951ea14728754aea3c3a0fdb5328db28df8ceef2d8aa25e6f3d7b3be74cabfbac28deffa998ed5caa57"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fe1eb1c7-ff26-41be-bd82-744151a4b563/7e71468f2a64cbae7babb0b1cf8d662a/dotnet-sdk-6.0.301-win-arm64.exe",
- "hash": "fc3bdc0301c41336904405bd13a6fd2e6496f8ce9c41492e3f2492978db4a63b1ceb9b8b413b579aa1e9489bd9024eb4b2ae4115bf221ba1a786f9db9341f186"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-arm64.exe",
+ "hash": "d2503da476d3c2e32bc0c921f955fd65a3990866dad7a5053336db26727164aa164821ef7943f92303810dd399c48ac15eb5c729a6f6cc77af74302b2054fcc7"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/656c8345-6661-409e-871d-00ca93cec542/cae3dcdc5c668c0e0abcf12d838348f1/dotnet-sdk-6.0.301-win-arm64.zip",
- "hash": "9e32717f5bfd890e50a01b731d3b195bd66cfda6fb27c6267ad38fcde43bfc112231ae38ef6eb12f5293fac9da4bd9bdb5e299146c8305bba843f14abfb7e90b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-arm64.zip",
+ "hash": "c67ee373177cd428311106f645c590e97e8456b1cb4e9581658264d523f965d19819d5100f46854a7176398fbf88d5e03e8c290b3390f17f2ba84768450bac5f"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/15ab772d-ce5c-46e5-a90e-57df11adabfb/4b1b1330b6279a50c398f94cf716c71e/dotnet-sdk-6.0.301-win-x64.exe",
- "hash": "75f24e6836588bc0a866cb226e94b16780719296288261278c99d04a3bc6bef3431e3f0a48b01074c657fbec1db15bee64f0053b7eca1514121e61355bda49f2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x64.exe",
+ "hash": "4f51c56e4e9976266f8f6a44e40583bf942955a192a88ceb482fba7975a1eb8f049ae2dc6265c0b3972f1e1fea7237cc96fea46c38c0fa9c29b0b51e6aa414e4"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/333eba0c-3242-48f3-a923-fdac5f219f77/342a4595101e3b4616360a7666459236/dotnet-sdk-6.0.301-win-x64.zip",
- "hash": "cc45e91a04850a175f1c6bcab104f1230067f3ead61d4fb4ddad19c641cfffcfe019cb38faad4b1f16367b6f67641fd2913184c09a8bb83abc51959003b48a6b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x64.zip",
+ "hash": "15f511296c0ea28a61bafcc2efbc66cd4d22d15a2db44597b9b2254a9eafb57047bbe2feca8106a17ba7ae8af19a3a6847a375b6740e0bf6ab0874ade8af0bca"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/119c00fc-bde4-486e-8d04-6a573372932e/4d749fabe7b0c77f02b4fd49548acc77/dotnet-sdk-6.0.301-win-x86.exe",
- "hash": "1dd3da8df8efdf1c5658e809f941dfbf353f3394fb7aafc63725928aa813b0f50c89677a86711bae07a4ece5b5db69e1d3df21fff46e6c484736e1f0b2b60fad"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x86.exe",
+ "hash": "9df1853990a8e1628ca95fc75dbbd07ebd371b77f64068aa4162831f057e53302ec49f948fde59f3bbb8eed28f4bb5566bdc7ab344352234282189bcde424147"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0a9cabcb-cb52-4f5e-bb79-1298f9ff9e22/c306c5cc940a9bb9a39ffe6619a255e6/dotnet-sdk-6.0.301-win-x86.zip",
- "hash": "3ad48f494c64cf64ed3b8d7cc10b18dfbb3b3a7f77d4e40c6ad5b02ec17b4a9c83f1b2f5d9840113b313009864da254e98715a647b2db0306b0b47f088ec6a83"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.201/dotnet-sdk-10.0.201-win-x86.zip",
+ "hash": "cae1b34b79c30e3934639a64cfb6fa8afb0eec2cb30ada9b73e36741cdb84a28a6e9ed83477d3470f55136b7a640f7297685ac36f26802a77b5951fcc6800d85"
}
]
},
{
- "version": "6.0.106",
- "version-display": "6.0.106",
- "runtime-version": "6.0.6",
- "vs-version": "17.0.11",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.105",
+ "version-display": "10.0.105",
+ "runtime-version": "10.0.5",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cba88c45-5ea4-43ed-b495-099d9925b561/af8f6468186950a4f87e932f888434a8/dotnet-sdk-6.0.106-linux-arm.tar.gz",
- "hash": "9973fa26f7129e4f148e65123512ba02644b78b47a7d4b1fbeeafd09038beac66664b285ace5e228a7818f0c35a357d31ff1d580795182c872c514fdb3b90e35"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-linux-arm.tar.gz",
+ "hash": "058978717e4ea64dcc79849e2e78138d43a8a30c9eabe9b128bc5251ffa668f1c0143e6d06638af7343fba49bb93cc1e2e055ab89b0c25fcf6d0ca30368d285c"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3a8c5d20-21ac-40cf-b3c5-2efd29a88870/b6f62cff4a13924832a81574e5ef5a80/dotnet-sdk-6.0.106-linux-arm64.tar.gz",
- "hash": "86fabee178d16dcf9b5ff3d2f786c72be6bea5838b69c9e02d3a356703799378094a87f3ae4cc3ed6564f2c762a1837c4d8f91a228ba94cf58546d5ba7363f8f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-linux-arm64.tar.gz",
+ "hash": "305dc7e7fb99fcd8830d39122817ff5b4e0488ccf631cb9cdc7d7a8ec1e0405c1cf7721a5a011154a5a96cfcc3975c60cd3a048d5d0e8000db54059794ffa897"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4daddb43-d6c0-444a-ba69-888ff5e764ca/0ff812b5526280610cdc5ef8c8dc1869/dotnet-sdk-6.0.106-linux-musl-arm.tar.gz",
- "hash": "e860bba7ec61f83e1070700dee719f565c42e91dcc7a680f8f21d3571c6eba0e1fc4f62b5dc478a291e91d03d6810b24fcf66399c4005fceb5b3ecafb37a72c9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-linux-musl-arm.tar.gz",
+ "hash": "e83db31889d711076be1e3a897f08003d4f76c4e51c86975ac0140db58cdff7e26a65174efccfea72736857136d02bc33aa175c0fe0af2967b48451749c7ad51"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d556d6b6-7ff3-4630-b5b3-65c76e566581/a295c5d78b51a7ca128ab422e80ae9ad/dotnet-sdk-6.0.106-linux-musl-arm64.tar.gz",
- "hash": "75b78c906c7b6613db37ff5c758f2006174c98fca336b1e682da2e07a858872f407b3c5bf57ee8c347c3a35b6af2eb2a56e05bb29ff7b4f26efaf758f6345649"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-linux-musl-arm64.tar.gz",
+ "hash": "13339164ee979b940ceba30aac80336f154074d60823224140d0145d86cbbec17f30cb48150ddf3d254294a274a213a2bd394bc1974fa357661d209a5c849d49"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/96aa7a11-3509-4a31-abcd-85748caabec1/c03bc461382c2b46d953d4c2bddc3f7d/dotnet-sdk-6.0.106-linux-musl-x64.tar.gz",
- "hash": "f8f5019ef265add53f1c26042e5abb2681c96e4b4bac82c29668b48b6952635b5681049b4e3fd49b56f864fec80f0bdd14618fe603da70fe0708a95b394d0112"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-linux-musl-x64.tar.gz",
+ "hash": "254bb00d5e68aad3b6fb85847301bc008ab689ec78f601397c1c76240a66e86648ebaa2aff7db36be355c25efc0bb2c81c22b5866f74df37100c39589bc5c89e"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e36f738c-f269-47e4-9637-7e8fe96f9e6f/c9d3bd280fdf9bfff2993c1ba0f9f8e3/dotnet-sdk-6.0.106-linux-x64.tar.gz",
- "hash": "baf66ac51feef61c16557cc87d54d5e347f175922098aa45fd1e03dbc2669b97f602c4de378884d95da25968df4700871a82484d8882b5cd0f9a2b049c15212e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-linux-x64.tar.gz",
+ "hash": "2b0ed13106e4c859ccb9e3a5f1a450e84605ebd89bd84ac3453b30810ecfa62b6957baaa2ed041cc2e932f512113e16e3ae200fe5c4b48be66767747a06f4e41"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e14e93ac-9abb-43b6-baeb-b08da40bcc4c/f114dbbfd514a04344f558ffbab698a0/dotnet-sdk-6.0.106-osx-arm64.pkg",
- "hash": "37238a9cede87db14911e18456385179f72bafed8409d8a6fbaa205b38841424b017e2850b994cbbb798fa19be56a4c7b255e643ae5f03f63136415df953372a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-osx-arm64.pkg",
+ "hash": "83406d4f9c5874ac7a5a9cd1d6ee0892c18af486efdb47bfc4308dc9cd480a7416d9547e4483e2190e41b7afbffed86f7eb2092c719bfb14487d57045a948ad8"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/150e763d-fea2-4c15-97fc-862df9defe05/0bdf52cbdd9b9e2999584f9ff1ace651/dotnet-sdk-6.0.106-osx-arm64.tar.gz",
- "hash": "51ae7a02bff806499e5c1a5a9ef6378e68fc6c3bcc3d68fdd83f992cb77d0a1468b4c532a4be1cf3c6966a186748361fa74f796dd59c9899413977fea84b165f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-osx-arm64.tar.gz",
+ "hash": "9058bc17aaf76d02e66a62e126eada0c343075e400731eb741552f17b9cc3a33f1854115d96e937d4e3918e9c805db5bf2ad309bc45c892228c4e75348392d61"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7d0f1d41-06f4-4b18-afe0-f4d71c66556a/ce8bddf7aac0286e9974bcf63169d3b3/dotnet-sdk-6.0.106-osx-x64.pkg",
- "hash": "ef09502c80c9c3a26fdcdce80ab0c42f42327b931321ca5acc29b273aaf562a52b03b1d12179e8124d12d88f58560dc4a5667fc78b59a651c02bdae4c2b15bec"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-osx-x64.pkg",
+ "hash": "b2de85d3222b3367cd3479eafac3af0a3dff7b2616c184504a5c45796a24f7c621eaca54afa6320043f8d22bd79c93ded2d6a69755ad52e32e9c45a1523d51f5"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f9483b11-a82a-499e-b3c5-e7954f93c262/6891b38e6c532f23d896e908c93df29f/dotnet-sdk-6.0.106-osx-x64.tar.gz",
- "hash": "e17d2bd7b686ca924ddf30a25429369a5ec396ffe3a63bf2d2070078a01aadfd9f4184a1d66bbca01e96dc54a70cfbf7bfe506f8941d05bab99e8f8277eeb3b4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-osx-x64.tar.gz",
+ "hash": "6fd1d8a225e83dfa603b4ba788c477ef34052d6fbb29c1fa157467fb198a007107827a961a4daee12f2e5d272d185c54a5f25e61efe19043c6ff1543f41175c6"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cdbe8020-25ba-467a-b867-add0dda751cf/02886846ee50af1343d0737d7cc93cc0/dotnet-sdk-6.0.106-win-arm64.exe",
- "hash": "830c69395d6b14f69f4643b2d3e121e7b16421f001a6fd559dc2b16665607571c4dd20cd6dbbeb44f81e3ec47fcf74cd08ba81660965f7bcb69bbf04942f451e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-win-arm64.exe",
+ "hash": "67162b84fcf9a6252623c6cae957e59b09ad426b49adb101e982545a7cd8f1025b2bbe3a1b02a016f2f2763d4e0e21f88b547cf04ff624d18298fc9ae64dcc6b"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9822aa7b-9109-47ad-9743-ed5968b1b952/88085bd4db8b7862d9c22499778462db/dotnet-sdk-6.0.106-win-arm64.zip",
- "hash": "65d1854027f61d5b35e8cfed64bf8260075d9f09c834fd134bb8736ef56c4ebd4fc1dc7f1f8ff387dbbe22e640d6e52c288187b1a36cceff00a7b83da4af390c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-win-arm64.zip",
+ "hash": "46fa147a7aaaeaa9d031912c8896cb77ed5d8e27f72befbb184e3cb10e9568a781075d45ffc1c27831e2d153bda1c0d21d2dad86169127da2d39c2a01b45ada9"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/569408e2-e6c7-4c7c-8564-6de9daedd9d7/eef50ddcf5e30843efbab355d4b88e53/dotnet-sdk-6.0.106-win-x64.exe",
- "hash": "81ee133c927daf3c02d07699450dcf0e83efebf268a883eae3d3e23b97d8f1e59c00fedceddaf041bb6b6e89b23f0a849fc46617579778a8e40dc57b2034a0e2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-win-x64.exe",
+ "hash": "304bc73ebad107562a47a4c4f91f462c00890aac74a0c7ea83d74dfbce90d976c475a6f670eb5903433c604dcf9099c319d242f34372996c1e2145225a880d83"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/74564d07-5697-4d79-91b4-d101f0f139a5/2bb92fa45663d6fbcc3230e8474537aa/dotnet-sdk-6.0.106-win-x64.zip",
- "hash": "a7f47c233d32b4cd0c446491f5afcaa99b7e69c82c65e3bbd17e372244e5f6ed6eb0484f6c3f50fea8680fbee1dcfc504afa3b7a3302d8f2a55ea50b42197dd9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-win-x64.zip",
+ "hash": "d77efbb1c2ac1832fd9628ec5077d12ef03c4158e9436f3819fcbe8bd4db3220f08d1a94d67f78dc2961e60726bfe70493bf39cccfcbb018b62313f37b571fd5"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/777a3e10-4027-47f7-83cb-73271430cfc7/a555d60b3595e57a0f2b964f1331c5a0/dotnet-sdk-6.0.106-win-x86.exe",
- "hash": "2b9e64f67fdb4d39a3b4e0160c63a420d179e52394efca21dcf1f495d1359e3424dbb23defb90a81c3c6a8d431e72d318df2dd2bbc5c75139a39b43908785daa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-win-x86.exe",
+ "hash": "8428ebe7698bcb982b3704bda62824838060dd02d8e4ae5b9a953b665bfe2ead5766c53452e32a6cb15919b2737262cbee170a3d16e74b2cd8e4661c933ee27d"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4ec41b18-9b03-42ef-b5dd-8a2e840f4a59/9a2732a24614a4886a46cb83f5474bfd/dotnet-sdk-6.0.106-win-x86.zip",
- "hash": "30fbc989ced1a016feb9f740d0d1139581398b4dc21120c6dc7202f4d3eaaabe2ae232e6e57c2cbb90f95dd3293f233f17143b217a46e534c3cdda9b72acdeca"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.105/dotnet-sdk-10.0.105-win-x86.zip",
+ "hash": "f653158526d93b689d73381192ec38268edb027321310f8b06b0083a6c343a29df5f0d0263a1089825c3efe0f1d8bc3a8aaaddcc7c6c097572cf6dbec14c0041"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.6",
- "version-display": "6.0.6",
+ "version": "10.0.5",
+ "version-display": "10.0.5",
"version-aspnetcoremodule": [
- "16.0.22138.6"
+ "20.0.26062.5"
],
- "vs-version": "17.0.11",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/084bfc2b-f28d-4995-87f0-d82519245825/7f5398fc2caf95355b154856868ef560/aspnetcore-runtime-6.0.6-linux-arm.tar.gz",
- "hash": "311635857dc99d75f6fb7b002fdc0fbc89289cf56650c7e5ecb0c7ffe6016924146df798632d1148c23ce3dd613f3a206b3ffda3d94015241fa558ff4180b270"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-linux-arm.tar.gz",
+ "hash": "1aece2ae22212b97e98136a7ee7a14d9690019c789f14e0b81178563907d1521f0971bc84dae307b829626ff67d7ab66dfeb1200ff848899d7ca4050fc84541c"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/94553ccb-ce1a-401c-8840-bdffb4e9d0cb/ab8a0024df90506d953904ac38b5a978/aspnetcore-runtime-6.0.6-linux-arm64.tar.gz",
- "hash": "a3bd7ce99ffb9b87766c49fcf28d802f4072af1d55f1d53ef4043a1a0b038a0fc8046669bbd82f64fb37e4c73703fa8f54a460caaa473d952baf941d23341c90"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-linux-arm64.tar.gz",
+ "hash": "6cab3b81910ba3e6e118595a45948331f5d1506b42af0942f79ea3db6623e820557a1757973becb9afd3d6f8ead9e9a641667860f2a7fbbd598bcafa38f4739c"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/392f39a2-095b-4841-98f1-a35f36adc004/b3c9cc19e5013a54f332727dac62957f/aspnetcore-runtime-6.0.6-linux-musl-arm.tar.gz",
- "hash": "ae31eb4e06fc182c799ce41822c3bf03ddd4a948f96691b7559a5669dbc481d5177c6ed383c9d86baf3362ed297911f5f7cca22f14b945a7b20e90f6052621bc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-linux-musl-arm.tar.gz",
+ "hash": "f106300c97978930cbf3078455d875914d49b5181190f094656aa66e92415215058891fc2551fe7d6ee031aa6db0b9d684e2f0e251da15fe2c8361146fef7ca1"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c649af75-1318-45d5-b780-54ab149fad6c/c3e8c553e1f8772b87db5334bf862a4e/aspnetcore-runtime-6.0.6-linux-musl-arm64.tar.gz",
- "hash": "fe7a33e2ff8ff78bcf3877dfe4d5b41ca6e5113cd926777fe2d3d0b4ca7a7dd1e205b515bbbce724c2e41ee544cb7e18c8cbe3caa52e4a91c7a4a43e7bdbb30e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-linux-musl-arm64.tar.gz",
+ "hash": "987446a703fff7136dad8e36517e8102792e3e57ab2b91b69a43e83c8455fc3eb0672fb71252ee059e8e94f96cb55e19706b8980e3df2a06cacd5b70530577e6"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/58737b13-a9b4-4ebf-a360-6b8909842ba6/0856279338ab22a3efbdf387068ebfac/aspnetcore-runtime-6.0.6-linux-musl-x64.tar.gz",
- "hash": "0ecaf750ecf0eb1da601baed2c71a7a09994fe82ef11c4896c57e07d480e5820fb9f92b5fe55e35bf72f067894b85d7d33d3955f15b670d4282ec5049e52f124"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-linux-musl-x64.tar.gz",
+ "hash": "7a7b9d843ee308aad292a7da18901f3fca02695d17a15b1cb8a7857ce1102eb713fa0f1505d4e287db0e473d33164ccc6acf9275c231d06b23a54b69befdd3d7"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/afd5344f-a9e9-45f9-85b5-de4551c53736/c30996daa407f9bb540ebc5edfcf16fc/aspnetcore-runtime-6.0.6-linux-x64.tar.gz",
- "hash": "1a5c0f85820f0eb589700df94de6dbff45fe4089a37f1cd5b1fac33476a2cbd8d5c6f129e55b3716f5a7a2616f1a5a720c52238f21b28a510a3e5c8bcb8c516c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-linux-x64.tar.gz",
+ "hash": "7108ecdda8e2607fa80e2b45f1209d7af5301d53438b65d2269605b8415aebd49db23455d8dcd77d8fdccc904c9202b4834f9ca2e00e27a501d2006174d76cc4"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/550f6609-521f-42e4-9b53-ff6c88bbe26a/1abbac456fe075a1b6f0f578716e0c4a/aspnetcore-runtime-6.0.6-osx-arm64.tar.gz",
- "hash": "0d62c151b4d25d606becbc0a99d4ed3988aaae97a95990a8d5b6e0e220bdf661e3f7fad64dad6a479f8c9bbd42971d6e5fab7dca43b74ca7ccbc423fa5b200af"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-osx-arm64.tar.gz",
+ "hash": "b86583c918d1794100880844da10284309d0b657060b97068b1258df5f65b105aae36cc5f87d3ccfe240873ae8f0450c6ffc77308d8e5cfd1e4cb9187a52b10f"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f5eb01e-6b46-4ef3-8c1c-7b99657a36df/7d4807a527cd5bc5a6a864f1fcd354e7/aspnetcore-runtime-6.0.6-osx-x64.tar.gz",
- "hash": "d1a469a5d27afd2f035f9865a295b8948bb2fcefd0e734c61ea8d0fe1b272fd1e0ba3aa4ad414aa68491fc611695c8d94064d1bb02d62cf1e7ea071a73a844da"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-osx-x64.tar.gz",
+ "hash": "1abc377b435a5f9a747c42cc7b17cd2e8c60474d971f719e952f0e60f5affa2569e446648621213838d68506df80e15b2a8f3323820e7f22f2551bcf109c7c3b"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-win-arm64.exe",
+ "hash": "712211d8e5376b20bb0e8202ae6d15c901d9947ef8c3d72aaa5e483e948de19085a2c47a41296d3eb37a987d9dc400a292d79774204de42bb83619416f263eef"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/60c0c6ec-2635-4580-b019-fdd8df756787/1f1d8f52d589836ddd83d0bdd45d4f54/aspnetcore-runtime-6.0.6-win-arm64.zip",
- "hash": "c8718f76f2c7e81b4ebdcf54e5d4a2278cbcf1fc899339a0769482ec26fe1de349016c1c814e025d94e20b23e98d5613e5257ca3e2c44f33832596e50e0f4d76"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-win-arm64.zip",
+ "hash": "20736443fd0b45c3c3ca946c32a457537163ab147347184f5016204bf585b708d9ea7f5d8644b7aa3ec0858a012cd8d74c33d8f93b64a0931ed2e3f321a5637e"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7751b01b-4548-478d-ac63-ca57f2b66a3f/3339efd1fde8f62fed0ac2406f8bc559/aspnetcore-runtime-6.0.6-win-x64.exe",
- "hash": "f82a64e442fb4db7133df64c53e7a69b57c904ad1ffde66219cd4e87138452f5860abd5c42ce8281ccf804f780f4583243218099491a3324e9dd55c9722bf5b9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-win-x64.exe",
+ "hash": "2b02da3e55205abcb7176e42dccf94a2f912e75304fce39661afe9493552380781fb64b1655558784df18436fc3d9250570e144cdaf3bbb576ae9e2fc47c6513"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/188ee779-2b6d-4cf0-b11e-e0514cad80b7/9558e992445f513e3b49ab2ef205c2d3/aspnetcore-runtime-6.0.6-win-x64.zip",
- "hash": "b5d72c13b9ca157cffa2a6b53f80e8cf4d405a899ed29313117f64d33ed59b4307316379bafce013645a14c58ef15804bb1149fba88818b73c076fce3c352ae4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-win-x64.zip",
+ "hash": "c3c42c0494c4e5702837d72edafa0ee75ee53f97dab879c2528fe5dfd6c632302e85b7340509fcad2937f13ffb16867776c85dd3be82f10087cafc26edf9d7e3"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b68b5e5c-aeaa-4efd-b194-b37bd73eff64/b2afe8dbd41c8f266f8df26df8fe4ce9/aspnetcore-runtime-6.0.6-win-x86.exe",
- "hash": "c092c5a459876a549577c43d6112fb584f855877afb615d6adf1dcb902477e30bda9bbe680a6965e6532fce1159923043b4687dbd8bcd6ef072604af3be84253"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-win-x86.exe",
+ "hash": "932098a057848196d2d937d1d8eb5e7bcb6b9b665340532d3cbab93010987325852db26f7e721a6aaf967e75eefa7036570f34b2a815a1da10b393cdf5064aee"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4417f0c7-0613-44c3-81fa-d7879aca9b57/4ebbba22ae0a946f2e68cb1b447fc1c0/aspnetcore-runtime-6.0.6-win-x86.zip",
- "hash": "e8bf2c894cb5fb33659002275ec5e0cadb26ce42a462d1b463e3b04853ddbbaf60694926bd1dad9c13c23450e0d6d034456e9e0ece153f582c855ba7c9fa4d6d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-10.0.5-win-x86.zip",
+ "hash": "01b58b3e95ea4d661424a2216ce52f2ed6a26a83cdd5770b832fc2124e910e735423f3a459b649913742765306fd1f4233d3c50d4bf93f2b7b2e9f34613738e7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-linux-arm.tar.gz",
+ "hash": "afd7c0c504b4b37d4a0c4e25581afce71d0361895bca4f7a6564166b675114cb365c4aaf660e9ab6944b4eccbda3532a94408015ebe2ca754fffae2a1f33e81f"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-linux-arm64.tar.gz",
+ "hash": "f4ddc23947e307f52c01d70be9b1e188ca17e4b43f9e66698b1b6e8a5586eb4ed1af2b4898ca61311c14544090ad1dc2ea9c2ef7403f556d516e96909ec70483"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-linux-musl-arm.tar.gz",
+ "hash": "dad1c7ffd7d0eadfaf3567d08801dddca02afd931eb80a27de5214e5f1dd0419d54c52617010bc95c0f980c2b047de3765b5e2f3598dd0f839b85358c54379c1"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-linux-musl-arm64.tar.gz",
+ "hash": "b3bf77a3d85e1e12b1e5760bca409cc323200de771835dc02d8ae93b61d90a53aa5c5897e1f1b6efc807e78e27f96bf1a715c8ef7af26b279a0bd82681dc7450"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-linux-musl-x64.tar.gz",
+ "hash": "e3d7b3b6e69f0db491126229f41d60029d652dc748dfd1f3fb03f5935cb40401f26feb69516fe7a3051516bd895f189275c0463b2a1e653132a3ae7cdc30b4d4"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-linux-x64.tar.gz",
+ "hash": "124201a6f14ea3c7ec689158bdb38f306002d799fee5628431a057eb1a5eecdc3faf35710f12821039ed6aa9a5a09cd634a25856f24f7e3c4d3cd85483f22d07"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-osx-arm64.tar.gz",
+ "hash": "75a7e6e3c06032ab9cd26d681756153d2c8f089bbf3d8092bbd94db73f30b2555e79c94649600a20c5efb9576692257a6e82b4137ec20b34c8bac0ad2e95d18b"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-osx-x64.tar.gz",
+ "hash": "f78a561ee9cd7b3f8d46d14330959fb3450cfdd763089749598468b99ab2cf80ec1c084ff4e8979e4080ffea1694e4581082dbcdb17e5b1d402eff51c4f6ed8e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-win-arm64.zip",
+ "hash": "d314969822fe9cf9239f973f9c0c219eec4b9319c2d26304a247eba45cd1ec8e2aea5e1bb6ea0cf65909b86572268111792e0160ae04262b687be5e9592763f0"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-win-x64.zip",
+ "hash": "3fb77435c8968ebce96ce3236a6738e7b5123f2f88718cb9f4e490978b2325b361600cb4c6de70f5fcf4bd0755c93a44d3add6100b292e6249efb4ea78539ebc"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-runtime-composite-10.0.5-win-x86.zip",
+ "hash": "94b3de323e30f2b10dc06fabf4ac988f9c5a49f98d5fd1a6934a21f6c678008e282395d6be9c8470546dfd11485e969b8c849e0283b4be5b2ca9aba0a20bd023"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-linux-arm.tar.gz",
+ "hash": "0f8e31c3cc960a02f2b92e315be57660b3bbff102bc6582e87f1044ecf861df6acbf68c4034054cdd6d26bb4c57f668808c04cc3d9b4381869a94a8e9643aab7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-linux-arm64.tar.gz",
+ "hash": "666cd8bcfc502e4bca263aed6777c7ab527324237273c8d4dd87cf364b5559f2f9f88882cdf7935b1722a3cbb79ddf1feb5e21b66a655466e37b36e4a0ec01bd"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-linux-musl-arm.tar.gz",
+ "hash": "184a2ab9d583e9f78adbc57192a854f12e2165075fa28a5211d63bce2a9d1ccf9f3bd82efd64cb7c3797ab5a38a7f58600ab1f937656ffab6bfc9f1b221956f6"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-linux-musl-arm64.tar.gz",
+ "hash": "00bf8d5a736154ef4c76f333c3e56bd18ef16bd5cbdf387527f20c350fbc77281792c0a5cc21018acca90d5f9d9f4f75d6b71f50158f61536da80f50a3bd5710"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-linux-musl-x64.tar.gz",
+ "hash": "6c4194cf6e70981ba114d9c6220381ef9acc1230479104cbfec59db4033f4011865ed76443f4ee513b0153b1d7bacf519d664444b60b4adfd1e842613f0fb360"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-linux-x64.tar.gz",
+ "hash": "ad6ea054c1b7780a55b6650f88a592537c2364c5a10841510047f6d8ad6694f54f040726ab894d9d6888a13ff7caf0009524f6ed2521d7a17d45f9947ad44882"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-osx-arm64.tar.gz",
+ "hash": "678a8042fafcc600db8b11fdbd3a4b76985824c911166c3b9656a2fa8bb3a9da18b0714a219ffb86b074e682839f046d32d88d7cb45b2754abebb876156ef089"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-osx-x64.tar.gz",
+ "hash": "983a8422f61ffc2ffa38e8e68f6ac655fdb071d8e86bdf92876b825c06856755f915f3d3054fe9fc4cde65a7efa84fcae40a407bcabba4d0af672524f25acd5f"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-win-arm64.zip",
+ "hash": "bcb875ae741a85ac13dcb66aa6b3ba5bce6effd81039c6642d074bc0ee587a6f9497cdfe39d92b8f1da1daf4254ff7e7fb837dd12ad127d05ae25af3577e992e"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-win-x64.zip",
+ "hash": "550b57e5ad2fb77d199d64254bdf92d94bf85bac40b4553af46edbe5e4a353f9317856b7de2323aa157089ab4343a1671db771ee2ff94420f8405638c33d061e"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/aspnetcore-targeting-pack-10.0.5-win-x86.zip",
+ "hash": "4868b3c9dc973f3f70909f2556f65f385f45816c78c904bd22eddfc6cacd1e3d4a1e3d06dfb49ecb8f753072832392e04d19e94bcbd1efc8ec7aa4fd8b470b72"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0d000d1b-89a4-4593-9708-eb5177777c64/cfb3d74447ac78defb1b66fd9b3f38e0/dotnet-hosting-6.0.6-win.exe",
- "hash": "44db96cb9b22a10eba3b61daa9eae2080a21da751253ad8e56f964015944ec7430ff895f29370a56a091b8048ca228b1fecd41e1a88f29145b2b8f13efcb9dbc",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.5/dotnet-hosting-10.0.5-win.exe",
+ "hash": "9241927873a3de071b01e5848601250483400a07de1adca01c58c6ee94eaead9d3f681af15364235f0afa7164858c409e1b1fb11871b4498860ab176e998bb7e",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
}
]
},
"windowsdesktop": {
- "version": "6.0.6",
- "version-display": "6.0.6",
+ "version": "10.0.5",
+ "version-display": "10.0.5",
"files": [
{
"name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d09acad2-0abb-4ec8-8388-b8b42b31cd58/517cff2da8fbcdcb514bb4e2f1dc8879/windowsdesktop-runtime-6.0.6-win-arm64.exe",
- "hash": "176f8d10e890d253cfdc19b65fef83c6df299d10262ee3298299b1545b27ba2143ebc76a15f06ae5d6dace6a01fa2944b19af01fedb42bbac309d173b996ed71"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.5/windowsdesktop-runtime-10.0.5-win-arm64.exe",
+ "hash": "60de7d993e6927c90297aa25cf1b32ec3d57678391dca9bea8934304d83fd076415deaaa72409d9347164e1a4624260a16b66f7c0d9f0b3ab0ab389a080bad79"
},
{
"name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e92cf7ac-5e86-4c4c-8d65-3675de8c253e/826784658f9242cfd9bcbbe056858d2b/windowsdesktop-runtime-6.0.6-win-arm64.zip",
- "hash": "414c37303481514ccedd4633c51c1395b4a99b0a9852cf509f17e31045698e3ed939e758c399708fac8605efb89715b292757f9933a5786ddc384e299e9256f5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.5/windowsdesktop-runtime-10.0.5-win-arm64.zip",
+ "hash": "dc302e00f232fd4c2d7d6a053c375b6c521c9e7bda5f23f7c1917904e582f619e71753ee3aa8adf95ce80d40947ff65f103d7ecfb916a3c45a867157388e1b00"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9d6b6b34-44b5-4cf4-b924-79a00deb9795/2f17c30bdf42b6a8950a8552438cf8c1/windowsdesktop-runtime-6.0.6-win-x64.exe",
- "hash": "b4b5d989fdfca6c160fbd769660f91aec47b0cc0764de1d2fb3de9d1b86d5c789a84376497574ebd86fb6fb1c7a2a6aaf52661932e8be4f4c2efe8a47a60e469"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.5/windowsdesktop-runtime-10.0.5-win-x64.exe",
+ "hash": "cbb1ad53aecc54264488cc5c0be938991770750209cf4acd383bbe8af57db679f4d5988e6281a6d6a46b4e141db3d3d539ea764250b4ab48871972a610944b40"
},
{
"name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e26cb94d-627b-4d4c-99f9-171d85b878d1/56638b52671fa13518bd1ebd65820a75/windowsdesktop-runtime-6.0.6-win-x64.zip",
- "hash": "18e2b249e68ea61b5e3f73b0b82aed515c3ffe8e99925700ff8e399e42cccafaad618bfed9f9a6112b864b6219be9c9e2b0e4519a64bb18d9331dff39a0a6215"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.5/windowsdesktop-runtime-10.0.5-win-x64.zip",
+ "hash": "64a6b9563d68e150b4c1a921bb73365874d27346fae70cebd275009b5d80deae2ada54d29eb317358472a462b5814fda6eea09fa95b22788c9fc7bbacb41437b"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cc04076c-d188-4c20-9b4f-89be06f1a39c/32da746ef46fbeedb4f609b67cb451c3/windowsdesktop-runtime-6.0.6-win-x86.exe",
- "hash": "8de470e216dd3066976e916f887697817e2245e7ea3db68326356c959abe0bb5dd408f889d154718cc316f046cc8b592ed9022c164a8f495448b6deed3cd9d24"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.5/windowsdesktop-runtime-10.0.5-win-x86.exe",
+ "hash": "2cfea6f594ed8f8b252375086ddb3b3b95fcdd41d4bb551f88471c1b0f1ae9fe583f61ebc0679434a22586da01ab90cb00a602f00eb798fd52f879ea46c526f0"
},
{
"name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/58a75fdc-0224-44d1-abcb-6476f771a6dd/0f383aed3d95e6c374951d443da125a8/windowsdesktop-runtime-6.0.6-win-x86.zip",
- "hash": "5de9b960208577caa0fdb618b53b09ebb97c30f28aec40d6ef2b24934ad2daeeb28eb7b62e66d0223e51d24377ba5359f9c679fda2b4e3983388e7d9f7284d6e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.5/windowsdesktop-runtime-10.0.5-win-x86.zip",
+ "hash": "305139820f8f6038429f607c9eb813fb72d198f68856ac8f3b30ae9b00ac908c4f4818f9df543f157f3b82caaf93534f53a0e42d39d7931dc876a7a990553c4f"
}
]
}
},
{
- "release-date": "2022-05-10",
- "release-version": "6.0.5",
+ "release-date": "2026-03-10",
+ "release-version": "10.0.4",
"security": true,
- "cve-list": [
+ "cve-list": [
{
- "cve-id": "CVE-2022-29117",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29117"
+ "cve-id": "CVE-2026-26130",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-26130"
},
{
- "cve-id": "CVE-2022-23267",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23267"
+ "cve-id": "CVE-2026-26127",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-26127"
},
{
- "cve-id": "CVE-2022-29145",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29145"
+ "cve-id": "CVE-2026-26131",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-26131"
}
],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.5/6.0.5.md",
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.4/10.0.4.md",
"runtime": {
- "version": "6.0.5",
- "version-display": "6.0.5",
- "vs-version": "17.0.10,17.1.7, 17.2.0",
- "vs-mac-version": "17.0",
+ "version": "10.0.4",
+ "version-display": "10.0.4",
+ "vs-version": "18.3.3, 18.4.0",
+ "vs-mac-version": "",
"files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-arm.tar.gz",
+ "hash": "5ed15962680ca9a8acccd635670061b781a658158dd5664f65f937b6caf5c7b439f03bf41725aed95948f8c3bc2f62ae6e833783ac62e2c978906220c0a5c54a"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-arm64.tar.gz",
+ "hash": "3f5f47f9a47fab2672ef35cbeabd448b60a45b4f24f94b646145735c1f131d4c63ff17b059e9a702380ea7087bf2951892d9bc8e350813d0959e647eb4c69b45"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-bionic-arm64.tar.gz",
+ "hash": "2e9e78d89d97c82bf726f8a58558526a30ce933dfb267e51a14a4bfa7e0d59023e02bdc38088130b29b6b24ddbab6a25212a4f2e89551dbbea8f7387b5d14f82"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-bionic-x64.tar.gz",
+ "hash": "6858a114a3c6517fc971d31bd152e1ee903486da92fa0d556667bb9a3072d18fbbf1cdd95f7472bad0840f83a6fe72ada73764dc6461f64f4e61c975c05ef183"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-musl-arm.tar.gz",
+ "hash": "8250aa2818a643812e82edde0b78d44752e01b41f3baeb4372fc308163c348b78411ecb803f2e16349a9cc387852658b8a906be19b7069eea47f7d8d4b325fe0"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-musl-arm64.tar.gz",
+ "hash": "2fddf1a7be68b6831a89ba1cd71b15430e1e691b2bc4c7701cd34af1de0d0657a86ecd0129771b4849d34f32e419d203cfb4a49a63489bb44a7e951b03edfcb7"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-musl-x64.tar.gz",
+ "hash": "3cc849b4f6e5ef3d07cd2307de7c37e1722b083bb989a385aab1eaacd97e229790f6120c5a2e85ad3c1d8cd343967e0acd7894cdbae209f730973da31af4615e"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-linux-x64.tar.gz",
+ "hash": "b79c67d1d22b57646b8887b4dc2f2e0a70d5d3349c9681c6c6a26f1c4a63ff43b8cd18ac5b40f1e24e526c41c72868a24df96c80c2299e1ec4ebdf2f41bede7b"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-osx-arm64.tar.gz",
+ "hash": "504a5c966d86e487e614c6ce776101ed5928cc3d4f0d43459a00d394eb6da828bb0f0a4d4507dfb47ca063b62398498905b2dda583b7e4e6801629251abf6e87"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-osx-x64.tar.gz",
+ "hash": "f8c27152b46a6c3f6bdb951c7a1d3c6bd3e90221344dca6384671f8134fc27fa38477773dfdfa1d367ac565c0b87238cbf8fd3aeb8dbf7c9f038c0846ad12a0b"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-win-arm64.zip",
+ "hash": "020ae953cd75b8703a5af857fb1fd26a8f24d646a5406900006220ed1b19cb68af421579e1ee1cb7e7e51bc2170f787cc783eb31ec35bee241b1dccfb98c01d5"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-win-x64.zip",
+ "hash": "2d6b516c87c844c3ff6a4e59fa8fe4f12f71adb2edf1cddfd134c5dcf50d2d34f200a602b129de4273a27fc8e58616126757bd02a6f3d2029bb940a879aaf025"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-apphost-pack-10.0.4-win-x86.zip",
+ "hash": "602244b7325556a94f355f5f63c3cee49bb4ff5a756148c09383927ab6c55da83524b9707c3ddd418d422faa8aa6e1f5fbde42c825a896ff94b9187459fc9b5e"
+ },
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/36a5510d-e454-4f46-aeaa-ed2c9521e12e/1d60cf7759fd938f2e6c9730d0792b9d/dotnet-runtime-6.0.5-linux-arm.tar.gz",
- "hash": "5180bc076629afa91096ed500ce966d1d62e7b1b6248a6a33d6e758a3bca8fdff382d90793d847f049a330f4a0964dd29b18ac8cbd374492f19d74056a608252"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-arm.tar.gz",
+ "hash": "3cc7a077e5d5faa50571741f3d1f79b0d9dece8c005887ad5e195efe9e44791164d7b53b5862ce37459f20bbf6cf8ac6ecec9e79cc556a6be2738b32037a0b68"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b7bfeef6-3df9-46a1-8cc9-5b2a3121a1d7/44287ecada25d3f0bd8610550e08246d/dotnet-runtime-6.0.5-linux-arm64.tar.gz",
- "hash": "bed49b74ad60d2701ddd638c61c215ad48f5c6eb88df140545d29901df60c6667474ca9d3bed6583dba605282ec64989ff2b431f098f0afc6ed155af59f7126d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-arm64.tar.gz",
+ "hash": "497b7d67747b218bc3821b9a791527f696622611a53b755bf2f2b95f53bae14e1e5d8cdd6c22543f3f2d76f5d18b3ac2303bc22351c8eb7008a941a7fd32d976"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-bionic-arm64.tar.gz",
+ "hash": "ae4993e261a0a96819a309dee7ab067a8bd8bc61ec610f53a78d28ff50bd3608caa56e3304bc076745b6181c82ca655ea7842e0ab46684505d43d7dd633bcadd"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-bionic-x64.tar.gz",
+ "hash": "ae5e7d63f63f803c5a4ee2e4c8b30c79b642c1bf0f60e951c2d1468ab146ca34de3baec815a9c4cd5f9ec282f5d7ba4d8836ebbe8cf6f392fb7562b7c6630ce2"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e7c59902-a377-4e8a-a3d7-fc761983b491/e5b3b83ca4f215e6b7d458c6f03e409a/dotnet-runtime-6.0.5-linux-musl-arm.tar.gz",
- "hash": "bcbbaa72b6bcc667d735f42107181eb8943f0138d0093cac78a5ee24b167a1577b5224f0ec399057eea84bcddecb810f22cd307687176c3e2db3796b2b25fd8b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-musl-arm.tar.gz",
+ "hash": "d7a78a83f560c5523ce3e0c150cb19a3cc19dbdb8de298af55beb71ff5adfb5b290b23ff1892fa253515aff7b007fe0fb5843f5820c2241afef3cc0cbc72a632"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f9cb36e-28b1-429c-a578-934a7e1d2e91/cfecd1f693ce07469d903b7a24e782a9/dotnet-runtime-6.0.5-linux-musl-arm64.tar.gz",
- "hash": "4b576997e7cf56f362db70d77ecca0b2dcf4f5435926eb0157242c99bac576112dde06b5aa396ba9b9d199d9d2427a10a273509f24685e5a2ac34dd5098a11e9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-musl-arm64.tar.gz",
+ "hash": "875e31a899690200769e6c3ab9bfcc1ca22fa61945b9815aaf41e9aad56da246dedf94712caf1af4cc1719d08d5ca1e28a3860fb1b72e2fd8845f9bb0cbde1ce"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec95dac6-c393-4294-87dc-3c62748345a6/a3f9e53cab6a59db36ebe03d51d69024/dotnet-runtime-6.0.5-linux-musl-x64.tar.gz",
- "hash": "de0224c5cb933ff557d19c4293a7a3591a54ae1b5d2de1f663195a1cab34c89986999fd63d43fe6d31fc5ad467d5f5cbd15636fa672c34303fc7eddb1708db7f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-musl-x64.tar.gz",
+ "hash": "914bbfcc6453fe7d6e86896a425e16da18f8e83000611e58029d5428d5c0413f9f942c9d4c3454f8a11d77c5f7aed280e4a31b6fc33dcf417f8a61c3388f4556"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/56d9250f-97df-4786-b33e-a8e34b349e86/dcf054ca00899a70a80aa1a7d3072b52/dotnet-runtime-6.0.5-linux-x64.tar.gz",
- "hash": "c228f0ba0ecc4ccda708e97529b248dd6d70f7f747ead6453623be77e8e1529b54db52f5df1b5e00b5b7f92b73389560832f80607fc07e50879d55ce905afcf7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-linux-x64.tar.gz",
+ "hash": "2e2730ca465838f3655c8d0576a2477531a9c764329d9e3c88c8c8b87b2708f981819e939def8bec204b90e98654b3a0f6e47b816f44ebab95b30c5028060d6c"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7102a180-c397-40b4-b4e7-887d5473d4c4/6a280e559749a9f55216f7571753a70a/dotnet-runtime-6.0.5-osx-arm64.pkg",
- "hash": "42321b4f814d18d751939c6ef878ed2bfa2a47338fc8d497488c4bd618905c0cc0b1376bf30221b6f636cde4260661a388951fb5b288986e0b36a3abf06b1521"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-osx-arm64.pkg",
+ "hash": "e09a80b802394ed7c2f35f33afd6dc5b7f62022264ce6b4e9851089d14895b1ec74ad756aa49657c59144815532dcc7913bde6b611da2e93cb1bb315d4c20205"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2f9e7817-fe7f-4f68-ada2-171d4907190b/a579270395021e1d42c79761000c64d1/dotnet-runtime-6.0.5-osx-arm64.tar.gz",
- "hash": "3222c366e7da30e39f00eb27c7ac75094b7f294daf105a5ba85cc7f046eb35bdda1c561f3234da3ea2aefbbd1701940557d4e3b31a1e03eda890c9b0b49effde"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-osx-arm64.tar.gz",
+ "hash": "3c5ff21aeb0b00ed8881e4dff8f95d488832d2137e406b8f19bdb4a9044f7fc8acc2abbc23e57ed24101d7ce0f3426c3ecb953f68128d86a8d93998fbadf32f7"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7c76eb47-a0a0-4fe8-b60d-bb0c01fcd595/604061381c1f121f016d37b9a1e80435/dotnet-runtime-6.0.5-osx-x64.pkg",
- "hash": "198b6ba1178691730b645e5ab5034538ac5b76bdaac6859f2af8072953f9fa6bfc77dc6e10490e597e6803d30164048530e1489084ef80ad0aa763d526282c8d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-osx-x64.pkg",
+ "hash": "30ad4bf753644ae136aaffcac62d7274ff5bf467b8732db176af85aae9a04d259129311bfad8cfb3d4eaef1b3e23adc83a1b8e426691429508bcbc2bc3d8f8de"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8796f054-9724-4783-838d-90fec5a178d5/9ee66f0b62f19d765a1332c03823c490/dotnet-runtime-6.0.5-osx-x64.tar.gz",
- "hash": "fc26668071b989739fc139a06db9895602c179779f5051a01dc3543285239b0c50da0003f0daac2215b502c8a91170f55b748440fe711817ef3cad08266af9d1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-osx-x64.tar.gz",
+ "hash": "e0aff567a9544961071011944b6ab4a5175c0836d654cd236f82cabfc0c4f1e9879d11d171ea8ed0b2eba7c9b588f8cef15cc736204f2ca5ca32744679469db8"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3568ed88-3d4f-47d0-a753-c0cc1b872642/f5f84e3e2d43497ef36c8209e8d82b7e/dotnet-runtime-6.0.5-win-arm64.exe",
- "hash": "48421d20f3939863ebd07300c231f36a2be43e55550662f589883f70c1493d971d2eaa437ebfc969f35f22b348fe0fe875838c336d351516cea5b29500008e00"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-win-arm64.exe",
+ "hash": "69ae69c2305208ddc998b0afb20b6e9487e8defe7bf170afeb9110167c03be1c4b78141ae1259a2c761c9036d518e0a5ded87e647cb1eb3b1943529c7653688e"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0e63f631-e300-4d7a-99bd-0cdc0a791fb2/52fc81d72a2984fdcb8b30eaa2c77006/dotnet-runtime-6.0.5-win-arm64.zip",
- "hash": "bc1c083483cbe5f6c31716d772de58cdbf76850f3e6cd7b90feb03969beef6a3624a621a25bc6d5ddc6e10edaa4488fa63917767c6ea42f8d6311111a60d7c9c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-win-arm64.zip",
+ "hash": "7a716aa2ac2c7fa701cdb69d1be698abdbc9c77a090d85f40b85f7a41419b823f5163a1fde9947c4c166f874d7a910aea2a32bafc5135813c5a261b760011b98"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b395fa18-c53b-4f7f-bf91-6b2d3c43fedb/d83a318111da9e15f5ecebfd2d190e89/dotnet-runtime-6.0.5-win-x64.exe",
- "hash": "2c4ea305b2deac4dd44616a994c78502c365c9789ad28d87359022a186a01bd00fda17faff96ce16ac8e4132f2d5366f677c02255f084748025b355e245b5d5d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-win-x64.exe",
+ "hash": "fe031cc2191950a48edaa4d293ba5d7b6af85d3159edd7978b6e0daf96dde3783779dcc1a60f89eda3730ba3ebfce6a8fd90e631d75367dbf1d665ee59fee96b"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/50c64d87-3ca7-451b-9bf9-7cbc8578d1a7/18577a0122d43a650f31188a097878f5/dotnet-runtime-6.0.5-win-x64.zip",
- "hash": "3e99e10e45b54f625f7a615dde83ac55149a53373cc576eaa586c2fb4822614d505f01972d384cdfcb7c996f5402ded491d187caac143ec75e74ee4b48eaf8cf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-win-x64.zip",
+ "hash": "adedbe032b87ed354efd7fe2a540f37fce7cc0a8e5627156d9aea5b0495d3bb9281dfa41f3b210c08ead7e09ff556bc871c59729470b0758ad3b59ba985ea410"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/205afc96-c1cf-499e-a02b-5222f0806f9b/c97f9ee3ce58cae4ffe746732fa99784/dotnet-runtime-6.0.5-win-x86.exe",
- "hash": "1fc29711c4bfbfa7a52479eb588e078428ab2fc1a2781da06b20068ec4165da75770d1253689277c43ff752189f8d40c0fe653f174f06cb1896118558784e2c3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-win-x86.exe",
+ "hash": "71db316a5a74f104d4cd61f54ecb63ec9f983b9fb98a11af08c033e02a1404312bb451890217c287d545378c7621da6b73133bea5978c15686eb3598ba91abe5"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/54fcf294-d31d-4e1d-a365-ff16aef1c33e/da869b444d32f364ce2b81a5a6176510/dotnet-runtime-6.0.5-win-x86.zip",
- "hash": "fc0b8745d07149e8728ee3c9a09866336d978ef1625277e1ecc91913951ce2057b90c6a5bb9d763197f642fae0f7c1802d16e891f534a8c78ac6e8c7bf82a2ae"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.4/dotnet-runtime-10.0.4-win-x86.zip",
+ "hash": "e34cb0d766cf53e0d29e2bb49c68dcf078958c0392725ad55c179d186d51fb74ffc1819e6d5cad427eebdafe7f2b0298644aad5a0a52a9a5f6a36b1de04b0839"
}
]
},
"sdk": {
- "version": "6.0.300",
- "version-display": "6.0.300",
- "runtime-version": "6.0.5",
- "vs-version":"17.2.0",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.200",
+ "version-display": "10.0.200",
+ "runtime-version": "10.0.4",
+ "vs-version": "18.4.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.4)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ef1d4f88-cbe9-47c2-9fb3-e7e772be1a4c/4fbbf2a11cee4f52a478a46b1a69ed03/dotnet-sdk-6.0.300-linux-arm.tar.gz",
- "hash": "362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-arm.tar.gz",
+ "hash": "d8ce58c490a6d9683bf7a3b126a67601d14fa5bbdeb04f8229f5b760461cf6574b9531166413371d8d99519d147eb46ab99f268e5e84af57e8b96c5cadf8f347"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7c62b503-4ede-4ff2-bc38-50f250a86d89/3b5e9db04cbe0169e852cb050a0dffce/dotnet-sdk-6.0.300-linux-arm64.tar.gz",
- "hash": "67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-arm64.tar.gz",
+ "hash": "ed00104271c4db3063d0739efe48ee2395d5d38d7952de531dd4ee1177dfc762751ef0ae5e856e71f9f6b3a75b9ed9d38c692340f50aacf240dd11c202b46e36"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/62fad6b7-bad8-43d3-89d7-df7599d8e2ef/ae3006150958033c87f670ccc6dc9fff/dotnet-sdk-6.0.300-linux-musl-arm.tar.gz",
- "hash": "515762d63d070e5a0b01a442dfdfa9df02b683b2624ceba81617da4cb21141df47a469c50457962bb5ad6801eb529ca1bf845fc713357192b09201d6db349619"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-musl-arm.tar.gz",
+ "hash": "f499d61f9455d9aae065b137cd4f5a65926ba1f166b750b8496f248c5c41b562c036f360a097e0ecfab0b7441e4093461449c9a883b3b3e67017ba63fed34754"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a6f82fe-0ae8-4867-9664-c8d012301a9a/496da28497b7c7f62151e9837eb5db6f/dotnet-sdk-6.0.300-linux-musl-arm64.tar.gz",
- "hash": "4213881a029f6624011e3ae1082d4bb43783cbffac0a2bdc1865cf1a802884c416b9b7faee17099d689d0d18a2a1c1a03b9bdd0c42de27b721e05d872e4affc4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-musl-arm64.tar.gz",
+ "hash": "a71d1b4bea5b669356ba61b3e00848e94f4b1f58ceea90d5745d61661fcf5b71fab13cf2fb54e9b523b9b0fc81daedf8771f735ab824aaf7b1e9ed61620d25e7"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/108663ba-7326-432d-97c6-d3925e9990cc/dd9876b6a0fc0cdae66006747cb3dda0/dotnet-sdk-6.0.300-linux-musl-x64.tar.gz",
- "hash": "c7a443e8e037be1b10d803f083832d7ac329006798c45d40d02a316009c886070c1ffc2033bdbe816df66e3840bfd7977f2f9a61e28235857a69c552a8d9c2fd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-musl-x64.tar.gz",
+ "hash": "0a89a162b3a4fd73b833d3b56b77130ffd46bb6bbed6601234b85fd0e5c8f15959c1ea275be16abe475a8e7ef8208abf1572071ec4af02571282521b4531c4cd"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc930bff-ef3d-4f6f-8799-6eb60390f5b4/1efee2a8ea0180c94aff8f15eb3af981/dotnet-sdk-6.0.300-linux-x64.tar.gz",
- "hash": "52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-x64.tar.gz",
+ "hash": "48738fed91d6a47daf778b5729fe169d65a1ba43d5ecc3e4da139712b66d2c62c516878700f5e2749f4af8f816ca3562f3d93367b03e369b6faffafc11bce69b"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg",
- "hash": "7c2085ec15565c67c8254b49596b5475d80fecf2ecdec4ac58fa532efa2130bace1afc5898a823d1ae7e77fe1e29a27ad6d51a79c31fa667bb39b25d421a3b85"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-arm64.pkg",
+ "hash": "90ba8cb7fc77bc55ddcbbf78e3f191afc16fcf074db49c8a2cd53a93d89bf12667924093a51977690d1f1d72f4524d02fadc349e04b31ab935026f2d8cc68bb4"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/da2f2a2c-df3a-4866-a248-a8ff14d1c515/5136a4e95ecbbe2c8a44c07a7043edaa/dotnet-sdk-6.0.300-osx-arm64.tar.gz",
- "hash": "174cecbfdfcd1187ca71e5b741eadacc0e103cea75262f7dd15fdab6845226cec8def75cf4cbec3dc07bd085d003ac456670115b2f2a4a88f902be8a5c3bb3ae"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-arm64.tar.gz",
+ "hash": "9f8d1106c5bd5cf7f642137cfd2c180dd9bb3b76c27c38ebf4f72af70c6cc2ccbd7e92741860b2b3f20e983214573d49abef87cfbf52403da8652d99d2e21c56"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
- "hash": "3c0146c65e3cd2ecf4a60caa94553ad3978af23c0f90a3e5638e266631e945f94d5bc9d0d9947506c45b3c65e48fca97f34a4bb94dc14c391f2d604941eeeee4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-x64.pkg",
+ "hash": "dac713b2376f718debfb121f044c83f83ce5fceba863c5bea3b41b2b9e78c6b48d169e1677688be1476154f8db6e7db14752363e1215a64373aa57d0080d5c5e"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5c55a0f8-8f53-4b62-8fc5-9f428b8679a5/af7a2e2804c6cad414e6a686866baad7/dotnet-sdk-6.0.300-osx-x64.tar.gz",
- "hash": "36118673ce1a49cf31658444f29b67dfc338b78eb46847a43f38de0ae68cf2e4d72039b1813a8972de31cd8cfea13a9861d075384e67b86f98ff6abb90f4bd2e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-x64.tar.gz",
+ "hash": "792e7113a47820a423bcb300b0ed42ded050241f49cc4d1be7643c1a1d77c972de496c59a5c7d0312f5dfa7c7018bf84aaea84704ed50acbbae9ac052f5e9a5f"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d8ab392-e8aa-4c0b-a1d3-15b76aea41b8/80b4b613d23193ef955c132b18d39526/dotnet-sdk-6.0.300-win-arm64.exe",
- "hash": "dedd832c7645fad3e5e270b07997b4dda117ecec44b05c276ae7e4c740d083e194496c914dc6d97c13eb74f60c192699f4397e2f0a4b359bb81f45e375053ec6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-arm64.exe",
+ "hash": "f170fec2a0b77ecdf6e343f4ed49ced224825a6e72c044d03cf39c96170c5f6a8c4ee5fba6676d4a0799a86c0cdccd20def1e848d5e8ceaf722d744456d1d851"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6d0c9fe2-30f1-47bd-9a6b-8adbdd083875/67ea0b44525e220b1f7c81ff88ec19c5/dotnet-sdk-6.0.300-win-arm64.zip",
- "hash": "55f58f99afbdde247504b700594389fe5a95c95b2c0cb4a8c7ba45f6c57b74fe801803a918c704e1e84329d97e95cbb53b9f914e62f57af443c2dbf440b940f3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-arm64.zip",
+ "hash": "3c4639f4435f60337242619facf489e53435f1a8874864a633f1f5f874b95c0edd0ed85eff674e17dec6a81a2b792f649649cacc0e684e7e77d5783d5e0c8ad0"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
- "hash": "8ab7f23e6dddb43349467a815a4b84b8d66c378f8da78cfe62c2654f5dec55abc42ab92bfbed8a5a38ad87ff0be70418a38ef4ea937010d7c1c40595a19f1df2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x64.exe",
+ "hash": "3197e12a6eb9676a7d3a5b323c84043fe3f8d3983c4d289f907a9b43df6f3ad82921b2ae8ffb75b06630f0d3a1abdb60c48b826bbd4cb0f47b382e54aaf664e4"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cc89c1f6-0d56-46fd-88f9-1fbd8ce074ec/753afbad1926cbc8d28aa4a2dd7d9d66/dotnet-sdk-6.0.300-win-x64.zip",
- "hash": "579d886a6778540ac36098b511322fb99e9d5bdc07dd4cc1cb840da04286422019c091b133d306abd4dff9fae1154abf6e996625895db853c9140e6d9dba560a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x64.zip",
+ "hash": "e19777dc42212507050a9a253a7da61d9d81b83c6d02167edd13e475231e481f7369ab9ffddc107cde69eeac7fb44999255d48a2717047a095c2444ee85e2f9a"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
- "hash": "0943b0a9976f769aa354c04cf29b409a19881aace9100b87d75ef3955fb06a8798d6d4c4a714684c8413977f15ce922f1895e3770dc3285e0f70febe2cc86fb1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x86.exe",
+ "hash": "bd32de8df6c68e271c83ff947151e2ff76709c4156045aff22f9d11caaef2ca4f1b542a47174492fbb8aa7a9a0bd9230b3c093a70c740b7f62411e5125874ce3"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/145c836c-9ab1-4d63-91f5-02aaaa895633/2aca858cbe2724f6631587fbd03455fa/dotnet-sdk-6.0.300-win-x86.zip",
- "hash": "c5065cd5cb872cebf66a11aac8731e8b9ece01c30c2fcbde6fb1f6839008590134486acb2f4038cd88baec0f90a784d5163753291b11b5f3e2f68e4882b7abd6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x86.zip",
+ "hash": "ffd2e121426625bdb55bb28be495a469af1180efbfcf4b84921a0ed04ddcd5eceeb22a25880ae94f8054103da907bc0612f4ff0391bf34af7199e3f551c37176"
}
]
},
"sdks": [
{
- "version": "6.0.300",
- "version-display": "6.0.300",
- "runtime-version": "6.0.5",
- "vs-version":"17.2.0",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.2)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ef1d4f88-cbe9-47c2-9fb3-e7e772be1a4c/4fbbf2a11cee4f52a478a46b1a69ed03/dotnet-sdk-6.0.300-linux-arm.tar.gz",
- "hash": "362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7c62b503-4ede-4ff2-bc38-50f250a86d89/3b5e9db04cbe0169e852cb050a0dffce/dotnet-sdk-6.0.300-linux-arm64.tar.gz",
- "hash": "67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/62fad6b7-bad8-43d3-89d7-df7599d8e2ef/ae3006150958033c87f670ccc6dc9fff/dotnet-sdk-6.0.300-linux-musl-arm.tar.gz",
- "hash": "515762d63d070e5a0b01a442dfdfa9df02b683b2624ceba81617da4cb21141df47a469c50457962bb5ad6801eb529ca1bf845fc713357192b09201d6db349619"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a6f82fe-0ae8-4867-9664-c8d012301a9a/496da28497b7c7f62151e9837eb5db6f/dotnet-sdk-6.0.300-linux-musl-arm64.tar.gz",
- "hash": "4213881a029f6624011e3ae1082d4bb43783cbffac0a2bdc1865cf1a802884c416b9b7faee17099d689d0d18a2a1c1a03b9bdd0c42de27b721e05d872e4affc4"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/108663ba-7326-432d-97c6-d3925e9990cc/dd9876b6a0fc0cdae66006747cb3dda0/dotnet-sdk-6.0.300-linux-musl-x64.tar.gz",
- "hash": "c7a443e8e037be1b10d803f083832d7ac329006798c45d40d02a316009c886070c1ffc2033bdbe816df66e3840bfd7977f2f9a61e28235857a69c552a8d9c2fd"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc930bff-ef3d-4f6f-8799-6eb60390f5b4/1efee2a8ea0180c94aff8f15eb3af981/dotnet-sdk-6.0.300-linux-x64.tar.gz",
- "hash": "52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9e14be2d-f676-41ca-8483-ca43bb9c2fc6/7c647915c92303c11a444f88c66f174f/dotnet-sdk-6.0.300-osx-arm64.pkg",
- "hash": "7c2085ec15565c67c8254b49596b5475d80fecf2ecdec4ac58fa532efa2130bace1afc5898a823d1ae7e77fe1e29a27ad6d51a79c31fa667bb39b25d421a3b85"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/da2f2a2c-df3a-4866-a248-a8ff14d1c515/5136a4e95ecbbe2c8a44c07a7043edaa/dotnet-sdk-6.0.300-osx-arm64.tar.gz",
- "hash": "174cecbfdfcd1187ca71e5b741eadacc0e103cea75262f7dd15fdab6845226cec8def75cf4cbec3dc07bd085d003ac456670115b2f2a4a88f902be8a5c3bb3ae"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a048efaf-c4ee-4c22-a987-2bda2a58253c/3ddde00d1b2cf420a0d870df26bc56f8/dotnet-sdk-6.0.300-osx-x64.pkg",
- "hash": "3c0146c65e3cd2ecf4a60caa94553ad3978af23c0f90a3e5638e266631e945f94d5bc9d0d9947506c45b3c65e48fca97f34a4bb94dc14c391f2d604941eeeee4"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5c55a0f8-8f53-4b62-8fc5-9f428b8679a5/af7a2e2804c6cad414e6a686866baad7/dotnet-sdk-6.0.300-osx-x64.tar.gz",
- "hash": "36118673ce1a49cf31658444f29b67dfc338b78eb46847a43f38de0ae68cf2e4d72039b1813a8972de31cd8cfea13a9861d075384e67b86f98ff6abb90f4bd2e"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d8ab392-e8aa-4c0b-a1d3-15b76aea41b8/80b4b613d23193ef955c132b18d39526/dotnet-sdk-6.0.300-win-arm64.exe",
- "hash": "dedd832c7645fad3e5e270b07997b4dda117ecec44b05c276ae7e4c740d083e194496c914dc6d97c13eb74f60c192699f4397e2f0a4b359bb81f45e375053ec6"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6d0c9fe2-30f1-47bd-9a6b-8adbdd083875/67ea0b44525e220b1f7c81ff88ec19c5/dotnet-sdk-6.0.300-win-arm64.zip",
- "hash": "55f58f99afbdde247504b700594389fe5a95c95b2c0cb4a8c7ba45f6c57b74fe801803a918c704e1e84329d97e95cbb53b9f914e62f57af443c2dbf440b940f3"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/deb4711b-7bbc-4afa-8884-9f2b964797f2/fb603c451b2a6e0a2cb5372d33ed68b9/dotnet-sdk-6.0.300-win-x64.exe",
- "hash": "8ab7f23e6dddb43349467a815a4b84b8d66c378f8da78cfe62c2654f5dec55abc42ab92bfbed8a5a38ad87ff0be70418a38ef4ea937010d7c1c40595a19f1df2"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cc89c1f6-0d56-46fd-88f9-1fbd8ce074ec/753afbad1926cbc8d28aa4a2dd7d9d66/dotnet-sdk-6.0.300-win-x64.zip",
- "hash": "579d886a6778540ac36098b511322fb99e9d5bdc07dd4cc1cb840da04286422019c091b133d306abd4dff9fae1154abf6e996625895db853c9140e6d9dba560a"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3ebd154a-7be1-46fe-b90f-119be60586d9/bfea0a9cd49b264ee432ef9e7121131d/dotnet-sdk-6.0.300-win-x86.exe",
- "hash": "0943b0a9976f769aa354c04cf29b409a19881aace9100b87d75ef3955fb06a8798d6d4c4a714684c8413977f15ce922f1895e3770dc3285e0f70febe2cc86fb1"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/145c836c-9ab1-4d63-91f5-02aaaa895633/2aca858cbe2724f6631587fbd03455fa/dotnet-sdk-6.0.300-win-x86.zip",
- "hash": "c5065cd5cb872cebf66a11aac8731e8b9ece01c30c2fcbde6fb1f6839008590134486acb2f4038cd88baec0f90a784d5163753291b11b5f3e2f68e4882b7abd6"
- }
- ]
- },
- {
- "version": "6.0.203",
- "version-display": "6.0.203",
- "runtime-version": "6.0.5",
- "vs-version":"17.1.7",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.1)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.200",
+ "version-display": "10.0.200",
+ "runtime-version": "10.0.4",
+ "vs-version": "18.4.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.4)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88fefcd9-70aa-4bca-80f8-4a78d6b8b53c/7ee6202e44cea4fa104f5f788425fcaf/dotnet-sdk-6.0.203-linux-arm.tar.gz",
- "hash": "e6cb656e4acf450023413cd0e155e9c4f294887dec1fb6c87d4e9951eb29d0ad697f50719e42fe3dbea0a34f9d297dce9261c541a7e43e6e4a359c8db215390d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-arm.tar.gz",
+ "hash": "d8ce58c490a6d9683bf7a3b126a67601d14fa5bbdeb04f8229f5b760461cf6574b9531166413371d8d99519d147eb46ab99f268e5e84af57e8b96c5cadf8f347"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c7d9ebd1-16cd-44d5-b406-177ad676c630/1a46912f74a71117bee6077ad3b832df/dotnet-sdk-6.0.203-linux-arm64.tar.gz",
- "hash": "552448b13cc77fc1e6189f4954eab16e8a87822189f3e488e6bc73ac099a8fbe6f34b667dabee637522e35edad30661ba32cdd4b94d57bb5cea9441e2f4abf19"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-arm64.tar.gz",
+ "hash": "ed00104271c4db3063d0739efe48ee2395d5d38d7952de531dd4ee1177dfc762751ef0ae5e856e71f9f6b3a75b9ed9d38c692340f50aacf240dd11c202b46e36"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/824718b2-dfee-4a5f-ac48-1e8b63377378/defb62a2ad925cb19390a343526c1a7e/dotnet-sdk-6.0.203-linux-musl-arm.tar.gz",
- "hash": "e8c226460c2a124afd9ca4ab877a081cd07cdd1d33b2d3cef9e3677321c8aaa2bb8c272966f4f65763ac7a949d81c3a78ca1bc6e602bd4d620503e00bd4660f7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-musl-arm.tar.gz",
+ "hash": "f499d61f9455d9aae065b137cd4f5a65926ba1f166b750b8496f248c5c41b562c036f360a097e0ecfab0b7441e4093461449c9a883b3b3e67017ba63fed34754"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9549b1c6-aed9-44e8-a455-01707951ed5f/6f1ca9a1aa740078b7fecad8d2c2d694/dotnet-sdk-6.0.203-linux-musl-arm64.tar.gz",
- "hash": "15e1aaa9e0b5b28a8fdc32e963c1d346a53d3a5ece09e91d59d021fd8e0fb08c22f3eeccc43777d14a6d05bfdda32d075c65563420b9854aa466fbb3a796a7af"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-musl-arm64.tar.gz",
+ "hash": "a71d1b4bea5b669356ba61b3e00848e94f4b1f58ceea90d5745d61661fcf5b71fab13cf2fb54e9b523b9b0fc81daedf8771f735ab824aaf7b1e9ed61620d25e7"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e744257-9ba1-4575-9334-db762c32462b/4c857a7eac212668ae0b2096546d9abe/dotnet-sdk-6.0.203-linux-musl-x64.tar.gz",
- "hash": "6d16711b06fdabdea151b9878e64bffe571055d7fac0f7abfaa990640d819fd67d5f1ea7ade05bbe91659012f9dc3900f24137cba1423e0e2fba116f8e87b9a2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-musl-x64.tar.gz",
+ "hash": "0a89a162b3a4fd73b833d3b56b77130ffd46bb6bbed6601234b85fd0e5c8f15959c1ea275be16abe475a8e7ef8208abf1572071ec4af02571282521b4531c4cd"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e075dadf-22a9-482b-9387-bf8341a4f837/ab20e3e34c2c8be290d9938590f208ed/dotnet-sdk-6.0.203-linux-x64.tar.gz",
- "hash": "08b97f34a74c9605eb2fef414b9df89e0bff5c0564672a1a7653fe37fce4e10c272aa0ddc1121d981bca04a3e98cd2346c679a18b6052f2afb08d767f49626f8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-linux-x64.tar.gz",
+ "hash": "48738fed91d6a47daf778b5729fe169d65a1ba43d5ecc3e4da139712b66d2c62c516878700f5e2749f4af8f816ca3562f3d93367b03e369b6faffafc11bce69b"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/39c2aad2-1f58-437e-9c57-0503bc29c19b/96ff2e9f9a9380661bb6ca1def5ff97f/dotnet-sdk-6.0.203-osx-arm64.pkg",
- "hash": "60eb5c7e16ae6d29191d27e816ae6adda393969a39dac4b852eae5cb9fb0a417dfb736e0d5081e583736cb8db207cd526b1ad807f3fbb2408146c8b3c3243f3b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-arm64.pkg",
+ "hash": "90ba8cb7fc77bc55ddcbbf78e3f191afc16fcf074db49c8a2cd53a93d89bf12667924093a51977690d1f1d72f4524d02fadc349e04b31ab935026f2d8cc68bb4"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5bb286c5-8c12-4eb0-91b3-0d673675f569/f925842decf6c320e0db41397e7636e7/dotnet-sdk-6.0.203-osx-arm64.tar.gz",
- "hash": "fb7841f78f658c863f88e82eda9694454ad2c8ddd01d81faef46a94cdc93d52b6a35d22e49ae28e36d205d3a915a924b6dbb7d16766e25180be597639f0ead28"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-arm64.tar.gz",
+ "hash": "9f8d1106c5bd5cf7f642137cfd2c180dd9bb3b76c27c38ebf4f72af70c6cc2ccbd7e92741860b2b3f20e983214573d49abef87cfbf52403da8652d99d2e21c56"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2d0694a8-92ea-4c6b-bbfd-dae82cac49d5/f1c31bbe3272cf258417ad29f9f51b99/dotnet-sdk-6.0.203-osx-x64.pkg",
- "hash": "40f364cd16593e2b78e4277985b7e8d840bb33dd61431683649d7f8b2e86a61e8315cb7c57492bfd36908a64627282c0223f1a01c634f7548f7a20193903a0cd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-x64.pkg",
+ "hash": "dac713b2376f718debfb121f044c83f83ce5fceba863c5bea3b41b2b9e78c6b48d169e1677688be1476154f8db6e7db14752363e1215a64373aa57d0080d5c5e"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/82aef4a2-e57f-4795-af33-e21840bc0413/2df621abe3e88ce9a0fa0b1a69943b01/dotnet-sdk-6.0.203-osx-x64.tar.gz",
- "hash": "656cb5286edf4c21857ff2831d8650556569f5e662d41a9ee09d668b35cb4eb9672e0c67f6c9537177d20a7ff0573d1970b6d6c80bc11ce79a4decc0c3c55433"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-osx-x64.tar.gz",
+ "hash": "792e7113a47820a423bcb300b0ed42ded050241f49cc4d1be7643c1a1d77c972de496c59a5c7d0312f5dfa7c7018bf84aaea84704ed50acbbae9ac052f5e9a5f"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a14fa3db-cfd2-4a7f-83ff-b04a8b0dd85c/dff84429395fd36183feac70dfe993db/dotnet-sdk-6.0.203-win-arm64.exe",
- "hash": "d3a43b1091042d3ad9f84f88cd5682d95536fee8bcd9d7cf7817f35d1cda9794c6aca96102908f4741d5f294820cebfc9069c8820a06c5c03629e78a74673fd9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-arm64.exe",
+ "hash": "f170fec2a0b77ecdf6e343f4ed49ced224825a6e72c044d03cf39c96170c5f6a8c4ee5fba6676d4a0799a86c0cdccd20def1e848d5e8ceaf722d744456d1d851"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eef29a59-02fe-471c-8071-f9f8ea564093/f215dab02beb59eb1706d990dcb0c0a2/dotnet-sdk-6.0.203-win-arm64.zip",
- "hash": "a84da4178bbc4ac36c9f44b3a7bc54567bab092b767a47b5c0f3a1a0e66c84f3d574f42de67b85d52c8a084832599c9c39b9749abf30d15c5a9adb34e96003b7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-arm64.zip",
+ "hash": "3c4639f4435f60337242619facf489e53435f1a8874864a633f1f5f874b95c0edd0ed85eff674e17dec6a81a2b792f649649cacc0e684e7e77d5783d5e0c8ad0"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c4de68d7-15fb-418a-ac11-fb51212cd16d/029648aa5eec8aed3800883620ec5d9e/dotnet-sdk-6.0.203-win-x64.exe",
- "hash": "bbfcfb10dbee48bfa507870d86cdbf5611264694d395457de08f196be9415ac0e91ca694ac52214b2c38ba6c88587848328e8ba6056fec5bede30146057d40c8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x64.exe",
+ "hash": "3197e12a6eb9676a7d3a5b323c84043fe3f8d3983c4d289f907a9b43df6f3ad82921b2ae8ffb75b06630f0d3a1abdb60c48b826bbd4cb0f47b382e54aaf664e4"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c92e73c1-ea97-4649-9a95-7068bebdc983/216180cb4d47f959eea969bf15cd9d66/dotnet-sdk-6.0.203-win-x64.zip",
- "hash": "71b5b2d99ebe1fe025bb341e463b1f6c459d1725e12e9dba14327e958849fa2f8e0dd310f77a705d0926e560f77df40476b9f9f5002a63bde43f07bc082b1715"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x64.zip",
+ "hash": "e19777dc42212507050a9a253a7da61d9d81b83c6d02167edd13e475231e481f7369ab9ffddc107cde69eeac7fb44999255d48a2717047a095c2444ee85e2f9a"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d869f1ef-f319-469f-9732-098df1fba850/07acdded4409f55159d69a757c326388/dotnet-sdk-6.0.203-win-x86.exe",
- "hash": "8af6430b8ea043fdf1b902d183e3c8c9383f35625a8d5e2a441d936db12f9ccb3388138eda46005857785d2ccd0c3da8a9b710becc26266c95924707fee505ca"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x86.exe",
+ "hash": "bd32de8df6c68e271c83ff947151e2ff76709c4156045aff22f9d11caaef2ca4f1b542a47174492fbb8aa7a9a0bd9230b3c093a70c740b7f62411e5125874ce3"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/859f16db-eb0d-40bf-8c98-ca37b0c50f4a/9649d029eb4fdc0323118f8919c1a390/dotnet-sdk-6.0.203-win-x86.zip",
- "hash": "e49482c3efaddb8207bfa9980d4cd03cfa7ab727e74e6366e29336493d8bfff03a4b87a5c749b9c3108526e964d9172fbb4b5b2b620b71a14844b26d49a88d94"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.200/dotnet-sdk-10.0.200-win-x86.zip",
+ "hash": "ffd2e121426625bdb55bb28be495a469af1180efbfcf4b84921a0ed04ddcd5eceeb22a25880ae94f8054103da907bc0612f4ff0391bf34af7199e3f551c37176"
}
]
},
{
- "version": "6.0.105",
- "version-display": "6.0.105",
- "runtime-version": "6.0.5",
- "vs-version": "17.0.10",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.104",
+ "version-display": "10.0.104",
+ "runtime-version": "10.0.4",
+ "vs-version": "18.3.3",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.3)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e3c5dfe0-e6ba-4660-a73e-d6edacfdc894/4fba777299a959a5e3125a955866c49a/dotnet-sdk-6.0.105-linux-arm.tar.gz",
- "hash": "edfb33b0956cf1398f460847505cebd8571b82ae870f64e48de54b67d5cbdb5d3cdcfe2328ce9f096d665751bae844eb5a1f66fb707da2ad888d694016444adb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-linux-arm.tar.gz",
+ "hash": "163bcd1961e8418d83e82aef50b060d4bdea8ee572441e7110225b61ea58f36517e055eebd23ebd1cc47dcaae44629c01a712be75ddfbe426fe7ac6070c38a74"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/54abc3c4-4ed6-4d0e-804f-71372f91051e/6dc0cc5cbf2052e6ace42248473464f3/dotnet-sdk-6.0.105-linux-arm64.tar.gz",
- "hash": "e995bf3da74b2b9b0cb17339be5cd34299e2d5471cd72e923919e9ac22badde369d23357f09c3dbc121c10da366f6650ee8721adec3a11911ef5fed223b9accd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-linux-arm64.tar.gz",
+ "hash": "3c243e261669a0e69e9074b0abbbe812596f8e051baf3e588436959f0bd7037260d52257b6be9ae3151accda91394d4d1e0725f69272648cf43797c2cbb18c59"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c7a54982-e92e-48e0-8223-96d918eec618/01b26f5ccf24dda220c0f0f35d54eb83/dotnet-sdk-6.0.105-linux-musl-arm.tar.gz",
- "hash": "02b03d424411c9be1679fce10073e072f7eeb2064a7418cc18ceb1c9825f73ad63123ee9a7dc02dc1ce80c29adff08d6d787a0a3162e521ff8643d570d69436c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-linux-musl-arm.tar.gz",
+ "hash": "5fc2563d022237e8a39ef4308789de112800acd1c92c66649342deaebdfed5aad8878dccd2deadfcb95d50d63fecaa671e3052b322ad7447ad9817d11255a487"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e2751c7f-e0ea-49bd-9611-f1c7ee8458b9/896839aa3339852f515a7a65dda4fb4f/dotnet-sdk-6.0.105-linux-musl-arm64.tar.gz",
- "hash": "e14f37173c082e5e0d6f8e8c650ef89b12127fa41570cc4a0b49e3d868a2c3b07a2aa291aba1abca56f477bd64685469b6d6feeca7e1f1921d06c85aa4723dde"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-linux-musl-arm64.tar.gz",
+ "hash": "51c5d3673c8dbb2be1563a386ab30fe9dea5d9b84bcc8ac5dedbe971e564091ae06ad1ffa34dcf4a6995d143a4ea68b0d8c241d74913b02f56feaeaf86c64225"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b0d9ded6-1ba5-4b22-bfcb-8890e83ac76b/a925fd21b91256e951a617c4db7e8a1a/dotnet-sdk-6.0.105-linux-musl-x64.tar.gz",
- "hash": "d0d603efcc2db1e04898afe26a17bc0af316cc0d3965abd0faf5e45fa2b994fc38d177dfd17e8dd5f4f34c759607a44be3d1d2bd2a1509b276b706e4eaa22de6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-linux-musl-x64.tar.gz",
+ "hash": "5f5bfaeff1919406b0ef68cbf5af65ce1c30b4ffbfc8c12404db56aae21ace8bd9f6a8e3100321c6d9f7dd4bc4363d94154b645863537a8f00f22548c3ac9ad1"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fd2b1c90-9a13-4405-93bc-9d6ae5f6012a/a58e300d566a0ef0e344280bb2e88567/dotnet-sdk-6.0.105-linux-x64.tar.gz",
- "hash": "a5a45994e30b390a91110989d725fd5c3e639d0a79183dcd0f49a49909036195b694b413a85b935adfb2b22bb8ff7d6a6b6294fd7a633143cd907218b3285ad2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-linux-x64.tar.gz",
+ "hash": "dc475e85c6d5c34c27c25772a3c93a94eec09bcccb8409b610d3fae016a9043ceb99ff60f3a003443c6e99257e237bf9f0cb5c509049ec707e92498776d1e35f"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dec6787f-a009-4c1d-bb7f-d935216090e6/bd339c555a97886a47cc7bfd84975268/dotnet-sdk-6.0.105-osx-arm64.pkg",
- "hash": "e65666c976b6f687e4871be861ba828a241b0d5dc74a249e07926f93435c64f8e9db370b19cdb07835a8373789d09fc916dda7a76a2a5ef421a9180e288af386"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-osx-arm64.pkg",
+ "hash": "a96f56021caf87b8df5e8243fb6afc0916505a663937da2423276a054db7f61887c7a543eaab323ef90d2818b5c3fdc960039d9f6d7d35ece2871b1e18700420"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3c57f654-97c7-4794-ae03-429dba2af9b0/3c667781be261d423a2c117a8ef6b554/dotnet-sdk-6.0.105-osx-arm64.tar.gz",
- "hash": "e96fd4034a2dc25bd2ddccc29a2d7d8696708d2a9806e287957547e1694be48d1eb62d01eafda08b5a7f5f2d0092ddbccb9211cd62aa3f1915c5117ca12bb398"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-osx-arm64.tar.gz",
+ "hash": "5126058de09a80fe735413372856fc71715d24d711393cc792aee695fc4a665c6307275fe96f9834d06c65ccf56a0818c7c53bbcb84839d3e324117f7d2c3c67"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/79fb9be9-7857-457d-b6cb-b702207ba874/0e40ca3c01f917de6f97946dff202086/dotnet-sdk-6.0.105-osx-x64.pkg",
- "hash": "13e6ab876606c0bbd29446888f70d23876eeda2c0f9d456dea9d80090dca87ed2e51e240bdc74b1502d26df0ca44d80d2a1715b0299fc60b9dd39f933774400c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-osx-x64.pkg",
+ "hash": "d7d36dbc581ddbc487066329b20f23813d4cd55a8bbf4a92634e4223a7622dec4dd91302e436067370fc3732439056177895a5e3830b687c4d8063c679bc1421"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9efad6e5-6e00-4e6a-a926-91556698d3c8/3b7697f41a7f5948124fc56f72880746/dotnet-sdk-6.0.105-osx-x64.tar.gz",
- "hash": "b56eb3290738e7f6119d46916f2f1b9888f9db4c1c4dc02a5ac265aeb7533e82eec072f100856945fb1e1211a52bf37c2d48efce7ec04f96ae1d4c1ce6bb9c5b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-osx-x64.tar.gz",
+ "hash": "0034d6b2dda0f18aa5521f2254dff17fcac9c26fb3b942fc65096c7dde16ca69cb316c4f5c1e9ad7b74bd3ea9f29f3e89821f13d2d503c06edb80cb4d95c13df"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4cd76e88-c3af-476c-85d6-7d60098eb37e/5666275eb2888b9159ebe6faa9acfa5d/dotnet-sdk-6.0.105-win-arm64.exe",
- "hash": "b7ec7c6e76171c8b300ea9a0a3bd6a9cb8c5efdd8558c59d82098f323a151e17461faccb40f22ed47d126043803eca00a8474984b8a99f4cab62eff5c7d3c3b6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-win-arm64.exe",
+ "hash": "80ecf681d6f9f2285faee0d97c8c94213a7dfe8f00ed950ca136337d8a2028ff250fa13a60fcb9659a3be559e2f54753935166ae5f6b5a0be9cb13d90d2c3258"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9cff1d6e-a301-4dd6-bd87-4d994331acc5/9f133776f229adff5ae722b49395c872/dotnet-sdk-6.0.105-win-arm64.zip",
- "hash": "77cdb15fb8eef1eddae375d691ea2a3e79f798861c0b5067fd0022a6ad077e154da788dc71518184406765968c8409c502a5009bcf8751e7234a66e8bd9090bd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-win-arm64.zip",
+ "hash": "6416441275632573a9eb6ddf7c168340de6939443e21f4194148d2d977424613976ef2d5c62aa1806cf904c81a23728ad5912c355f021a3f1f59be49dd27e915"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/638abb5c-3e5d-4d3c-abf0-af7cfd0b0a2d/a0a21f3b85e465e4640817d009bae814/dotnet-sdk-6.0.105-win-x64.exe",
- "hash": "eee66b393acb3c2dc682f8bc2ffe827528be1dcf112a437e17a9208819553d1ceb7e99999818349b45cc4e0639e90c182efd0a3dd9e975473c706276926e2294"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-win-x64.exe",
+ "hash": "5f2e4d7400145d7d0a6bda9a6c5cd11664e81aa5cf75c54904d0f9e327f25599215d5535beec8572a2888c41c711ce613bbd566586696a0a28143ae8791237fe"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1e0606eb-37e9-410f-8ddb-3af9a1101211/1ce3154cd2085a5414ee46822530b3db/dotnet-sdk-6.0.105-win-x64.zip",
- "hash": "8407515bd7fb9b3a5f9a3abd33e2d282b90d49a904a28434ef7c90a4be8f8c45aa87b98d4b261503c7121ba299eeb500032a69d52fa961fb39319b661156ba31"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-win-x64.zip",
+ "hash": "e41e4309c77b2a62a827d78a1b6c92a7ddbfa9af9a05a77906fa5ea64cefe326f1d035bb006209d70c98f9e64031d2bed17315c279565cd8bba6bfd4093352de"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c71a1820-b7e5-4ca8-b61d-a612fef05007/e17baafdfad16026246208fa5415f581/dotnet-sdk-6.0.105-win-x86.exe",
- "hash": "1bcad5bf49ac77381bf841695778f4a797302a9a74528cdb6e212f9db0a808fcc7c1ec270d53aeaa65c84be8cf5d4b13ae23c11c6ed80175001dce625afb5408"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-win-x86.exe",
+ "hash": "52c888d43038e5e5e40b338436a185d5cdc4d9d1431e99482ab5b10e2876d6e38c7901dc309b3ad158ef8f129572bb7297051b8d8b7c5ab1ba4b5a774d6b834a"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bb7c7355-0ce7-4666-be98-eed3ccdde86a/78f7299580f2e89ac41499cdda790f64/dotnet-sdk-6.0.105-win-x86.zip",
- "hash": "3bb4cd1102a8f274b0607ff0979c8767733a29bc8f61604c73cd1ea57c5502105b1306cf2f7bf3d6094f24dd99ac9df14bf1a9574177622b749ead3ceb68d8a6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.104/dotnet-sdk-10.0.104-win-x86.zip",
+ "hash": "3763e3ad27fbb0dffba9cbeb667428b411a4b88f055eb118bd3ecdd9fc8c58a0a56389981c2188e4cae4fd087ced5de64df3d44a0acaacc2e657d34063e6d3c5"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.5",
- "version-display": "6.0.5",
+ "version": "10.0.4",
+ "version-display": "10.0.4",
"version-aspnetcoremodule": [
- "16.0.22108.5"
+ "20.0.26050.4"
],
- "vs-version": "17.0.10, 17.1.7, 17.2.0",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eda01ff6-fb9f-49ce-bdc1-67c688f9f1fa/75b195f97f4b219fccbac4432a6afaf0/aspnetcore-runtime-6.0.5-linux-arm.tar.gz",
- "hash": "8a56d232607aed4d2925438c25f93e1770c4b19f05c29e8c0f866349315fc0da3eba89416ebac4b55f947190d7433463591f436781e6a7729aeca1c77b64bf05"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-linux-arm.tar.gz",
+ "hash": "2289b0f315bc6d9e78644d35848ce646adddd353fb77fc4ceff387f68906caf67941f76e5bd46f6eeedd76107629f57cfe35c98f1505a3b4d6773a6a4c826eb1"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8ba7087e-4513-41e5-8359-a4bcd2a3661f/e6828f0d8cf1ecc63074c9ff57685e27/aspnetcore-runtime-6.0.5-linux-arm64.tar.gz",
- "hash": "fecc864acff305550944fc20c18570d8323b56eefafd07cacf7f03169700265af7c3b5024fffb5a1742b8a7e792a849319e9180a92e04b79644d674f883e7578"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-linux-arm64.tar.gz",
+ "hash": "a0b3c029e48bd269b656d8893762e8f1c4a799ea51a56f8a38e4ad456c0961b03a2cddee304a2cecb705e56bc9c54f36831d4526a208db0b190eba226d889674"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e79d3c7d-0565-4964-bbbd-1744ce353f7d/3223e3848f5d3dc2d5b66e564f41f70f/aspnetcore-runtime-6.0.5-linux-musl-arm.tar.gz",
- "hash": "5985538ec6d0071d850a1b003808feec72281e6b89dcf13595dfe541ad982833615761057491675cb6084fe181c2a14cb66fbe2ca54bb8d5d6ba52336b3c1d2c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-linux-musl-arm.tar.gz",
+ "hash": "02ca5f537a333e0f4efd1110e65e7c0b9db893b2dee9e6911e08fff6f3b840d694d1eca11688e9cb4b2794276244e5a76f6122825ddabc0e749ed9845e7e568d"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a1512315-fa95-46b3-b891-7081a9f827a1/5b23b506cd30696f955fdfe4fe2526e3/aspnetcore-runtime-6.0.5-linux-musl-arm64.tar.gz",
- "hash": "2f00c9960a7aeeb84cdb932de886c9843c7ec7c1cd4ffc82c5c5321f6da0239796bca8a5651f54a4c92b9c094d48e19244eb6c7f14489e53a522c8977d1c5658"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-linux-musl-arm64.tar.gz",
+ "hash": "63de87648052af771c8afdd72523c396bfcfd924bad25cf40a9c78eb3bcadd84ec2b8426bd5532288bb43647ba786570545fa6a7f7bea350424492a26d6c5827"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bb45509f-641c-4e25-a4e0-530fc10144fb/d343f4c912f1fd4a6cffed75d60496f9/aspnetcore-runtime-6.0.5-linux-musl-x64.tar.gz",
- "hash": "b9f07997e5a930e096772a182fcb8f44826cf5fdaf4a5f8d5a9eba4f157373c694a50f57ee1b799fb0e6d4c4d8389cb45409d928e3fc5ea6f56303a190e1941a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-linux-musl-x64.tar.gz",
+ "hash": "5d8aff37d31a20e7ffaa15608dcb689898de1604a731a398892b5e7df9ce10233602af10939f70e5991c6f8969ba7adbb25f531ee443975d5645331dc7f74b11"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a0e9ceb8-04eb-4510-876c-795a6a123dda/6141e57558eddc2d4629c7c14c2c6fa1/aspnetcore-runtime-6.0.5-linux-x64.tar.gz",
- "hash": "3a2169051da22f3faebba319101c3fb86b1cf8575e3715ebfb82b673e14417370d00b958a252c740a6b0e11a8624e4d4ee41fbfd29a4e73af79752dbbeb1477b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-linux-x64.tar.gz",
+ "hash": "4af66b60ab2094a69f788dffb6f838f97bf57869cb9f8798dad166f9d303ab1e88fb3f4a488ea5fbff036a24db4c5a3f19dff3648d02f0fde46c285cbbc912ca"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc366dc7-c30a-4c75-868d-9d7dad64f7db/05ee16d359acd131b4c8ef41bb62ebaf/aspnetcore-runtime-6.0.5-osx-arm64.tar.gz",
- "hash": "862afb12e3755adf7db3c774ac5fbc6b5fe0c005c8b46378c12120a0604492fa17a226e21fe1b542601c15543644442438b9a0a7b1a756e495bff823e45dde6d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-osx-arm64.tar.gz",
+ "hash": "8c0eb1e009dfc7d0b4e590d197d30181bcfb67be7444ba86171426a48b870129cce52c887633b3441f7ba75d420107cf8fbd020e6be71a17213e2ab10c5ae8ef"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec3ae29d-ea2a-44ec-8ef4-a114a0efc818/401eca540c50187f8da95c430099ea2e/aspnetcore-runtime-6.0.5-osx-x64.tar.gz",
- "hash": "44985a9c47d63d2b9cadae66bd81f73775301a7d1708786cc3b7ac31b7ad2164dc5cb40682836c2e5e7d1a28bbf199c9418d0024b576962dd4f220db238e82e9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-osx-x64.tar.gz",
+ "hash": "7b46d70dd9d52099737d75622df939e692b2ef8ee7ba85b5e2b4058072eb2929aa8d023cc87d5e33bb86972b60daf83854b5e9bbfc9acd4795e0c21b6adf980c"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-win-arm64.exe",
+ "hash": "1d8397e93b3e50d9b9c0eb434425f7bfc573f2670bc58dd0cb038e8e5992e0bab3d15a100e6207032bf89507dec452d6ea04f598055a7d4943b1efb211d1f120"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d0d98bc6-11aa-48f8-b99e-5669d579fd4f/46f70fd399e5d1a850fde20854306e56/aspnetcore-runtime-6.0.5-win-arm64.zip",
- "hash": "5f4146d0936c52b0b4ebb47e14dd78d5f612135eb9cab4a681ea4240b090ee880ec0760e4165f7cfaf87b42f7e016cf47615dc789d0aae31c29554dfbafab927"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-win-arm64.zip",
+ "hash": "05fad2564ff0d017454aa42a321f09b350e182c7eef154f7f8f02274f9c39dbcf0ae95048b33944698deed2caad6e47de58c3217aaaac8ec1e573e4966e51922"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/042e2559-fe53-4793-b385-665b7c1ca6d5/308ffacc925383207a8f1a27a1df8bdc/aspnetcore-runtime-6.0.5-win-x64.exe",
- "hash": "f931b430e9934f00146a5b09df4eacc781163d86f105a872165d2d95991b8fa1134f4902a27c459e7f8bacf3391a594ea1d4a449f807fe378cb9b3d1035776d5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-win-x64.exe",
+ "hash": "e535f6a6e6dc3ac74e2211bde53bb2e1f7eb676c57cd47506009762fdea194ced7f115805e03980c036f0f745d542cec883bf0950e7fa00bd4d10ed130e7a989"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c0c10b6a-7f97-4853-afb5-44617d7cbbc4/5275bb79c31cc80cee795bb168d1f1a9/aspnetcore-runtime-6.0.5-win-x64.zip",
- "hash": "2fc6768f863679a182063e5f33adc10e0e30cd1df380c4e43caf4f45091661a2341eaa6898da5e735bf01a8018f537e8fce25b288705c1d368be0b7a7cf74b47"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-win-x64.zip",
+ "hash": "2b95df345cc130efcf88a543781585ed2d6ab6ffc9c034ca3b6a9aaee85ac4e37c3cbd7d5b8c5e40cb9dfa1185c0159431cdde4a7f18ce0807da3cce2ebd4b37"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6d6093d9-1547-410f-91e5-cd1c84cd29cc/ade04a37ae559ec060b331146fefed0e/aspnetcore-runtime-6.0.5-win-x86.exe",
- "hash": "54d05c34ded7ea7e1e8780da3d0d004ed459e264778b76779ced87b4dbd5ff40d3ff24343ae1825dceac40645f1b5f0eb7bfe1de32e05e37d88d50be34d871b4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-win-x86.exe",
+ "hash": "b2537c052ad9c6b384088fd737072413ad7810fe1305f1df77a8478e99926713249b53a4a3daaf7f33f4f0d1faf5fb8c6ca71de17af907552ef9fc4c3767a357"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e54982e-c0a7-47d0-85a4-be75ca6ee35c/2f3f6dcdc034eaad4d5b8529117b2fbb/aspnetcore-runtime-6.0.5-win-x86.zip",
- "hash": "79d55add4e32ea92601d78d41a5b3ea827e61417d7e8fbc6f7b77099b754a4792dc1d97728ddfcc1d7ccdf22ffe248776ac6b2ce2220007959590b6b97159f63"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-10.0.4-win-x86.zip",
+ "hash": "f26d5772d3a80e7e74f231b6a2caedff0bf8e4f985bf011796e7cf79b04b1021049094103dd4c6287dac27a84bfcd48f5b90dca670e0aa7addbcfdb5779fd2a5"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ae1014c7-a005-4a0e-9062-b6f3056ded09/da5d731f5ead9e385427a77412b88fb0/dotnet-hosting-6.0.5-win.exe",
- "hash": "b24d769c6d82fc2ee8e752789e530c41958ddd0c5d201ba1112aed292413e1f20c4548574d78adddcc19691e6907f4118ffe2ed65997c9d0d7ac2a06a3bd84ee",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-linux-arm.tar.gz",
+ "hash": "e4fd5e3004df7d28f62195e7c7f4c804f37382f06402105bd3a37216a5a193a80a0a8e54c15cdf6d798cd32ade4e34965646ab2433f4f8f63a2e69d769efe91d"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-linux-arm64.tar.gz",
+ "hash": "f014d93132bfe9732c0b5f5defa128e75d57013d1ed1b6b2bb4b77ad68b0556dfe52cba6c94ed423af8652ee590c5419bca480a419d591d4dc6a6128487e1d5b"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-linux-musl-arm.tar.gz",
+ "hash": "5b7d5d27593a00f118dd0f563f5466e1e51d3c6dda337d06b1f5aaca157c20c7e7f53912c94f4f993ef76a84c68c17c6c055c80bb570dfc2e264eb35dc181ca9"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-linux-musl-arm64.tar.gz",
+ "hash": "f3de051bc382bc01859caa799becb11dc42b4af6e8ded0ae2eeca0858422c3dc9daec8cc1f303b383aaa44b3ba4401f7e1304a0b45977fc9642bcae39bf7bc2e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-linux-musl-x64.tar.gz",
+ "hash": "d503caa018d9106b5e3184cf34e9fa4cfd65d4b7d19da8dd8ab29ea6ff71be608bd033056414d2d181658dbbb83be0abcd8e5da08220cc42dfe70a491a7c5b1a"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-linux-x64.tar.gz",
+ "hash": "f28869f95c9cb76582d20fa963980a9b49326d99d6a158fb8cdcc2a33f9328dccbf31c2f9fca17dd315074e850c60d4d90755e9cb0d0b016dc47df987c477b67"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-osx-arm64.tar.gz",
+ "hash": "1f7654ec49caff5cf6076beaf7c29114f0f53b50381c64a5605cd6993503c67b755111fbcb31f4bc367a147459114cafb7d04a2e62511ab73642458900b1fc0a"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-osx-x64.tar.gz",
+ "hash": "a96ae3a2c6923f9fdc330cfc42db682093e12534f6e43bb6b68c223c7794580f1a32e4fcab3ac9d7f0cfac559c09be587dc45f1c21b96cd24bd5f094d35d559a"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-win-arm64.zip",
+ "hash": "73c0a4ee514ee2fbe47db2ad50d8191f059ee51df1b897756f526f28397c6113eb7b908fa2eab5403b35a169529e0bddf6f2c99343f91971f5fad0200393b4dd"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-win-x64.zip",
+ "hash": "83a67f0ebd2d164ad11e89e26ce222b7c41edce77149f18b8816ace92717fd3e1151ed2484b92c7159a334bea9d7a9ca24c440e7cbb696a709eaf06a78ab196a"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-runtime-composite-10.0.4-win-x86.zip",
+ "hash": "10a7a19947442b4c1ddf4f28d36fa0fb1d8a037685cf812b5a75fc06f65233fe78e9270a15d57bec0104e1526e6f1e8c7d52644d1a420dc23091408d4232fac5"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-linux-arm.tar.gz",
+ "hash": "3afad4b74c86412adf3c9980acd250a4b60c7b24c4754ec582aaf9d6dfc697132d87b5de46c28e991cc7af48c83bce668d36c56d8bc6a2d7eb2d9a9d172394fd"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-linux-arm64.tar.gz",
+ "hash": "4fa8a5b9c2952a886dd4cf26aceaf60170b92cf6d1b9a2e450828018d5c52b18bc14b4a1f34a4f5c097efc83ca5a997e67fc471c10e766da9f8ee0893fe7492c"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-linux-musl-arm.tar.gz",
+ "hash": "1fd1902f27760418d6950616cc7b60a167491bf3ff6b8c333d3a64b9797c6474ce52b63414a38167ce003aac8a943dc51625ced55aae090f7e23089f1e612a55"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-linux-musl-arm64.tar.gz",
+ "hash": "88b608557de7ae04f6f9e785104b64e2fe81886c7079b2c78db6ae8a6f7babee7ef8758e303ef9d52989064f3887bc6e2c329a0bb5bfe7610a6edb2fbcaec41d"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-linux-musl-x64.tar.gz",
+ "hash": "a48a83a6bb9f2e69688c9aa053d05ca5e3d80d33297c116a4b0924f6260d644a4cca799ff3bfa553168c02812875fc167bc79156a8b8a107dad60ba257beda92"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-linux-x64.tar.gz",
+ "hash": "27a70ed652e5d199ee328eed95d0617bdf17537a50e8366c6c1ddc993387dd52f2d75e664799b2a76872eac96a49ef24f51a1b6cde60657cdff29e276593bbb4"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-osx-arm64.tar.gz",
+ "hash": "c6ced73280e24e954af851ed7011548f5a03074069af08073cae9fcde709dd7e56f9d80f19e87a316a61ad54547c1f979d3f6a9b72aa4102600b95dac8c616d9"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-osx-x64.tar.gz",
+ "hash": "3f3e8e67108544554a86bd616452d258c4bcc64f69344d23dc2ebc31eac7a278eb0f9cdadfeaf57dad8eab186bb6dab0208935ae98b4aae2f2673099bc741eec"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-win-arm64.zip",
+ "hash": "983748c82d32df3ea7c646d1e3f13c63ca1cc3f7a2b988caa83a70366852452adf7eaad35d1fcb4090d624beaaaa6e6d1f76844984638c7d2e370ec23628b165"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-win-x64.zip",
+ "hash": "8e07742f87e485addaf2a58aa0ec76fe37047edf51f426405ed70cb4d31f86ccea3af96d86fc96532e45a90bcbfe652e2ffbfd35fffc08a3a4c937a79d0971e1"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/aspnetcore-targeting-pack-10.0.4-win-x86.zip",
+ "hash": "c1b9106995ef31b8e23a0416bb66e8b1942d1e4e87674bdf0873df3b1ac116546fe8a8fa5e75f226fa495018b722b0e55433d55860a88cf8b34da29db6d30ec6"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.4/dotnet-hosting-10.0.4-win.exe",
+ "hash": "d2fec3d3a51e20cfc42d49985067879949aba8090e74bfc44efa2f3944bf3971de1389750d1e4c0d86f7f13a5cafcd6fc46f7d1c583205b706842f3e210ef6fc",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
}
]
},
"windowsdesktop": {
- "version": "6.0.5",
- "version-display": "6.0.5",
+ "version": "10.0.4",
+ "version-display": "10.0.4",
"files": [
{
"name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aa74da73-02cb-49fd-93ad-ce93edccb8bc/4ac67827aff545ead4032a940c9094ff/windowsdesktop-runtime-6.0.5-win-arm64.exe",
- "hash": "93a13ed9d11bf5c53958c17d9ab0b6da10376742c14e249b28b5e2412d6273e2b0dfcd71d44de479e13155b6d417f49343baeaf3297406d842e03af6505cdaa3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.4/windowsdesktop-runtime-10.0.4-win-arm64.exe",
+ "hash": "90434ed69c54218a0623818f0bd49ca16c994a95d079886b52d6e39bf6e30a0b516ad4a2a93c871e2651efc10559b32a7f12359712feb4a12c058994e692099d"
},
{
"name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ed41d9fd-ba56-4835-b538-c8e68beb1392/efaf8918a13968b658567ad72d9aabd9/windowsdesktop-runtime-6.0.5-win-arm64.zip",
- "hash": "c77ac50b300e475178202744298b42b1c5a123ce12156a98ae2b2d5ac2f0812a7bc44aa9b5a58216bfa9022d74afd587c4673d452efa384ecd2534b3176410a9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.4/windowsdesktop-runtime-10.0.4-win-arm64.zip",
+ "hash": "a2d772dee457f2110c07009802dd4a90ca102df81d933747e3a60ac0f3c4ee6f1d4bdaf0f56bb2866fc7df1b446ad2bd87eba24721afaccf6dc815c76b1b23b2"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5681bdf9-0a48-45ac-b7bf-21b7b61657aa/bbdc43bc7bf0d15b97c1a98ae2e82ec0/windowsdesktop-runtime-6.0.5-win-x64.exe",
- "hash": "5eb1537295cdb513197419c311777229fd43af6cea0ef6134f9990b32b8ac26aa51139f2c0b63d9cdfb6d753dd9db6f243b887ec511f15866157aa9e127b5cea"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.4/windowsdesktop-runtime-10.0.4-win-x64.exe",
+ "hash": "f5c90b28c69981558d49b0dc762fd9c2f50f15c9d9ca1d8d6acfb70fe11d28de53a740c28b189cfdc17c2c8414cb95c948f2a6fd63e808eab9fd74cbfcacac13"
},
{
"name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a2f810c9-a93e-4e93-95c4-7e23d837f635/cecc305a9c1f74337f449bc39f069f62/windowsdesktop-runtime-6.0.5-win-x64.zip",
- "hash": "6c98eca0da3dc37283d461072a0142218a9e36ca4a15ec47274a33524df0c27f90b130f48f370cb5e26ab408b06a63e3ad598f89ae9d2bb414f2cb5acacef99a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.4/windowsdesktop-runtime-10.0.4-win-x64.zip",
+ "hash": "a987cb504a2c85d631f98acdc4e1ae63bff7d2e8bce29653a091eebea76ca84ede6f4b5dca418b7d4c1328ddfb8629c4f43b0b54c8683f28457bc1eb774fd080"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68b75eff-3cee-41e0-b993-88a3e063eaee/3aa76cd11da04e2126a3fb7a6ee16e23/windowsdesktop-runtime-6.0.5-win-x86.exe",
- "hash": "c62dfcd8f51ba6aa8d7fcf963aeb3e0756e06c2b106587b4cb0820d06ecf9dadb43555f94986941d1bd8e9d8a61fe2b2bb58fce48f9ecfd0783c0763c40babcb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.4/windowsdesktop-runtime-10.0.4-win-x86.exe",
+ "hash": "8d67c9d7210555c25d1a893a4b5ca5a2afc79f411bdd6d03b38f5e6ef8188c347de7990c3b60354854e1f7101ec46b9653f2012dc18eef08cb0e780c1fed0a24"
},
{
"name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eb1109eb-c27e-4291-9217-e7075997e3fd/96459341887684411f1c6acae5e98880/windowsdesktop-runtime-6.0.5-win-x86.zip",
- "hash": "492bd615a200b1b1b394d45ae48326af75da8a368649c9d7f3dace9fff1cc96c5616089ef2cd08feeaa2bcbf9e0004bac178bddb1fdc60907d3911dd5201361f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.4/windowsdesktop-runtime-10.0.4-win-x86.zip",
+ "hash": "5b8cad1cfaab1755991e16ead2436f23b9c18e66e0a352f8f78b35ac9fd5149d94654e6d3cc22e9134b59c3dfba7ca60d95a5fd19d4577f3cec5505ebfbcc19e"
}
]
}
},
{
- "release-date": "2022-04-12",
- "release-version": "6.0.4",
- "security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.4/6.0.4.md",
+ "release-date": "2026-02-10",
+ "release-version": "10.0.3",
+ "security": true,
+ "cve-list": [
+ {
+ "cve-id": "CVE-2026-21218",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-21218"
+ }
+ ],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.3/10.0.3.md",
"runtime": {
- "version": "6.0.4",
- "version-display": "6.0.4",
- "vs-version": "17.0.8, 17.1.4",
- "vs-mac-version": "17.0",
+ "version": "10.0.3",
+ "version-display": "10.0.3",
+ "vs-version": "18.2.0, 18.3.0",
+ "vs-mac-version": "",
"files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-arm.tar.gz",
+ "hash": "3ee0cb9de6bb2ad34d1bb88e67be73e4ff72b6d4aee8fb1ccb52b617d6f5e08e117acfcbaf24cd4afa77fb515c8504c5c409970d646e835604fa506d1854f3b4"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-arm64.tar.gz",
+ "hash": "ae554449bb53a81d7567579fc844aff1115aa841ff5d386a72cdbf90d078ece961fda6c16e854b8cd0a4f73c19f29c7c8cb12eb4ab335ebd85384e6a2cffaf52"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-bionic-arm64.tar.gz",
+ "hash": "e74c7bd2f37d89d36a7629de3bcff670bedd0d03a0efa443a6eac57a452ba157141368195750e00ca635a5845d4304e4b23fa8af78ec8dd71472655ec37c6285"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-bionic-x64.tar.gz",
+ "hash": "35b1ba2d8b2e8e66bc6307fc393971791c19193249f4a9d320eb6f729ec6184a3c684de883c410c24552e8d4553085edf1ac378e636dd593a8a03b52c09dc7c4"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-musl-arm.tar.gz",
+ "hash": "f99bc46c3d8119a9d9e104fabbc42973d450f289b9f6311c833781cef7fc2dc805640413da71e66b988279f5aefc23dc0faa97dc40ad5c42a970e801bdf9374d"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-musl-arm64.tar.gz",
+ "hash": "bad003cf1c9d92acca3e869b3492b57d2c7ef3923eb2665a7a4e9f0cad6c09b44dcbf7610833c15166c70f0b5993f5dc7100041a6e69c8ac2a3a5acdbed40ed0"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-musl-x64.tar.gz",
+ "hash": "6783f76553df48307bd0d60a6b2994fc1239c46ed2c3149c4ebcac400b8b982ed3c2f3c7a909a4d1549e728cacb2489cbdc9bbbf771f98b10480df5ae9daec08"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-linux-x64.tar.gz",
+ "hash": "30438c68610751e4b90160c422ed1ea317f4d4fe03d33f1b6014f62925e280ceb2dc2d3f2e948a98de5bf52b143bc96a6e83cb67f83c3b74982e61dbafc248d3"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-osx-arm64.tar.gz",
+ "hash": "bb00e9130987d4d6b2ae81538f514de65466b9bb51cb62037a1ebe24e564e85000e5132069b27984b2a7a315e955862081960a1a2b58f60f92c08880900440a3"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-osx-x64.tar.gz",
+ "hash": "9a6bebb3b29164434f832c61b375bb21c1a1181f8bb319c52e349441413d724b14939da9e836f49330a988a4d76025674f6756024e265357c0129111f874a31b"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-win-arm64.zip",
+ "hash": "fef9c1f28ee084ae51023e3cb3e2ab86686a8953cada8cb0bf948a4ec299f20920c893ffd505a22d775860f27f038c143f10cd94c1437c7dc82f19582cad0e2b"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-win-x64.zip",
+ "hash": "79d01ecb5273a806a08b9fe832218a316a3e4ed7396eb01336890f904852063f9a30a1eef61795820cdd9b956e3d394463e383ec207142d86915ffe4c7bece89"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-apphost-pack-10.0.3-win-x86.zip",
+ "hash": "b976c8f5bcb7906170cbc9c5155de4f78d6288cf65a72348a1875066adbaeef918de4de222270f75cbdc3ac391ea0c621ff06cdf6a35b53055799509e4dbb32f"
+ },
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f8e1ab66-58f7-4ebb-a9bb-9decfa03501f/88e1fb49af6f75dc54c23383162409c5/dotnet-runtime-6.0.4-linux-arm.tar.gz",
- "hash": "688b6c6a35786fd36fb8468953d69e5713f8b62e7aace6b836b70051f827a78565c841cf7913412b6319980aab2dab7e52755993cae36fad676d70ffdce968e4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-arm.tar.gz",
+ "hash": "c542d2ec7b7ff5f2f3f32f7b9f51b7b8e9f5a230e4feb8b1685592f6b8fd3dc890109a246421d4a2615a2929e8b2641812ef023141db442a62897295c2e6a9c6"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3641affa-8bb0-486f-93d9-68adff4f4af7/1e3df9fb86cba7299b9e575233975734/dotnet-runtime-6.0.4-linux-arm64.tar.gz",
- "hash": "acbb50f2a1cde2bb8f59ec2059cd90f669748ce0da519ddbb831d8f279c4b896cc7a8f4275fb2c4726c5caf3d6430ee6d9823baa6f65238c7017ecbc2b8a6444"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-arm64.tar.gz",
+ "hash": "3852fab601850a55d8390b5dceee9faf8443e69314aa2dcb9662de28af8209147253d68fa5731720dc40f756b4ffd0a007172b46fe4cf3630d99f78b1482cf51"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-bionic-arm64.tar.gz",
+ "hash": "9e7723754949cbdf432d7c5bce8d1dcd94e52119997414df58d7879f0295aeb628751d2219874e4d0a28c87f619f3117e09cfb0cd1c222b6b9ac2506a00d1566"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-bionic-x64.tar.gz",
+ "hash": "35c4f714a0f3e9ec542c5a8282af9fd9720a4a2b6b102bceca16ccd5ec00965c8683ce9eb5967d8a514aa73fecdb2f7e5cb981705dfa174610b822bf99b1e140"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec900704-fb9b-4ba0-bf95-fa3cac970bee/7e8ebe143617abc7621d1d5d0f4c9cb7/dotnet-runtime-6.0.4-linux-musl-arm.tar.gz",
- "hash": "d4b7287461448fbea1587acd8e8c4a7a39d0f82970d0657f821ffc4d9491b04d3c18c35a091cfd21e2c583f1bb231dac1af9f206488125cafb8045eecd0c7573"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-musl-arm.tar.gz",
+ "hash": "247b6fdd861dbc4f4b36afff9870ad52e9864bd122c1a42f4f7bbbdc2430f7d9ace9192d60d56db63eccd2f107b3e06ecdfcf0928f61e2ea301aafa54447d186"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/98f2e4c8-0c2f-4947-9c30-61b9889defb1/171f63510ed9b52502f23cc057a85dc8/dotnet-runtime-6.0.4-linux-musl-arm64.tar.gz",
- "hash": "65d79da43cbda980a72d6cc4131059dc36f322d1c8ce8e8e6c1729486b5eec7569d4f416045d8a3fa647f8ff684f9ee5ba84ce898cd227e2b615d635b61da8cb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-musl-arm64.tar.gz",
+ "hash": "2a5ccad9dc43aed2f381d33d0e381e47f215d073b18fbc8afe2fa6640cf8a6bb7ebdafae38adc9cca02ddd9776e60db5df451fbdde5db0c0f147a55c2f181578"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ef010dec-9dcd-49a7-89a9-e97931a112ac/bef96075e3d70b1365bd0e82634e79e0/dotnet-runtime-6.0.4-linux-musl-x64.tar.gz",
- "hash": "e5b538482f10a667bee3b7482db0ac0cac27b5bddab9f3ab68bd5c5d7c18c5bec2bdcb8cd288052c3f3e186291ee02190ff01896c2835ce32b87e18cd817759e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-musl-x64.tar.gz",
+ "hash": "840ec6b624b65e1a76ac12349b8a1c93e5035c213315889e3aacd3f8992c6e4d1c184f366ee7dec67e87cde479e7aef8788a4315b55a669ed41f9e9525f1867c"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b08d331-15ac-4a53-82a5-522fa45b1b99/65ae300dd160ae0b88b91dd78834ce3e/dotnet-runtime-6.0.4-linux-x64.tar.gz",
- "hash": "001487bfb337d0f737c4e3dedc4bc41b3185922c07c07e8f1d47e4578914fdeeed7421d7af2c4bb5e17ebddd05fde4cb9aea1e8145018dcffeaca70c1fa49bbb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-linux-x64.tar.gz",
+ "hash": "870598f1294c0a029757646bc82fe41916cdb6df6cfd6f18b4487b48e9a0348b717be659f5ce3a6153d3f8dd3326ec59a1663c0b2ae91f450aa9eb4b5ec5d4b2"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4b98b2d3-65ff-48c1-b331-05c12505aef9/fc6a053dc379a1a6e0f8b0588e4cb342/dotnet-runtime-6.0.4-osx-arm64.pkg",
- "hash": "4ed9480eb844ac7de4a50cc8f691bcd8e15df729ac55c1f4664b8d44f589dfb17cd1ae2134155efa0da2b5291e605e680fc25732394909e86affbc1a34dc531b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-osx-arm64.pkg",
+ "hash": "d353d708c72ca9f4e154cab8eda1007895e76ad784ea8d0d82688306ea21b87be28159f8399a9f11bf12d1c053f6767600439c7fbfb4af446e984bdb9bffdccc"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dd2f6b72-bf47-4ae5-8a3d-4d394569cc34/87d408439ac5feffe2abf622dbfa5084/dotnet-runtime-6.0.4-osx-arm64.tar.gz",
- "hash": "3070af5d9dc44820dc93ca89489f1dfa8024958f64a9d62fafddb49fa16325f0845cc53027703495dc524515e613f3e7701ef148da06653070cb2e3928fb0aca"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-osx-arm64.tar.gz",
+ "hash": "3e8d21c7e515248fcbc17649bbcd3801bc7dba30b1f4e9fb18ce9089c05392616810778d0a879197ddeb3891c53caad91677cd394314a44cd9ead1288e4e0d63"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c8651729-bbc6-479a-b70f-f333895eb8ff/c15a3715673c4a981804197333d6e708/dotnet-runtime-6.0.4-osx-x64.pkg",
- "hash": "46eb9326f3a3d92143918213ad4974d8ffd853dce212bc1ee7150566c5e117bc33e9ea30c01233f1b2e4c4bbf9c8e82b87d8802c98dc7f1daaf87aad25822c38"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-osx-x64.pkg",
+ "hash": "84e915a1548419754f8388d54213a7a8bd14d83e5e1a529ddd253556b81a442efe200dd4f6f04f2e479f72444e8a3e7ea9c27a3d14904ad4e7e85a39b26ad3e5"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c0bc0428-852d-4884-b536-3d0969a400ba/fe0a9a221c3e665e88b7020633f2cf8e/dotnet-runtime-6.0.4-osx-x64.tar.gz",
- "hash": "7a798ce54880533151cc9290129e1a6224e81e657026e5be580ee24742d54e8e8e5f8f3bdee2cb94d5129082e3a2ffd1460f490abb848aaf3558e584e2e2df43"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-osx-x64.tar.gz",
+ "hash": "033716731e17c119fbc6af63a173b6461f0961a8e5d5b6941ab190755d48cc6f75e5a61ea70fad30463ca2cfcddae1c4fcfcce34dafb1d27382890193fbc2cc2"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8b70fab9-94d4-411d-a9ae-fd1654c3e9a5/19b815cc88a13e016413bfc923e3136f/dotnet-runtime-6.0.4-win-arm64.exe",
- "hash": "0dc66719b143d9ebbe9d835fce93da04ea53baf67eb2f80755aa0bcd1df6fcde88aca50bd41a45f3196360164a203970d054c8db6a38eaec0a47cf3d66aa445f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-win-arm64.exe",
+ "hash": "5c1d1a28c446cc510eeab62b3cb2e2c1e467a8cabc6d1cf0df6203634801642ef45ca3089555b51724ae9c8a02958a3d3f50adc74fcd891a174d02e90b8504e1"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/961cd054-57ad-4608-97ab-8a390833f452/f203e4c76b1f1e9035f44fd1d11d9fbd/dotnet-runtime-6.0.4-win-arm64.zip",
- "hash": "fcf1b1b14fc8bb2a094b4d1340b2c861a3d2a913b6b09ed272c98cbda9634e9dc26220bb663b1d726a779191de9941f0213e16bc845f26a34e6b71de7c7aff43"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-win-arm64.zip",
+ "hash": "3527e99c123ca574926af45f0ebb86765e48a7cff098b1b4974d27af85558c8687e29fcc92b6026367f269300b5bfdcc3f0489e9840942b01b787b89bcf0a021"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2e97f1f0-f321-4baf-8d02-0be5f08afc4e/2a011c8f9b2792e17d363a21c0ed8fdc/dotnet-runtime-6.0.4-win-x64.exe",
- "hash": "175fd36104c2e5379cc2769da6cb0290407ae06f0fda28625c80f5c099b5f0c6ad26769a8e51347e292b8305dca9681840c24335598cb64759c8ca865f0d66fb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-win-x64.exe",
+ "hash": "de74d8fc36fe2146ab46e706e3c6dbe20bd9c15517d1c657a5c76dbb8947c3378986af41a6dc398e5848107d37457e913fe4418782f3905b38ca13f27c3a2d8d"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3feaabc7-1786-4012-8e00-d664f00581e9/8d9b529256502637663ddd4048de04dc/dotnet-runtime-6.0.4-win-x64.zip",
- "hash": "c6e7b48352496a299ccc9602fe5b84894aa18587acdb1bb4474a9e3197b0dc76878d0c067d6d3c31354ec36932c3870fa34eb5ca14905b1a9338205df261b709"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-win-x64.zip",
+ "hash": "8f982640c5d34c9c59c98a8af2a7c270f2ade9fc09da68c6d7bed575a32cbbc11afc4f86cc4789b2c0c58eeac3b99b73f2444fba342a40b88e85a96556ddfd88"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/08e41641-f1b4-47b4-9ed9-c8672614f093/ea66a30f9f8ac7320ea0d7f6e4d5d2d9/dotnet-runtime-6.0.4-win-x86.exe",
- "hash": "e13e5ed4e9fecc4374aa4cfa746d42d8573ce3f84b93273b49930b13f9b66fce61cedbf983889189bbdfaf89d71c49b693abf4d3ce308ccdb82fe7b17da3f7d4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-win-x86.exe",
+ "hash": "e241067281522c64306ea1ed2cfc3ccf91a158ce9b7cbd0c5eb524f1e9c1f7ad5cce752b247e351f391656a321f50b5181d1a3204ebf9d3adc00ef00bdf7b2a0"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4092dc2d-ca5f-4586-b405-d369e99dae2e/abdad72f78700ed1e79d4d2f107e82e3/dotnet-runtime-6.0.4-win-x86.zip",
- "hash": "7189cd0eb035296eb8dbd2ba15cc193663f753de2698052ab14ddaf789530913fe5cbdf6a1b6532c2d232bb919325d5113f0bd2f9b5a6f8c1c0d8e71f8535808"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.3/dotnet-runtime-10.0.3-win-x86.zip",
+ "hash": "f20469557a8425d15066bee5610953435a3586daecd1010f6028d1357ac86eb5c3b71aa28dc184fc937e309bf8f4470de5848ea83691d4c45e97b5e109e5168c"
}
]
},
"sdk": {
- "version": "6.0.202",
- "version-display": "6.0.202",
- "runtime-version": "6.0.4",
- "vs-version": "17.1.4",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.1)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.103",
+ "version-display": "10.0.103",
+ "runtime-version": "10.0.3",
+ "vs-version": "18.3.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.3)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e41a177d-9f0b-4afe-97a4-53587cd89d00/c2c897aa6442d49c1d2d86abb23c20b2/dotnet-sdk-6.0.202-linux-arm.tar.gz",
- "hash": "8c2d56256f4bebe58caee7810b7689408ff023b1f2e68f99fa375f0115db41ef0c3eb160b9ab84dc2764443a045801a4b03f6bc9090e0c1583fca2587ea0d9d6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-arm.tar.gz",
+ "hash": "c6eb59781abc7b27d723c735de867a7db7052df8e95739b42a7f4bfde7a97d16777cb2179a4922955f70fa3f6dfca05c11cd91babd76f6904f84967d9be0ff25"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/952f5525-7227-496f-85e5-09cadfb44629/eefd0f6eb8f809bfaf4f0661809ed826/dotnet-sdk-6.0.202-linux-arm64.tar.gz",
- "hash": "2d0021bb4cd221ffba6888dbd6300e459f45f4f9d3cf7323f3b97ee0f093ef678f5a36d1c982296f4e15bbcbd7275ced72c3e9b2fc754039ba663d0612ffd866"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-arm64.tar.gz",
+ "hash": "ab45b6baeae956e4465151787d8b8113b66679ed55da1e72c57e99aa5ab8f42471e80dc8a5fd22c31df74e60446a3b252d2900658cefc9506fcb0da7e2831e21"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5873d93-116d-43cc-99da-ca7bb4c5248c/04da013ca4e8b506a2e28a890d1dae61/dotnet-sdk-6.0.202-linux-musl-arm.tar.gz",
- "hash": "03517eca1a996755d80e3ad4bab49f37cea63fa1924a5c8b1a35de9c49e7e37fa8f0c40dfa79c5b3b46e9f586d97f508806005b7f9b28d25bf4f49d65901dc19"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-musl-arm.tar.gz",
+ "hash": "6fee1341fedb60dd8d240c97de36b7308782b57f5b3256910a1a98bb1bfc7472848fc0c192ddb9a5c95d733680ad6d9d74139f11a8afb3c442d2f7a6e8b84c77"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b75ec220-d673-4cc8-ac56-3e11c519f31c/da391e6975d9f2abac9955c46410e0bc/dotnet-sdk-6.0.202-linux-musl-arm64.tar.gz",
- "hash": "89f8dbdad4e9949dc21260b8c7147156ca3374209a41c145a79a6536b585b8ee1786fecf084fa534f4b6284508be6215d92ec2c3ff9d54118acb42853e5ff2a3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-musl-arm64.tar.gz",
+ "hash": "905fd3a0d53193de10b4b0bd2eef05adda22ad4090cae335f7bbf064e33ca23a754855ec7f2db61703abacf142fbb9f3fb27e1a6fe69eef1f8186fa0fd96ee28"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10cb475d-6134-4180-9c86-712e6a6778dc/b60fd607a872f6f716cee74d68967eb0/dotnet-sdk-6.0.202-linux-musl-x64.tar.gz",
- "hash": "ccf4f6145d3ea10ce56cd89775f607ac57115f63e3ad7f9804b4a0bceb86e579aeddf5b81636bbf3fcb79dd9b1c082a10b7582e6c8c490df55ad287d58c63870"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-musl-x64.tar.gz",
+ "hash": "fccb361461d8bf30bfef01d3c69cffaeea9f13724f48805a6ac5a39e9c7de67141b3f9302ccf4c79e3a441c9bda3d4b92ea84817f8d155cfd912f9357c291d6e"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-linux-x64.tar.gz",
- "hash": "81e9c368d445d9e92e3af471d52dc2aa05e3ecb75ce95c13a2ed1d117852dae43d23d913bbe92eab730aef7f38a14488a1ac65c3b79444026a629647322c5798"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-x64.tar.gz",
+ "hash": "bab94f13c57b2ac821d4924fe66084be9b44c41761ff7ff64522c8f7aba345659d31258401dcec31cc3cf6ccae1d012623075aca1c9b9165bcfe5ba9abda1c0c"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/605dfd20-32ac-470a-b366-cbb293ce4cfe/9c1eec28d0e6068721026a5f77af2e60/dotnet-sdk-6.0.202-osx-arm64.pkg",
- "hash": "d679a8a9b5b03e255fc906b73c2e62e8b4844c358e8a88e2cb24193ad987aa6693c242880314c39dcecdfb7ece8ac874548fd435679022302c6288ae0ac05869"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-arm64.pkg",
+ "hash": "b9a58695310e7451cf00e3033e3ee5afc5f3b864c2317dd48696ac957ad250f1c99891a679cf99d1a3187aa49e16e3ed20987bc8d205e4a949b58e96e4f704ce"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/032fc69b-f437-4d17-9e6c-c204ce18a0b0/76386390762a9ba205666a6e45a2ac47/dotnet-sdk-6.0.202-osx-arm64.tar.gz",
- "hash": "8bf9ff3f89ac0f2d04b09d3f5df72efeac8007b9e33980c9c80eb735d050275a5594b11d902d0304ac9967111971bcd690be3adf34d4acbef6d247e8f2071f60"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-arm64.tar.gz",
+ "hash": "72ad818d165c1a07898b81f9f989d761dff2c7b7b5d21cc2a151621d2fc2081c7bbe066cb59cac654c19373603c7a129f7c7c7a11ce51bd1cdf48e05a4de78ca"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4332c16b-5a65-4adf-b25d-f6a46ef2b335/1a1edc2dab547161e2448390c3d4f56d/dotnet-sdk-6.0.202-osx-x64.pkg",
- "hash": "265b56f211f20584a57195006db93adca614818b2eecb4c6aa0cc993af169d6b6e2a2fb179fd39890c7310b638882a9f85ce605bbf7338c2138912788e252a3c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-x64.pkg",
+ "hash": "757b2dea85026f5811840286a766a6a0d0078beae40376e9ae8b8dac93ca249de77c503a7f58494116d7b9c21301e913d523ae210d86baf1e68d62e3ab9013e4"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1a014dee-ff5f-48e3-a817-82b9bd536b56/fed3a710f5e0add13844a6ce400775a1/dotnet-sdk-6.0.202-osx-x64.tar.gz",
- "hash": "ff7df20ce9054ed50d521eba88e063422efa4d48cb3117cf733cc6ecea24012c2ac34f6df10d88f64fe7a952bb96455a3c2eb877f1d50c0b7bcaedf11f98ce82"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-x64.tar.gz",
+ "hash": "b8c9bd1660b2306c9dacf99bc7932cf68bdd543b850af79202909ec1d43a697a80c9548cd4cb43bd1a85f09239cea78f0996e2024ae3882bf52f19ee23cf031e"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e21805c-5336-4811-86b3-8d7d99444760/23ff7325a95245bf1aabcad228cfe306/dotnet-sdk-6.0.202-win-arm64.exe",
- "hash": "2ca8cabceeefa254889eaed638808c3de8737bfacaf9d6bf50eab3c2fcc32371c3bf5d658e544faaa6e62e56396252e255e9cd3fea6080be2328efcc70ed5937"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-arm64.exe",
+ "hash": "500d49a2979f0e7b7ad54f6711ab9b458d6cab3b381f4f2f36f5dd0ad7c68020ecded513d1739432ad9272fdcbccb66f07348140f9cad30ca441cb21d20c5f19"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4b3dcaa6-f4a2-48c5-a22d-398a575471d1/bb3537b0bafcbbf314fb55f7b49a9e4b/dotnet-sdk-6.0.202-win-arm64.zip",
- "hash": "b08c6d560089bef162c80b10fb8a3c26202b918a1abfb5c571aea5d78dcf8e92f252e28ad841d68d801ed179605945bf9b15d398f2a23997fc9658efe009651e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-arm64.zip",
+ "hash": "d0c14d87fd3c3a48807e97634e585dd80e7e46be681dfde29bdb3971d1ca1b114b0c49e26807df1ac0370906e9356749150e396bacd6abe121ac6db4a8c67ab4"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e4f4bbac-5660-45a9-8316-0ffc10765179/8ade57de09ce7f12d6411ed664f74eca/dotnet-sdk-6.0.202-win-x64.exe",
- "hash": "54e9a70cfcdb69f4e442fd8822c1233f0672599cbb91664ff7e31c4d2d93538f5de0a2287f385cce87aca8268df9caec13c4864637ed10501e8b6fcf83743f52"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x64.exe",
+ "hash": "08dc7d3cceb3ce45be05d0bea55d5f6d3378cc2641e69fe499b153ad361f0e99f8b87daf0ec93a570ef93459f8f04bac63ea6c65633e919ff24e4c936e1c6eaa"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1461027-6daa-467d-aebe-6326343e5840/01656d95b28f16c53cd947a8072d004b/dotnet-sdk-6.0.202-win-x64.zip",
- "hash": "fc3299972e50a26ec7d2485b25afac7a5c345076eef35ff1e8de02fac01915f4e33deaf3c94b92d4ab6a446326339fd121b6f45f796e899d980c0ee27f4e2ffc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x64.zip",
+ "hash": "519a011b2a41d50ff9a7ec6cdbe3927f19990c25efebb42860837c49953be904adac5bc1ff073ed80854a98ef9dbe54c00e2c9db84d84ba2dccd09f8e2261bf6"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc7ccd64-e6d7-43a9-8c81-1adcea6f315b/d0c63b6ab8c42ec91dc8a5d512fee1a6/dotnet-sdk-6.0.202-win-x86.exe",
- "hash": "e6d6cbc851808f20153ac4c2b5c6fd1170f62ce2d4ad878dac01a800a7e2c9163764e20beed9196d0f545d370c04aef68106cebbc965faab2d90047a3c37e2a6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x86.exe",
+ "hash": "a2aeafa82dc2cad8a40169ee1dfaa1d2232078f60daa36f37d1e8f6e3af4e58b75a6cb20be8904ece6c608987e57bfc5bfffc1913b6e166ae261adae3e5edae8"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e71628cc-8b6c-498f-ae7a-c0dc60019696/aaadc51ad300f1aa58250427e5373527/dotnet-sdk-6.0.202-win-x86.zip",
- "hash": "e6c8ffc3a5c68638a8e4a6e7d69a14c2c3158329db647e04e0b08b086e97222ba1d2594273433a8114297a7141e37f71d8ed5b11b6bc3ef4daaf7efca9047372"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x86.zip",
+ "hash": "00524b9c1a82724942886d4408b12374a518fd514216298a8e59e546bd47e3943681aecdafb6bf4cd837587ddbf00391126ca9caa13398e618efe262a1409d42"
}
]
},
"sdks": [
{
- "version": "6.0.202",
- "version-display": "6.0.202",
- "runtime-version": "6.0.4",
- "vs-version": "17.1.4",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.1)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e41a177d-9f0b-4afe-97a4-53587cd89d00/c2c897aa6442d49c1d2d86abb23c20b2/dotnet-sdk-6.0.202-linux-arm.tar.gz",
- "hash": "8c2d56256f4bebe58caee7810b7689408ff023b1f2e68f99fa375f0115db41ef0c3eb160b9ab84dc2764443a045801a4b03f6bc9090e0c1583fca2587ea0d9d6"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/952f5525-7227-496f-85e5-09cadfb44629/eefd0f6eb8f809bfaf4f0661809ed826/dotnet-sdk-6.0.202-linux-arm64.tar.gz",
- "hash": "2d0021bb4cd221ffba6888dbd6300e459f45f4f9d3cf7323f3b97ee0f093ef678f5a36d1c982296f4e15bbcbd7275ced72c3e9b2fc754039ba663d0612ffd866"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5873d93-116d-43cc-99da-ca7bb4c5248c/04da013ca4e8b506a2e28a890d1dae61/dotnet-sdk-6.0.202-linux-musl-arm.tar.gz",
- "hash": "03517eca1a996755d80e3ad4bab49f37cea63fa1924a5c8b1a35de9c49e7e37fa8f0c40dfa79c5b3b46e9f586d97f508806005b7f9b28d25bf4f49d65901dc19"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b75ec220-d673-4cc8-ac56-3e11c519f31c/da391e6975d9f2abac9955c46410e0bc/dotnet-sdk-6.0.202-linux-musl-arm64.tar.gz",
- "hash": "89f8dbdad4e9949dc21260b8c7147156ca3374209a41c145a79a6536b585b8ee1786fecf084fa534f4b6284508be6215d92ec2c3ff9d54118acb42853e5ff2a3"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10cb475d-6134-4180-9c86-712e6a6778dc/b60fd607a872f6f716cee74d68967eb0/dotnet-sdk-6.0.202-linux-musl-x64.tar.gz",
- "hash": "ccf4f6145d3ea10ce56cd89775f607ac57115f63e3ad7f9804b4a0bceb86e579aeddf5b81636bbf3fcb79dd9b1c082a10b7582e6c8c490df55ad287d58c63870"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9d8c7137-2091-4fc6-a419-60ba59c8b9de/db0c5cda94f31d2260d369123de32d59/dotnet-sdk-6.0.202-linux-x64.tar.gz",
- "hash": "81e9c368d445d9e92e3af471d52dc2aa05e3ecb75ce95c13a2ed1d117852dae43d23d913bbe92eab730aef7f38a14488a1ac65c3b79444026a629647322c5798"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/605dfd20-32ac-470a-b366-cbb293ce4cfe/9c1eec28d0e6068721026a5f77af2e60/dotnet-sdk-6.0.202-osx-arm64.pkg",
- "hash": "d679a8a9b5b03e255fc906b73c2e62e8b4844c358e8a88e2cb24193ad987aa6693c242880314c39dcecdfb7ece8ac874548fd435679022302c6288ae0ac05869"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/032fc69b-f437-4d17-9e6c-c204ce18a0b0/76386390762a9ba205666a6e45a2ac47/dotnet-sdk-6.0.202-osx-arm64.tar.gz",
- "hash": "8bf9ff3f89ac0f2d04b09d3f5df72efeac8007b9e33980c9c80eb735d050275a5594b11d902d0304ac9967111971bcd690be3adf34d4acbef6d247e8f2071f60"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4332c16b-5a65-4adf-b25d-f6a46ef2b335/1a1edc2dab547161e2448390c3d4f56d/dotnet-sdk-6.0.202-osx-x64.pkg",
- "hash": "265b56f211f20584a57195006db93adca614818b2eecb4c6aa0cc993af169d6b6e2a2fb179fd39890c7310b638882a9f85ce605bbf7338c2138912788e252a3c"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1a014dee-ff5f-48e3-a817-82b9bd536b56/fed3a710f5e0add13844a6ce400775a1/dotnet-sdk-6.0.202-osx-x64.tar.gz",
- "hash": "ff7df20ce9054ed50d521eba88e063422efa4d48cb3117cf733cc6ecea24012c2ac34f6df10d88f64fe7a952bb96455a3c2eb877f1d50c0b7bcaedf11f98ce82"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e21805c-5336-4811-86b3-8d7d99444760/23ff7325a95245bf1aabcad228cfe306/dotnet-sdk-6.0.202-win-arm64.exe",
- "hash": "2ca8cabceeefa254889eaed638808c3de8737bfacaf9d6bf50eab3c2fcc32371c3bf5d658e544faaa6e62e56396252e255e9cd3fea6080be2328efcc70ed5937"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4b3dcaa6-f4a2-48c5-a22d-398a575471d1/bb3537b0bafcbbf314fb55f7b49a9e4b/dotnet-sdk-6.0.202-win-arm64.zip",
- "hash": "b08c6d560089bef162c80b10fb8a3c26202b918a1abfb5c571aea5d78dcf8e92f252e28ad841d68d801ed179605945bf9b15d398f2a23997fc9658efe009651e"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e4f4bbac-5660-45a9-8316-0ffc10765179/8ade57de09ce7f12d6411ed664f74eca/dotnet-sdk-6.0.202-win-x64.exe",
- "hash": "54e9a70cfcdb69f4e442fd8822c1233f0672599cbb91664ff7e31c4d2d93538f5de0a2287f385cce87aca8268df9caec13c4864637ed10501e8b6fcf83743f52"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1461027-6daa-467d-aebe-6326343e5840/01656d95b28f16c53cd947a8072d004b/dotnet-sdk-6.0.202-win-x64.zip",
- "hash": "fc3299972e50a26ec7d2485b25afac7a5c345076eef35ff1e8de02fac01915f4e33deaf3c94b92d4ab6a446326339fd121b6f45f796e899d980c0ee27f4e2ffc"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc7ccd64-e6d7-43a9-8c81-1adcea6f315b/d0c63b6ab8c42ec91dc8a5d512fee1a6/dotnet-sdk-6.0.202-win-x86.exe",
- "hash": "e6d6cbc851808f20153ac4c2b5c6fd1170f62ce2d4ad878dac01a800a7e2c9163764e20beed9196d0f545d370c04aef68106cebbc965faab2d90047a3c37e2a6"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e71628cc-8b6c-498f-ae7a-c0dc60019696/aaadc51ad300f1aa58250427e5373527/dotnet-sdk-6.0.202-win-x86.zip",
- "hash": "e6c8ffc3a5c68638a8e4a6e7d69a14c2c3158329db647e04e0b08b086e97222ba1d2594273433a8114297a7141e37f71d8ed5b11b6bc3ef4daaf7efca9047372"
- }
- ]
- },
- {
- "version": "6.0.104",
- "version-display": "6.0.104",
- "runtime-version": "6.0.4",
- "vs-version": "17.0.8",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.103",
+ "version-display": "10.0.103",
+ "runtime-version": "10.0.3",
+ "vs-version": "18.3.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.3)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4a905b9c-e97e-4ab6-a258-d9dd9d41564f/af30654ab6af793527e9652dfa29c817/dotnet-sdk-6.0.104-linux-arm.tar.gz",
- "hash": "96c3af8b9c920b542a4e9fc3ce26242a0d193404d74b7e88d223d44b2e597da83d44892d89f7fed5385acad1ff5f787bbd81381f01c3cd1b0d89888d14688750"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-arm.tar.gz",
+ "hash": "c6eb59781abc7b27d723c735de867a7db7052df8e95739b42a7f4bfde7a97d16777cb2179a4922955f70fa3f6dfca05c11cd91babd76f6904f84967d9be0ff25"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e61cf583-1e44-4ac5-a04f-5b59fda42ea7/df3853bb318af131f7eafa61f2b839b8/dotnet-sdk-6.0.104-linux-arm64.tar.gz",
- "hash": "91fa1114a656173a988aafd65c657c9498c34ef9145eac60b6feacc8a08f68538defeb38af472e2626ffd0669eb62140fdb1408771db0e2b63501baf2a646f29"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-arm64.tar.gz",
+ "hash": "ab45b6baeae956e4465151787d8b8113b66679ed55da1e72c57e99aa5ab8f42471e80dc8a5fd22c31df74e60446a3b252d2900658cefc9506fcb0da7e2831e21"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/64a09954-2eb4-4f2a-ad0c-2ca1861bcddd/ffbb392b7cc637b7137cf4811e32c98f/dotnet-sdk-6.0.104-linux-musl-arm.tar.gz",
- "hash": "252bc96ee054c9ac2e35641ca9920df9d3e3503989ca8d8be44bec49fb6917c71158d1c6e0873d23d20ed487b135b691c63511dd84e2ddb50043c601b4001204"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-musl-arm.tar.gz",
+ "hash": "6fee1341fedb60dd8d240c97de36b7308782b57f5b3256910a1a98bb1bfc7472848fc0c192ddb9a5c95d733680ad6d9d74139f11a8afb3c442d2f7a6e8b84c77"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/699641a9-c470-44d0-ad3a-bb16839d9f38/a0f85ca1f1bfde32f87523bdd4640e41/dotnet-sdk-6.0.104-linux-musl-arm64.tar.gz",
- "hash": "a32b1c526715a43bef186b6839bb8865995cb16dc3bba4067c3e1cbe23fa210ad47adbf47531a839f29be04da3e1e4ee3ddde52e801ddefa114643108cfc0632"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-musl-arm64.tar.gz",
+ "hash": "905fd3a0d53193de10b4b0bd2eef05adda22ad4090cae335f7bbf064e33ca23a754855ec7f2db61703abacf142fbb9f3fb27e1a6fe69eef1f8186fa0fd96ee28"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b5d20556-e7b6-4503-987e-2c6d12ebec9a/91415f50a1a9907b0c789bbbd0813457/dotnet-sdk-6.0.104-linux-musl-x64.tar.gz",
- "hash": "994e276b23d4a274aec49955025adb2637235deb586c8d3cd6d00c7ed91b79ec0f3641c7f3b6a0680603a46b12efca5d825432c95f0a72d85d432d4baf2808bf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-musl-x64.tar.gz",
+ "hash": "fccb361461d8bf30bfef01d3c69cffaeea9f13724f48805a6ac5a39e9c7de67141b3f9302ccf4c79e3a441c9bda3d4b92ea84817f8d155cfd912f9357c291d6e"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ecbf40a3-ec68-4d08-9240-17b8530731bf/56aed66e46a72269c29bc3cc0f94ffc8/dotnet-sdk-6.0.104-linux-x64.tar.gz",
- "hash": "126f22f48cdbbf59ff21ac1a6cd354b4dab500cef372c42a7e4a9546c755ab6d1670a096be3c66f5fe80b6e2a5c31b16901a2c3ccbe928b501e25bb86339ec6c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-linux-x64.tar.gz",
+ "hash": "bab94f13c57b2ac821d4924fe66084be9b44c41761ff7ff64522c8f7aba345659d31258401dcec31cc3cf6ccae1d012623075aca1c9b9165bcfe5ba9abda1c0c"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/93e7fdef-f470-4968-9d6e-f00fe3e7afc9/a25dfa745775dee6123631180605144b/dotnet-sdk-6.0.104-osx-arm64.pkg",
- "hash": "0c7fa3f54fb514a3fc4a053af169fb94eb34bf56174af0b32d52e71b77798c64c38c8e529773affe5b0b5fb83ba64d6f8e7e087489c956e1deb3fa0840914f8d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-arm64.pkg",
+ "hash": "b9a58695310e7451cf00e3033e3ee5afc5f3b864c2317dd48696ac957ad250f1c99891a679cf99d1a3187aa49e16e3ed20987bc8d205e4a949b58e96e4f704ce"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dfa285bb-c9a5-4851-aa45-903c9bb2af30/7da78a91020a575f4c890a76e263be80/dotnet-sdk-6.0.104-osx-arm64.tar.gz",
- "hash": "7ba0a39336045617d04a7befcf67e9af89444d819ef21ff7fe11f7da03a54e52458d1d6756f113c3ea52407417d8f4d9b533e22cfd6cec0e65e250e8a1a85757"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-arm64.tar.gz",
+ "hash": "72ad818d165c1a07898b81f9f989d761dff2c7b7b5d21cc2a151621d2fc2081c7bbe066cb59cac654c19373603c7a129f7c7c7a11ce51bd1cdf48e05a4de78ca"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/36a4d09e-4b2a-478c-95aa-cdfb40e6a866/420b9c6d8a7652c7c3afaed7a29e5a36/dotnet-sdk-6.0.104-osx-x64.pkg",
- "hash": "1586e9cafca5737bd90a3e49b8fa20b1900042aa2a1d317ffd52c25b84efd178fd48b275799793e5f19ec44b091e2f0b1ae88010af0bd2e02d769b6ba7df8392"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-x64.pkg",
+ "hash": "757b2dea85026f5811840286a766a6a0d0078beae40376e9ae8b8dac93ca249de77c503a7f58494116d7b9c21301e913d523ae210d86baf1e68d62e3ab9013e4"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9a853d27-35f0-4ba1-a2bb-7ecbce80c673/455659ed821e111f9661e29add209dc8/dotnet-sdk-6.0.104-osx-x64.tar.gz",
- "hash": "6d3041ba4c3ee3cd1b8875ac419eeb6b2c34278df8a95a1f1621f7256b47733a3eedd09358a2f3b219e69ae7f08cb2df2178036476a3083896fde280328df6af"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-osx-x64.tar.gz",
+ "hash": "b8c9bd1660b2306c9dacf99bc7932cf68bdd543b850af79202909ec1d43a697a80c9548cd4cb43bd1a85f09239cea78f0996e2024ae3882bf52f19ee23cf031e"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5e7d33dd-8640-471a-ad9f-6562e669cc7e/b8f88c002dba0f1b07518cd5727aa02e/dotnet-sdk-6.0.104-win-arm64.exe",
- "hash": "1dee656a2a686e24aa239054901374acde9cd4ebde79ef52efcbc0b4ec2baff464e347477a7b7f8c33a3f72040492e9c66f2945d416df140eafeea5daa4d3772"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-arm64.exe",
+ "hash": "500d49a2979f0e7b7ad54f6711ab9b458d6cab3b381f4f2f36f5dd0ad7c68020ecded513d1739432ad9272fdcbccb66f07348140f9cad30ca441cb21d20c5f19"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2ea5569d-7f69-47ff-a78a-0d939bed3ecd/a6bb2f7efd54b0b6f1534add3b9efe8f/dotnet-sdk-6.0.104-win-arm64.zip",
- "hash": "cbbfb63d2be9ab3155eef00e55a83d0e95880fe44bc1b109e9684d76b18f2c659ba951676989d74d0a67db7c3c3e8c98ec6abecd6786ce8f37df568954f57059"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-arm64.zip",
+ "hash": "d0c14d87fd3c3a48807e97634e585dd80e7e46be681dfde29bdb3971d1ca1b114b0c49e26807df1ac0370906e9356749150e396bacd6abe121ac6db4a8c67ab4"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/952fcf6e-93af-4ce8-901f-e6e961338a5f/95f0eba1123c1a2b857fc86400f28b33/dotnet-sdk-6.0.104-win-x64.exe",
- "hash": "07b7cf6230c03110f4564acdba35f3d8a478fe284da8df429387ee894ea4dfdcf5b99c0874a56587f2cf0ccb396970d1ffd45e155eed84d7a1f29a43a414836c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x64.exe",
+ "hash": "08dc7d3cceb3ce45be05d0bea55d5f6d3378cc2641e69fe499b153ad361f0e99f8b87daf0ec93a570ef93459f8f04bac63ea6c65633e919ff24e4c936e1c6eaa"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a8cf0f37-af29-443a-bcc5-a6b37a0fe815/0589392693239eed5401b6f1f42de62d/dotnet-sdk-6.0.104-win-x64.zip",
- "hash": "c9b9a6c1eec2d2e663df21dc2b650058cb5af882504c10f63f6c4bd52000ef95c7fde4e8f687c1e04b0c09ce759e778a00b83a37f751082dbe6fc59067d67f10"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x64.zip",
+ "hash": "519a011b2a41d50ff9a7ec6cdbe3927f19990c25efebb42860837c49953be904adac5bc1ff073ed80854a98ef9dbe54c00e2c9db84d84ba2dccd09f8e2261bf6"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/092088b7-b5fc-45c7-9b1e-b41120933c7e/d236517cf35aca37c76667934bbfc4d9/dotnet-sdk-6.0.104-win-x86.exe",
- "hash": "2827ac5d57ef67ef4c23c6c6c673f93cfa69123911fb19e2a15a85fc4388e4b7148c6bcebb6eda5814be2cdbf3cab350b0e16d6d6f483625e4a1c404e3fd2913"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x86.exe",
+ "hash": "a2aeafa82dc2cad8a40169ee1dfaa1d2232078f60daa36f37d1e8f6e3af4e58b75a6cb20be8904ece6c608987e57bfc5bfffc1913b6e166ae261adae3e5edae8"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b0ce655-137d-4a71-aaca-097a04064e4e/ee50768c986ff8fa535e4c21de3e1544/dotnet-sdk-6.0.104-win-x86.zip",
- "hash": "139f6952764354670df49766e43ccf4727fb4554617951f41a59ac346d3479232f4b472047246ed249f0a68c94c1a80af917ea83864a65008dfb9f1363044d42"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.103/dotnet-sdk-10.0.103-win-x86.zip",
+ "hash": "00524b9c1a82724942886d4408b12374a518fd514216298a8e59e546bd47e3943681aecdafb6bf4cd837587ddbf00391126ca9caa13398e618efe262a1409d42"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.4",
- "version-display": "6.0.4",
+ "version": "10.0.3",
+ "version-display": "10.0.3",
"version-aspnetcoremodule": [
- "16.0.22081.4"
+ "20.0.26025.3"
],
- "vs-version": "17.0.8, 17.1.4",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/adc5bbf5-6cf6-4da6-be27-60de0b8739e5/fecb289bd70834203f2397c18c82bbde/aspnetcore-runtime-6.0.4-linux-arm.tar.gz",
- "hash": "944bb52352ff7ba79867466117eaf6909847080574d15629c7149b27a4d1685ec2eb024e2dccc2e5ad2251b6143d2bc3c1597ecd668691ae719903887158062d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-linux-arm.tar.gz",
+ "hash": "e16b43b7f7b1872e21b6d5e3771aafe1146fcf3ac22943cf52578eda04b71142b1c4e90e635a2bd64dda1edaf6eacbbd02611da03bd800cf53e31cfa4c54bce5"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ba1662bf-50e6-451a-957f-0d55bc6e5713/921fe0e68428ac47c098e97418d3126a/aspnetcore-runtime-6.0.4-linux-arm64.tar.gz",
- "hash": "18ffa72b38dcd01bbfd9f656996e994dbcdb7b6b196771fc498bbaea774ad844f7fd5418487d0a5a7f83a76b3683f8913e22275bc25d66ee0c0d84ea4e279971"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-linux-arm64.tar.gz",
+ "hash": "6c174c466dbc495bac6a6ba9dae99cdd5185999dc91eca9db540ca424a294a43d47994c4cb5b59bc125451ce4d5670683df39e2f9af2f0f0b4547a810f95ffd3"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2377b5d7-2ad4-4caa-a7c5-68ea1f45077d/474cde13b117bcfc72a06c797731bfc8/aspnetcore-runtime-6.0.4-linux-musl-arm.tar.gz",
- "hash": "4b8d19c9f0637479b524517ed1cadc191f1851c1be22c212ffdc9ff738a77e11197822233fa0012f61c95a47c04978c7b0bb962268fb97134a81ea6268680c7c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-linux-musl-arm.tar.gz",
+ "hash": "bdfe43d0bb8c9082330a4026fe383321736b43b1b612632ff0d295b8de9c0d626d8ef82dcd32c89624c7df7c67ec574c8480808b99b73417008b91c74d0fa77c"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eabef5ee-95df-4348-ad1e-964c79d3a1b3/5b66dbe250bbf3c22d9d6f3644cb4ab0/aspnetcore-runtime-6.0.4-linux-musl-arm64.tar.gz",
- "hash": "f7c69af61947c6d5a6f5f91a1e3ec3cdcb20d37d0839ef47d6cdf5da13d8109479084363b826585395599d636f5df34f56f5f5751f7ee166a63790104f256ec7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-linux-musl-arm64.tar.gz",
+ "hash": "0af0b32baf95ac51bc98f96ec766f7d62186442266509cf40316e7184e1ec794386e147223d543340be60fdeae5c3ce29c95b9366647945fcee7aeb15588cf90"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/22f9a98b-2b90-4f38-9760-cfa5a262e62f/91ea70c8f5868bfe93c03122be2f365b/aspnetcore-runtime-6.0.4-linux-musl-x64.tar.gz",
- "hash": "f54624306b74d9be0a670c2b1d465991b2c1ef67a4c216532fba9dc85f525a68d9ba6e1405945905dc834e073e676f0234d18edc5c9507d5b6c420bb2d073a40"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-linux-musl-x64.tar.gz",
+ "hash": "0221ad6ed60a88425f527fedb0daf2815cac0feef8ae7fb31f33e5b1bf6f1344444e3d5daa56309d1e9808b2e8ae4288fd80d0dc898ec9f1fd95ab0fc3e83451"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/de3f6658-5d5b-4986-aeb1-7efdf5818437/7df572051df15117a0f52be1b79e1823/aspnetcore-runtime-6.0.4-linux-x64.tar.gz",
- "hash": "eaff93db0a4cc0adc2fc54de5e9a6e4b0844398451c06bcf6b2867471b8ed4fd0528ad04fe7150aa5ed306d5e08a5e4219c6029b96da03ad2d1c58e7a0ddacaf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-linux-x64.tar.gz",
+ "hash": "a4bcf75a734c72ab87f356eeabfdbcc01212d1fa4629bf2ccdf8fa1cd9e9236daf0fb63499afa5923de56593aae57038283ffb518c6753a20b34552529a11c37"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d7b60e75-6901-4f68-8943-ce32cadeaf29/f14e40b3e9a69cbd79d47375b16a76e7/aspnetcore-runtime-6.0.4-osx-arm64.tar.gz",
- "hash": "9ff8ecc60f70d8cfa53396761610282358aa7bcbd3f013aedc639be7b8f502a8cb121777c7e8a0a7d64d74b99211751ea8a8c1819861b72ad11d80590ba9ed2b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-osx-arm64.tar.gz",
+ "hash": "6e7b2e45c2890c2efa8cff9443289c5f2c989e7259515760fab8c803795d80200a17ae5a87499ae254a84a515816ff8459f2a8baf6dcb8e2ade9d83b5a41de97"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b39aa0b4-27e2-4fce-bf36-fb6d46f89e5e/6b8ca3b4c7026db460df1d49f5366f1b/aspnetcore-runtime-6.0.4-osx-x64.tar.gz",
- "hash": "33b1b24496296242dd78714564e52e6be575f46d681a5093a0aca842aff5e29778cbf31259f11ce395fc9a2368fa6bfde2e12a074ccf310f9b661c0bdaf39d2d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-osx-x64.tar.gz",
+ "hash": "445fcbd8f89a7713abf4698302fe44afbd566ce3eebdd489cf6a52ef45944b2f15cbe6e99f9509a4fb455ef35734452b2fd1aa5a5712cd0d91b6c2f731e9e876"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-win-arm64.exe",
+ "hash": "40990c9904c7f1aeb52d26490b11f4dd7fe4360e0a25bcb144a8c77166e3253b52f2bddebf17682b2fec12576cd499e2b9f17416735415efc59865104298d1ab"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bbab6b5f-e700-4de5-afef-e3eaca140c71/74e48a4de85af3451d32306af8ab9acd/aspnetcore-runtime-6.0.4-win-arm64.zip",
- "hash": "22b37ba8cc388385a0fa42b8ca89e449d139abdb141d3a28ef3d6b18fabe4c53be604091c764a50ab5628a1b1b9741af42edceda66a629d44ccf57100e8e6137"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-win-arm64.zip",
+ "hash": "3382f9829522dff998edeb926e050146577534eec04cdf3bbbc26dd90320003f30569fd4e1cacb5e942578f19bdc64c2dbfcf9513c3a42b69390435950f91172"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2162932c-987a-4de8-ae2a-f7d327bb39a8/97fe1cb950c2bccf44b7c3fe6aa45b53/aspnetcore-runtime-6.0.4-win-x64.exe",
- "hash": "2ee7c786ad0b2ff0c562cfc0fdd8d7b2a03f37fe26ec1f17976b4f709d26e112e9d47da63f59fbd321964031165b9bac3cb22c05dd19ac5739e6d464f78af4ad"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-win-x64.exe",
+ "hash": "09448c1823620658c3a4e605d24c4cb9990cb652bbf8624a095929b892e606e7270b5dd17dd5bd6618e24232a867b526f831ef4bfb33fd6352786c07f24316c9"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bfbc4558-f639-4209-a9bb-f3e9591a4e0b/696b30897550c521b07487b1ddbe67ab/aspnetcore-runtime-6.0.4-win-x64.zip",
- "hash": "df8e443636ecf45f1ab3bb346ab2ca30dc1b70f3964623ed82f8e5accc3b696b52e5d403141775637c47f4441c5d86b65e271bcc23bc948af6553a716c8e91cf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-win-x64.zip",
+ "hash": "2ed7a16fd275cf00e7fa00c627ddb8b5189dcd00e1f509a8fd3ad29a4bacdcf18a5120667e0117777b5781f43fc9dcaf0e24f403f9872a29d496842ca0019402"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c2093d31-b27e-4876-891c-750247cf1faa/33b9191b128a1d33671549972403994e/aspnetcore-runtime-6.0.4-win-x86.exe",
- "hash": "f1431d89161afc8a00ddbc177529431f2fcddddaeb2b0d55fc0e062edc78ea9883ca331232aaac09c5ad6e6c0254d844166b3f5b969bc0516aff340a27d03a4c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-win-x86.exe",
+ "hash": "e359395eb1b99931493203c3d2864cae8be905eb16afc39e7142bb36f95a3c9b318efcb5235d10c55263cfe7b8c40acec46805bfbe9163711fa740484480482d"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ce0116e7-fea3-4878-ba71-0b21d79ec974/841e36107efc39704f07786fa06d4bec/aspnetcore-runtime-6.0.4-win-x86.zip",
- "hash": "c93a2117e0b3b2a663514ddf52ae3fd1491891fa3f43a5d2efb57615c8f870079ac3047df49a53e2dd55ea15cff6892efddcd98e965a91f442bcfe00af5b6edf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-10.0.3-win-x86.zip",
+ "hash": "0f3e4cbe4a9978cfe3521171d071a6e7977a26b56269099c5300f5667fd3f37352abd6954d6d22438ce08b7f1a712d218486c243528671214a2e0b2996fd82a1"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c2039d2-0072-43a8-bb20-766b9a91d001/0e2288a2f07743e63778416b2367bb88/dotnet-hosting-6.0.4-win.exe",
- "hash": "a03a798060f1a7044042e96e7f4134c6b090da5e3e6ea5acbe225dc979a4cbbf931db76306719e7029e09664f178e980d0f5d41f54e8deaa4d0febecb4634a4b",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.4",
- "version-display": "6.0.4",
- "files": [
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-linux-arm.tar.gz",
+ "hash": "20f307f0810d7f95bda761dba3a82cf0b7af3305cd33809ecc708be11183024351113fb96fe0ebf1e40b8d3e7cb0e138b2d50b298d50195508ad45351c40b513"
+ },
{
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e49c1c5d-af86-4ec1-9cc9-fa6a9d3ace94/98fe87ae72e3e79a3efd82d07e59d1a3/windowsdesktop-runtime-6.0.4-win-arm64.exe",
- "hash": "d6d83d7bce6b52a1bd1f6401e8ed0bd3f33a14aed51aca4a0a464d0f228073a79bf371536d8fc0b7e316077fb81a5767aeec5e3bb3da81f809f9b16673d8ee75"
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-linux-arm64.tar.gz",
+ "hash": "046676167b70de8fa450d7dfb3d8d6000ac429fa724bb0de0a419571e08d98793b2f428c29798a3e5a632ffb09c7d799088cb3eaea48ab9db6ec618e7a7e4ed5"
},
{
- "name": "windowsdesktop-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/23e356e1-2dae-45e1-a364-77a5f4b99542/e51895561b6c10ee49394b63bc5ab756/windowsdesktop-runtime-6.0.4-win-arm64.zip",
- "hash": "eb72a69774961a643713d5268c675afeac9ec8d8a8eb2eaaf16d27dfd6d4c9a006f6e6cba444f7691927b627232d15a8e8f0a4bbfc1d369175ba3e5c4d51ca89"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-linux-musl-arm.tar.gz",
+ "hash": "fc9465bcac95d67258ad5aa9ffbc3b5e4d767ceb8f9df70c8fa0e516ce5bc4122d66d3512e2be29004a40321e57076bf51f9e2a7b2c64c14dec2b8cae807691d"
},
{
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f13d7b5c-608f-432b-b7ec-8fe84f4030a1/5e06998f9ce23c620b9d6bac2dae6c1d/windowsdesktop-runtime-6.0.4-win-x64.exe",
- "hash": "209e596edd7ab022241ab378e66703912974e7aa6168f287c9ce036fb31e58029ad304c8182b4b62a08e8d5ae4db74de277e298ced6d2746ef08da2352a2a252"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-linux-musl-arm64.tar.gz",
+ "hash": "f22614ae7eddbd5ce11de2ad472761759cb16017b6b5a70bd725c41579cb05975557593ff12d3177ef7f433fcdf6b1ffeeebac3a520ef9a8764de87f3b5d5223"
},
{
- "name": "windowsdesktop-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4d8f03e3-006c-4e34-8b27-cfd7d23bc47b/41a08c2b0314163cd4dbb9995826698b/windowsdesktop-runtime-6.0.4-win-x64.zip",
- "hash": "1a11cd8ff4275791cbbe92afa3f29d080dd129c0cda58376928112f0abf106118925471de06ec6381b58fcb0dffe7b2850880f874e4402b449c69c66cb29e8ce"
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-linux-musl-x64.tar.gz",
+ "hash": "a1601e43836af50af9074aa25ac3063d7f8b0c8443b3ff2cf4bd6d7fd95b3a51fa166b0651e4d135d0e2650f466d7c9fafb3e7a5329c91b63ce94e314153d0f0"
},
{
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/05b30243-5cd2-48c3-a9bb-6ac83d7d481b/03a25aecb5cf4ba53c8b9cf5194e3c86/windowsdesktop-runtime-6.0.4-win-x86.exe",
- "hash": "e3e52096d09782b35d6dfe15c8ed8eed978d7def198696f2e6f3ce7c83e7526b5e74955de2ca68ae94bbbd6c1d01d4faf2f4a5252c1e7c99b0746e2716a0a8e5"
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-linux-x64.tar.gz",
+ "hash": "ee0462f18d6dcd1da8f47facc0335dfe9cb8988a5efa5f5d88957509a691105ad17d1bc6b61a774ed4ac94d86a4a47ad55c40297b1b7fb2679e39beddf3be106"
},
{
- "name": "windowsdesktop-runtime-win-x86.zip",
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-osx-arm64.tar.gz",
+ "hash": "b349a0a29afa99fa60fcfc9e65d1fccc4d30e36db1f6287a1499c1bf497ebb14745a81718d9846bf0bb895953875f882f33f6dac6ec101e2609b7de7d1e08e76"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-osx-x64.tar.gz",
+ "hash": "60358170cb900d9ded8934c760b52ccbd87e8c9760d02c43c97c683bd67afe6e953aebb26683e48628da76e756c257aeea45537b7e66db4c76f2dfb8d600ab01"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-win-arm64.zip",
+ "hash": "f9099a235d8c6a730c4eb7cd75b732873ce26b674c53e04fa01d2f36834dc4e019b3eca5bef04331552e75b9a13d0b7223714c0650daf4f656e264628ebaa2e9"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-win-x64.zip",
+ "hash": "68dba5f2b048f236e892ce0e16c6d47464c377b65c7a8af4dfbcbd371cfc4b3592a1c93488515cbc2c905bcb522404b92b8e3a53a9543f573fe7ce26600b0fe9"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aa7baa92-26eb-45ee-9ac1-b41b475a328b/aadd9fb2a741ffcf44be8444be4ffa20/windowsdesktop-runtime-6.0.4-win-x86.zip",
- "hash": "59ea3b5e9f1dc6f995f6f491b1a57ad0b4649841cd65ab89537921c3fcc8f716d52612028c9e08395f3d769c157405c221c22a0ae2225c82b1bc1e1d5053d0c0"
- }
- ]
- }
- },
- {
- "release-date": "2022-03-08",
- "release-version": "6.0.3",
- "security": true,
- "cve-list": [
- {
- "cve-id": "CVE-2022-24464",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24464"
- },
- {
- "cve-id": "CVE-2022-24512",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24512"
- },
- {
- "cve-id": "CVE-2020-8927",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8927"
- }
- ],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.3/6.0.3.md",
- "runtime": {
- "version": "6.0.3",
- "version-display": "6.0.3",
- "vs-version": "17.0.7, 17.1",
- "vs-mac-version": "8.10",
- "files": [
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-runtime-composite-10.0.3-win-x86.zip",
+ "hash": "00566bd0b0a58a9d7a19381dbe73693926b8ee0e27556ff4a4b16b3d79104628f50bbaee7e47ebf4b2e85e6503f396271ace6877de78adfa4368bf46f5fb02b0"
+ },
{
- "name": "dotnet-runtime-linux-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b9025cf6-8662-4d27-9095-d7aefa15c7b3/b50251688bab4b62bf6b2b20355e8bfc/dotnet-runtime-6.0.3-linux-arm.tar.gz",
- "hash": "98f70499f75d8128e4817911be963d0cfe78f89955f3c78e55a6b589dbfab082ffd69832fc14786367391c38d8f674a071254167ac5a1ace99c4f213d29ab084"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-linux-arm.tar.gz",
+ "hash": "03b3c53b2021ce16a8436ad9c0591b2d4b2f9f57015229d0aa8118548934ec49f5cc1b4971878061365c0c29ba89defd905a6d5ea3916429c5087d4f74e24e0b"
},
{
- "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/89b5d16e-cb5e-4e6c-90f6-7332e93d20ae/7a0146aa4fc59154a3256c5196a622c7/dotnet-runtime-6.0.3-linux-arm64.tar.gz",
- "hash": "f0f9fb191054dea2e4151a86c3de1a11ce574cc843cde429850db0996c7df403dfa348a277f1af96f13fec718ae77f3be75379ed3829b027e561564ff22c7258"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-linux-arm64.tar.gz",
+ "hash": "d7370bdd0b309c643c246edfa9573c9e509f76bbb25e2d2a54d0c9abc39ae10f46d357a74db6a58e0d60806af9b6e46b474f8e2a391d1d53387e7e817571f4b8"
},
{
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c54574f5-c9fa-40f3-b968-5bdfe527d155/2012ef392b4e3d9c52da9bb705a99b11/dotnet-runtime-6.0.3-linux-musl-arm.tar.gz",
- "hash": "c3ba734dc2f815d767d87054f0cb0876776467f2af3fbed6ba457b05a66fe40a29079dc18845cbe359a3a8127d46ca9d899a9fda14ddc7ba72debd5d15dda7a8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-linux-musl-arm.tar.gz",
+ "hash": "efeddb770d43c0ac15a4a17e45c499f37b0bdf8b9b66200c41e6c1fae6ddd13892f1a29e54ca6278723eb7dfdb2b130a76b5ff5e950416489eda0c82d85d2195"
},
{
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d71417a8-4514-4976-a763-0e58deeda7fa/5ddd06f261adcd67eec2ae2a3bfa3c85/dotnet-runtime-6.0.3-linux-musl-arm64.tar.gz",
- "hash": "58a8990c273041ad7ba133c57f6b1b986a8ff5b314e774cb36805c57f3e11ee8aa823cd03fd4c02dafa5847e5cd9760fdace46045e5ce4dd70965ff8731392f6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-linux-musl-arm64.tar.gz",
+ "hash": "f56a00c02ef4dcaae84eb6875cd22550d13618abe5e70c61f1c248a4770a26bf3ab094d04698455b11139caaf578d24ed1be342651d79030c01e5a69c1a62363"
},
{
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fa71d56a-8002-4f92-a250-66ba40526408/d96248ff8cd695061f45550b3d0a8837/dotnet-runtime-6.0.3-linux-musl-x64.tar.gz",
- "hash": "ad82ce8e1f670188d0d7f384546c88c963aaeccd91f9d0fcb3fe7cf5bfa972b8c9a7a4eaf8e1cdbb8a6ff4257a5f27e7ea4d33e6b0555acb33f8cb791a352290"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-linux-musl-x64.tar.gz",
+ "hash": "4b214561eaa60cc938c202e086b4c75ef72736bcec267708f6e97b3c630bf4f6d3ed9d591173946a3dfaf61527f77b119f407a4febefc8678901312aa584365f"
},
{
- "name": "dotnet-runtime-linux-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4e766615-57e6-4b1d-a574-25eeb7a71107/9f95f74c33711e085302ffd644ef86ee/dotnet-runtime-6.0.3-linux-x64.tar.gz",
- "hash": "083d9e6e72f0d8f175b341f5229277374e630c5358cfd3602fe611aeef59abec715edbe18d62135a5d13a650e99ef49f19b17e8c81663d0b5bee757519bec894"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-linux-x64.tar.gz",
+ "hash": "dfdc6ef4fdf973ca3da3dac6aeff25e284159462e00eaba1f069f34675668e8881addc9cd81d99686033109072a6906b949300a20218d1dc9ecc821a8915d35e"
},
{
- "name": "dotnet-runtime-osx-arm64.pkg",
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fd2bc402-447c-46ec-b400-8db8d19670c3/a79a70e58fa4197f2acacf35237c2c06/dotnet-runtime-6.0.3-osx-arm64.pkg",
- "hash": "c87b67d0656b9748e8db839b3731d3f66b46fe9fa128f93fe6f6d6b3eb0e4f84d44dd13245ab604916e8c93ce80432435d5372654d560f2d8c934bb6edcd4590"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-osx-arm64.tar.gz",
+ "hash": "33a909adb52a8e264b2036e0eabec43de82dc603d509e3489babac5ee98eb920154367882244a2977474a6af1c8b5b17d4b685b179d8ca21b8bb4204d22865f5"
},
{
- "name": "dotnet-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/03047609-269e-4ca6-bf2e-406c496b27e3/3b19ad4d3fbc5d9a92f436db13e9e3d1/dotnet-runtime-6.0.3-osx-arm64.tar.gz",
- "hash": "1debd4acab3c6408c849323e6dfba28a626850c40f93a0debe46c54f0c0b39526f4118d5b2bcf0307efeba0bc2656a92187a685400095ae078227698a0aabfb3"
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-osx-x64.tar.gz",
+ "hash": "38c3ad43f3d88f53003a959ff7bcecc0ddf764509b40075c4eed499b5be28048ec0620ea7dd427aa6f64a6311e5d705eb2bbf69676d1e45cf961893d36e6568a"
},
{
- "name": "dotnet-runtime-osx-x64.pkg",
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-win-arm64.zip",
+ "hash": "16d66fb9133e70e0c2151c1fab7d1e631556b95e1fa859aa31fda6037dd3397e9dea537bdc7851e951ad1427091222cea55b36bd1abbb8b4a3c6cc803f5fa8df"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-win-x64.zip",
+ "hash": "386acbf65fbb9f71451073b2980e1f7afe41340603ca02c0aae7368575bd29a6b6508bf3de6a62c61dd79563a5eec292028fde003aef485e2470eaaf082d32fa"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/aspnetcore-targeting-pack-10.0.3-win-x86.zip",
+ "hash": "3320664008e341d205bf866d7207f5122b49993e49e94f1c703362a532fefd1ea1bcbab4251c8676d2f202a9c65a3f4b45f1f12f1c7710716d816a8bfe646f21"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.3/dotnet-hosting-10.0.3-win.exe",
+ "hash": "cf972d40bf11b216d046b3ab9a2f50caffbf6150fc7901bb8a3370f57900821af121ca62ec15714e6a9e871f4bfbd50c39d945f8efea7767c492d679b60f792d",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.3",
+ "version-display": "10.0.3",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.3/windowsdesktop-runtime-10.0.3-win-arm64.exe",
+ "hash": "37b268e612b7859fe493a8601d55a280d9daab0dfb98de422749fd81767b43de5964339b1c55a7cb2d54ca8e7c127c5bdd3a68fd56382333e2b7f96039587a0f"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.3/windowsdesktop-runtime-10.0.3-win-arm64.zip",
+ "hash": "463a99c8deb2fec47ff5932df404a6954a6ab8f755622ad0a401c399c021e67a2971f130128937e86790cde38bfb3217931c37976ba6e33c117352530b28f95f"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.3/windowsdesktop-runtime-10.0.3-win-x64.exe",
+ "hash": "7ce6f187618a550594bb5e979f3aba46e7a1ceed712b404b43160ea5ca6e60f681833ce03475054ce31485498e709cdb884b70c5b4b70ba4a496a595b0c77a0e"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.3/windowsdesktop-runtime-10.0.3-win-x64.zip",
+ "hash": "18b192ad0b11b825be177253b9df1ee79c1105c5fa170f86a10366083bb4bb42ae598a4cb336038e0b209e0bf88500ddf02befb7a67fd889e97d7c407428061e"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.3/windowsdesktop-runtime-10.0.3-win-x86.exe",
+ "hash": "0d61feb27e2081cd00be137a0816ca429eaa6ecaaa16b19bd49f4ae5533adeaa40427f51ae8834bebdf5b8781cb33e7ef88e31d54f3150874aaeb0a77bee8432"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.3/windowsdesktop-runtime-10.0.3-win-x86.zip",
+ "hash": "d1c9a56a4882f1e19ec8e904a734e6430dc6cd5341bb38fc4f01c3cd8c90f9fbef3042fb747c9ad00ab039854a57499eb4db3d3432c5d2502ed21d36813e803f"
+ }
+ ]
+ }
+ },
+ {
+ "release-date": "2026-01-13",
+ "release-version": "10.0.2",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.2/10.0.2.md",
+ "runtime": {
+ "version": "10.0.2",
+ "version-display": "10.0.2",
+ "vs-version": "18.2.0",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-arm.tar.gz",
+ "hash": "f43fd5f761c0e49ce5eeafc587e507b346dcb2e690852510ee34622aa8ef10959fc5030d5d6325d7cbab941f736a1dc99d9cb87f7f868334b935e0281349ef91"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-arm64.tar.gz",
+ "hash": "93e706f9e4366ced151ec3688fb68814fbd148ca7ae1c244b451b066441b0a2abb636f7aaf789c9b786ce767e1d11e8906ec9bc097dcfc58cecf2931d4b4527a"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-bionic-arm64.tar.gz",
+ "hash": "73a55ed01e3cc2d96638c34ad9b5e4cb169cf216731465cd71ceabc3314af9c6fd7fb5229390c90d3e5722a2349647d1914d587c1aad1defe616d344e4dc6352"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-bionic-x64.tar.gz",
+ "hash": "250a4d329835a3118adc234826c0aa80973fd0d00fb0bf1dc5beb4ed139945cccaf4e1db6e866c643446afe8b3cbad53fc9363407cb4e7f110b4ac095a9d9444"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-musl-arm.tar.gz",
+ "hash": "266c0501440b289a97a540d17cdd333db06e8f82fc2fd4c4bb26a0234993ded7bfaed8aadb99fa09edf5bd63ca2fd4e78beceaf0277d418c5099330635cacfef"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-musl-arm64.tar.gz",
+ "hash": "f87f430fd860b622bc4d03e6cc1e62a3a41226af37ad2353144ae22dfffe54c5987cee0a24e7e31de4dfa7f56c07e92d6b9e5b0f1bccc5326a0bd20644781105"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-musl-x64.tar.gz",
+ "hash": "afa491016c8dddbaf1e321ad7b6c060abb62d092fd3304a45e717a4765ce3ee8fd45ff6ab54491b8e8e19b3109c26c47a85c411a7ca9d19a3adf6acb13f0d871"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-linux-x64.tar.gz",
+ "hash": "6c59d2b019205ce9e76ff973f216af3f80e38369474f3014649f32b345279def45441c03f155b58f1bdf6e5770fde86df11d2dd0a6559c40987b77d5dd9f2e8f"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-osx-arm64.tar.gz",
+ "hash": "9995a9795c9adbcbfdac5437c9666ccc43347cd39642656263285c8d3c00f842ae4bbc2dafafc88bc0524e88de2ba0d6d1dee1654d35785d529fb02e981799ea"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-osx-x64.tar.gz",
+ "hash": "9d50d215fbf3af787ba7bbc1c1ff8cfe09abe163236bc244bee08fd281a396d135211b903d8c9904f9205085cd744b1fd289c697d49c75ebc556f0a6d5396990"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-win-arm64.zip",
+ "hash": "8d5925b67b8ced67b4e295ec0a19e6aa59d7c83f2b50027c12c68dc988e1576f05568a5339df7db2e05494116ab617cffb81277032af5483d234d25f0177df47"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-win-x64.zip",
+ "hash": "f2659b3b4a06d88f13423de94e83599ac4979b92782379da3c7f97e27f40a82573f68b582b00718ab89dfed98b3b125d9ef96398563d12850ac5f81d34d2cffc"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-apphost-pack-10.0.2-win-x86.zip",
+ "hash": "2cd61ad418a8c41582c77f1633ad13efa8ce54d05a7988e25d8f25258556f5aa62dfe943bf069cea9e7efd9c0da0046b6b85a229c23f2070d7df05e16cd62208"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-arm.tar.gz",
+ "hash": "cf98b9cf1461a3450f112c8966f8409f01ad7dfd841cef8f5483100a6fdaff3b9b6fbb41b0d5b235ae4021c7b2b254233217c29a762ff44437d1ce63a8d1a545"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-arm64.tar.gz",
+ "hash": "592f1dc93910e44f80e3b88eda1b1fe8859f00786f9d2938f9bc4c14700e7478055da446f65cfdf1860b67576e76459d16c02d39b7f0f51261ff4dd00d130edf"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-bionic-arm64.tar.gz",
+ "hash": "4453bf1e2fe60812aaeec52eab09fcc69452c51aaa67f60078c5c71e090355537b8968df2887b756883f15c3ea93ffa6ee2dedf40d7b596f83a65134465f7720"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-bionic-x64.tar.gz",
+ "hash": "9337a7e100639bff08721a76e0e0fdbe82160686d2da760bcde98dbe10b0f85f736427698dcf92496d74f5bc55b9cdb10c3bf9cb28ea36d1c73bfe2907c6fcf1"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-musl-arm.tar.gz",
+ "hash": "497fbc2e3a9fb86f5d457607112051de9f1614cfd2cb8635322aafd322182eb671f02b3c3c1d604ff871b4eec2709b8213fc7bc58aeaa9d76b305408385d2e76"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-musl-arm64.tar.gz",
+ "hash": "ecb933853f24b73fb7db41672e5f2e985d8d2323ba9e6fa55b74d897b0b81b63be1fdec5880d2a4cbc22457ca7f0965063d16d806dac0d26c4ab9b9d3aaa0ee9"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-musl-x64.tar.gz",
+ "hash": "68e71f8a42f59ef6560aa0fa58328bdbe1148d4ccafe8e6a3f8c3279b53bdd5036a9d6d6ec2b234dc74d62603b497caab9bebace2ef7b8261844da9dc8f0f164"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-linux-x64.tar.gz",
+ "hash": "28094c031a87f384c74ea855c65f172482f63243f5f873db554e033e683ac81714fa654dc8d8d78044072969567b0933f47cea699deafd30d96f40f4ee24f851"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-osx-arm64.pkg",
+ "hash": "400cb02f4a033fff3a7a3d5179f14f7e8e995ec0efec8d8ff6a3f1cafbeb808354e9db0f4518258c5757be6f286330f28d5de9427c06cd9b2ba90825a6f7378a"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-osx-arm64.tar.gz",
+ "hash": "d438192abb49458660b077eb621ca3e895a589db4203e2c37978c97cbce51723218e5e0f0078d18c5db86b49a26513703c936444d6f710ba093cc8a837f857cb"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a70a8b8-e0e7-4ccc-940b-d73b375b0636/75422fdccd9e762cc0c3176424779181/dotnet-runtime-6.0.3-osx-x64.pkg",
- "hash": "846bb481e0ee3e1378d3e88ff6b29bef508536a0b26b7b9394986c03b1919d822becfa5e2a471cab0e0c627b4c82adc04c25747f3b25fc9a8dd2c7e517c77f28"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-osx-x64.pkg",
+ "hash": "e393c20fa5a3a64f200f68f638349c30c4978d388bde6ffcc4959e800e1bb3e77f0b3a72d57f0bc766611d208ecbb2b4bda6de2f739bad7144dba58165486bf7"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1f354e35-ff3f-4de7-b6be-f5001b7c3976/b7c8814ab28a6f00f063440e63903105/dotnet-runtime-6.0.3-osx-x64.tar.gz",
- "hash": "98c457cbc0ac8f5f0acd7807bb45726b78e87d4f554fd30123cc8d9568b5341cc5bba16c8e4c85537ec4798d7e4d7f2f11701d2045b124f1b36bca75d80458e8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-osx-x64.tar.gz",
+ "hash": "108237f79b3a4bc575a3f48c8de738fc6b67645c97a546543121520f6fe1ddec6da5d8424715870b1ceb969663144e4a6e248414a2a2e93509345a87ad1d5015"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/64212768-e4a7-4150-9f45-87712dd00832/ec91bc1674fc324a88baf1a6488e7c9f/dotnet-runtime-6.0.3-win-arm64.exe",
- "hash": "122d97cf6394d8470efccb90ee0f4e14d38e14ff0fc81dc614479065036250c37f119857dd4febc389c1f7996c1277c538dc548bd4d7eeeabfc7650b2d1262d4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-win-arm64.exe",
+ "hash": "b484857bf73716e4f879fe4c5c4355f9e690898cb01b3c9f580dad5481ae3c457de69a48e3d8732231dce14243a61c94c1e7747f9b92ce937ddbd238f1f789e5"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d0764d57-d623-44f1-ae06-3dc986b1d9fa/14777382e911ba2cf74915a1f7bf4958/dotnet-runtime-6.0.3-win-arm64.zip",
- "hash": "e38f13f0504b6e39b0493b5360b6b1a3c62574bc74c64f0552ad780b56f1afba51ad4b7469f9ea5f1d560cf1b02a654e84e61d4c94140f69159a6d6f792cdf01"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-win-arm64.zip",
+ "hash": "bb5d931007e117c75eaaff7c0a1d002019963f9f990096a4c8d9ce745f705777fba35816e2b1c4efc7f629a41d9d1c8c9bba20a780430bf753cfe31a57711617"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1ac0b57e-cf64-487f-aecf-d7df0111fd56/2484cbe1ffacceacaa41eab92a6de998/dotnet-runtime-6.0.3-win-x64.exe",
- "hash": "d06a29c5c4620f3975a68ea814b33e748eb61449536d8ba3f0c8c8b749bebf90c2956c9a3d6f7d34089d9c1a9c4fb9e4d068a1a7476982cf5d71e44eafa394bd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-win-x64.exe",
+ "hash": "379e16ec1f12cad924800e55adc979197a6f9a770185e7dd46d5c07627415cb8e10483e22c93a89352a48f92bb012b0e2195b6e1bc081fbd6304eb780fe48ddb"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cf4207e9-1af7-4eec-8f3b-78880cae7500/1a1bd8eea1a0fb4287b3527bdfa4f757/dotnet-runtime-6.0.3-win-x64.zip",
- "hash": "24bb230a3721a3ea8fbde9f6e648496124b4de0ecba6b58918fc3f7a5bde8d818415e46531dd1bfa399ed3847a7f519fc94cf4d41896ff77652b6a615b79f54e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-win-x64.zip",
+ "hash": "309c4b8ca238eb9ed5b8e1adaebc4c351de6a7c27eb442b04baa8dea324e52a3f216ffa90bf6e9ce8f033ff66a96ee585ae28d9e4f8ef18961a2927c0bc29412"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fa2aa002-94d8-4882-960f-066edcbcc187/58f85bc6116d65f5bd296f9512690b50/dotnet-runtime-6.0.3-win-x86.exe",
- "hash": "161282e9f3e315fffa35d8ad6aef5f12bcbb8734e5c5c00d4de1f754afd93659180c25de73ad131d0959525a3cc8960dfd8e3446e007ee9df94441359b044918"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-win-x86.exe",
+ "hash": "ab72b67a346ad5a686fcba08dc09a8a445ef2b76ecd3ff0687cc6e3634400d2bdf152a69e59da1af77b6ae831774734836b3bad6e875975299c5d1663cb5c936"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d48f3593-c7dc-4f24-a1db-315a7f0cd81a/6c52f8055184a8a2008712052142e0e6/dotnet-runtime-6.0.3-win-x86.zip",
- "hash": "ad85798c40e81ffa641f186876298ab028f05dc501fb8d7b35857ca03f34d0c46a1ec0e51d81918539231f561c0f6d5194ebdc4ae8fda73c6f209711f827ba58"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.2/dotnet-runtime-10.0.2-win-x86.zip",
+ "hash": "5c9966a34fe8846a214cdfbca47c90301ec62c7047cc43afc99cc8f41db9ff676823761ccdc1007780ff4d7ff5aa973e7388efdba08369532d59ee08486dd203"
}
]
},
"sdk": {
- "version": "6.0.201",
- "version-display": "6.0.201",
- "runtime-version": "6.0.3",
- "vs-version": "17.1.1",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.1)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.102",
+ "version-display": "10.0.102",
+ "runtime-version": "10.0.2",
+ "vs-version": "18.2.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.2)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eefec3fa-c4c3-454d-bd7d-8fda31d15e5f/62668641ffc94db5fa11187f14a981f8/dotnet-sdk-6.0.201-linux-arm.tar.gz",
- "hash": "5a683430325a90dd1d8e0071a1868939fb01268f9eb389ca1dc40956fde6b9f45bec086553ad3333139e530dfe5afae48195bcdfec388b0b568989924a1f1dd7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-arm.tar.gz",
+ "hash": "a28efff5b180b3912f26c65c4802acd961fa2d751a2cc289ba5727ae70253d70825bad4ed06019a7601aa54201d4666b6dcacb9869b0fd45466b9f5b25d6d15f"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33c6e1e3-e81f-44e8-9de8-91934fba3c94/9105f95a9e37cda6bd0c33651be2b90a/dotnet-sdk-6.0.201-linux-arm64.tar.gz",
- "hash": "2ea443c27ab7ca9d566e4df0e842063642394fd22fe2a8620371171c8207ae6a4a72c8c54fc6af5b6b053be25cf9c09a74504f08b963e5bd84544619aed9afc2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-arm64.tar.gz",
+ "hash": "1254141153d29b5b926e0e7b0b172a25f9c096b8ed6a182f54062c5e0b41384b30e10e2bf1ebe86ed0f58f4ff762203acd83bcf23fefb59c07af45332d794700"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/09df51a1-5ef7-4db6-90cd-302ae92b7c84/3d000f08ab919f43f61184a3c48b46a8/dotnet-sdk-6.0.201-linux-musl-arm.tar.gz",
- "hash": "80a7a34c1b0696c5ab9fb52920982fd529e93c09b1c1fc0222ddaae569ea488cdcff380fdede516a25a165b195d52c162733082af122b5c07191a900e5ca1e86"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-musl-arm.tar.gz",
+ "hash": "75ec79627e355f961adf8b326f2854fe9b2a9d5426aa826228c83dba6746bf9d9558f1b49f44357f60df1272728132ff4e40330c1c1383e26133185e3943723c"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0038906f-0d85-41ad-897d-2579359eeb77/78bb1d3b9df9d8017222f0bed5df23ab/dotnet-sdk-6.0.201-linux-musl-arm64.tar.gz",
- "hash": "95cd26bcd4d312a6b88cdbbffd3154ad8e76ad313838ff386828b9d76f0536e32add86671ad967033c204b6c493b7a27591cc48726007a4cca1c7e0a9daab976"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-musl-arm64.tar.gz",
+ "hash": "10be1f3f2516fbc1049ad8fcb00bd12bbb16a2d20f708b6cd0177cd8775d01e9dec10ec1fbe4b570d7c82b158cb745d77e8ec66ff0b9f56327778562ba1a77be"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/70fb6022-ef53-473b-bfde-dc8cd6b673ca/2c04303064ed5c5158998c3a0d11fcc1/dotnet-sdk-6.0.201-linux-musl-x64.tar.gz",
- "hash": "6e39c14ce7b2e874105351f5a4d26eea91f9772bb302b39e0697db1e776680ae37c199b820763ce8ff25a2ff84aac45e0f282919e0d5a2fcd3d7dd8d1b2a94ea"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-musl-x64.tar.gz",
+ "hash": "3586eb8de224d7585bf6cfd20f489e27c0a2a1fc8cb107c7ee2a07bead48b1edb0241f52febcf0e2f9f5fdf3ece3cf2e2f988b149166947445189e7406652ccd"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz",
- "hash": "a4d96b6ca2abb7d71cc2c64282f9bd07cedc52c03d8d6668346ae0cd33a9a670d7185ab0037c8f0ecd6c212141038ed9ea9b19a188d1df2aae10b2683ce818ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-x64.tar.gz",
+ "hash": "7adf40e8e5547970391cfbe474c3874c6918ce3575ac398f376c78502134e1c8a2fa3da9aca281fdaeda81671f56c851ebe9e74c5b57c5a298bd45deba63565d"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2e20d654-1371-4c8f-a0dd-e81bac07549e/7b63667ab1941110bf9e684dc66b590d/dotnet-sdk-6.0.201-osx-arm64.pkg",
- "hash": "482dfbb627b8278c8e7c100830f1378775b6ca7426df8ccba36281e4e7e5f6a70f7180d46948216b76ca66a312fe85c88ddb8b53189c5cd2471087c19e647555"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-arm64.pkg",
+ "hash": "367268efb5e53f901937b215b4ef08c054d924957b098e45dd74e16a64e04abb888c71a332f372f1297b43f765a4b908cb74428480eed5907645409eb643b3a9"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/628be5e6-7fc7-42b6-99c9-ea46fbcc3d14/d94bb4198af2d5013c75b1c70751ec8f/dotnet-sdk-6.0.201-osx-arm64.tar.gz",
- "hash": "0796a81339788fbc160885548983889dcffd26a5c0ac935b497b290ae99920386f3929cebfbef9bb22f644a207ba329cf8b90ffe7bbb49d1d99d0d8a05ce50c9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-arm64.tar.gz",
+ "hash": "5adb12a72ccfd327fe94ce99104ee7b9b56dbe40e354440a0b28313a4996ff34cc8560d605c1f30c247d364ae429de55d8c3b30ea19da04a716a059eb62b98ed"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a5e0f5da-6088-451c-a341-b751c0d418c7/9fe3a31273888fe23cbe71cac32fa35c/dotnet-sdk-6.0.201-osx-x64.pkg",
- "hash": "41bef6c3bfd21d04b5dfca0fcb569b17cc5f45ea45112e92c3443536e881f135a036f347796eff372bc60390f9f836c4fbe8a8df7a85a4bec7c3db1e302521cc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-x64.pkg",
+ "hash": "dbe7c18eaa032ee4c0f8b5fecdde6642d5b9e7b822fab063bdacd4f59f552a89e09dc3cdc487aad698ed725946d186d9fa410c4daf62239c0e0ed982c9b05e05"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cecaa095-3254-4987-b105-6bb9b594a89c/df29881aea827565a96d5e47dc337749/dotnet-sdk-6.0.201-osx-x64.tar.gz",
- "hash": "1df27ca5a1db1a8712acd95083aa00ec7b266618770e164d6460d0cf781b3643a7365ef35232140c83b588f7aa4e2d7e5f5b6d627f1851b2d0ec197172f9fb4d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-x64.tar.gz",
+ "hash": "5420d5cabdb7aa4c0e1a85907474dac873d20ccc5bf2810680f0a4d1fc9de948e9b7be15f3464fcde6be811c85b4ce290ecb6585f892077f10f40daaed03249e"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8ff80e7e-fe35-45ca-bcfd-476e8d8715b5/92207f5d3df4c8f3992d1e8792971e89/dotnet-sdk-6.0.201-win-arm64.exe",
- "hash": "649c5452801c48cff8e31370035baaea70681737375ddec115d829034413fb3ddafc6848565584cc626affaf7d8c09f3b8de85e7a380de7089c75b0febdb7182"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-arm64.exe",
+ "hash": "83d4506850b2d192c9578dbec56a8e5df07896ffedf26ff60aa913c1a68bd12b4c3443f126488c83255408a0740cae01a362d7a700f0eba3f901099f63beabbf"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bfb98e2a-7535-4f27-bb62-bd9e94e9ec36/6e6a149f56712e6ac949a8b30ea93c70/dotnet-sdk-6.0.201-win-arm64.zip",
- "hash": "5fc62e24c804e315eeaeeaf1bc5d2a283bfb4f3e122405661dd1002f3b02b7ba3b8cbdb0e35e3eacc5fdbe901a546a07972a55b5700dffa07fda33e9f3fd051b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-arm64.zip",
+ "hash": "a68c5c855ba81c6898cf40225ece3e5c0f93cd3c3c2b5451e6acd39de87d2a896ca7ca5e718dc46ce0daf171903dd18bfd9c684dd51813a3f47b2bd886ccddcc"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1eb43f77-61af-40b0-8a5a-6165724dca60/f12aac6d4a907b4d54f5d41317aae0f7/dotnet-sdk-6.0.201-win-x64.exe",
- "hash": "7fcd52d520a82c8b2dedc6e3074e2201643ea4d8897b521bfa9e5e9af39a2eadcae9836cc5e4f6707e1077bbeab67159735b67fedd87bd8de3953b94e81ba1a2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x64.exe",
+ "hash": "a4eaa99752d70f57c69ca4b7c4ea0cb97feff636d773c21f7aa760a55b91ee9d4f0d9f793cf354a532a125e30d5c4c56693afdf1f0ed9d2a9c06c30bd5dda207"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5432b207-da43-4524-810c-563f1820d6b4/f5ca8777ecca3fd9dff35ca90502c960/dotnet-sdk-6.0.201-win-x64.zip",
- "hash": "8b7e16202cd67f8a2eac251b33fcb9099bc8113c5d76a0eff99c74a768dd2cda5db7c70aa3224e9731d94b5d7f2c46257f64b6a4a613679266bf16a733f79e01"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x64.zip",
+ "hash": "086bb7cfced5d2f531233307502fc8ce3de08850d3891e4d812542314904e1edf4b313a1a3710be1fc2ac9fecea8d511766346a6ac9f24c2b81a2ea0bedeaf16"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/191ad5e8-d23e-4a6d-86d2-6295ad15c412/e172fc20532a76f4d60b9a47fd317ae2/dotnet-sdk-6.0.201-win-x86.exe",
- "hash": "9300a674529152d8457d89f657084b8ac4b001bae1b5d7ffd3d5c27c1e82e4a80b84946971601ff86748f422cdaf6bbd66d12bb0112dc248b83f369b1dba9ae9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x86.exe",
+ "hash": "47cc685102134105bd2af07e259f9e6e896714b8f0be23525ab3469d9577dce8132250130543fd021e2f724936e23e7eb7daf32b791fea569ab398b487c03eaf"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f3eb10bc-017a-47f8-8acd-ca90efcf8be8/584f28dfcaedcdddf575eb976e687955/dotnet-sdk-6.0.201-win-x86.zip",
- "hash": "bb42be5cb431d27ac1414a977eb0da7035b651643feb452deb0c6c17f23dbbfd5c7c2bf54a8c418bcaf08e8b496dcb000af60b2e2de343b3f643b919c15a693a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x86.zip",
+ "hash": "c0d812dd047fb99b16726da5f46ea2bedb3f89dbb2ad37c12497ffccb3e6b73ddbe707a26dce25c7426190149261c3dd4cf8cb8ca92b52867033e9071138f145"
}
]
},
"sdks": [
{
- "version": "6.0.201",
- "version-display": "6.0.201",
- "runtime-version": "6.0.3",
- "vs-version": "17.1.1",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.1)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/eefec3fa-c4c3-454d-bd7d-8fda31d15e5f/62668641ffc94db5fa11187f14a981f8/dotnet-sdk-6.0.201-linux-arm.tar.gz",
- "hash": "5a683430325a90dd1d8e0071a1868939fb01268f9eb389ca1dc40956fde6b9f45bec086553ad3333139e530dfe5afae48195bcdfec388b0b568989924a1f1dd7"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33c6e1e3-e81f-44e8-9de8-91934fba3c94/9105f95a9e37cda6bd0c33651be2b90a/dotnet-sdk-6.0.201-linux-arm64.tar.gz",
- "hash": "2ea443c27ab7ca9d566e4df0e842063642394fd22fe2a8620371171c8207ae6a4a72c8c54fc6af5b6b053be25cf9c09a74504f08b963e5bd84544619aed9afc2"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/09df51a1-5ef7-4db6-90cd-302ae92b7c84/3d000f08ab919f43f61184a3c48b46a8/dotnet-sdk-6.0.201-linux-musl-arm.tar.gz",
- "hash": "80a7a34c1b0696c5ab9fb52920982fd529e93c09b1c1fc0222ddaae569ea488cdcff380fdede516a25a165b195d52c162733082af122b5c07191a900e5ca1e86"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0038906f-0d85-41ad-897d-2579359eeb77/78bb1d3b9df9d8017222f0bed5df23ab/dotnet-sdk-6.0.201-linux-musl-arm64.tar.gz",
- "hash": "95cd26bcd4d312a6b88cdbbffd3154ad8e76ad313838ff386828b9d76f0536e32add86671ad967033c204b6c493b7a27591cc48726007a4cca1c7e0a9daab976"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/70fb6022-ef53-473b-bfde-dc8cd6b673ca/2c04303064ed5c5158998c3a0d11fcc1/dotnet-sdk-6.0.201-linux-musl-x64.tar.gz",
- "hash": "6e39c14ce7b2e874105351f5a4d26eea91f9772bb302b39e0697db1e776680ae37c199b820763ce8ff25a2ff84aac45e0f282919e0d5a2fcd3d7dd8d1b2a94ea"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz",
- "hash": "a4d96b6ca2abb7d71cc2c64282f9bd07cedc52c03d8d6668346ae0cd33a9a670d7185ab0037c8f0ecd6c212141038ed9ea9b19a188d1df2aae10b2683ce818ce"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2e20d654-1371-4c8f-a0dd-e81bac07549e/7b63667ab1941110bf9e684dc66b590d/dotnet-sdk-6.0.201-osx-arm64.pkg",
- "hash": "482dfbb627b8278c8e7c100830f1378775b6ca7426df8ccba36281e4e7e5f6a70f7180d46948216b76ca66a312fe85c88ddb8b53189c5cd2471087c19e647555"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/628be5e6-7fc7-42b6-99c9-ea46fbcc3d14/d94bb4198af2d5013c75b1c70751ec8f/dotnet-sdk-6.0.201-osx-arm64.tar.gz",
- "hash": "0796a81339788fbc160885548983889dcffd26a5c0ac935b497b290ae99920386f3929cebfbef9bb22f644a207ba329cf8b90ffe7bbb49d1d99d0d8a05ce50c9"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a5e0f5da-6088-451c-a341-b751c0d418c7/9fe3a31273888fe23cbe71cac32fa35c/dotnet-sdk-6.0.201-osx-x64.pkg",
- "hash": "41bef6c3bfd21d04b5dfca0fcb569b17cc5f45ea45112e92c3443536e881f135a036f347796eff372bc60390f9f836c4fbe8a8df7a85a4bec7c3db1e302521cc"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cecaa095-3254-4987-b105-6bb9b594a89c/df29881aea827565a96d5e47dc337749/dotnet-sdk-6.0.201-osx-x64.tar.gz",
- "hash": "1df27ca5a1db1a8712acd95083aa00ec7b266618770e164d6460d0cf781b3643a7365ef35232140c83b588f7aa4e2d7e5f5b6d627f1851b2d0ec197172f9fb4d"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8ff80e7e-fe35-45ca-bcfd-476e8d8715b5/92207f5d3df4c8f3992d1e8792971e89/dotnet-sdk-6.0.201-win-arm64.exe",
- "hash": "649c5452801c48cff8e31370035baaea70681737375ddec115d829034413fb3ddafc6848565584cc626affaf7d8c09f3b8de85e7a380de7089c75b0febdb7182"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bfb98e2a-7535-4f27-bb62-bd9e94e9ec36/6e6a149f56712e6ac949a8b30ea93c70/dotnet-sdk-6.0.201-win-arm64.zip",
- "hash": "5fc62e24c804e315eeaeeaf1bc5d2a283bfb4f3e122405661dd1002f3b02b7ba3b8cbdb0e35e3eacc5fdbe901a546a07972a55b5700dffa07fda33e9f3fd051b"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1eb43f77-61af-40b0-8a5a-6165724dca60/f12aac6d4a907b4d54f5d41317aae0f7/dotnet-sdk-6.0.201-win-x64.exe",
- "hash": "7fcd52d520a82c8b2dedc6e3074e2201643ea4d8897b521bfa9e5e9af39a2eadcae9836cc5e4f6707e1077bbeab67159735b67fedd87bd8de3953b94e81ba1a2"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5432b207-da43-4524-810c-563f1820d6b4/f5ca8777ecca3fd9dff35ca90502c960/dotnet-sdk-6.0.201-win-x64.zip",
- "hash": "8b7e16202cd67f8a2eac251b33fcb9099bc8113c5d76a0eff99c74a768dd2cda5db7c70aa3224e9731d94b5d7f2c46257f64b6a4a613679266bf16a733f79e01"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/191ad5e8-d23e-4a6d-86d2-6295ad15c412/e172fc20532a76f4d60b9a47fd317ae2/dotnet-sdk-6.0.201-win-x86.exe",
- "hash": "9300a674529152d8457d89f657084b8ac4b001bae1b5d7ffd3d5c27c1e82e4a80b84946971601ff86748f422cdaf6bbd66d12bb0112dc248b83f369b1dba9ae9"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f3eb10bc-017a-47f8-8acd-ca90efcf8be8/584f28dfcaedcdddf575eb976e687955/dotnet-sdk-6.0.201-win-x86.zip",
- "hash": "bb42be5cb431d27ac1414a977eb0da7035b651643feb452deb0c6c17f23dbbfd5c7c2bf54a8c418bcaf08e8b496dcb000af60b2e2de343b3f643b919c15a693a"
- }
- ]
- },
- {
- "version": "6.0.103",
- "version-display": "6.0.103",
- "runtime-version": "6.0.3",
- "vs-version": "17.0.7",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.102",
+ "version-display": "10.0.102",
+ "runtime-version": "10.0.2",
+ "vs-version": "18.2.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.2)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3324d5ae-3b19-4906-a5be-c088c08d4bae/b95253ada2fc9ad129c58a66db09f3ab/dotnet-sdk-6.0.103-linux-arm.tar.gz",
- "hash": "e1ad50651dbd80cd9a089a5032f32c110b47b74935813aa3cbd8a8473ef65f139e5bed61f4952c9ff4ff95fff11c51a12095dd33e228733208222c13c95034c5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-arm.tar.gz",
+ "hash": "a28efff5b180b3912f26c65c4802acd961fa2d751a2cc289ba5727ae70253d70825bad4ed06019a7601aa54201d4666b6dcacb9869b0fd45466b9f5b25d6d15f"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/84b9132d-f18e-4f54-bd34-ed4ffcbfa1f7/8a4cc6ca1d60a58963a1866a2b1857fe/dotnet-sdk-6.0.103-linux-arm64.tar.gz",
- "hash": "e9efdbbb36a064b2cddcadc7b8c3a92dabc0da5c9491a6a39580720739d9a7517fee8e9ea2073d2dbfc91685f093a950bcb80713ba77413da07c17cddbbbfe55"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-arm64.tar.gz",
+ "hash": "1254141153d29b5b926e0e7b0b172a25f9c096b8ed6a182f54062c5e0b41384b30e10e2bf1ebe86ed0f58f4ff762203acd83bcf23fefb59c07af45332d794700"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b4fa618e-3e9f-46ee-b293-6b1a2c7b7033/57605d175520a33fcdf11c211388e48c/dotnet-sdk-6.0.103-linux-musl-arm.tar.gz",
- "hash": "f16673dfcecfff028781e507e6ed39f8fea9bb168a4afba6d07983d4d9f8e9447d40752fab722cf79f4f6224554c77be484144c019851631a1b51fef2d0d4c35"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-musl-arm.tar.gz",
+ "hash": "75ec79627e355f961adf8b326f2854fe9b2a9d5426aa826228c83dba6746bf9d9558f1b49f44357f60df1272728132ff4e40330c1c1383e26133185e3943723c"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ca9af52f-443a-40ed-883a-4e58d1fe133f/4c1a32fc66ba82a7dfae0b819c100a0b/dotnet-sdk-6.0.103-linux-musl-arm64.tar.gz",
- "hash": "8d5fca2760674f1e1b0dd44c0929464b785d877887c64d73b1627b84c1409c5050efd9255039a6b6d7c2c9757a824aadebbd8ee4927a05015dce98627a4e66ad"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-musl-arm64.tar.gz",
+ "hash": "10be1f3f2516fbc1049ad8fcb00bd12bbb16a2d20f708b6cd0177cd8775d01e9dec10ec1fbe4b570d7c82b158cb745d77e8ec66ff0b9f56327778562ba1a77be"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/390dee16-ef15-4228-9530-01a564262c5d/998276f854c9e878aca62c4e5571df3a/dotnet-sdk-6.0.103-linux-musl-x64.tar.gz",
- "hash": "b61f6ad200d13d38b87c9a3588db9ca20cfe88092117941a5a18ddc76515a7e95de58f4abf4d787df4c0213997eff6920aac2750466aa5f789e276f5eb1a8f56"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-musl-x64.tar.gz",
+ "hash": "3586eb8de224d7585bf6cfd20f489e27c0a2a1fc8cb107c7ee2a07bead48b1edb0241f52febcf0e2f9f5fdf3ece3cf2e2f988b149166947445189e7406652ccd"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5e689959-c361-447f-af43-7c9da2595cc6/7cbba6786fe0c132d3c5a6053c85f80b/dotnet-sdk-6.0.103-linux-x64.tar.gz",
- "hash": "359855c21c602315c254651b975625670dbde91cf09b7e05ae9a7542d509d0d9885bd3c07f1343e9a117afe2872f18ca8a3d590deb1a6cdf347e97a72c464b51"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-linux-x64.tar.gz",
+ "hash": "7adf40e8e5547970391cfbe474c3874c6918ce3575ac398f376c78502134e1c8a2fa3da9aca281fdaeda81671f56c851ebe9e74c5b57c5a298bd45deba63565d"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/044a56a2-376c-43bb-bc92-ee7a20c99e1d/42c8f115a4e7e9d187b7459efba91324/dotnet-sdk-6.0.103-osx-arm64.pkg",
- "hash": "01f4df285d8446e8593846f124afa7a1b4f860002393572c0b97326e96467d1d02629d93f61b51a5e2a98c8b312fc0881eaa93035e81dca82cdacbbe3c96c259"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-arm64.pkg",
+ "hash": "367268efb5e53f901937b215b4ef08c054d924957b098e45dd74e16a64e04abb888c71a332f372f1297b43f765a4b908cb74428480eed5907645409eb643b3a9"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8cfce8b1-fdaa-494e-bf49-085554ca3143/2281a8c0fd0962a6459c3bf1495e8b07/dotnet-sdk-6.0.103-osx-arm64.tar.gz",
- "hash": "a14547f3538ac5f859b138b8d0674fba1ea79ed12f5daf9e7cc1eeb41519610a5ffd353fd8ca5fd3284ed6594becb2909bf4616633ea315354a66e15345e2a7e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-arm64.tar.gz",
+ "hash": "5adb12a72ccfd327fe94ce99104ee7b9b56dbe40e354440a0b28313a4996ff34cc8560d605c1f30c247d364ae429de55d8c3b30ea19da04a716a059eb62b98ed"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c852430-5c45-46b4-ba3f-cf3ee404f148/f83321adf900c6d406b1b03e4c64e66f/dotnet-sdk-6.0.103-osx-x64.pkg",
- "hash": "6d77d547ba1d72784f00945dac80a6e576949eea2a58581c42f2fb592ebca4b6cabb12e1b44e0710683115279a06f2db7852c25c68b3c08fd43d4f1ff8a446ec"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-x64.pkg",
+ "hash": "dbe7c18eaa032ee4c0f8b5fecdde6642d5b9e7b822fab063bdacd4f59f552a89e09dc3cdc487aad698ed725946d186d9fa410c4daf62239c0e0ed982c9b05e05"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9aab0a86-666a-4656-9187-193bad4faf1f/2c7373d856efe68b19d3c52f8e253885/dotnet-sdk-6.0.103-osx-x64.tar.gz",
- "hash": "5bbfc0cd384c978d427add5058edbed2bc7c53fec15416f228aa09b66bba0a1580b992b8350490036df75f9098ed68f28910713af8cdfa0ad58572471caa4cd8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-osx-x64.tar.gz",
+ "hash": "5420d5cabdb7aa4c0e1a85907474dac873d20ccc5bf2810680f0a4d1fc9de948e9b7be15f3464fcde6be811c85b4ce290ecb6585f892077f10f40daaed03249e"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a46e89d-79ea-416f-b720-0b5158747bec/e8d815c9d506f5b7a7836f7271efa771/dotnet-sdk-6.0.103-win-arm64.exe",
- "hash": "ab5e711f78b54548f3e1f414a7e2fa872de01115da56d291ad255f52fac33694ba92511f9dc942061e720075a046071e531849be541b787f69f375a471ec56ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-arm64.exe",
+ "hash": "83d4506850b2d192c9578dbec56a8e5df07896ffedf26ff60aa913c1a68bd12b4c3443f126488c83255408a0740cae01a362d7a700f0eba3f901099f63beabbf"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3b6e0218-6881-4c2e-9d43-5f9a13d693b9/05973c2d1078d97b47b61800028e2bbd/dotnet-sdk-6.0.103-win-arm64.zip",
- "hash": "15bc2abc93df11adae1ea46f25f2ada891cd4bea0c5b7c468e28b2dc3f47cc0b8cacd13ea8e5d9fdbefecc075c414eb66cc78f08c7d31fc549a1e37e53b876ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-arm64.zip",
+ "hash": "a68c5c855ba81c6898cf40225ece3e5c0f93cd3c3c2b5451e6acd39de87d2a896ca7ca5e718dc46ce0daf171903dd18bfd9c684dd51813a3f47b2bd886ccddcc"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/01095785-0617-4626-86eb-9f4a3a3d578f/32280e1557d9a4238b93c3f68ce7395e/dotnet-sdk-6.0.103-win-x64.exe",
- "hash": "483fe525aae813ff93a034d4672e0cc8eff2376ea17c9ec35804110b9790f1c8ac3cacddd46894ad6214e7965a8d34c5ea2de0e60164da8d90781cb3634f8c3d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x64.exe",
+ "hash": "a4eaa99752d70f57c69ca4b7c4ea0cb97feff636d773c21f7aa760a55b91ee9d4f0d9f793cf354a532a125e30d5c4c56693afdf1f0ed9d2a9c06c30bd5dda207"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/958dd14d-0590-43a5-afe5-407c8fb0fc6e/234a227772fd91404db0fa4c055d14c8/dotnet-sdk-6.0.103-win-x64.zip",
- "hash": "55ab27e22b04f37ef86d8e239885e48fb0148a362c028b4969410938fa469a166e3fba9f82325942ab0b21c4cbc2b5a4dd2756742c8ec5257f449850ccf62317"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x64.zip",
+ "hash": "086bb7cfced5d2f531233307502fc8ce3de08850d3891e4d812542314904e1edf4b313a1a3710be1fc2ac9fecea8d511766346a6ac9f24c2b81a2ea0bedeaf16"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/09910ffd-238f-400b-95b4-abf54927f641/d69a4b8fb466b6036fb0d070fcfe01e3/dotnet-sdk-6.0.103-win-x86.exe",
- "hash": "0cc9165b4a840d5f12046291e548c45e715f604f2c0106854b7154016ae077e136d8a70080ad1975527509cea23f1d33f1e41435ead2e4f4d0a4e3ec47ba8cd2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x86.exe",
+ "hash": "47cc685102134105bd2af07e259f9e6e896714b8f0be23525ab3469d9577dce8132250130543fd021e2f724936e23e7eb7daf32b791fea569ab398b487c03eaf"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8b770369-0721-4a3a-9fc8-475ac5f33d10/82d1188b5f1cfe06dc41b5a507a68476/dotnet-sdk-6.0.103-win-x86.zip",
- "hash": "5fe44e77c05f55c2b514470744236150682d427f1723e26484f1f170dc2b78b06589c9bf73088588bd0b18aa6451043b10751f64d5f18a81e18dc1a05d6b2614"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.102/dotnet-sdk-10.0.102-win-x86.zip",
+ "hash": "c0d812dd047fb99b16726da5f46ea2bedb3f89dbb2ad37c12497ffccb3e6b73ddbe707a26dce25c7426190149261c3dd4cf8cb8ca92b52867033e9071138f145"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.3",
- "version-display": "6.0.3",
+ "version": "10.0.2",
+ "version-display": "10.0.2",
"version-aspnetcoremodule": [
- "16.0.22055.3"
+ "20.0.25346.2"
],
- "vs-version": "17.0.7, 17.1",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7e5fa679-9e48-4748-8d54-578c03d5ce53/70f7cf826885132badd35ed667009fc2/aspnetcore-runtime-6.0.3-linux-arm.tar.gz",
- "hash": "7d3ca660a6a64c79d5c49c1ced1123dd2aed1cb6b8067627e640d81737f0a946ccfe3d5169d6cc797b6ec17821ed465a66620cdb1eb43470b403efcb9734a430"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-linux-arm.tar.gz",
+ "hash": "1f92676a77d2841902cdb3ee409ee6da09278ce94afe4c6ff2ffcd3a8824395bf2728b4de1c0589e1a606fc1992fa34606fdda4269db75838265de77a5985146"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1e7933b2-1202-4aeb-bb70-a6f9cecac61a/b12b5666b3d4cf508f8575581abd4033/aspnetcore-runtime-6.0.3-linux-arm64.tar.gz",
- "hash": "745586b64d3e01f856c366821f6fb8ca97c55b2a90ba36d528fdf99c98938574805153e7d4fff0560afe8382bea14b35ddeba391a2dc2328285f02e125c9b702"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-linux-arm64.tar.gz",
+ "hash": "52ec81492d6d4253c00d7f51f12d5fddb10252ce664db020c4a90e4433e7eb7862529737400d5862f6fba41cb2bcf223f802e01d194b82908ce84530b03800b1"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d46b13ee-b710-43d7-b818-1eae18800a42/11e3430eed7b76bf38580a777b0b0904/aspnetcore-runtime-6.0.3-linux-musl-arm.tar.gz",
- "hash": "396ab8d31687a4169e146b84e34f862bcfa177814245dbc2061daab9a6e98a34ef6f17599070dca81eb768b31d55cbfba06482ec64d0e574970f0e8da3450ac7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-linux-musl-arm.tar.gz",
+ "hash": "3b0dde0c6be935da79a93ee8388502935914b852d837fecd391c1e55da2f3fc766cc48310d78d3e079c501924ec137b220b8546989319dd5462fd0446a5875e2"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e1ba7b30-de7e-4419-bf78-3bc935064b1b/9662000838cd29c2afa0aa9d46b03dc8/aspnetcore-runtime-6.0.3-linux-musl-arm64.tar.gz",
- "hash": "3b51831c58e070f799eccaa7b44aade14541d2f26e9929e11f303f250b62b6e798ed93d4063617d6a96bedb14c8f7c30b2ebd6e20c0d5bf940484988df037916"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-linux-musl-arm64.tar.gz",
+ "hash": "2a4ec961ccee6b5cd62bb8b83e16dfcb0d744c9a98e4b631feb9f822d8bfc7e0cd95bda44f0346436d0075a7c330c14464f2003620239266dedaf127bcb79d84"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cc2698ef-3460-4f35-9713-eb52f4f4bddd/0dad1d7367d7b4fe53940d69b6fbfd1f/aspnetcore-runtime-6.0.3-linux-musl-x64.tar.gz",
- "hash": "9d334a62e8f591f4cac70b970b20a45d7557a75aa1bccc34891ee4ea9a0ae9d7b046b3dd8ba4a922398198eb7275f9f50177fe8287f2dac7e99a883a448b63d1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-linux-musl-x64.tar.gz",
+ "hash": "7a8ee1045fe3d000c9913366723dfc0d9f069ac958241e1658fc27acce3d16922e742f0f5f800ca1c213fc9620e6462e70eb7633b4a8271fe0977e41f6b3ecdf"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3af854b6-80fb-425a-972f-c7f0d693bf1b/cd458a4feae5a98646ee12a14ab34151/aspnetcore-runtime-6.0.3-linux-x64.tar.gz",
- "hash": "9ea54220468d922ef2c40433c4b8c70df6c60d8ea63a3ac1ff5e5ce712606ae5cfe1e57d321b87eff1b5dc34d7823a4b4b964180587383f22d9a0ff5bb3a8c88"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-linux-x64.tar.gz",
+ "hash": "41ecfe6a6ef9e587a58f1336fe667e90585f0bca2227e25d0de9340c634967b180ef8c7c93a61fe390949a9fddc1e656ba717bc132f6947e6e450fcfc4966020"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d7cf4456-d9ba-4a31-98e9-4681e1b0d8b8/b9c4cfded00e9940756e62c4486f64c6/aspnetcore-runtime-6.0.3-osx-arm64.tar.gz",
- "hash": "03d1d4e8a8370856120e045ed4a83b3383d00fb56b5fdaf7db0de8bab5e3de60d03c02deaed6f72bde0d6b0e12511fe1202c4e2c25fdeeb489ad61a5902d71d3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-osx-arm64.tar.gz",
+ "hash": "7e6b254cb8a548e59161a31336a75f7dbd21486cd7575cc08d4d82684bad9a42352806f673f7deef3b8a1bfb4f1b086fd230565a79125f1dd32c4912ab0bb380"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2cfe2a02-dd59-4cb7-9788-76c620eaa0ff/dfd0d449289a042be9bc62e4466bf350/aspnetcore-runtime-6.0.3-osx-x64.tar.gz",
- "hash": "bda83cf36fc9aa62ff3e16a26b5f8f37efa3221ab826467fe26f3072517a428c64e44bc52f8a90f5c77bc60eeeddb8c3d59d2a509999edce3b51b835dd7edf83"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-osx-x64.tar.gz",
+ "hash": "8c342e9d89eebf8f03ba568d83652d1ea3ab61ec8b81ee8af714b75b29c850762dc7880e9debcb496aed9ed9c321ca20237c4b1b6a4c3356f492eec7c9a39db1"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-win-arm64.exe",
+ "hash": "8ee89a812a97f89a95484734b240763bfe0db77bbb710952af81a4f38bc451d25a30f3092124955fe3a145395730db0e028c4210698ad72751c448484ee4d578"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bf79f30d-9ced-4fda-941f-8cc0716b1c61/cfe6ac5149bf86a0267c496a9cc45a86/aspnetcore-runtime-6.0.3-win-arm64.zip",
- "hash": "3cd0823802852162dabf31553ce964c0bd3130fc85cbae295b01d4052fe912d7690183885e4ea238267d81172cff0cc76941698a31c775867b2ba54345495dec"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-win-arm64.zip",
+ "hash": "f5ed3f015385f1842dafd44ae874919eda3d066ada1626fb9f9b96247ae844e540e3a737c507f65e53e2c78899be3dbc97b15950da844e574d19442a449a6909"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10857513-e4fe-41eb-bb13-7ea5c02dcb00/ca75a693efb0b3c5cebf173eb7f98242/aspnetcore-runtime-6.0.3-win-x64.exe",
- "hash": "677e6c32197a3e8d3dbdc0c27621006db3a4f484a40ed417d932be3b1d933f51429bf225a9f462793cd9903fa8b4e70f3762ea5df6517e42b88268877bad02ed"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-win-x64.exe",
+ "hash": "59caee3172da845b91dc5b3b776049ac7c54cc2a4792f530f686bbe09cd3495f806949c826aec535f0ac4c40641ae2fc3b48a093b8018a65b3f10dc67e197bec"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a6bebf66-144f-44a3-8b74-425466e3608d/07231c69bfd5c749d48dbea15c50545a/aspnetcore-runtime-6.0.3-win-x64.zip",
- "hash": "aa3f46d3049dac94ea08cfa6145fd3288378b870e73b6163d5a6fd5f189b206a94156f6526efc7ca56af754f5a1191539a8cf1863dd15d7e3292175c83de7054"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-win-x64.zip",
+ "hash": "fe3dc0d1751d2f62700ef1b665c820d2e251039e2b1fb31a7f33b2be0725903daa73108fd654f5a457151251fd6e58520c592d8b35987a2fa5c60b72391feadb"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/93ae486b-e23d-4311-af43-bb5201298e80/860ce9bf78843286a69bb2957456cc4c/aspnetcore-runtime-6.0.3-win-x86.exe",
- "hash": "2d5aa3cd1e57969ca327afd428f7ce06a5cfb54e650afd65e075dfd0a44b1e23e5c52ea78437a9e0528d056ec199abf44a521089ca021fa46893a0d8405dfbf5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-win-x86.exe",
+ "hash": "f3ba47e629e3e955950cd8f91049dec9302cb0d2b2fdfcf22a220314b4f8e8812db6eaae9e5ae80098f95e04fe16fc83694180fa304ee951beef23b1f6e1f681"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d9200a02-fb3d-41da-a12a-391d31e4119d/dfbd376744f0e55c38f8809f4d4b4bd6/aspnetcore-runtime-6.0.3-win-x86.zip",
- "hash": "e2806164a381e38b0b932feaea2aafc90e9afeafcc0dcf5b2393b4399f73ba023324219c67ed27e38e3a8db91bb634a6616b98475716800526c8774b51380226"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/41d7c644-140a-40b5-9eb7-071544b79c65/885b7fa698a2d1d3a79ad363613f8ff2/dotnet-hosting-6.0.3-win.exe",
- "hash": "1c52efadd3792f2d8a595400add3ad7744e9b6ab94d40df0844841a90b8175ea4eb7b54c24c5d700e537533870e1cb0f7277bc4649cc707d236c0af0d4638aca",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.3",
- "version-display": "6.0.3",
- "files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2aa0dc08-37a3-41cd-86be-e7179ca88185/7079574462a7b6a7e166dc1fe802abe1/windowsdesktop-runtime-6.0.3-win-arm64.exe",
- "hash": "87724837f49c1ab2f255f3c33c94858ba65ed642ad781f7d66b20f23dfe9bdc22068db5ccf6780bd5a9beadf8d7021a54abf1b69c57801ef3d4f815ed3ae1c35"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7f3a766e-9516-4579-aaf2-2b150caa465c/d57665f880cdcce816b278a944092965/windowsdesktop-runtime-6.0.3-win-x64.exe",
- "hash": "089cb2d98057f6193e2ec9aeda28dd0081b6f2c4b13c6d037903f35703fd84148308a85d0e233d17258bd48d44ce3698e876b858fbb241812d5e437524b34b2f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-10.0.2-win-x86.zip",
+ "hash": "2bfcf1537404a8ce14bbca4323b16a5791a7a749d58d13d697678519f5fb67a2af3516e43ee4b80e1004d87d4dad2a06b86d54d9d754ffc72e30ea83c8c326e1"
},
{
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33dd62b5-7676-483d-836c-e4cb178e3924/0de6894b5fdb6d130eccd57ab5af4cb8/windowsdesktop-runtime-6.0.3-win-x86.exe",
- "hash": "ec57c188acefd1f9ff284e9bdee9c978f88651069b7c7a4a7503e2343fd017ab6967d9a4d1b4afd4532e7acc94d6e900aa0b5805a7c3788068a7db1f740a877b"
- }
- ]
- }
- },
- {
- "release-date": "2022-02-08",
- "release-version": "6.0.2",
- "security": true,
- "cve-list": [
- {
- "cve-id": "CVE-2022-21986",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21986"
- }
- ],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.2/6.0.2.md",
- "runtime": {
- "version": "6.0.2",
- "version-display": "6.0.2",
- "vs-version": "17.1.0",
- "vs-mac-version": "8.10",
- "files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8c34904d-88e8-4dc1-af91-fc1e5cb64a25/6ae9f205eb54fdd03e12e04daa43c015/dotnet-runtime-6.0.2-linux-arm.tar.gz",
- "hash": "0628b24971e05ac69c39a6526f6ef90ef65e72071a4be430e028958c33e484e7b95584a4a23716dd8eb70592b8b29266bfbd18c730f39aad8556ee87ca316aa7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-linux-arm.tar.gz",
+ "hash": "2344d03c59b82b92b8fdb9e917a341a659720221b2c8a56cab882695d1c35b269148d267eae6d03d5609fa928afa08523471787e15f1d8f147d009dac321d3e9"
},
{
- "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1b952787-51c7-4708-b20b-a1f59423f1a2/65151b3e18d451fa1303606e402c17fe/dotnet-runtime-6.0.2-linux-arm64.tar.gz",
- "hash": "5cca54e18332b3297960f21a1b523382e2e7ad6fff477548ac0964451a7db5fadb2acda7cc39bceab184250bd9f81f84162aff4a2ec1d2c4ad278985ed157f4d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-linux-arm64.tar.gz",
+ "hash": "95a5e0db4e83493348cd1ad54dc03b13ae128655c06be632424e6a88a0bcdd7cb71771fe7987d39d145bc435f6335166053905f24cf7ecdf3e7fa48712adb6f3"
},
{
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8359981a-8ad7-4925-b5c7-b8e59ca01cbc/439b7b835ce333d234fb20d9191c6ec6/dotnet-runtime-6.0.2-linux-musl-arm.tar.gz",
- "hash": "a9b804e1925d93d32aa0913fea7ce662a1e53eacbc8bd5da7fb6d9c2723d7f495f3134ceaef9f94a7a1a1b689a84080cf89273c6c314666d3e70465dc7a8ba87"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-linux-musl-arm.tar.gz",
+ "hash": "1626e821e32272d21741506eb69e6cc636cb29709142af79db30edb940597b3ab034df33c60e5ce29181e790cc2321de16e4438a46a3833b433196e1df948a72"
},
{
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9b71f19d-e9d7-463e-8a37-8b2ef071a024/59a777de384a922720292cbb9c91da85/dotnet-runtime-6.0.2-linux-musl-arm64.tar.gz",
- "hash": "3b2943a5d0c416814cf4427515638f9abe0e09444d34c8535a4dd3caeb10900c332ebdf128153c1fc8448f77190b0670c40566d2564192732f21accf180fe546"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-linux-musl-arm64.tar.gz",
+ "hash": "9fe7935e924f7f1583edc8eacbfeaa057ad266122b9afdc690b047c400df0c439b4cb660f9b31520786f132717ba7589a72bec7a24154315241043b6c07ed206"
},
{
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/327699d6-13f5-4ce5-91ec-c34b7bb505ed/9faa5cf0b173a8878ab7f0d013591079/dotnet-runtime-6.0.2-linux-musl-x64.tar.gz",
- "hash": "fd298bb310f86969f88807ea907cb20a38d6ab4b24493800bdf026933634a5145aff076dbfe9acb3ab6aa3a48747eca3149e05334847871889a8312e6e8d706f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-linux-musl-x64.tar.gz",
+ "hash": "57fcc660eb7f9c383448cc9cb5b45eb7eabed5951e4967268af08f0f21d26177b76d7a00805b938c5b9d7db41976caa6c2281d5f04ce717c2d16bcc788354db0"
},
{
- "name": "dotnet-runtime-linux-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/28029b9e-2851-4224-b781-13f2bfa8b975/4a3d5684cb104f6efdaef10d7978872e/dotnet-runtime-6.0.2-linux-x64.tar.gz",
- "hash": "fa42a686122655a2a7dedc2415bdd618ff06b0a57132d7d98ad79f25c40f3f9edb953ef1ac93fa1a1ff64cffb4c5276dd7586ba5d16c5a7960913e1c5dd646a4"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0d80c9b0-764f-4a13-8858-bc51e7b54b8f/7980e983431cfbbc0b28fb85f7770034/dotnet-runtime-6.0.2-osx-arm64.pkg",
- "hash": "726761d6794ceec8ab9f21482963e1cc76b851754e7572fc6d5d21941c21a690976fb2d62434ea1decdc5727659c9a51054a53647540250acfb504e23725c230"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-linux-x64.tar.gz",
+ "hash": "82e8362d3e8caf876f6f8ebe07b6e750f7352264446acb24b20d70aa105629e00e090df4eea585399ad047f4b313b14406ba239030b65cbf5914ff8389b952f9"
},
{
- "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/75f9bc5a-ff02-4dd3-8d28-ed4cd672f796/ab73e4ab6e6ec6ab608c2d68cea90f8b/dotnet-runtime-6.0.2-osx-arm64.tar.gz",
- "hash": "baca2588b25cddaee87e45fd347c5e305dc68604045827213db18221e20f545d81824f411502ce29c93e59094e0f18d66eaa6212c4dd2a1b696ace543adcc0d2"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/26c9c72e-65be-4241-b048-11858350afb3/0dc4dee2b444eb7b0e8120a76fd69b09/dotnet-runtime-6.0.2-osx-x64.pkg",
- "hash": "b611b0819b99bb46b7cdc5fbbf644ea0a5eaea7212e314a2024c7817bc949d9f37e4703eea9c7de240a96e5c5e4b9fab3ee0dd1986d0e08192e34d930924c79d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-osx-arm64.tar.gz",
+ "hash": "b5f6940a39508641156ff0b001a9dc1d6f904916c4f39ac2ea0660ddce62c14503cc323d8f615da9d965512c06e611368788cd6bf11b7b73ce4e5cc3d192c477"
},
{
- "name": "dotnet-runtime-osx-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5857b1e-9348-49c0-b35c-1aabde6ca28b/bd56e9c2fb52ae4fb551e22dae22a70e/dotnet-runtime-6.0.2-osx-x64.tar.gz",
- "hash": "7b86ce31759717eab5cfc6ca36c57ed080e3f50817f8057f4d43afdd28519f0231445d89274095af5cc5d3ee26e9f2fcbc4187f749b46edc64c793a15cd6b26f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-osx-x64.tar.gz",
+ "hash": "82634dcc6c7c64f016a614cb35df68a4ce0c1b3662504a408cdabcdd12f7ffaf3747fa0f2734624c10b07c34c4f3e07d4ec1d686d811de4f647b7de5181df632"
},
{
- "name": "dotnet-runtime-win-arm64.exe",
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/17878f6d-e10b-4354-baa9-53ad551f4195/dc5651cb5042bed7accaaf6401917427/dotnet-runtime-6.0.2-win-arm64.exe",
- "hash": "efc7ad7849c3c80b145390edec4dbaa639878727a90def4f169d5eebebaec087ba5e62b30de08c25a209ccfccd4ca4569bc11f96f53efba54dce2fe15291d3e5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-win-arm64.zip",
+ "hash": "b7681caaf55fe5d7240fb8e9f910d8c1f86e61cb71d7b874f806e1e869a66556c0eb896ba5c5bba1621a1fddef01c35353b13452e8edef9d3f877a778891b75f"
},
{
- "name": "dotnet-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3db8a9fe-0c34-49d1-8c8d-d6c7e8f24d79/e92448c495378cb16e34b1e17fd697c9/dotnet-runtime-6.0.2-win-arm64.zip",
- "hash": "350e84f404d01cacf7660a1cfed6ac23b2bed26a9db4a378eac5007672ed5e73e0b92641cbb6b7944fe347300032eff388b25584f737586f44ab1dd3384a99bc"
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-win-x64.zip",
+ "hash": "19d7bed902b8b6fd9aed38222bc6d9e10bf2a3a1e585c507ed14ea75a5e29d06370f6968e05fd4b2aa0e605f828ac961511c66390f44d4a2c8b9cd91c6ca4747"
},
{
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f3eaf689-f89a-40d0-9779-8c536dd9d2dc/924fd88b9c8d3622cb61112057c9ef47/dotnet-runtime-6.0.2-win-x64.exe",
- "hash": "b41ac08e8e90ce01fc7d89319a26d184393fdcb925763c90bf536bfbb7257a40548f8f060c538abe32041d0c82e693d4a263e93724c132d420e04bf9c4e67da8"
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-runtime-composite-10.0.2-win-x86.zip",
+ "hash": "e2c74b1464ec0e93cce6a10cf5eb262e00dddb3a54eeb6fd09954b9d553ba2c94f51b4e4111048cbbaa4346e21f53373ca5af156bd88a3973d82d2c5c51c0a40"
},
{
- "name": "dotnet-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aaab1000-2966-4318-9f86-8e8fa477ba59/bcaa668377efa18ca2acf1eba59cf5c5/dotnet-runtime-6.0.2-win-x64.zip",
- "hash": "420e07a6df3bdbf209551cf1e563a5e2c1112ec06752bcc4c254c51e4f23ad50924a20a09e4061aa7802cb1d0a0c516327ef9c87974cd7cc31f00da7190f9f56"
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-linux-arm.tar.gz",
+ "hash": "29b9712b4fa21ca9efa97e9886d5b449fe8dc3ea8c46695a4cceedac7101157b5572c6b5f632e17a56d67408d3f5a60576c147d0316c0066027f4e1cabde9ebd"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-linux-arm64.tar.gz",
+ "hash": "3250ba9156183fa49e9354d35c4e55cc62bbfa099a44c570d436adbb662da5e3974b20c6629d53a3f246ef1512d8c67e8ee81ceff6b76ea90dd3e48b0ddbf12f"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-linux-musl-arm.tar.gz",
+ "hash": "5f55328f6e8796ddf1df09136c1a0e03d69226a495b2ade612b42d3e0ae0135df6ae698b8c45b0cabc11e4afc564e1ddda3cdf3fc17c94f7ceaad0a5c0d9e1d7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-linux-musl-arm64.tar.gz",
+ "hash": "92a5cd33f32e801aa7325a9f8be2b28a04a1ba358092a7da30eaf2c87abe35665cd4fcfbaa10a5171bdf7c180d0d55a305ab7664b852d787ebbc2e9b8fc5d312"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-linux-musl-x64.tar.gz",
+ "hash": "2a2a1dc19bb92c4657d019e4afdcbea640fd364e5a9ed1c0df4c23749a2c67967a8f8c023fb4a6321b519b5872c71ba11d80784a450f7393e9fd255b35c81623"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-linux-x64.tar.gz",
+ "hash": "2b8c5a99e100ffbcf9a2cd55315a16b60ee717124736e49b5dc901c62f7d91f23efc47412a6b6860620059af95512c70f67779569bb0c39f24586e6104048451"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-osx-arm64.tar.gz",
+ "hash": "c7fe2c9d2f43dc786b498a9d5180c7612a3eae7cabf745d8e17b9d1451ce7ba8e8945534f8a0f170ccae5fc59d34b8fbcdd0cf91598282ec52dc42b4f34e3d1c"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-osx-x64.tar.gz",
+ "hash": "ec19c92006638ee5b57a8a9422939b0249616f8d5e06679de403463b07fdb189859e1d187c2d95198cfd262d708c8c17b1ef9085a849a2d3b952a566b9ae0d51"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-win-arm64.zip",
+ "hash": "c7ef51504a76daec77ebfbcacd464c375f35d531b7159180818eef0aba7fb5b93e580870294ce62e090b9c6c81ecf2373eaf3385c6a5945bb53ff0ffecb862b7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-win-x64.zip",
+ "hash": "f1d78f07bb3c2749c1c7bcf94a4d686f42bd9fd307b227e0ae074db6c6e48fe4113389fef42aa5c28223dd143b138be4c00871db9af7ec22d5da51625fe8caf6"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/aspnetcore-targeting-pack-10.0.2-win-x86.zip",
+ "hash": "c140396c8e67212688b767ed95c4be32e6a13da9b4d94590f2d16525cbcbbdc747a6bcc14d1af8a5c2b9d396ab00a5d45de4c80fbac73ac4a48c3c047a5d96bf"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.2/dotnet-hosting-10.0.2-win.exe",
+ "hash": "db78399d8811f4cb0327850098249ef30d60dd5d260e73e7c2c77fbb8148f533909c2556ff9eb247fc436bd004481d0885aaff7a5e9312f04fe4ae0fe2a5b546",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.2",
+ "version-display": "10.0.2",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.2/windowsdesktop-runtime-10.0.2-win-arm64.exe",
+ "hash": "2c666c17b1c70637ca5d010a256e15fc7d27f803018bddc646800cd0c0e957ecf17a9413e8fb877bd93be0485468c478cd179770e23be1f51ec42f19a1a3926f"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.2/windowsdesktop-runtime-10.0.2-win-arm64.zip",
+ "hash": "8e549271cca7e4975261ecee529a124b711314a3e2affb2d15e718e7b2a183d82af9ec039a4ec657345e1e29cdc22b741f19c3388c83a4f428031e62f779ef0e"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.2/windowsdesktop-runtime-10.0.2-win-x64.exe",
+ "hash": "f4d9da7d5eb6e35022f315bf0bf82cfe95a698c83ef92583d1a3d7a76500f9d0efa093457c74ba64aff606643c3ea7ff352b349ddaf542ff4a76da4fadcc29e4"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.2/windowsdesktop-runtime-10.0.2-win-x64.zip",
+ "hash": "2ba3f7cc06af95fa16f73252d54654731a2847eb58586cb2be3c5fce50e1de35d2bca2ec1dd49ba39ba7ee61717e55585dad024e50c5159ed5861be0f5f502e7"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.2/windowsdesktop-runtime-10.0.2-win-x86.exe",
+ "hash": "73b2e5c62e0680206c6742cb82e4ed6203833126b255551d7ec6062cc25f63eecd632f7337916c09baf96f3c93a200d465dfe63b33b39c4a39866fafc8ce5f49"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.2/windowsdesktop-runtime-10.0.2-win-x86.zip",
+ "hash": "887e7998516e398e173a748d51b838d2ca0835bd822388e2d428939cfd72851ac40a23ef0a1abb775f3489074083162038a5b98d5da483acc143292cabf58b1f"
+ }
+ ]
+ }
+ },
+ {
+ "release-date": "2025-12-09",
+ "release-version": "10.0.1",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.1/10.0.1.md",
+ "runtime": {
+ "version": "10.0.1",
+ "version-display": "10.0.1",
+ "vs-version": "18.1.0",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-arm.tar.gz",
+ "hash": "7dd8156038b222bf12f05294f1b43d40a0e2e895a5d91c10f28b03a2bd3cae2be8b0b22536407a5b88fb4ab3e0b53502bd69b238452d354fa319fd319ed596c3"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-arm64.tar.gz",
+ "hash": "9859c24cd28aa8e45adfe09a4b40049e8851811fee27d1c35dd7069549e6d263dc1ef329faada10800978aa5826b2cebc48eb39cfc79e1f6577e770d7019ff5a"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-bionic-arm64.tar.gz",
+ "hash": "ba030c5709147ee67e362cd5bd10d2b9d48623bbf5160de78c1b4301df84575d252bded51665f68a0102317863b345b28926ba18cf2da8daec92caa7899da598"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-bionic-x64.tar.gz",
+ "hash": "4ef49a8cb974221c52f41465ef7cce4b87b59af245709ca6a5cb109609cea6db7c9ae89eebeaf27e92765ee3d17ed23e889d042f8e42193496dd9c1aeed57591"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-musl-arm.tar.gz",
+ "hash": "0c87c032baea313ae1d4434ff0428b9773c4ccf335310e76e6215ecc4bd6a6d5a031c9a52c6a83003ece723334d9d66f735fa53bcbbb008a93e5f019e5179e0e"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-musl-arm64.tar.gz",
+ "hash": "318fee22ec8369ee154e47c1a603cdb82f9c9c3ab1436735aa1665a51e1f2d3ab85b23db6f22bbfc49d35e6b8189f0015be1cb2b557534e2f04c81f856831b56"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-musl-x64.tar.gz",
+ "hash": "ba378acb0b819190aa6c3317d3ec9f852ddebcd7009e3370224487cb5bd82dd7f5fcbbf59e1e0d17ec2b2b40df85ad3e3d1c7235b2fd7386731462c380271444"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-linux-x64.tar.gz",
+ "hash": "00d06873d06b6822128e605f2b5b644c7c2f1c2ec51a403f27c6219d2c0cd2425a5ce265387996ff4f79607a09a63c8c69403057bda172097386f16d460fbbb1"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-osx-arm64.tar.gz",
+ "hash": "bf6e027900fb73f8034268aa93b6dafb49746ba268fb45316aa9bf04c09025422e37a98c4fc875d0c37e04833774b43abb87961d536c285cc919a95418566b25"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-osx-x64.tar.gz",
+ "hash": "adeabb58df6126dbc39ded788a80f64e100971cf40407b1068efa7c7940d10a3fb50c7e0585569f117fac94d0ed1f89163636d8b5c4df756987321fa2b166fd6"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-win-arm64.zip",
+ "hash": "3e14e502e5993ea16fff6aaf102c6dfe8235c79820704b6a70c586a5eb0c2946c8ff3ef63bcc85c82db6fca7862e74b8eae9063082845f2fc2588646b6e778de"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-win-x64.zip",
+ "hash": "edfd5c4fe45fc675f972cbf31399976e3dac1a419298ff6e86d8107aa098787f0a0c0af1d7d1bb9f165b627f186e6775bc890284bbcfad81b0e38397a47e8870"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-apphost-pack-10.0.1-win-x86.zip",
+ "hash": "888cb8d72d525cc55a35d4a6caa4e554301d90b0488234860ab1d22f4ba20fe254c5d2f2e91f250991d8cc6984faf7374207d14c1c863b0f06594e1e0bb3b4aa"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-arm.tar.gz",
+ "hash": "b3ab961cae3a59d0a4141167954b83aff25b5a74f2e948a8a3aa988cbdd6e7c5d8acb2395929b6e8be6e4f012ced9f1853f77fb7a7f00dde559f302084826421"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-arm64.tar.gz",
+ "hash": "12ba2bcd1e4b097743c42b48a119c73293f269844228d85de565757e81b9366816921ee8e59da98308f33b9091d317a000d54b872f0b488adb053c2f4d166360"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-bionic-arm64.tar.gz",
+ "hash": "c099959855dfdd82b2e9d571d1d3c6752b5f7fe01f4fcf8cb21079694ea39d423acbe21989d90c428d1637b077212a5d5df9290cc2dd37a240e8084c5121322a"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-bionic-x64.tar.gz",
+ "hash": "312113dd220a8ec701df9a9f7c850b3fbfad3f0891898941b207cad5e655dcdcb1226d27a443907c42a4f97c78e61b916c6e11cc114de23a664efae517dab1f4"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-musl-arm.tar.gz",
+ "hash": "b6ca6dec4c0faf4191d3f556553e1d55b2ac91e0d136eb3199febb5b3f68465ef8abd4554aca26cb41a0debe5c098c90243825a594c5a1b404ca38aa4fd5cd1b"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-musl-arm64.tar.gz",
+ "hash": "21e1396f51267569b74c03bbd411c43ce8e9046ea216a38a98c6ed39f80f9b67ebb3de5f214867ea86e746d89105be0de14dfc24ba8c09bf1ea242ec2f8452fb"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-musl-x64.tar.gz",
+ "hash": "27966a274d72cc7bb472e58bcf238f79efa0d782c1f6c3e99acae2f756a59836d9a677b6048cbbc858d06dea329b866201677bf3a338017b1e0b8fec382b58d5"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-linux-x64.tar.gz",
+ "hash": "e224cf1e922aadf986fa473b9ebde77578e859afeddb8c45b0c53622d64979e77210cb02713750f4824291f8b934d8da8249374ea2df59610c4741c35513990f"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-osx-arm64.pkg",
+ "hash": "2a3dc294dbcc4c3fbc9f3f167882c0596fb9cefbb0febadffa15914d12a2eaa66bdd92032c18e9f14f6a29936051ff80f0c89b1f46ed6fba7457ee0c7a21fb3c"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-osx-arm64.tar.gz",
+ "hash": "ef74a22829840299c611d43098d5e5cfcc1f8655af07727f0e8cb3efbc5acda40ffabd90be133a2dc8bc3e90cfc61fc2d3beeb3d4cfb987759dd14863c070120"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-osx-x64.pkg",
+ "hash": "0176a82c36aad4b23ba64d1685d0d79f93b61cb4b4f60ad5e21616771ddbc5a22ed04391408923e0f993ebb77054568997fbe93cd752dbc7164b1ab919d2af5b"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-osx-x64.tar.gz",
+ "hash": "00c60714db372c4f57f4005c977effde08d517287747f9927696a05c92daa7aa157de8401632a6d5c9c7c9dac406ed70a2778c112c2e3cd9da490574777b1fc9"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-win-arm64.exe",
+ "hash": "52d8ea0b1d90b2d98b6b38069d2252e57be905b0f41fbeda348efe9d54d3cd43cc212d07322ec7a80c802e2afb7243504a37c249753f862632315ee167118f74"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-win-arm64.zip",
+ "hash": "d64b2f9112ea4511df3526e8ea186b0f3cabf64558f4150ef7266f10fc913b6ce6d3d05ead210c308dd5c1bb047e6e8c1a7e86facaf30bd1a4ae36e32134dfa1"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-win-x64.exe",
+ "hash": "9b3a218f0a4d0c0abe43521fd20a74f5ff1a940aeba7935b4726c05dc05a75478f382939bbe6bc72adc1a8de23d6d00acf1e792167e8c7e78125938dcf021155"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-win-x64.zip",
+ "hash": "c50326f45028c960d72f9b5fa7a54380aa30c043c073acbe9a4ad38d2e9b96409aab5a3844ce05b0175dff620aff1c2c056d659810bd4b7d925bf27da2a3e80a"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6add78f3-d0af-45d3-914d-f7652af94f76/e5837b6913591ca973fe9674c74e69d6/dotnet-runtime-6.0.2-win-x86.exe",
- "hash": "b4614ee4507a7c30e7a01a385446c19fe0d252ebf8902456af686da68870dacfb6f467699ef211a2d4a6db0dd9d5aeca5f9d4b383ea65119b9297b803a819270"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-win-x86.exe",
+ "hash": "7530d661d3bb9c4a640a57ff7dcccf47e638251da697813b3e15d7ee1e4aa4919cf5d08dacd56bd917b9dd89851dac2e5c193157f82783add9cc3219e9aacfa3"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d597d35c-9c80-4419-862e-5fa5c2b9af47/8b64cd5651b15c3bdaafe8efb98f15c6/dotnet-runtime-6.0.2-win-x86.zip",
- "hash": "19c25248a883cd30796791cad3e10f206ed90098971408a0a03924c4efa65d49f7f8d8ac316cd94c29c5478d126da059115dcdd973d16f9cf14404cc083a0e72"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.1/dotnet-runtime-10.0.1-win-x86.zip",
+ "hash": "6cabbb94cd7a3378172f1060ed6a1ef92be0d08ac2930d094c2f863f2f8c6aa3713e68de2e2ccd41d9614499cd3aeb95898f84b16e926eee38d843f0a28b1583"
}
]
},
"sdk": {
- "version": "6.0.200",
- "version-display": "6.0.200",
- "runtime-version": "6.0.2",
- "vs-version": "17.1.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.1)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.101",
+ "version-display": "10.0.101",
+ "runtime-version": "10.0.1",
+ "vs-version": "18.1.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.1)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4cfcfa53-f421-4257-8cd2-d4078f9ffe90/008804a5475fa0d46b9e8f03cb78bfcd/dotnet-sdk-6.0.200-linux-arm.tar.gz",
- "hash": "c2950d5da671a50c955d07997b288c02076b1d69014d3ac3f5941179e29a67b4d56fc5acbde85fe13ffd46efa95ead05b39d90dc577d2a668f637e6a9547944a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-arm.tar.gz",
+ "hash": "5e522c800ff55e6f6c9df30e3892fe17faf8ba22f84463fe375c260b6253f9e15b5734efe8e12fa8c25818b02102a7ef0a95c856e1c8988ee7ac06a62f96b036"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ad60a07c-d4f0-4225-9154-c3a2ec0f34cf/a588cd2b94db2214f6e5dcd02c4aa37a/dotnet-sdk-6.0.200-linux-arm64.tar.gz",
- "hash": "4e2b8f65f4cd9d1e54233b377e7efef5202eee3fa5e4592131ff03ecab032bfccdc91f4e8c806064fb769c48f946634bf1e420afecd7fcd2d981d40eeec5a881"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-arm64.tar.gz",
+ "hash": "9238f8d1acad38d143324b4099caa1d810fb57cf599f271e8872e1f5cd678aa53d4e8504ada9b8d47869f454a2f7a9699006a17ca0d750f09a13dd417448641c"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3215059-1ab0-4a63-9a2d-be03507e4404/b100a8983e180b498beaea4ba0789242/dotnet-sdk-6.0.200-linux-musl-arm.tar.gz",
- "hash": "ff85504645e33e34c3bef849f8257320d9aef3b1d3f961b2ad49a7d9c1e082bc219d5550cfc3e3755e1dd5bfa84880267b06c3c52512d3f7fc160c87874f2a0c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-musl-arm.tar.gz",
+ "hash": "219412a5e3a9f196b813684117c7d03caa566ff918f757c9f2832d7d875d80281d66736aa44271ab492bd89cb0dac84860c5130a69de3d65ec409c5fe29052de"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20a01abf-79fd-48a2-86c7-12f29e406184/8376d18bc9a3f93712ce88af4fe9066a/dotnet-sdk-6.0.200-linux-musl-arm64.tar.gz",
- "hash": "395d1432f32c8c471614d0651bbe761160d5b559ba7e93167b914a8e1ea9f5c699feeaeb817b29cb0123c498000f2e40901679eee6dc91694645ff19d67a2b8f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-musl-arm64.tar.gz",
+ "hash": "14ef2e8c87b0c7192e90d4a54bf44d7b1ca4936eef0718c47928196e4fe81216fa5b0c38d990e03fa2acb0d887fc1d7b824de495afa9c1956278b6dc4487b1ee"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b45778ca-3f41-4d94-b111-0e6298f064cc/c211315989b13b44b4619ee686e56b87/dotnet-sdk-6.0.200-linux-musl-x64.tar.gz",
- "hash": "a715084395d5a280f1a058b9e6d1064921e1114c2aec551f081d93c83b710ee1289b1790030ebbbbb704776afb4a94ada75de9ddab44ff62979c14e307aacf3f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-musl-x64.tar.gz",
+ "hash": "a3b669e806376c29dc35a1edcbef410f49233a35af9e2cd8318045e9084bfd29f3baf811b68a2760b72126a190352cc6b10763f3cecdabb3bbdf7bd1b5dfd21b"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz",
- "hash": "334f3ea4bfeb736bed61c5896796a09d640b0ae74605c514edc5869c395befb7cfc795b58c922f14560e7d41c89c073c62ed01eefc6d9f13aa916e3478949c24"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-x64.tar.gz",
+ "hash": "0443602455d30af51c819d7805e9b45550101c3718acbb3ec5f991e73d18e79b18fb5bc7cdf77bc308936a96275176b23a56e96133e7de83ae60ca2240bc602f"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ba037891-7f55-4f23-9997-92c1b642117b/a643faacd4700bb4565eb83fb11b3293/dotnet-sdk-6.0.200-osx-arm64.pkg",
- "hash": "db4d9555725dcdf84d1af63868a0a78b8b565dcce636a7ac2e79e11b69d9a347f1fc54e93df4e0da4b7dccb5cd118113f2da373e682d5d3a10f06aaf7fbaa081"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-arm64.pkg",
+ "hash": "8ca1aff804ac83b7dd699e5b689a3fbaefb26be04afd2db3823e29df971ee9f927abca7e1530f52518f054272c634e2df6b857841fc480fc82b64ded69281c10"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6deb083b-8fd4-4e8a-a0b3-54dba024c54b/b34dbaf7464b62d809e2d1ad6303bc15/dotnet-sdk-6.0.200-osx-arm64.tar.gz",
- "hash": "29ff786f9ccccc66a7bf6919aa552a0bcbb9c945f0b99778af5da2aecc4cf712a927fc28bb6c7da257d5ea91a82cf992f30f0033832f1be66ebb5a85478361a6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-arm64.tar.gz",
+ "hash": "11507ced6f52f3a93da0f123ae5e89ad955cf3cfabc9b3ef197c68a99bca5b45e79a825cf93ca6ab03ed1f8b7b1783308bbd35fab9f11721091b3515926f2bf3"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f1f23eb-004f-41a2-a4ef-e1a9b533a794/f2d47f0ed6a7be2027166ea1132cc806/dotnet-sdk-6.0.200-osx-x64.pkg",
- "hash": "ebaa048f50d320ef1bb0e423574806b0392a34169fdb331eb7cd9132452ea3c272f5632b7306f06b3dd5a3b0944480789fc9ca2985564b65e021eff380dbd0bd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-x64.pkg",
+ "hash": "c1ea2ab07bf522aa2dd8df465a7e80cac77714504665bfd0683a3c73f1ed70c93fdcec54409b6500e69ee994d4aaf0c437eb92eb533b7a7cf404e949466cc68e"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4d49659e-636e-4b16-8906-329dd47ba5f5/996a40a6eb3d2644770627a15d2a0492/dotnet-sdk-6.0.200-osx-x64.tar.gz",
- "hash": "4dc3414c0d017d3f9bc1c3cde5dbf0341a6c5c150f8800ef56860700795a40afa375312c4e3057546fb7664e8d0acd773123698d52b790f5fb82325bac3f1afc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-x64.tar.gz",
+ "hash": "9ddc0d7765f5182ea9b0ac88dcd02be5af4dfc4c47b3406c0fe79fcbc6d803f655d7182b3a70c7a0c8176dc02c6956571593943f0d863165bf7a7b871acc7981"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68529d3d-cd30-4f79-a967-d4aec65fcd03/0ef16719cff7016bbd464bfbad4455fd/dotnet-sdk-6.0.200-win-arm64.exe",
- "hash": "51713d64abeeb59338d413393afa05785859559d7931f74ba7f304ccc11899ab157b3b341aceb8b0a1ac8258b8cf6f5188d69a1683cb760450ca0c3e2f0200e6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-arm64.exe",
+ "hash": "03f84f7248d9d82ff550b700db51fa1f99926361d60995feba83524e00d084b6da1dc61355accbd048bd2e554eeb09dc907ec41496f8a9ce630cbd61ef986bb1"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8563e4a9-cc8d-4fc1-a81f-49358b0fa94d/c0fbf99f7bf54117d1b997c3a1f028e6/dotnet-sdk-6.0.200-win-arm64.zip",
- "hash": "ae467e44de46f94bd7b0aa1014d91f03aa32c79fbaed2ad47573348ae9fddf6e7c9bc95d07c3ee35afed6aeee478c44149faa12191f42b9317fc7f350a90e54f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-arm64.zip",
+ "hash": "290661da894c6fd6d7b9389cdc0a753d1be0443119ac46f59688f63f344fcc8757f19c4bcffa851c54a772eecb408a8dd3f201f776e43726860eb7a649ce7577"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/89f0ba2a-5879-417b-ba1d-debbb2bde208/b22a9e9e4d513e4d409d2222315d536b/dotnet-sdk-6.0.200-win-x64.exe",
- "hash": "101de40bf82fb8e17e966e788b7c80f560fa6eb55dce98d959f3671092cf4be1e659d9d11debc6fd7d3b6f09f5c5d5c3adf55ee79a038071bb60e144211180eb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x64.exe",
+ "hash": "e3be75e1efee27e2c17c9e1ec68eaf9e281cb092555c5ac7cb244670239055da654ee058576fae76ccc8756551655a56a13d4b8cc0888cf24c123ee91a4e6330"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0cb33e31-4c3e-470f-bd40-ca582f583229/15c909eb3a9d20421771cab233af8cc1/dotnet-sdk-6.0.200-win-x64.zip",
- "hash": "442ea9bb696005a9646aa02e10b0b09809c5b70acd91b08fd489aa8915f8b2a925d73843a742acb8f1068363d3db96137017ca478a6a69ea28b2f17a411eb5fe"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x64.zip",
+ "hash": "efcb2bfde6ae691cee94abaabd902562d4463b26c2ae58c3db4291719220843bbc89e32ff16bf95d54efd145423207255464d16616d760a3bf0e6b5ba48214a3"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a3e3a0a4-1eca-442b-8745-f6f6e1ace489/a2e866259154c9f094e4b3779ac15fc4/dotnet-sdk-6.0.200-win-x86.exe",
- "hash": "b25aba0a2662cfb16124741a0ae4c14b279f9056ffb2f7802463238a0508e0e33c5d912664fd1a05e3f7d21ec02527b480fd5aaeed3d7e3acb0f3bf323ca73dd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x86.exe",
+ "hash": "908520f1ae6ab0b6df2abddd16ae85dec6771c9b6075796e1de07e6aa747dfeadb3795861575e4b492ce868af40bf4d93756fba24c0ea8203abe318355701c06"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/09cd5210-c171-417f-b932-63cb47cb75b5/a93c8d2ca444a68bc50bfa5ad6df694d/dotnet-sdk-6.0.200-win-x86.zip",
- "hash": "bb6dad05e6bb2daa857caa5b059666d635c5e652e2c63e4775c6a2f392e239e00ea3bf042e4c124362bd9ef46e10e8b5bdcf8d889f3a80cf1b339a1bb58cf024"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x86.zip",
+ "hash": "cda31705fa47872319a346bf998d4c53cb39a9eb9dd21be2b3744d8e203050277b02fe5245864342f3f54423393ccf2d037e9fcedd141aa0d02eb151889526c0"
}
]
},
"sdks": [
{
- "version": "6.0.200",
- "version-display": "6.0.200",
- "runtime-version": "6.0.2",
- "vs-version": "17.1.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.1)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4cfcfa53-f421-4257-8cd2-d4078f9ffe90/008804a5475fa0d46b9e8f03cb78bfcd/dotnet-sdk-6.0.200-linux-arm.tar.gz",
- "hash": "c2950d5da671a50c955d07997b288c02076b1d69014d3ac3f5941179e29a67b4d56fc5acbde85fe13ffd46efa95ead05b39d90dc577d2a668f637e6a9547944a"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ad60a07c-d4f0-4225-9154-c3a2ec0f34cf/a588cd2b94db2214f6e5dcd02c4aa37a/dotnet-sdk-6.0.200-linux-arm64.tar.gz",
- "hash": "4e2b8f65f4cd9d1e54233b377e7efef5202eee3fa5e4592131ff03ecab032bfccdc91f4e8c806064fb769c48f946634bf1e420afecd7fcd2d981d40eeec5a881"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3215059-1ab0-4a63-9a2d-be03507e4404/b100a8983e180b498beaea4ba0789242/dotnet-sdk-6.0.200-linux-musl-arm.tar.gz",
- "hash": "ff85504645e33e34c3bef849f8257320d9aef3b1d3f961b2ad49a7d9c1e082bc219d5550cfc3e3755e1dd5bfa84880267b06c3c52512d3f7fc160c87874f2a0c"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20a01abf-79fd-48a2-86c7-12f29e406184/8376d18bc9a3f93712ce88af4fe9066a/dotnet-sdk-6.0.200-linux-musl-arm64.tar.gz",
- "hash": "395d1432f32c8c471614d0651bbe761160d5b559ba7e93167b914a8e1ea9f5c699feeaeb817b29cb0123c498000f2e40901679eee6dc91694645ff19d67a2b8f"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b45778ca-3f41-4d94-b111-0e6298f064cc/c211315989b13b44b4619ee686e56b87/dotnet-sdk-6.0.200-linux-musl-x64.tar.gz",
- "hash": "a715084395d5a280f1a058b9e6d1064921e1114c2aec551f081d93c83b710ee1289b1790030ebbbbb704776afb4a94ada75de9ddab44ff62979c14e307aacf3f"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz",
- "hash": "334f3ea4bfeb736bed61c5896796a09d640b0ae74605c514edc5869c395befb7cfc795b58c922f14560e7d41c89c073c62ed01eefc6d9f13aa916e3478949c24"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ba037891-7f55-4f23-9997-92c1b642117b/a643faacd4700bb4565eb83fb11b3293/dotnet-sdk-6.0.200-osx-arm64.pkg",
- "hash": "db4d9555725dcdf84d1af63868a0a78b8b565dcce636a7ac2e79e11b69d9a347f1fc54e93df4e0da4b7dccb5cd118113f2da373e682d5d3a10f06aaf7fbaa081"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6deb083b-8fd4-4e8a-a0b3-54dba024c54b/b34dbaf7464b62d809e2d1ad6303bc15/dotnet-sdk-6.0.200-osx-arm64.tar.gz",
- "hash": "29ff786f9ccccc66a7bf6919aa552a0bcbb9c945f0b99778af5da2aecc4cf712a927fc28bb6c7da257d5ea91a82cf992f30f0033832f1be66ebb5a85478361a6"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f1f23eb-004f-41a2-a4ef-e1a9b533a794/f2d47f0ed6a7be2027166ea1132cc806/dotnet-sdk-6.0.200-osx-x64.pkg",
- "hash": "ebaa048f50d320ef1bb0e423574806b0392a34169fdb331eb7cd9132452ea3c272f5632b7306f06b3dd5a3b0944480789fc9ca2985564b65e021eff380dbd0bd"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4d49659e-636e-4b16-8906-329dd47ba5f5/996a40a6eb3d2644770627a15d2a0492/dotnet-sdk-6.0.200-osx-x64.tar.gz",
- "hash": "4dc3414c0d017d3f9bc1c3cde5dbf0341a6c5c150f8800ef56860700795a40afa375312c4e3057546fb7664e8d0acd773123698d52b790f5fb82325bac3f1afc"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68529d3d-cd30-4f79-a967-d4aec65fcd03/0ef16719cff7016bbd464bfbad4455fd/dotnet-sdk-6.0.200-win-arm64.exe",
- "hash": "51713d64abeeb59338d413393afa05785859559d7931f74ba7f304ccc11899ab157b3b341aceb8b0a1ac8258b8cf6f5188d69a1683cb760450ca0c3e2f0200e6"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8563e4a9-cc8d-4fc1-a81f-49358b0fa94d/c0fbf99f7bf54117d1b997c3a1f028e6/dotnet-sdk-6.0.200-win-arm64.zip",
- "hash": "ae467e44de46f94bd7b0aa1014d91f03aa32c79fbaed2ad47573348ae9fddf6e7c9bc95d07c3ee35afed6aeee478c44149faa12191f42b9317fc7f350a90e54f"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/89f0ba2a-5879-417b-ba1d-debbb2bde208/b22a9e9e4d513e4d409d2222315d536b/dotnet-sdk-6.0.200-win-x64.exe",
- "hash": "101de40bf82fb8e17e966e788b7c80f560fa6eb55dce98d959f3671092cf4be1e659d9d11debc6fd7d3b6f09f5c5d5c3adf55ee79a038071bb60e144211180eb"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0cb33e31-4c3e-470f-bd40-ca582f583229/15c909eb3a9d20421771cab233af8cc1/dotnet-sdk-6.0.200-win-x64.zip",
- "hash": "442ea9bb696005a9646aa02e10b0b09809c5b70acd91b08fd489aa8915f8b2a925d73843a742acb8f1068363d3db96137017ca478a6a69ea28b2f17a411eb5fe"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a3e3a0a4-1eca-442b-8745-f6f6e1ace489/a2e866259154c9f094e4b3779ac15fc4/dotnet-sdk-6.0.200-win-x86.exe",
- "hash": "b25aba0a2662cfb16124741a0ae4c14b279f9056ffb2f7802463238a0508e0e33c5d912664fd1a05e3f7d21ec02527b480fd5aaeed3d7e3acb0f3bf323ca73dd"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/09cd5210-c171-417f-b932-63cb47cb75b5/a93c8d2ca444a68bc50bfa5ad6df694d/dotnet-sdk-6.0.200-win-x86.zip",
- "hash": "bb6dad05e6bb2daa857caa5b059666d635c5e652e2c63e4775c6a2f392e239e00ea3bf042e4c124362bd9ef46e10e8b5bdcf8d889f3a80cf1b339a1bb58cf024"
- }
- ]
- },
- {
- "version": "6.0.102",
- "version-display": "6.0.102",
- "runtime-version": "6.0.2",
- "vs-version": "17.0.6",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.101",
+ "version-display": "10.0.101",
+ "runtime-version": "10.0.1",
+ "vs-version": "18.1.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.1)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2509d293-6a9f-4108-8fe1-10e78341c5df/18f693729320bdbb5e8d936460dd0e2b/dotnet-sdk-6.0.102-linux-arm.tar.gz",
- "hash": "a72a0e81c62478b0dc662ef0aaeb7f96e7dd534e90b3ac1bdab1ca98dd93a4605881dba6e9ed2315781fdf71f5b33acb1aa5e28090c7a1693405bebed5853094"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-arm.tar.gz",
+ "hash": "5e522c800ff55e6f6c9df30e3892fe17faf8ba22f84463fe375c260b6253f9e15b5734efe8e12fa8c25818b02102a7ef0a95c856e1c8988ee7ac06a62f96b036"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/93dd8d1e-f2af-45b1-8e86-9b8c3d58f4d2/b3fc3ef9da1db691043387fcb56f4d6f/dotnet-sdk-6.0.102-linux-arm64.tar.gz",
- "hash": "790cbf322ca8fed32eaf574f19d0bdc05656c5a88a65aa4dba8269cfce1443cd7cdeecdd3a40e353c368f055490b70592ca7f15f981a66c5b3a9517d0b09e4cb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-arm64.tar.gz",
+ "hash": "9238f8d1acad38d143324b4099caa1d810fb57cf599f271e8872e1f5cd678aa53d4e8504ada9b8d47869f454a2f7a9699006a17ca0d750f09a13dd417448641c"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/43fcff14-e581-444b-a1a7-c37f3a3fc791/d7c2cede186c84320f69c81de66dcd99/dotnet-sdk-6.0.102-linux-musl-arm.tar.gz",
- "hash": "b5fe2f9b29de220d94ecfd23036c89d046c71edc8aa6918f2f9c5543d20e9537add15aaa941f632e0c25562b29b1ef061a4887623b0a13ae65d20e8a9ff136ac"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-musl-arm.tar.gz",
+ "hash": "219412a5e3a9f196b813684117c7d03caa566ff918f757c9f2832d7d875d80281d66736aa44271ab492bd89cb0dac84860c5130a69de3d65ec409c5fe29052de"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cb6336ef-498e-4338-beab-221630859aff/379e00a136ce163a9093c90c02ef1201/dotnet-sdk-6.0.102-linux-musl-arm64.tar.gz",
- "hash": "d47657df5640016cf84479ff1f895cbb03e6b0811c71fa73b6769c6a1e55ad2a9b130c759fdfa634367e906de12ab56cf6ab185168b3d2e396b613a4c065afb7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-musl-arm64.tar.gz",
+ "hash": "14ef2e8c87b0c7192e90d4a54bf44d7b1ca4936eef0718c47928196e4fe81216fa5b0c38d990e03fa2acb0d887fc1d7b824de495afa9c1956278b6dc4487b1ee"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b2ba63e0-46ae-44e5-b68d-ae95ae605761/1b909af283b455ee1c4cd54d2704ddae/dotnet-sdk-6.0.102-linux-musl-x64.tar.gz",
- "hash": "921ada7b90a87a06dfe5353defcfff0337b696a246daf7898802342f45c3b5ffa03ab8c0edb3cb6f0e0971b533457f41e96fe7655f94f2ee8b6292b0fe9c8fcf"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-musl-x64.tar.gz",
+ "hash": "a3b669e806376c29dc35a1edcbef410f49233a35af9e2cd8318045e9084bfd29f3baf811b68a2760b72126a190352cc6b10763f3cecdabb3bbdf7bd1b5dfd21b"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e7acb87d-ab08-4620-9050-b3e80f688d36/e93bbadc19b12f81e3a6761719f28b47/dotnet-sdk-6.0.102-linux-x64.tar.gz",
- "hash": "edd79ebad3327032ea0aaa8504c14e3270050bb459b098202676776b41a3a1d282aaefd1e5e8aa09ef7f7cf7c4601c4783a57112ff6e3d427507e8eec2bfb748"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-linux-x64.tar.gz",
+ "hash": "0443602455d30af51c819d7805e9b45550101c3718acbb3ec5f991e73d18e79b18fb5bc7cdf77bc308936a96275176b23a56e96133e7de83ae60ca2240bc602f"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cc2a94b1-7f3c-44f8-a842-f288a0cff04e/32446a93655522a1f933d4afb5e15836/dotnet-sdk-6.0.102-osx-arm64.pkg",
- "hash": "e4e2738a87ad097b1e5f6eb7b7526d713ba80a479e545c52ddac8413db026f7bb611e2803d4ae7a49780c7d8479c16533723f4f6b2f7b291312ffcb915388c61"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-arm64.pkg",
+ "hash": "8ca1aff804ac83b7dd699e5b689a3fbaefb26be04afd2db3823e29df971ee9f927abca7e1530f52518f054272c634e2df6b857841fc480fc82b64ded69281c10"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4ff10ff8-5986-4b45-a9e8-a32942f03d61/d9a5301523ad1134b7c175be1fca42b5/dotnet-sdk-6.0.102-osx-arm64.tar.gz",
- "hash": "85b7208cb19fc91a75a4a447065d09069ff007974ed3543848345710b55d29e343e3f72bccae821da5b18c2b7c5e7901bed26a39501f6baa0fa1e54549045627"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-arm64.tar.gz",
+ "hash": "11507ced6f52f3a93da0f123ae5e89ad955cf3cfabc9b3ef197c68a99bca5b45e79a825cf93ca6ab03ed1f8b7b1783308bbd35fab9f11721091b3515926f2bf3"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8509554d-61b4-43b8-b934-ad2e679ce18f/aa565a52b909b3133ef6763bb2868a49/dotnet-sdk-6.0.102-osx-x64.pkg",
- "hash": "5bdd536faf05b54f1252106856b26ee725c747c794075877d75f423449e68c4505cbe6e037ed6c9737772d2fe6c4a6945fee69f9124c17e84e86ed78bbd693cc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-x64.pkg",
+ "hash": "c1ea2ab07bf522aa2dd8df465a7e80cac77714504665bfd0683a3c73f1ed70c93fdcec54409b6500e69ee994d4aaf0c437eb92eb533b7a7cf404e949466cc68e"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/17115de2-6099-4c24-9a66-d89d25f52968/9f55035d1a43a5d133c6a0bd35230d69/dotnet-sdk-6.0.102-osx-x64.tar.gz",
- "hash": "2306e62c58eee6e568fd1993ce559b68b0f35be88bf6896a3f60c1e53a65c2dd32d6e107681195fd27758c46caace3a2694e9d4c3b8ae0eb43a896a6f48b3af8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-osx-x64.tar.gz",
+ "hash": "9ddc0d7765f5182ea9b0ac88dcd02be5af4dfc4c47b3406c0fe79fcbc6d803f655d7182b3a70c7a0c8176dc02c6956571593943f0d863165bf7a7b871acc7981"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/05d08766-81a8-4561-8392-6ab88675c6e5/46a0f5a95be3fa7e5c4204503334cbe7/dotnet-sdk-6.0.102-win-arm64.exe",
- "hash": "d52b51c41f9cd7e2fb614cc043f54b83572469f3c13ad11d48117c921d6ab8f78526525631187cf13972893541cbd70ab4d48d53c98f76bee3e6acd6eae34aa7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-arm64.exe",
+ "hash": "03f84f7248d9d82ff550b700db51fa1f99926361d60995feba83524e00d084b6da1dc61355accbd048bd2e554eeb09dc907ec41496f8a9ce630cbd61ef986bb1"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0217e9f0-f218-41ac-995c-300aaf05db26/9b9e2fa1f4bc4270c00aa1882c4b9605/dotnet-sdk-6.0.102-win-arm64.zip",
- "hash": "61494b452c9d09ba8db584d32166777e75cde7a2091ae862d854cac417f84b164192c88ef8aeb28315411b0e64e3a0661a8a10e6652d2df238e76c66420ce015"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-arm64.zip",
+ "hash": "290661da894c6fd6d7b9389cdc0a753d1be0443119ac46f59688f63f344fcc8757f19c4bcffa851c54a772eecb408a8dd3f201f776e43726860eb7a649ce7577"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb14ba65-a9c9-49ce-9106-d0388b35ae1b/7bbfe92fb68e0c9330c9106b5c55869d/dotnet-sdk-6.0.102-win-x64.exe",
- "hash": "5c999a3871473d1a5bb767f381d8fb216571955f59d93e9e579a3ef415906c2fc731857eb8faee4fbf47570c4eaaa8dc2de39553492f4e8d000ec3d12686b0fe"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x64.exe",
+ "hash": "e3be75e1efee27e2c17c9e1ec68eaf9e281cb092555c5ac7cb244670239055da654ee058576fae76ccc8756551655a56a13d4b8cc0888cf24c123ee91a4e6330"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/302ca2e5-96d3-4792-a213-ab71d50577b0/9a9c160c69a3fdca8473e43c2510dbef/dotnet-sdk-6.0.102-win-x64.zip",
- "hash": "df6df12efee231848a993c3d96210b40134e900e6cdc5f6c2c19e55cdeb52c1130f8a217790f016a9d9371d199e75188da6f4d5c9e613d74643fb7a5899c1948"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x64.zip",
+ "hash": "efcb2bfde6ae691cee94abaabd902562d4463b26c2ae58c3db4291719220843bbc89e32ff16bf95d54efd145423207255464d16616d760a3bf0e6b5ba48214a3"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c1b52d02-1b8a-4a10-81de-65ccd6d7a226/fee3322b6047e170ed2505059cfd1815/dotnet-sdk-6.0.102-win-x86.exe",
- "hash": "dc979f055fbbda1badcfb0bf6e01924b79703fc20c98d85a6872a9585a5b1259baab4a0b186071eb16e6723cf59ecfe111a981d7d8ce4e8a92defa8299010e5b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x86.exe",
+ "hash": "908520f1ae6ab0b6df2abddd16ae85dec6771c9b6075796e1de07e6aa747dfeadb3795861575e4b492ce868af40bf4d93756fba24c0ea8203abe318355701c06"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/39e89851-1d41-4330-9bfd-2fa71bfed68b/2c4ae78e73779c925f9c0f9a13cb8fc8/dotnet-sdk-6.0.102-win-x86.zip",
- "hash": "c00fc0897053bf44626f4e86c0fe918a34744a50f6a25a93599c6e3e73fce80a13fbecb088c9ddc8fe623158aa58f4d4d2be53080c9d1d3dc2b231f3e0834da7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.101/dotnet-sdk-10.0.101-win-x86.zip",
+ "hash": "cda31705fa47872319a346bf998d4c53cb39a9eb9dd21be2b3744d8e203050277b02fe5245864342f3f54423393ccf2d037e9fcedd141aa0d02eb151889526c0"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.2",
- "version-display": "6.0.2",
+ "version": "10.0.1",
+ "version-display": "10.0.1",
"version-aspnetcoremodule": [
- "16.0.22015.2"
+ "20.0.25323.1"
],
- "vs-version": "17.1.0",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/93874c40-bd2d-4a7d-bbb5-716b161594c0/f698334222759b065f5da4e8915ae982/aspnetcore-runtime-6.0.2-linux-arm.tar.gz",
- "hash": "5e9619f839da39c46f888493d761af6de1c02bdacb0ba47025ba367d9d08b230d2c85d75d6e3cf5045a23a3b6029d4697f671ce0c64f9e4fd8a79813b90a2727"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-linux-arm.tar.gz",
+ "hash": "e65539a47d6cc0d8aabc030501b70258bd47b7dcc871fb0fb2be4a2b5a84d7c11d9ed39775d08802c7256fb2bc7b98782da6342c7857af609c11200928d5eaf6"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d30e9e2e-10a5-46c6-9b81-1a6a965d6739/6f56a3893b16fa841c8cb34ec9b3768d/aspnetcore-runtime-6.0.2-linux-arm64.tar.gz",
- "hash": "00ecdb4343d6f42861157aaef7d892bb3d0e0c0ccd8035305708aaf6bf7095fd6daea2e80cf4fa773aad063d6e510e70cd84d6c1efbd2e3555af6cda0f4b5d31"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-linux-arm64.tar.gz",
+ "hash": "85f2b853bc9506ffd1a086d28df288e9b0bff3eca12900ad8ef459f2ec9d537f9341564dd7a6dfee6534555509af51554c6b9cb16874e31ef141cbcf6eccccf2"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/93e36917-22d8-49a2-8cf3-a5b8f0f8c31e/5b288b6551f81c5941cd6499e60d380f/aspnetcore-runtime-6.0.2-linux-musl-arm.tar.gz",
- "hash": "d693c2fbd952e7a1e53943acb7af91895b1dde405f7b66c689da675de39140cf20460cabd27382ea1b73d2fc17d1b04985447d2dd0992a50ba7fbc22899d1a9e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-linux-musl-arm.tar.gz",
+ "hash": "6f3ada454fa10d5b18656d09baf28ff81d3e0ff7f13703b63f037b0d4168cf86300bcf2ff2a20d896fdd519b83d3ea3089f34b5789486c5e5d5a615be61d16fe"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33d70e2d-0f10-4d10-bed1-42a9e1269909/2d89b3621cd1997f007041f113360a43/aspnetcore-runtime-6.0.2-linux-musl-arm64.tar.gz",
- "hash": "c1009ef634f1103bbb89427bf25b541f50670c9817cc0d36fbf854de91291a5360abe338e0f627cb05ec377f792876a8e7c39a5585ec47892024fc0b12c9d295"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-linux-musl-arm64.tar.gz",
+ "hash": "09ea6739aeed385a20f2bd30267fa530b02814e40f43a509630c34d2c9a3219ab74b8c837329d50896943fb449670f4093efe09b4ba0f876ccce3edbd12b47b1"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2f4a8b7d-290b-4d23-b8bb-2d88d24804ae/859f1334b58fb1316cca9e3b48abbef0/aspnetcore-runtime-6.0.2-linux-musl-x64.tar.gz",
- "hash": "8fb985bf79039cb1848604f08976ad82ff9582b0379cc7047f5bc95fa9e2a50f88b608efdb1b39d626b5e2a4615e38bee720a83f2d263f4dfb6716e65c74fa73"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-linux-musl-x64.tar.gz",
+ "hash": "ef84b8bcfb323a11acc57e54068e1ff7daa400bd5c8aeb89c65fb13fb2ad9e302986647495561a0c4fda5eb4c0836a67e5e7e591d58661f20cd6ddff97d6d4c9"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2611908d-446f-45ec-be23-57feaf859d7e/90bb871b0097b874c6de0b1a1b629c31/aspnetcore-runtime-6.0.2-linux-x64.tar.gz",
- "hash": "190959576342542bfe51c48808011236e86dcb12779c8e9e444a71f1b778302972ab291adce0c185f6b9790b11867173934968ed88ccb9530266faaa1a05829b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-linux-x64.tar.gz",
+ "hash": "cd01174c52a2ff8107d24eb61c18db44639e4a764b125a7538251d26ad3e4457f5255181c04e6e9aa1d3a4a084dea007152a44777b52e3b43ce0fae8f221a831"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a08d7f17-8bd1-4de7-939a-8c1b6481b404/4ffe5dc82e1ffc276d111bbda4862ab0/aspnetcore-runtime-6.0.2-osx-arm64.tar.gz",
- "hash": "a47717e2655413c7db90a9e33894183222855078af277c06630bf6101ada2eac31a8d3aef7e9b5d1d75bf8a6548752f3c4532bbb84f49946899e8ae25949a753"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-osx-arm64.tar.gz",
+ "hash": "1b9d7ec92efa31519f717e586da91501262a4cbbe04786fb1672c63da0f29ae6ad592ea32d516887bc0042539cb00cf464d0e34f70f5c2c44af88d6d63799e9c"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/91564a6e-acab-4e4b-8e1e-1e3b69b84820/a266d8d92db6dcfb9597a0822b5834bc/aspnetcore-runtime-6.0.2-osx-x64.tar.gz",
- "hash": "12ccc0cf1e05cdce5e052b0d60db61fe59bcdc7e07c15465c22caa7604e9b16b8e51f502abca0ca0bfcf000ac4d74e64aae5577685a238af87f12718ec75fca8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-osx-x64.tar.gz",
+ "hash": "2aa7eb363960afbd994507b44fbcf46383038092170253a4335398d37aa60a407d42fb37b018f4d04af87ea27085a821e1234a3ece32f4fd009cbf394628eb2e"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-win-arm64.exe",
+ "hash": "3ba1cb13f956be2c7303e3ee558bd9b18c7fc45c15c4490d079f6f97a1b9149c541a4e518b34a9509cf1d0038771f2a56df1b73a0cf19873e31b33055de435a1"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1de37632-a8fb-4ad6-814c-64e94ab0cd1a/8d5ace0c1cc5d662da0a98aa0119d0d2/aspnetcore-runtime-6.0.2-win-arm64.zip",
- "hash": "209b3b15058ce908967d11a51cecb468d526d715e9863c07f12582138176739b0dc09bb8eb063c10f1161183ba003d6228aba6a231d2b2ce4fcc402cd4befe4e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-win-arm64.zip",
+ "hash": "6a03f5058d7d7b4d36f7e9a4e7e96edc6ecfed230c5a97af7fd9c9f40b0dcaf0a22f341a3725131f697121eb0059f7a17b127b131aee2591d3a121a26b75472b"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f9c340ac-df04-4690-a434-111f9558941c/568ed66a3e32b22e3645a99e100008fe/aspnetcore-runtime-6.0.2-win-x64.exe",
- "hash": "04c540ef795318255dd5ee8d3b90d0da855180d0d576c3a406efc9396daea989359b9059acc88409eaa554d0804097f9669ab1890f9e29f55ca65a33417ea930"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-win-x64.exe",
+ "hash": "0e75be1df8a4d2598fd94875c21699d6fa8930ff476e55942c51144ad6c29c2c8e04d5f9e5219d0e6c31861e913dee32e8e0b0e46c71627c42a416bc1289f0ad"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/66c9a22a-9a6d-483c-bda6-9c63d960661c/6f0f400650f24b70404cde0c60079303/aspnetcore-runtime-6.0.2-win-x64.zip",
- "hash": "3d1869ada5816df75cd336798278609b08fcc878459ad6fb02f4eabe0c20329d8d7605672404ea77440b55855b4c2d03f12fb39e8d0ddc0d919d49c2fa113aaa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-win-x64.zip",
+ "hash": "292f2d0d3a1da899b5e849739f5d9e4f3ab06e936ac833e6bc6b5af41927a50444992158365987f84f6f76c154f3985934a2969a6f6003ce012b7decfdfbb9d0"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3fbcf485-c48e-49a3-87da-62114c084ede/6b8d31d2fc68e9d30889a17ef8da875b/aspnetcore-runtime-6.0.2-win-x86.exe",
- "hash": "d317c6be4b3bcf483a8394f9c6c21dc98e39eb55ecaed78bb9581ae46ba0425352609604f4e1666ac1301af4b961c587858e10123b076fe020f127352ca1ced5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-win-x86.exe",
+ "hash": "13e9e0f8b08b60dcdf422675ef6e024e69fafea106cb05fb9f34d65cdf8e11ae8a872174f00314f410cc0746c87d4b6176486d51f565582a1e5a1e491c16a804"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c2d62404-5e1d-46ab-ba6a-b9f583c9e4e7/915d47950157a6f53c42114d2e22dd4e/aspnetcore-runtime-6.0.2-win-x86.zip",
- "hash": "70a5ae766bff7030c87106cdad9de6474bb9965a6774629f16205a04db0140277995a6cbb2cf9d1bb27c5adfb9162758518c31a8b1f9c86163177acdcaeb3772"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-10.0.1-win-x86.zip",
+ "hash": "dc14302b74e8b0753833c69999e47fb7f4657835d8cd69aedc01111ace75f10ea4fcfb576da12b627f88e09fd304b3c8abff1d7f42c4e19760c7697b5ecd763f"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bff26878-9597-4390-a4ef-5bd818ba41a0/a7a8114362771690ec52e6fd09236ab8/dotnet-hosting-6.0.2-win.exe",
- "hash": "fb80d1763ac26077ddf4dea41d4d59515792cfef60a1ea580cf53cceb61abc536826fa1bc477a7b8c715fb10262ea14946113f0b9eceba3fd81befdc28aa8169",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.2",
- "version-display": "6.0.2",
- "files": [
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-linux-arm.tar.gz",
+ "hash": "7625f4d7e0c8d78ceacefa4f6488762038af021208c3578587373cfc75ba3a2baef17d160355bc37252ab990a27d70cd5ca0de9b242ca8a4bb36e34007c149c7"
+ },
{
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1ab1a9fa-5aab-4487-9048-0daaf74c90f8/e23a567db4880fce75c467d3e9f72b92/windowsdesktop-runtime-6.0.2-win-arm64.exe",
- "hash": "de3fbb4cafb010590e7658c5f3d5aa13e93bf399d205f610cf3b78208a3aa463ec341cd26c3d40da4e159b7fba1096547d6f5bdfd5298e52d67947555d04a94d"
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-linux-arm64.tar.gz",
+ "hash": "fd544a926878ac7af88450d891b3a3ba00403c86ed8b7cd7baae10616ae408951c1cae463ad14008346456ed033956a9ec38555897539b7a1ffd252de36229b6"
},
{
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/efa32b7a-6eec-4d97-9cdc-c7336a29a749/3df4296170397cf60884dae1be3d103b/windowsdesktop-runtime-6.0.2-win-x64.exe",
- "hash": "3bbc786c0bc25074ce430a5c7e2d8257888d21128d4c0a905b772fbc12a1e2053feb57e3d9535e7825d5bcc93440821a5264c91ccab41d6b791142b39f896187"
- },
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/72ebbe8e-5175-41da-9046-1890732e0d5a/675ce08d0c1740142305d35692a8685b/windowsdesktop-runtime-6.0.2-win-x86.exe",
- "hash": "741031b9a2348bb9abb65c85b6728b6d67d36583503cf07af32c5a7af105161d5556543e049eb99ef5c58fefe6d329c1a38c6cf1f2c85ef4b2918c79586e597b"
- }
- ]
- }
- },
- {
- "release-date": "2021-12-14",
- "release-version": "6.0.1",
- "security": true,
- "cve-list": [
- {
- "cve-id": "CVE-2021-43877",
- "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43877"
- }
- ],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.1/6.0.1.md",
- "runtime": {
- "version": "6.0.1",
- "version-display": "6.0.1",
- "vs-version": "17.0.3",
- "vs-mac-version": "8.10",
- "files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bdea32df-7ab8-47f5-8f8c-3de28d5771d0/c839293beeace695b6698debaedd345e/dotnet-runtime-6.0.1-linux-arm.tar.gz",
- "hash": "a6bea3289279ddfaeda4c46bc2cae82c662e2b2cfa13abefa18baa8db747bd1be9fabdd8c0103310f89d4c9e356235551af5354742117d2cd58abf5727883609"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/002742a9-8107-4434-a208-863f07e09397/75884224d828a34b7c5f070df5213553/dotnet-runtime-6.0.1-linux-arm64.tar.gz",
- "hash": "10b8775d44088ddc1ae193ce41f456d1bbaad21f2dc993de75c2b076b6ffcb07bca446f52180c9a175715a1e47ad42a4862c43ef11b5cbc1023cb4da3c426146"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec103bef-97f1-463f-b456-1dfe2473780b/5bbf354345896169c2bff2ec93e522b5/dotnet-runtime-6.0.1-linux-musl-arm.tar.gz",
- "hash": "97d011df17d97db5ac6f5b5ab541f8a0428bc699a8a04ac92da5cb3865f200031cde07a34430ff492a5a54af41ee4fd4c5628093c2b7a0f4895a8326f4f63d35"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-linux-musl-arm.tar.gz",
+ "hash": "bd0a3ad7268459208434de557eda8d3df23ac60149221d1086bb0b2989f1218a556f1c1fd31e872c6bfc3b05db9b452f09c47a680b79ef1cfc8c8979f9b94045"
},
{
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/90106452-a511-4dea-a51c-efe756434492/111563cc5d540a59dd0b6c74f5146ca8/dotnet-runtime-6.0.1-linux-musl-arm64.tar.gz",
- "hash": "d18a059cabe2581054d9e9a2ef83c7b11159954726e2bc15e7e6b8f01cb5d7eacd34ca28dd12701286810bb52712129927471933fcd77bc062b7c892e46bca83"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-linux-musl-arm64.tar.gz",
+ "hash": "a7f186565d8842ca9db95c260aa25cdc25629489f935991ed772445f0bd8dfddbe1a1f19b27de3eda9599a4d724236a8e74ba21cd2f582736c4fda332196aebf"
},
{
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0bd52fac-c9ac-4403-a8a0-60cce7f6787d/90cc619f2797076a89e97f497fa8495c/dotnet-runtime-6.0.1-linux-musl-x64.tar.gz",
- "hash": "bcb328eb00ad53ae2f8ebce8802dda1329de68cbba120311d69a5f235f81ee59316728289f7797f23f657102d50751e3cff641538d4670ac8fd85da1d57feb97"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-linux-musl-x64.tar.gz",
+ "hash": "7e4e3618176544a5a790d1befababea438ffcbeaea51c3a25fe940a03fbedc727a187b9ca4ce53bfedcd56afa9b85c2fe5fef85898a60f0761c3cd7440fa959b"
},
{
- "name": "dotnet-runtime-linux-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/be8a513c-f3bb-4fbd-b382-6596cf0d67b5/968e205c44eabd205b8ea98be250b880/dotnet-runtime-6.0.1-linux-x64.tar.gz",
- "hash": "2a316e8cba20778b409b8f2a3810348e2805f35afad8aba77a67c4e6bb2c2091e60bc369df22554bb145a5fad0c50e20b39d350b98a85bd33566034a11230da7"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/51646583-741c-481e-b598-f13dc719cdf4/3adaa0faa24326fd7cc2265e957339bf/dotnet-runtime-6.0.1-osx-arm64.pkg",
- "hash": "120dd524407e6f680bae783eaf5f33065fa3774cec49bfeb9a122571daa013209e23c4fcbf50bc4157330b6e5181656fe38ec49e0a50eb547d29a060c41b4b09"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-linux-x64.tar.gz",
+ "hash": "887a321284e2c705d7b5e5ce4ab00d760902a9a3bbf694f48b408605a2188f7e51948f81098fbedbe98748bd06899dffa0c3dd41ceb711ecad6ebd4cf57d0bfc"
},
{
- "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88d4eaf6-3e85-4f99-92d3-46b85e0d0289/e233ec478e24c415cbde0ff712148f03/dotnet-runtime-6.0.1-osx-arm64.tar.gz",
- "hash": "35419a4340fbdd6e4ad15700a00687e163ee17234f7fd059df627db89efb47bb66a5194c96849ce65eb6fa2faaba5b5f7c53d0f169b3d8370e775ce865b745b8"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6824b342-4659-40a1-ab73-25dd43e5e225/e57b1bfa437cf152f2d7064246bfb653/dotnet-runtime-6.0.1-osx-x64.pkg",
- "hash": "d8a0888afc608d3f27fb1da90801783aeb223646e24f3a51627e555be6c8da599cdbe0d8bbdf0ec09e8e238f75dc08e3119f05889ce1280e949d303d90b59674"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-osx-arm64.tar.gz",
+ "hash": "b9d3efa2c92f1b39f5edf1d9e253f343dbd47890993a930834e6ee50ce7a57135f2a1ff0d8f842996d9c7edb7ebb1c7dbfa62db1bf507f2d9d1eca023348c470"
},
{
- "name": "dotnet-runtime-osx-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/56ae949c-f246-44e3-bdb3-a89847123ed2/d35135999651b78c0ef42b0e19cf06c0/dotnet-runtime-6.0.1-osx-x64.tar.gz",
- "hash": "45ed27f5cfd1674c4cb67a1242730928699608f6523a7fa7150c9a1b1e2ae972d32f7eae2fff119bccedfbfe1c7666ac8db882b442624157355e2f5e452b3900"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-osx-x64.tar.gz",
+ "hash": "a4267241c94f474670775dcc5fd563fa08d80df852b733fc3a332e3836c1f8822197b9af0d74ebd7aede9b232beac19cfefb8c79d9c0a230eea99de4b6f5e4af"
},
{
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5523e915-f92b-421a-84a5-303831c56f38/d415141f5879c047878673eb69dfd5cd/dotnet-runtime-6.0.1-win-arm64.exe",
- "hash": "aa0534c0c6289e867dfabd46cf47fc9f359d2a4df64069e2bfa106841fe0b091a7b338f5210d285b3939e0b2ee1b8416013052c74b6e7af561bc811c876a68c5"
- },
- {
- "name": "dotnet-runtime-win-arm64.zip",
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6158fb62-88aa-4767-9c62-7c0b8cd778c1/5ede5da1545e5619a699d76eea3942fb/dotnet-runtime-6.0.1-win-arm64.zip",
- "hash": "07f5706f7e1bc1818d72f97432b618a254c2b5945159d01828e290255f195fdbe077889e657e9d99243b8986b30598e3cdc76fcaa77159f561144c76fcd0c57b"
- },
- {
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/df4372ca-82c8-4bfa-acf9-c49e27279e7e/6bddefd26964017ff520dc1443029e04/dotnet-runtime-6.0.1-win-x64.exe",
- "hash": "f84244e65899e1f7f1f821c873945be76e9f7320463578117d5754ae5add396ad919b0b76337707425eb72c2d711e30af9a99b842f05bfcea6dc19bacde1a41c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-win-arm64.zip",
+ "hash": "34204920c40989b1394295623f4e9d23307877f5ec606ce6b33e32c642faf50bb644b089dc6e7e62029b10258a174bf827dddad407e12b45d988df91a9b6f2a8"
},
{
- "name": "dotnet-runtime-win-x64.zip",
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9347a0de-bc9f-455d-8224-2fdcdd4e92fe/83d5eeca56ad51922e47e8bd3880f738/dotnet-runtime-6.0.1-win-x64.zip",
- "hash": "059ef7dffb1e421a764779f1e75eb804fb61e32a75855964e426d7e0e8d7dd171b26861b8655738bf887efcd17657cde1b6386cf844c55e63d9822527e83411d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-win-x64.zip",
+ "hash": "df95360d0b7794b21aadb37c8341f6c2cec6277d7c034a72f02bc0d6887ddd741513d8581fd61cbaccda85c6ab0d9510c374b695e57155d475d776756fc6ee39"
},
{
- "name": "dotnet-runtime-win-x86.exe",
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a4583478-b841-4b42-8118-a40069a16ba7/402e04d30b6df8b9f0e191bbbf45a217/dotnet-runtime-6.0.1-win-x86.exe",
- "hash": "4966f32df2c702642cfc4aa14d049bf077f2afdaf4a496810241ded865b36c0b6445c38fca9fa74e3f57d6c064f7e53e8b4326c64ff0abc531e5c7b07b50c9d0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-runtime-composite-10.0.1-win-x86.zip",
+ "hash": "9a0ede31732544c70d5d830322e6bb2857371121605db14fa0613c6bd2e6b464629f6f1ab2cea18255be4dfa67801bc69a00df044bc8f088c09bed487ef55a02"
},
{
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0c58583d-467f-423e-8271-46c86a7b5889/eab14c017492f514442ecb7d5df8b4a2/dotnet-runtime-6.0.1-win-x86.zip",
- "hash": "595205f3bfa2d0f77b90b80df4f5b5a827dfd44efb476fe7151d1438407f486151d7487cfc0a72eec2afafc9f87c337a37f1925191d480d4e7077daea0367b17"
- }
- ]
- },
- "sdk": {
- "version": "6.0.101",
- "version-display": "6.0.101",
- "runtime-version": "6.0.1",
- "vs-version": "17.0.3",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/72888385-910d-4ef3-bae2-c08c28e42af0/59be90572fdcc10766f1baf5ac39529a/dotnet-sdk-6.0.101-linux-arm.tar.gz",
- "hash": "f9e212dc4cccbe665d9aac23da6bdddce4957ae4e4d407cf3f1d6da7e79784ebd408c3a59b3ecc6ceaa930b37cf01a4a91c6b38517970d49227e96e50658cc46"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-linux-arm.tar.gz",
+ "hash": "1b80642c19b0dd75b8db08165517bb3ae4ad3324fcd45ce8ca8453dca25c549cd5f96d4f9a1ed90ee09d74b8ec3300fe3808d7502c4040dc1e0da67a6634f54c"
},
{
- "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d43345e2-f0d7-4866-b56e-419071f30ebe/68debcece0276e9b25a65ec5798cf07b/dotnet-sdk-6.0.101-linux-arm64.tar.gz",
- "hash": "04cd89279f412ae6b11170d1724c6ac42bb5d4fae8352020a1f28511086dd6d6af2106dd48ebe3b39d312a21ee8925115de51979687a9161819a3a29e270a954"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-linux-arm64.tar.gz",
+ "hash": "59a966fc4438c486e6b1b5e35b76b73b30fa4aa3a4d5090bac53ec300c9cf29194af5658564d11fd457b4c222c5f613562f02cf6459b3f67bb683ba51778cfc6"
},
{
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3a7ae99d-a36b-43c3-bd8e-14df916c7b56/b8e0802880ca73c19f56ac8ce5b95c1e/dotnet-sdk-6.0.101-linux-musl-arm.tar.gz",
- "hash": "9f6ca3c29ce1ec948b69e1bfa0f40f30451d6e998b59bea8ad96701bb0815800e7f44aa91259805e9294f903e9f6264966e76a9e8918e5593d69a417385e999a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-linux-musl-arm.tar.gz",
+ "hash": "2bfda1e62d87371240a089a859f2c94a4f387702db08a03d4347a207edcf8fd99b8b885ed5838ed381b8fc9a523eb5ed2b7619b18a0ed3bbdcd3856e1aff1a68"
},
{
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ca800552-c6bb-4f1d-9d0c-f76f37edc8cb/f2c281c7f66347866086a3b0cf2b338e/dotnet-sdk-6.0.101-linux-musl-arm64.tar.gz",
- "hash": "4d1ef2a941f7be3c73fddda9a129707e1f71c50a7df99cf67dca2310eb7775e98898fa18e017950df39cee2600a87c8c546b1dbb9bb6c2d0550e56cf5ce9e764"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-linux-musl-arm64.tar.gz",
+ "hash": "684c330272796a5df82a603e47e4913ba5b22d160575075c6793cb0118dffb52663e4295aa2f7ae62f7adf4a1a3e5291c41b746b9f18d46e45584bad62d465fb"
},
{
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bd94779d-c7c4-47fd-b80a-0088caa0afc6/40f115bbf4c068359e7a066fe0b03dbc/dotnet-sdk-6.0.101-linux-musl-x64.tar.gz",
- "hash": "113428f918514d9be657e18ec454281d1f86b7e6a3214b4327379b4ab679dc60569149e943e894a169c0523f9513f3aed02ddc252daef66b67e514d3501f17a5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-linux-musl-x64.tar.gz",
+ "hash": "fd955226b47fba2edbe11d689ac589b9de748ae12c49fb140a7c44f46631eaf8f1f28c68d26caf49812cba66d550d3246f0992275204b89d69ff036779cfddb4"
},
{
- "name": "dotnet-sdk-linux-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101-linux-x64.tar.gz",
- "hash": "ca21345400bcaceadad6327345f5364e858059cfcbc1759f05d7df7701fec26f1ead297b6928afa01e46db6f84e50770c673146a10b9ff71e4c7f7bc76fbf709"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-linux-x64.tar.gz",
+ "hash": "a90ce59814c9a95803b7d1093d381cdf3d0a6b0d69ef834cf71d88f1d66fb94e215af325c7876c70b42aaf74b9c6ebbd3a9c720d5f39855ff604fca7e83ed79f"
},
{
- "name": "dotnet-sdk-osx-arm64.pkg",
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/43027810-8a5a-40bf-a10a-c3e8d9adef48/e11706837e6380a1760438d0787e9b72/dotnet-sdk-6.0.101-osx-arm64.pkg",
- "hash": "8a8fb781e8304e4699045fa11e46db58a9b44e2903949d6798f4d2ecca0a7e54da94681f36be3c2879d82aa25f4fc4829ad7c3f1b0ec8b94498482de4d1a08d3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-osx-arm64.tar.gz",
+ "hash": "d0be8d145081adda9bb64dfa65d67667bcb4a4682429a5c900596442fd33e6c8b672f933ba0cec10d04a5ba9a27ac90bc5c7156f8494c26d1e1c47da87d06490"
},
{
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c1351f4c-d2e7-4066-a153-b6130f677bcc/161b0c331a5da2e080c7ad3a5ae2b185/dotnet-sdk-6.0.101-osx-arm64.tar.gz",
- "hash": "af76f778e5195c38a4b6b72f999dc934869cd7f00bbb7654313000fbbd90c8ac13b362058fc45e08501319e25d5081a46d08d923ec53496d891444cf51640cf5"
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-osx-x64.tar.gz",
+ "hash": "b4742823c9f0a753167bc7eb1eb5d8b0851852594f64856cc0ce0800d8f0f8e23e4ac5d93f697b36c9ff0844fd8e3748d3a82d2f2cfb4ef94544fea2b4fa47c5"
},
{
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/83e6b9b3-a78e-4df7-b33f-78a38a1db0c7/b1641cad9024c212bafdd6273f3d5e19/dotnet-sdk-6.0.101-osx-x64.pkg",
- "hash": "00354e7031e046dd15df37980f8ebc9cd679212ffab2c43841f9790743b35a5499e4d83343f7081a1d2057d8d37399be809425945557fa1fb579460a03cb258f"
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-win-arm64.zip",
+ "hash": "f4cce0350b86bb66273be7906ffb88d3ae9cb2d6d6e4d12549764a7384386f165956f5642383abb3219064e1e9dd34e454c4660e79db89d0b1a848e4135d977d"
},
{
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4a39aac8-74b7-4366-81cd-4fcce0bd8354/02a581437c26bd88f5afc6ccc81d9637/dotnet-sdk-6.0.101-osx-x64.tar.gz",
- "hash": "36fde8f0cc339a01134b87158ab922de27bb3005446d764c3efd26ccb67f8c5acc16102a4ecef85a402f46bf4dfc9bdc28063806bb2b4a4faf0def13277a9268"
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-win-x64.zip",
+ "hash": "a8d4c568b339335a5c7e35d033e81931eb4c8917045f7a8d7a8dd1e2cb24dd81b1e47287b3e939e839f13ab4328fdb2cc82445c589b6462052b014d51827f275"
},
{
- "name": "dotnet-sdk-win-arm64.exe",
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/aspnetcore-targeting-pack-10.0.1-win-x86.zip",
+ "hash": "704a08c99da32b990c36e65392936e678f87278ec194e297cf451bbe07173074c0b470ce3e292a278d0918e142e4658f7d28403c7e4adce274ae8327031fed10"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.1/dotnet-hosting-10.0.1-win.exe",
+ "hash": "c0ed3e364b57382a7bf401f4af89145f2af82f70d7f1ca0bc06f857f819fe3203f9c51e579531119c6f84e096a34a3abb404d69c002ba780bc204a27efd29f19",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.1",
+ "version-display": "10.0.1",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/82dd749a-37fd-4663-bb2f-f02b7770f859/394481fd496a5d60d9940ec6a4202780/dotnet-sdk-6.0.101-win-arm64.exe",
- "hash": "006e943a7531b965a0551a4dee071255b64b53fa44084c47610f600b831ac057e54ab079a4d12fb51c6ef11212c83acb929e1c4e29482cc046ed7e20089c99ed"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.1/windowsdesktop-runtime-10.0.1-win-arm64.exe",
+ "hash": "168ed64f664b886f334c7c59cec5d8b19d2a47e6aa4be83d5919647809bb5403ad33b2c0fad278a6fc1afd78e90182066bd7ba66cdf7fd820697859fa353ec86"
},
{
- "name": "dotnet-sdk-win-arm64.zip",
+ "name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9e9108e0-8de2-4840-9c86-5e379d12fa9a/64d523b386a6d3b011b9e2fb438ae806/dotnet-sdk-6.0.101-win-arm64.zip",
- "hash": "881a60104d3c546d938b21cd9aa85257c8f52e0dc7647b547f85d16cb473bf8bc3ba523e9513ba6ac762a45853692bd692497009d4e5ddd36e82a380b1940e9d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.1/windowsdesktop-runtime-10.0.1-win-arm64.zip",
+ "hash": "d198963f945f085aadbd910b9cc0da0d2c7d31b89850f11b2d32bec8f618818f5b2afc9c1708e80239100126c6e84035ee178babd2ebfa57b54203860c25183f"
},
{
- "name": "dotnet-sdk-win-x64.exe",
+ "name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/343dc654-80b0-4f2d-b172-8536ba8ef63b/93cc3ab526c198e567f75169d9184d57/dotnet-sdk-6.0.101-win-x64.exe",
- "hash": "695b2ddc8d5338eb0d08d9781930e578c129d55173708e1a5da993f2f1d783750d29d0d482fb2fb0253df2ba280bcb2cabba5c78fa9601b5c1f9631f94b7b65a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.1/windowsdesktop-runtime-10.0.1-win-x64.exe",
+ "hash": "e514c2838ac3f8bc1546035ad9336bc4c1e80f2a3b65364405e3b5940f2b4feb3841111f550cc3610883566ef422897d6b0e1e0a97686a7acf7367fcc7136676"
},
{
- "name": "dotnet-sdk-win-x64.zip",
+ "name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e55ce37-9740-41b7-a758-f731043060da/4b8bfd4aad9d322bf501ca9e473e35c5/dotnet-sdk-6.0.101-win-x64.zip",
- "hash": "7259dc349861d68878f19ba1f4f72ee47403adda2e8814882c5096a44bfd42e475fc2b9eb16d819bbc61c166e13b9b5b97cfc16a36190faa88eeb6eb61693f12"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.1/windowsdesktop-runtime-10.0.1-win-x64.zip",
+ "hash": "ca2321d684e19054a0fc4fe990e20677ecb06e90737aa8e5f8c14783fae0207575d30b8094ead8ad7505c3a639d88e7a7d9a86e9f3f40e2eb02daf71d7fd7eb2"
},
{
- "name": "dotnet-sdk-win-x86.exe",
+ "name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f80f63f0-a236-442c-bf1f-d68000135f1c/c374d1ac806df70c3aef03093fb3f378/dotnet-sdk-6.0.101-win-x86.exe",
- "hash": "b52f0eb94c48a813c552cb526d9b46e112176ee9cf47552a419627516b62e4c1288c95f574c2f1f1dda515ee458b609d4bb633bae46cab2d4ade4e15d6b33f2f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.1/windowsdesktop-runtime-10.0.1-win-x86.exe",
+ "hash": "d28b4d21cd2fa58f1bd484696fa62c52bbe6ffeabd748a8da6386cf8d30dbf877674075693b9a1028eb21ae891ea239a8b3e083cb58902cc1929096f3f1bfde8"
},
{
- "name": "dotnet-sdk-win-x86.zip",
+ "name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/39635c0f-32ff-4060-8fd8-3c2911c69737/9d4a5d2b66296c8c3f44ecb92aa70f3b/dotnet-sdk-6.0.101-win-x86.zip",
- "hash": "512e5ca6e4df0cecb26a733575ab0fa3acf196b70c323a51ba25c5f5df5da39ba8b92b534128be1627077e2f3e8b21dd8c90f0a086b189296e94f333954abc8b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.1/windowsdesktop-runtime-10.0.1-win-x86.zip",
+ "hash": "f4de8c4f566206e3fd09815174edf6b3a2e4f2978e3dda690c89ad7bdb0d6379099636ca8745e8a422800e714afb779982f4f8d8513f979fe23c62a9b56ca5ce"
}
]
- },
- "sdks": [
- {
- "version": "6.0.101",
- "version-display": "6.0.101",
- "runtime-version": "6.0.1",
- "vs-version": "17.0.3",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/72888385-910d-4ef3-bae2-c08c28e42af0/59be90572fdcc10766f1baf5ac39529a/dotnet-sdk-6.0.101-linux-arm.tar.gz",
- "hash": "f9e212dc4cccbe665d9aac23da6bdddce4957ae4e4d407cf3f1d6da7e79784ebd408c3a59b3ecc6ceaa930b37cf01a4a91c6b38517970d49227e96e50658cc46"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d43345e2-f0d7-4866-b56e-419071f30ebe/68debcece0276e9b25a65ec5798cf07b/dotnet-sdk-6.0.101-linux-arm64.tar.gz",
- "hash": "04cd89279f412ae6b11170d1724c6ac42bb5d4fae8352020a1f28511086dd6d6af2106dd48ebe3b39d312a21ee8925115de51979687a9161819a3a29e270a954"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3a7ae99d-a36b-43c3-bd8e-14df916c7b56/b8e0802880ca73c19f56ac8ce5b95c1e/dotnet-sdk-6.0.101-linux-musl-arm.tar.gz",
- "hash": "9f6ca3c29ce1ec948b69e1bfa0f40f30451d6e998b59bea8ad96701bb0815800e7f44aa91259805e9294f903e9f6264966e76a9e8918e5593d69a417385e999a"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ca800552-c6bb-4f1d-9d0c-f76f37edc8cb/f2c281c7f66347866086a3b0cf2b338e/dotnet-sdk-6.0.101-linux-musl-arm64.tar.gz",
- "hash": "4d1ef2a941f7be3c73fddda9a129707e1f71c50a7df99cf67dca2310eb7775e98898fa18e017950df39cee2600a87c8c546b1dbb9bb6c2d0550e56cf5ce9e764"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bd94779d-c7c4-47fd-b80a-0088caa0afc6/40f115bbf4c068359e7a066fe0b03dbc/dotnet-sdk-6.0.101-linux-musl-x64.tar.gz",
- "hash": "113428f918514d9be657e18ec454281d1f86b7e6a3214b4327379b4ab679dc60569149e943e894a169c0523f9513f3aed02ddc252daef66b67e514d3501f17a5"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ede8a287-3d61-4988-a356-32ff9129079e/bdb47b6b510ed0c4f0b132f7f4ad9d5a/dotnet-sdk-6.0.101-linux-x64.tar.gz",
- "hash": "ca21345400bcaceadad6327345f5364e858059cfcbc1759f05d7df7701fec26f1ead297b6928afa01e46db6f84e50770c673146a10b9ff71e4c7f7bc76fbf709"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/43027810-8a5a-40bf-a10a-c3e8d9adef48/e11706837e6380a1760438d0787e9b72/dotnet-sdk-6.0.101-osx-arm64.pkg",
- "hash": "8a8fb781e8304e4699045fa11e46db58a9b44e2903949d6798f4d2ecca0a7e54da94681f36be3c2879d82aa25f4fc4829ad7c3f1b0ec8b94498482de4d1a08d3"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c1351f4c-d2e7-4066-a153-b6130f677bcc/161b0c331a5da2e080c7ad3a5ae2b185/dotnet-sdk-6.0.101-osx-arm64.tar.gz",
- "hash": "af76f778e5195c38a4b6b72f999dc934869cd7f00bbb7654313000fbbd90c8ac13b362058fc45e08501319e25d5081a46d08d923ec53496d891444cf51640cf5"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/83e6b9b3-a78e-4df7-b33f-78a38a1db0c7/b1641cad9024c212bafdd6273f3d5e19/dotnet-sdk-6.0.101-osx-x64.pkg",
- "hash": "00354e7031e046dd15df37980f8ebc9cd679212ffab2c43841f9790743b35a5499e4d83343f7081a1d2057d8d37399be809425945557fa1fb579460a03cb258f"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4a39aac8-74b7-4366-81cd-4fcce0bd8354/02a581437c26bd88f5afc6ccc81d9637/dotnet-sdk-6.0.101-osx-x64.tar.gz",
- "hash": "36fde8f0cc339a01134b87158ab922de27bb3005446d764c3efd26ccb67f8c5acc16102a4ecef85a402f46bf4dfc9bdc28063806bb2b4a4faf0def13277a9268"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/82dd749a-37fd-4663-bb2f-f02b7770f859/394481fd496a5d60d9940ec6a4202780/dotnet-sdk-6.0.101-win-arm64.exe",
- "hash": "006e943a7531b965a0551a4dee071255b64b53fa44084c47610f600b831ac057e54ab079a4d12fb51c6ef11212c83acb929e1c4e29482cc046ed7e20089c99ed"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9e9108e0-8de2-4840-9c86-5e379d12fa9a/64d523b386a6d3b011b9e2fb438ae806/dotnet-sdk-6.0.101-win-arm64.zip",
- "hash": "881a60104d3c546d938b21cd9aa85257c8f52e0dc7647b547f85d16cb473bf8bc3ba523e9513ba6ac762a45853692bd692497009d4e5ddd36e82a380b1940e9d"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/343dc654-80b0-4f2d-b172-8536ba8ef63b/93cc3ab526c198e567f75169d9184d57/dotnet-sdk-6.0.101-win-x64.exe",
- "hash": "695b2ddc8d5338eb0d08d9781930e578c129d55173708e1a5da993f2f1d783750d29d0d482fb2fb0253df2ba280bcb2cabba5c78fa9601b5c1f9631f94b7b65a"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e55ce37-9740-41b7-a758-f731043060da/4b8bfd4aad9d322bf501ca9e473e35c5/dotnet-sdk-6.0.101-win-x64.zip",
- "hash": "7259dc349861d68878f19ba1f4f72ee47403adda2e8814882c5096a44bfd42e475fc2b9eb16d819bbc61c166e13b9b5b97cfc16a36190faa88eeb6eb61693f12"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f80f63f0-a236-442c-bf1f-d68000135f1c/c374d1ac806df70c3aef03093fb3f378/dotnet-sdk-6.0.101-win-x86.exe",
- "hash": "b52f0eb94c48a813c552cb526d9b46e112176ee9cf47552a419627516b62e4c1288c95f574c2f1f1dda515ee458b609d4bb633bae46cab2d4ade4e15d6b33f2f"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/39635c0f-32ff-4060-8fd8-3c2911c69737/9d4a5d2b66296c8c3f44ecb92aa70f3b/dotnet-sdk-6.0.101-win-x86.zip",
- "hash": "512e5ca6e4df0cecb26a733575ab0fa3acf196b70c323a51ba25c5f5df5da39ba8b92b534128be1627077e2f3e8b21dd8c90f0a086b189296e94f333954abc8b"
- }
- ]
- }
- ],
- "aspnetcore-runtime": {
- "version": "6.0.1",
- "version-display": "6.0.1",
- "version-aspnetcoremodule": [
- "16.0.21322.1"
- ],
- "vs-version": "17.0.3",
+ }
+ },
+ {
+ "release-date": "2025-11-11",
+ "release-version": "10.0.0",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/10.0.0/10.0.0.md",
+ "runtime": {
+ "version": "10.0.0",
+ "version-display": "10.0.0",
+ "vs-version": "18.0.0",
+ "vs-mac-version": "",
"files": [
{
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ff3b2714-0dee-4cf9-94ee-cb9f5ded285f/d6bfe8668428f9eb28acdf6b6f5a81bc/aspnetcore-runtime-6.0.1-linux-arm.tar.gz",
- "hash": "e1d9f0b2357ba637ee33bc8f8428b9ff0b3656ac28d1f7727693444191cc8a0a078c2e864547d58668cf3767f0b6df5b804e2743b6fb0906106d2877cdb687dc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-arm.tar.gz",
+ "hash": "9220f44e448157cb906e6cb5604468328f8ed9b7d2bea9630abedb59860431a780528423ef7ec16bd1601fca1c9dd5310c3b59920bf1ee3b6e41968e82a93f5c"
},
{
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/01f8a4af-9d6c-40ff-b834-a1d73105a9d5/aba0525a8b8cb745ac70ecd671acf0e0/aspnetcore-runtime-6.0.1-linux-arm64.tar.gz",
- "hash": "c1cab4bc800bd507ca6046ed1af900a7f1a7d28fa564615b8b93803139affc7f5fe6824c2b161ce635047862d644d724181424b44281b30a77f7159d6769c83c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-arm64.tar.gz",
+ "hash": "292fa7d890292a0527f99583e980ef58f8ecba02397562e03faa6a53fa51dee52dc7a3d861279ba8a3783c661f4bc1b90b268367b88226a452f36d5639f6719b"
},
{
- "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-bionic-arm64.tar.gz",
+ "hash": "93470d4de5687d010ded3ab32de974f6ebf7e3874c117320b75698db2529dd433967276c60d1ad9a588d64fe32d90d897449e066d83423a38b491a6eee178730"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-bionic-x64.tar.gz",
+ "hash": "74b55bc10ee469d82582623db4740d9b4fc5135221156cef3594f6ba37589d3765f523b06ccd4242ac2c2df3c5126ffa8e81af1c562f889d9db12da48aeb943e"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2f867681-deb8-4eab-bf1b-01a90afa2ef8/3c0b6aa2c5973b89a5e91fb2b627ae05/aspnetcore-runtime-6.0.1-linux-musl-arm.tar.gz",
- "hash": "f613fb9f30ff2f0693aeeceaf1160f925467f33a2c2308f39c198a128713ef19c1d743aad63b381159a420689d06a60a65f8b99fbeab1220f27463e8c112a92b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-musl-arm.tar.gz",
+ "hash": "4c51bfe7f85b7916273468f6351324e57b01b37c08f6b0266e1c8c0c22590721ff5d771a6926096c07eaa88caade99cf4eea1ba040c8b76dcfb2412178bb88b9"
},
{
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9278d7dc-3cb7-4428-be20-56df885011b9/0ef3b37ed737cebccd3c5675e0d7b1ee/aspnetcore-runtime-6.0.1-linux-musl-arm64.tar.gz",
- "hash": "7624ae6b63475c4861e1d48aa85151a8f1e506513fe3dfd3fb95ae9a1067a77ad8ddd3e44bf8d27baca62c9c2b3cb425dbaa8d8de346f45aecb5b40870f3334c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-musl-arm64.tar.gz",
+ "hash": "b8dc8e692c83d924bc91374f211a775016fd4df6d088dff12f7d38de1e8c8d287124e722b34798a1b9d61e0a540cde4afd7b60722b9c952832aa2c846fcfe43b"
},
{
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f0f65ac3-3a10-45a0-950b-e6772ea3851b/cdbd4726e259f87d40f336cbc48a2493/aspnetcore-runtime-6.0.1-linux-musl-x64.tar.gz",
- "hash": "763a9895e20ac19012b6fb6489be45a25879c3717e47b7c8f13e38e5c8a33e9ccdf5fe0a90896bd4719324cc24397c62f06426e9dd43c9cdf42296fcb08a1f26"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-musl-x64.tar.gz",
+ "hash": "b3a43fa284589636db8d15aaf51855ecb347994532eaf707bcb7f028dfb6d12d5b1eb8a2e0b0811bf3a0e512e6bc1eb49501b1077bda45e3b1916484d805c92a"
},
{
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/32230fb9-df1e-4b86-b009-12d889cbfa8a/f57a5d92327bb2936caac94bcf602c22/aspnetcore-runtime-6.0.1-linux-x64.tar.gz",
- "hash": "9e42c4ac282d3ed099203b9a8a06b4f1baf1267b4d51c9d505ca7127930534b60d4e94022036719133b30c1b503f66d7d4571bc24059d735e510f5e455ec6c51"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-linux-x64.tar.gz",
+ "hash": "e8f8394384da984a7e6f32ff627579c1af08b2d928b3b951c8a675c20dfbab2b19395646c50d61fe031a8cf8c50574f60800f9117bec321b3779d4225a72586d"
},
{
- "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1bfc1445-dc00-4bee-b63e-3752d6669cc6/7f04f913c40349a653b1b47e9133e11b/aspnetcore-runtime-6.0.1-osx-arm64.tar.gz",
- "hash": "ce6fab613172b07546f83885906c16eaf56b1de0744d326261222189466debd3ad901e95ff2916f51d7241321a31b2828f4b1fb6ce192224ebab2543dc652c64"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-osx-arm64.tar.gz",
+ "hash": "4ae9de8cb13470a24fb9eaeedc76e4a7fc433e1e32b2fb7615f0255b2a012c03f6b774994d5e73433c87a3ab35567fb542b252f66a6278cbdf8e3fd6cf2399c9"
},
{
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0cd8b55e-7d7e-41c5-93f3-ebc7ffc18ddc/fd3c2698214d01e5b4b57d5d9b53b0e4/aspnetcore-runtime-6.0.1-osx-x64.tar.gz",
- "hash": "e21cd7ead260038c820a2697d415d81ed9ce210e9d04e70ac87924f639cf5a37b2d8de400d0d3966fc6921100bb879e8d6fb9fcec9b67b02cecf180bc2f46865"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-osx-x64.tar.gz",
+ "hash": "d0845dcbfdf64105d3cd33bbe81e5d8bfd10596a53a54692e9b8bfa042a6d38776b67fbd0a36733715d1439874f9dea38d2a284448e312e6147bda890f4f3188"
},
{
- "name": "aspnetcore-runtime-win-arm64.zip",
+ "name": "dotnet-apphost-pack-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7f88f691-c9bd-49a8-a273-2544550f817a/ee2371e7cf252b7bc6cfc44dc5462a69/aspnetcore-runtime-6.0.1-win-arm64.zip",
- "hash": "7009bc29d02c88c1146950aa56d64d58289d4b9f3678d48ef0d5126f0cf7208e525fb735c362b16ceffaebac55bbcab2a9f866ba7f244536d58345e2b1a2d384"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-win-arm64.zip",
+ "hash": "60b0c4b79d1c6329e307078dec03964408a32925a7837ebba66bc42a4d93f538e523c2e9777e2262b3c18661d93143f36e46db918d66a5c102248b9463f99717"
},
{
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d526db30-5bfe-4c24-808c-4d8f5d2ba479/ae90c40bdefb2f1775d812ede8e84309/aspnetcore-runtime-6.0.1-win-x64.exe",
- "hash": "d73cee3ef2138c3160e30b9db2f1725a540af1faf1a0d9b59e2482b5c1fe445566db8420dd298749fa9f1121d5a14255ca6e7b7c88f7dbe854f05f28738614aa"
- },
- {
- "name": "aspnetcore-runtime-win-x64.zip",
+ "name": "dotnet-apphost-pack-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/820770c3-1a48-4a4f-bde3-792c925fee63/f44564603cc0592e4a3f33205a0273ba/aspnetcore-runtime-6.0.1-win-x64.zip",
- "hash": "a5c5e6b7249101bb3cf309255ee0c33e509783406e64bd3c132afffc7895061a83c4760a1c15297ba0153beca53196b28f81eacb4552481f53d5d7c21b21a30b"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a706a729-c897-4e01-b51e-af8bf9c0183e/25d022b1b1976ab267ffd862d140dc20/aspnetcore-runtime-6.0.1-win-x86.exe",
- "hash": "2b285d548f84510a365a46eab0d54aca936c69d88848f3bd5cda19f0a4ebf8cff5b9ccdc0c7927df446256ac849e1c2dbcf1ced326beabe1772b2240711bdec2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-win-x64.zip",
+ "hash": "9e488c71e90d1229f89d3eb6a253e99e36889928ad56a31259323a54ebcb57a03f07fc880994c5a58e51ff06ca8acf623ad7c52c64dce89843e4ccdc01280f94"
},
{
- "name": "aspnetcore-runtime-win-x86.zip",
+ "name": "dotnet-apphost-pack-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c487f9aa-c73a-4f00-bf7b-51007e1688e2/2b9d173afdd59a81746be036f758a6d7/aspnetcore-runtime-6.0.1-win-x86.zip",
- "hash": "4efacf582489f01b8bafc3240fe8992b5ab05bc858e37764d3840bd4f9f9c5ffadd87d7d741b35e4790c408198ff54988c7315d8d16d10024ca9f25508eb0d6c"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b69fc347-c3c8-49bc-b452-dc89a1efdf7b/ebac64c8271dab3b9b1e87c72ef47374/dotnet-hosting-6.0.1-win.exe",
- "hash": "0a641778e544c75dd339f2a77e681e7d1d92c0ca0e79d132eca9d462612ebdd1bafb081a2d6f1cd05d618abc539ccbae7b61a5b9b2e539ff335a0d137470095d",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.1",
- "version-display": "6.0.1",
- "files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f30c6083-6119-4a10-8b01-ded5d7dac269/00c6ada6ace3b0ff1b0468bc27d84129/windowsdesktop-runtime-6.0.1-win-arm64.exe",
- "hash": "d9a270611d4faca24186f5984f9d8ea01531b4f9513dd129db9f523d98920e24aaf08f0379c01a8edd36877ed0545178fc87b82636ccb40057f64e6c5bbbba45"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bf058765-6f71-4971-aee1-15229d8bfb3e/c3366e6b74bec066487cd643f915274d/windowsdesktop-runtime-6.0.1-win-x64.exe",
- "hash": "36dc038f6ed20b964238d6f1cb8d2248fdf120f53ab412c23d77981a0bc4133be731df7b4d5fec7d29a127ab6d3f0e93a3062eeb3691837d7442e085ee884ebd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-apphost-pack-10.0.0-win-x86.zip",
+ "hash": "f74f88c002a9c9d87da54659931c54b187668e447699137782fcebbcabf2cfc1f9339a20c02dcb9b21ec794c362b0ec0cff54352d8ea60a0ffc77287610a3132"
},
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7977218c-1a01-4b69-a8ec-9d9311a6de5b/4c74f995295be78a9ebe1d5fede8f7f3/windowsdesktop-runtime-6.0.1-win-x86.exe",
- "hash": "69d5ebc7e8421cd10164fadcf41f05e79c4c5e4fa88107b682ff44e2081e7d7c3427f775ffdba568f532aae24f9773043cdb6354828a8379e54a5404b1739f79"
- }
- ]
- }
- },
- {
- "release-date": "2021-11-08",
- "release-version": "6.0.0",
- "security": false,
- "cve-list": [],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/6.0.0/6.0.0.md",
- "runtime": {
- "version": "6.0.0",
- "version-display": "6.0.0",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dcd635a9-6caf-4958-b3df-01e1c204ca1e/b201804d05de9573a8b454bccac56482/dotnet-runtime-6.0.0-linux-arm.tar.gz",
- "hash": "575037f2e164deaf3bcdd82f7b3f2b5a5784547c5bad4070375c00373722265401b88a81695b919f92ca176f21c1bdf1716f8fce16ab3d301ae666daa8cae750"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-arm.tar.gz",
+ "hash": "43016bca9f9002be8ab347301242fef03b7bbd00ed34fb7b9a6908719b83d0f2e897bee3954026cc2714b82145e64a49bff386f4c04ae7b60241434dc87e1f84"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e59e190b-fceb-481e-9d82-f1e0660a0a72/3961d79c2fe1e8a2ee8ff3b1bb5e8472/dotnet-runtime-6.0.0-linux-arm64.tar.gz",
- "hash": "b0f0f2b4dc0a31b06cc3af541a3c44260317ca3a4414a5d50e6cf859d93821b3d2c2246baec9f96004aeb1eb0e353631283b11cf3acc134d4694f0ed71c9503d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-arm64.tar.gz",
+ "hash": "86f2b5bcb9d56c2aa35314f3eedab715bbc21f33c66f5c45fce3f73c22ac1701e9a44415a06f7031ece87f4fb8481a9b8fa9be6f030098319ee56d295a8015d7"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-bionic-arm64.tar.gz",
+ "hash": "c4ea8bf6b74a77a58aded7fcceb0672573a4a7c5a64b7a7a8aa0f1e419b1a0b5548250b8908e815ad234b00657a982b7e6fe100122a2afa0359d6b1d783b23b6"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-bionic-x64.tar.gz",
+ "hash": "c2ac621534fff845b4929620183c87e39f0555fe83c5ad6abe8d19a4bbfa2bb0cbc56476d75cd0a08f91e5415cd46c9d725f92b09540141be325d4cbf6909595"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2f531185-7535-4a8f-bce0-ee89dc86b5c0/979fdd2cb39e1fdf03eba60cc444b18c/dotnet-runtime-6.0.0-linux-musl-arm.tar.gz",
- "hash": "b71b2dc2067c130a7855430dce51cac701c5c03f1ce86e76c45413efa1ee5529161c11107ca7f09e83c149558545207efb4140d441e773a2d63ae9f37ed76420"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-musl-arm.tar.gz",
+ "hash": "dbfe50cd92c35cb4b8df296512b159cde67138b9f3253ef1f13dc46f181859ea4b9753959a96f9a4f0851c0170befa318a50fbe3e28193d185c158aa8059dd26"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/17fb4f70-19be-4302-b180-32f33bd2f907/18f38ef59bcc82a3c78eba6f36ee0e76/dotnet-runtime-6.0.0-linux-musl-arm64.tar.gz",
- "hash": "e5555d81b06f4617569cbe183150f03e483da7b0d2d7da7da4fcaa80decd1ae2369efc4122eb3c6e59a0631c6a51559d8458a022680074f2548df534685ff2cb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-musl-arm64.tar.gz",
+ "hash": "42a082dbad2cf97ebe04ad70b542d3ba0e7fde576d137cc63714641fae2dcce4fbefe56a12771c49fcae418d4a73e0479c420f3831169fc9915c199ca32ca400"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/95352809-7f41-40f3-974d-8d530321a8e4/0024d7bf0c872f176ceba7a63a34915b/dotnet-runtime-6.0.0-linux-musl-x64.tar.gz",
- "hash": "1b6b5346426e53afd7ea4344e79b29a903b36bb1dfbc88d68f3a17a88b42ca9563d8af7c086cc0d455cb344c7d11896d585667c76e424b2e2760e7421018c1c7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-musl-x64.tar.gz",
+ "hash": "64d08063d8b3395cf1010c352f033de2c3cde7a5409219e9812b9e7053f5e7e169d88c88690254c39fea721d9a832dcd3c74dd9aff06463078445754bcd9e432"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0ce1c34f-0d9e-4d9b-964e-da676c8e605a/7a6c353b36477fa84f85b2821f2350c2/dotnet-runtime-6.0.0-linux-x64.tar.gz",
- "hash": "7cc8d93f9495b516e1b33bf82af3af605f1300bcfeabdd065d448cc126bd97ab4da5ec5e95b7775ee70ab4baf899ff43671f5c6f647523fb41cda3d96f334ae5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-linux-x64.tar.gz",
+ "hash": "0ae89668345e85a3c4977cd72e94480e0558baea494bffeaf698bb5be400b8ca78b6b58f8a1024e7d221cbcdfbe6810372e72edb611cd3c5004c9792ea8940b2"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1bc784af-565c-42d5-8db2-9988c8d2b65f/644cea0fe2f712ad297b6eb49147f446/dotnet-runtime-6.0.0-osx-arm64.pkg",
- "hash": "e9043d8d073a02ed5cbed9f5804d0608c168d800aea5fd9debfc963010cee855ab8439946fc092ad880adcfb84777465ca572f85862402b6875a758e41d343b8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-osx-arm64.pkg",
+ "hash": "7cc0f90bdeb17929fcc3f845a434ea8ec0facfbc3985ab72d355ad3366fb01099ef17ada3bffab1ecb8a095e759cb8316d5cfef6dfd5a007c903bfa12e587eb8"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/358b0203-a499-4675-9e53-220349a0a093/4265e02ca29fed442acaf5b46142c583/dotnet-runtime-6.0.0-osx-arm64.tar.gz",
- "hash": "5cfc3c8a70f0e90f09047d3eeccd699e7210756b60fabbf1a30d6fdc121df084e5d8c3210557273739d5421f031dc9e4d07c611406734ca0671585de6e28e028"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-osx-arm64.tar.gz",
+ "hash": "af8e200e31db511aebe50ca02d1fc634d7b7d8769940fd04f5fbf9999416f48a9ffee5858e91847515522984c67815ce6189a1fd11f5540b13f2bd6c7fe6c37b"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/03e62824-4061-45dc-8777-93e82205148d/81489074c065675bd713a9cbeb995bef/dotnet-runtime-6.0.0-osx-x64.pkg",
- "hash": "d3244837766f2f2b0ab5172d3ea6bab149e2bea716d4f7be0d122fcd867609f3c694a9c4fd4cd7180bf5348209e414809c37ed2327804ca76b5bc269187b04e6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-osx-x64.pkg",
+ "hash": "172b9bce2c746d820292f80a1518528c509293c3874a65ac57836df9aee8a201b00a8fe263a36f9a61efd2b292fafceb3cdd9c26f0c1789c245cff24008dde81"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d88f74a5-05d2-46cb-886a-a62fd698009d/67f5f05e9c029d284c309f0f712fc99f/dotnet-runtime-6.0.0-osx-x64.tar.gz",
- "hash": "d6842bddd9652dd7ad1d8156c3e9012f9412b3d89b4cfc0b6d644fd76744298aa5ed2cde8a80d14bb2b247ee162bae255875ee2ca62033a422dacb7adaeece2d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-osx-x64.tar.gz",
+ "hash": "bc080596b6e92d075b43f5909276b36dbdcdae3afa79413f73545540b79a7e5a403b3751a97625a4e06f10a2e166e1a10598076cfe3b3cd6e488f592ee1ac5f9"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f1a97c74-826c-4920-b629-605b0ed7187e/45dfca473522ce4436ba002bcea4117d/dotnet-runtime-6.0.0-win-arm64.exe",
- "hash": "88e459d006c6d7ea46f0737421bf479f3a29b2f5bf273b9bbbd6919729c67293df3bfb3066fd04a58d1809b43bd6d9091fac58ccab43b107c4bcba9a606e447a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-win-arm64.exe",
+ "hash": "319e561164311a4bd63932febb953100d9dd11b050a6ce93383183f84b24db7fb9ec6f3e0cbd717fc9f217c6b5664878f09e0a06dcb126c41a16d9930b64b92b"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d52959e1-f458-41b2-b273-acedd32c942f/0c4aa30089132acafebddc9eafa3621b/dotnet-runtime-6.0.0-win-arm64.zip",
- "hash": "a223bbb3dd09b5f49bce1165c1398123e573a524f8ee9fa808f29e361bea85f94e2eaa9a8ab0b4bfb4b5564bf0d70b27a994dfd5c47c79b2fd5d6501c9d1620e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-win-arm64.zip",
+ "hash": "21279c8e1310e5a2b965576a4df188551049798f640407fd54be58ab8b0756166bc19851f0c7e9055057860ac2925c28b3d2db6c38cfcd9adf0a1706cedf33f4"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b9cfdb9e-d5cd-4024-b318-00390b729d2f/65690f2440f40654898020cdfffa1050/dotnet-runtime-6.0.0-win-x64.exe",
- "hash": "95be7c91cbae40f3faf29329bf741f3d0670003bd3316c2cd7adf1653b472b0ca6b0f40713b84fd3855d9ded7d4e7f6b0ae67aa900ea04caada24e524b94bbe1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-win-x64.exe",
+ "hash": "b0e4e77a3cd6561ca73afa057ecd10a135e85fda2cb8df50b38bd46a0e6acbc6f2cea24a5a85d2995687d30aa1bbc6491277815b566c9284c046260225c53532"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6b96c97d-9b8c-4141-a32a-5848d3369dbf/9972321cb7af5938fecdee2d8ebd72bb/dotnet-runtime-6.0.0-win-x64.zip",
- "hash": "db8ad4e70b2779886f9e8e2aa89c40461f94ec4291786b2c4f9fdc5df1c707acf0bf1fab8fb99d42abb0d8010949e39175d39dea7ac154ea0ac2cf5761f539d3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-win-x64.zip",
+ "hash": "4f785ed52d49545e328d7526fd6fe80e2d0c84bc90c5f905df631ef87b9d3efd211d10670aa87d5e7b87cd2f54d3dedb6e5be78027d5533153670e1186230825"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/34df41d5-c813-4e30-8aa3-3603ce6600c0/976e801af82c7108abbcb736a8bc5c14/dotnet-runtime-6.0.0-win-x86.exe",
- "hash": "50ff4627573abc80731515573aa1e4b5a8c05c1ace868920d22edcdce803489d4070022e3a4359596a935bb68932c6e53932886a8336ef2220d640cb1b7328d2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-win-x86.exe",
+ "hash": "bdd1fb880751626f83852d76c14483fed4c69107e87d36251333c5e19f3803f75406d8db95d9f4b60478879d6f378ec99c5102dfe6f00bcd063fa041fa0d347f"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e6204240-04d8-4a74-bbc2-0815d6959ed9/050721f551cf2592e5bc58ee1d7fe0a3/dotnet-runtime-6.0.0-win-x86.zip",
- "hash": "0950abc1ddec8f8429ec46e29af78f019ffd32f66c0fcfef88e0356cd61dd91b70c4ac19d5be938cf35c791154992228a94f2f3297c46cab490a3a1c9552f266"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0/dotnet-runtime-10.0.0-win-x86.zip",
+ "hash": "03c88c8669eb335a2668bb4bce9cb383ba5cfe090f3abd3700928e02e138ef471c070f845ca2e7df6c2615eae2f1665fb8e4b6cb1dc3e3d2ee3c24ab1fe8882a"
}
]
},
"sdk": {
- "version": "6.0.100",
- "version-display": "6.0.100",
- "runtime-version": "6.0.0",
- "vs-version": "17.0.0",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.100",
+ "version-display": "10.0.100",
+ "runtime-version": "10.0.0",
+ "vs-version": "10.0.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.0)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1f85b038-9917-4d0a-8485-5dc86510eec7/a7555924fe292c6c2140893f066abe65/dotnet-sdk-6.0.100-linux-arm.tar.gz",
- "hash": "c1e555893c48c4f4256d3e6b1d36b31d8a4d7763a6e958fb63dd31436c660648d481612b5e25d79a613e84a1954f5eac2c9c2b740bf410958172780f7bbeaeb3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-arm.tar.gz",
+ "hash": "45f2d7fd05670a5a14fa480889e45920782277575dba0da44c259997d059d64070b40ac7aae9f0c3a3076d9fed5b787854a8abdc2dfdb4783b449c05c1c9b49c"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/adcd9310-5072-4179-9b8b-16563b897995/15a7595966f488c74909e4a9273c0e24/dotnet-sdk-6.0.100-linux-arm64.tar.gz",
- "hash": "e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-arm64.tar.gz",
+ "hash": "24fc2b105ab8484c34213ef57ac4e6a36a6593241f0ebc6cf0a40ec2f5fea2d76de85c4b87b2a53814d194e32ec1288dd5053cd6f52768d79cd0ac948cbf84ea"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/910901ba-4068-40a4-a6e2-2f25c82c2cdf/9ad0936c71b096bc057a3ce7fb7f3bd6/dotnet-sdk-6.0.100-linux-musl-arm.tar.gz",
- "hash": "4568f18912431cf1ffff0ae6ead281999dfaf594a3a59ef7d0492e687069cc988f9809c51cecb9c33eede863dda45868072d98c0aa52d3941fd1783590e7eb73"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-musl-arm.tar.gz",
+ "hash": "5a543758451019c29c9dc3220c3095be5234a9adc6fe5dccc367886b160a907b2d6a81be8fd3c0f527e9ec832703b2546dec81a8df2802d9f6ef5614082e13b0"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/464717f7-cd60-49d3-9658-f471262dc3b8/d5c97064d0bdd7bf82eb7b96cc2bab7d/dotnet-sdk-6.0.100-linux-musl-arm64.tar.gz",
- "hash": "0f7a03ab2d090658623dc4bba3ece420cdf1976296f812140c152a399513cfd53a0bd5a6b0833c29860f035121b53bc38d9fa348434963a0bf6e6a3945547273"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-musl-arm64.tar.gz",
+ "hash": "5fb94421ce5896fb36b64bd0f975a83d1938641205d89f44722c8ea44a03fb5844d9fee6d72f92ac563d1040b76ee3f1e63e2f738467b4329d2eabed0c5b04ca"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bb523fba-7eb0-49ff-8214-c78c65dae090/7e7f9798ee57bf93649ada3eb13a79ae/dotnet-sdk-6.0.100-linux-musl-x64.tar.gz",
- "hash": "428082c31fd588b12fd34aeae965a58bf1c26b0282184ae5267a85cdadc503f667c7c00e8641892c97fbd5ef26a38a605b683b45a0fef2da302ec7f921cf64fe"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-musl-x64.tar.gz",
+ "hash": "2fb7ddc9b232a67f69262b8beebb5fa223da86c9314f074ed79b151a7bbd0b1b5c36be5480d363d82709ae69fd90f7a6a451ef68026e0406581434ed288b20ec"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz",
- "hash": "cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-x64.tar.gz",
+ "hash": "f78dbac30c9af2230d67ff5c224de3a5dbf63f8a78d1c206594dedb80e6909d2cc8a9d865d5105c72c2fd2aa266fc0c6c77dedac60408cbccf272b116bd11b07"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ed60d37e-7842-4fc2-8250-2bd66073d79e/725d486e04d27e45d2b41c687dc35f49/dotnet-sdk-6.0.100-osx-arm64.pkg",
- "hash": "d7ff82c55eda5844c8869b63646c75a0b0a34f30fc23bdee3c0c5f3bf1666fc78f0ded86356ab21fbfd04f1adc0a60008940e726620a3d42e4a4343ea9134544"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-arm64.pkg",
+ "hash": "4698d560e5cee8f26d53862f21eb6f0f2feb1e2b6a0d5578cfd7290d49907f0d89d3b37b29eac0239dbb7ebfce69828dc0d3def0d72b4e99abc6f201d461fa3f"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7f1e67c2-11a4-416b-8421-786e47b82fdf/af56581d96e15ed911cf3a172f3c8802/dotnet-sdk-6.0.100-osx-arm64.tar.gz",
- "hash": "92ead34c7e082dbed2786db044385ddfc68673e096a3edf64bc0bf70c76ea1c5cb816cde99aab2d8c528a44c86593b812877d075486dd0ae565f0e01e9eaa562"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-arm64.tar.gz",
+ "hash": "0ee9c774f9c63601844619b67d6ca829d70fa26b9949b808e801380c35edb12e4c9418baf8e2ef8ba1dc6dc7d307dbf5830fb0f4f97666032a391c5c097ee607"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/14a45451-4cc9-48e1-af69-0aff75891d09/ff6e83986a2a9a535015fb3104a90a1b/dotnet-sdk-6.0.100-osx-x64.pkg",
- "hash": "109076a315749ae37f2f6085f489101f9ed538caaba6bf9f7e5c00ad713185b2d254296139d486a56c16401c56f00ba1d7c89bd991f18cc715a8ccc85353eba6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-x64.pkg",
+ "hash": "380830a46a5aaca3db4915ba382a0d25fcc71861f3ae1d2ac5962b76ae6b4125a95ab9aa34d1299bf0c1cff2eb7a811eaece4cc962d7dd50b8dc58c85fbbd01b"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/62f78047-71de-460e-85ca-254f1fa848de/ecabeefdca2902f3f06819612cd9d45c/dotnet-sdk-6.0.100-osx-x64.tar.gz",
- "hash": "6e2f502a84f712d60daed31c4076c5b55ee98a03259adf4bdc01659afcac2be7050e5a404dcda35fdc598bf5cd766772c08abc483ed94f6985c9501057b0186a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-x64.tar.gz",
+ "hash": "595c3c661a705a256f52e03e3aeeb86753ad6f9aa3d59f487304cdbbb744a39f4e3fa6445a60cded6bc78e12f51d52ed5a183ea70a0560b96bed61fb83958f81"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f4962800-2c72-46e5-a1ae-84006fd0ea1a/aa43e8518fdfb97226b06c83293cf016/dotnet-sdk-6.0.100-win-arm64.exe",
- "hash": "811a786a433ced4bd6ea5b87016d066bf90972db00be021f752ba8d91a7cf732fc10c90d02553e7146023ea11be7bc36c5aac6b9009d5b9dd8493b3c4c7c8637"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-arm64.exe",
+ "hash": "893902155e247f2d8cd7ffebfc7e05207854b1bc02beb29a7b34c72ef4fbece725cead8ed0970b28c4a6a495cbaff967a8b824930669d5b59408f32e0c431152"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2d1846a9-6604-4535-9d63-39a069eac897/ecd34c29a558e25865c8ddc5bb5fcaea/dotnet-sdk-6.0.100-win-arm64.zip",
- "hash": "a785cab6ae75187fccdd8276e4c961cc7cf8ff03fd49fdc36d251560909a53b4f4767f94ca1f007a672e10f0053f87d33fdd107661f718f4e969c740970ba974"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-arm64.zip",
+ "hash": "3d03d6ff062f77698fb61661985fe2d44070be313f2d52640ab7d9c4dac742365a4fe74eece66fd51a03b9fd9ae077648d638641d82c2432c5ea06ea676259af"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f71eaf1-ce85-480b-8e11-c3e2725b763a/9044bfd1c453e2215b6f9a0c224d20fe/dotnet-sdk-6.0.100-win-x64.exe",
- "hash": "a3bf940482214add94b20c741cf5b8b41467ec730073eed67dfdcf42ba8ad918d63d44322a29e8dd47e12dbf4617298ab3d331147f40efe21158ccf229fa2727"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x64.exe",
+ "hash": "e9920ce4b9b2fa3ce63a35f288080bb8d2b7f5bfbf2d51588276f81eddc8858254760f172aa1d0a7211a98378816c6e8bb17b59f4844db8456988ad10a557ca9"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ca65b248-9750-4c2d-89e6-ef27073d5e95/05c682ca5498bfabc95985a4c72ac635/dotnet-sdk-6.0.100-win-x64.zip",
- "hash": "d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x64.zip",
+ "hash": "24b033418a3969effd49b4651ef7ebbffeb284773b99545d78dce61a82e57f38db7facdb013c609ba15573c072f0e093363ae470824a6847f3c6111078c1fb64"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a95baae6-2e83-4242-af31-6ed6f9541c28/c809b854b2dc5d76476c59257319cf97/dotnet-sdk-6.0.100-win-x86.exe",
- "hash": "8161389c3d4ffd9c7487a6be5f42634a20c0bec88ff07f4259ff1f085f1e776f5137570c336c9fbade17005ad5e656cfd4b5bab2c9bc941eece3d45a2a5eafac"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x86.exe",
+ "hash": "dce046f4104ef10d528a9e710cbd8f3fd6b1f4d9ab2ebf3a6889d781a367b5f9ae33fb3fed0d1431ced435aa4d2cd477671ab42e30d03475148012c4d081460c"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c91c6641-580a-4b7d-a89a-5ed0e15bc318/f35ebceebbb06374734d1c238036e504/dotnet-sdk-6.0.100-win-x86.zip",
- "hash": "22ea675797425bd4c65baecf4e0549b648377d74fd2df0d7bbbb2a5802160a7e13dcbb7877f12c7a77d08246bf3378846a20669c2b69db11a32a08ab7e722784"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x86.zip",
+ "hash": "78988da917520400c4a6ebd3cb166d3c6e7fcb6b34a10c4c9b95114d813ce34f190ea142a54e56462699c193a90482a64ac31b79dfb009205be0eb7676055e9a"
}
]
},
"sdks": [
{
- "version": "6.0.100",
- "version-display": "6.0.100",
- "runtime-version": "6.0.0",
- "vs-version": "17.0.0",
- "vs-mac-version": "17.0",
- "vs-support": "Visual Studio 2022 (v17.0)",
- "vs-mac-support": "Visual Studio 2022 for Mac (v17.0 latest preview)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.100",
+ "version-display": "10.0.100",
+ "runtime-version": "10.0.0",
+ "vs-version": "18.0.0",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.0)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "10.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1f85b038-9917-4d0a-8485-5dc86510eec7/a7555924fe292c6c2140893f066abe65/dotnet-sdk-6.0.100-linux-arm.tar.gz",
- "hash": "c1e555893c48c4f4256d3e6b1d36b31d8a4d7763a6e958fb63dd31436c660648d481612b5e25d79a613e84a1954f5eac2c9c2b740bf410958172780f7bbeaeb3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-arm.tar.gz",
+ "hash": "45f2d7fd05670a5a14fa480889e45920782277575dba0da44c259997d059d64070b40ac7aae9f0c3a3076d9fed5b787854a8abdc2dfdb4783b449c05c1c9b49c"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/adcd9310-5072-4179-9b8b-16563b897995/15a7595966f488c74909e4a9273c0e24/dotnet-sdk-6.0.100-linux-arm64.tar.gz",
- "hash": "e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-arm64.tar.gz",
+ "hash": "24fc2b105ab8484c34213ef57ac4e6a36a6593241f0ebc6cf0a40ec2f5fea2d76de85c4b87b2a53814d194e32ec1288dd5053cd6f52768d79cd0ac948cbf84ea"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/910901ba-4068-40a4-a6e2-2f25c82c2cdf/9ad0936c71b096bc057a3ce7fb7f3bd6/dotnet-sdk-6.0.100-linux-musl-arm.tar.gz",
- "hash": "4568f18912431cf1ffff0ae6ead281999dfaf594a3a59ef7d0492e687069cc988f9809c51cecb9c33eede863dda45868072d98c0aa52d3941fd1783590e7eb73"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-musl-arm.tar.gz",
+ "hash": "5a543758451019c29c9dc3220c3095be5234a9adc6fe5dccc367886b160a907b2d6a81be8fd3c0f527e9ec832703b2546dec81a8df2802d9f6ef5614082e13b0"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/464717f7-cd60-49d3-9658-f471262dc3b8/d5c97064d0bdd7bf82eb7b96cc2bab7d/dotnet-sdk-6.0.100-linux-musl-arm64.tar.gz",
- "hash": "0f7a03ab2d090658623dc4bba3ece420cdf1976296f812140c152a399513cfd53a0bd5a6b0833c29860f035121b53bc38d9fa348434963a0bf6e6a3945547273"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-musl-arm64.tar.gz",
+ "hash": "5fb94421ce5896fb36b64bd0f975a83d1938641205d89f44722c8ea44a03fb5844d9fee6d72f92ac563d1040b76ee3f1e63e2f738467b4329d2eabed0c5b04ca"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bb523fba-7eb0-49ff-8214-c78c65dae090/7e7f9798ee57bf93649ada3eb13a79ae/dotnet-sdk-6.0.100-linux-musl-x64.tar.gz",
- "hash": "428082c31fd588b12fd34aeae965a58bf1c26b0282184ae5267a85cdadc503f667c7c00e8641892c97fbd5ef26a38a605b683b45a0fef2da302ec7f921cf64fe"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-musl-x64.tar.gz",
+ "hash": "2fb7ddc9b232a67f69262b8beebb5fa223da86c9314f074ed79b151a7bbd0b1b5c36be5480d363d82709ae69fd90f7a6a451ef68026e0406581434ed288b20ec"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/17b6759f-1af0-41bc-ab12-209ba0377779/e8d02195dbf1434b940e0f05ae086453/dotnet-sdk-6.0.100-linux-x64.tar.gz",
- "hash": "cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-linux-x64.tar.gz",
+ "hash": "f78dbac30c9af2230d67ff5c224de3a5dbf63f8a78d1c206594dedb80e6909d2cc8a9d865d5105c72c2fd2aa266fc0c6c77dedac60408cbccf272b116bd11b07"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ed60d37e-7842-4fc2-8250-2bd66073d79e/725d486e04d27e45d2b41c687dc35f49/dotnet-sdk-6.0.100-osx-arm64.pkg",
- "hash": "d7ff82c55eda5844c8869b63646c75a0b0a34f30fc23bdee3c0c5f3bf1666fc78f0ded86356ab21fbfd04f1adc0a60008940e726620a3d42e4a4343ea9134544"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-arm64.pkg",
+ "hash": "4698d560e5cee8f26d53862f21eb6f0f2feb1e2b6a0d5578cfd7290d49907f0d89d3b37b29eac0239dbb7ebfce69828dc0d3def0d72b4e99abc6f201d461fa3f"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7f1e67c2-11a4-416b-8421-786e47b82fdf/af56581d96e15ed911cf3a172f3c8802/dotnet-sdk-6.0.100-osx-arm64.tar.gz",
- "hash": "92ead34c7e082dbed2786db044385ddfc68673e096a3edf64bc0bf70c76ea1c5cb816cde99aab2d8c528a44c86593b812877d075486dd0ae565f0e01e9eaa562"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-arm64.tar.gz",
+ "hash": "0ee9c774f9c63601844619b67d6ca829d70fa26b9949b808e801380c35edb12e4c9418baf8e2ef8ba1dc6dc7d307dbf5830fb0f4f97666032a391c5c097ee607"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/14a45451-4cc9-48e1-af69-0aff75891d09/ff6e83986a2a9a535015fb3104a90a1b/dotnet-sdk-6.0.100-osx-x64.pkg",
- "hash": "109076a315749ae37f2f6085f489101f9ed538caaba6bf9f7e5c00ad713185b2d254296139d486a56c16401c56f00ba1d7c89bd991f18cc715a8ccc85353eba6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-x64.pkg",
+ "hash": "380830a46a5aaca3db4915ba382a0d25fcc71861f3ae1d2ac5962b76ae6b4125a95ab9aa34d1299bf0c1cff2eb7a811eaece4cc962d7dd50b8dc58c85fbbd01b"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/62f78047-71de-460e-85ca-254f1fa848de/ecabeefdca2902f3f06819612cd9d45c/dotnet-sdk-6.0.100-osx-x64.tar.gz",
- "hash": "6e2f502a84f712d60daed31c4076c5b55ee98a03259adf4bdc01659afcac2be7050e5a404dcda35fdc598bf5cd766772c08abc483ed94f6985c9501057b0186a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-osx-x64.tar.gz",
+ "hash": "595c3c661a705a256f52e03e3aeeb86753ad6f9aa3d59f487304cdbbb744a39f4e3fa6445a60cded6bc78e12f51d52ed5a183ea70a0560b96bed61fb83958f81"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f4962800-2c72-46e5-a1ae-84006fd0ea1a/aa43e8518fdfb97226b06c83293cf016/dotnet-sdk-6.0.100-win-arm64.exe",
- "hash": "811a786a433ced4bd6ea5b87016d066bf90972db00be021f752ba8d91a7cf732fc10c90d02553e7146023ea11be7bc36c5aac6b9009d5b9dd8493b3c4c7c8637"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-arm64.exe",
+ "hash": "893902155e247f2d8cd7ffebfc7e05207854b1bc02beb29a7b34c72ef4fbece725cead8ed0970b28c4a6a495cbaff967a8b824930669d5b59408f32e0c431152"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2d1846a9-6604-4535-9d63-39a069eac897/ecd34c29a558e25865c8ddc5bb5fcaea/dotnet-sdk-6.0.100-win-arm64.zip",
- "hash": "a785cab6ae75187fccdd8276e4c961cc7cf8ff03fd49fdc36d251560909a53b4f4767f94ca1f007a672e10f0053f87d33fdd107661f718f4e969c740970ba974"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-arm64.zip",
+ "hash": "3d03d6ff062f77698fb61661985fe2d44070be313f2d52640ab7d9c4dac742365a4fe74eece66fd51a03b9fd9ae077648d638641d82c2432c5ea06ea676259af"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f71eaf1-ce85-480b-8e11-c3e2725b763a/9044bfd1c453e2215b6f9a0c224d20fe/dotnet-sdk-6.0.100-win-x64.exe",
- "hash": "a3bf940482214add94b20c741cf5b8b41467ec730073eed67dfdcf42ba8ad918d63d44322a29e8dd47e12dbf4617298ab3d331147f40efe21158ccf229fa2727"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x64.exe",
+ "hash": "e9920ce4b9b2fa3ce63a35f288080bb8d2b7f5bfbf2d51588276f81eddc8858254760f172aa1d0a7211a98378816c6e8bb17b59f4844db8456988ad10a557ca9"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ca65b248-9750-4c2d-89e6-ef27073d5e95/05c682ca5498bfabc95985a4c72ac635/dotnet-sdk-6.0.100-win-x64.zip",
- "hash": "d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x64.zip",
+ "hash": "24b033418a3969effd49b4651ef7ebbffeb284773b99545d78dce61a82e57f38db7facdb013c609ba15573c072f0e093363ae470824a6847f3c6111078c1fb64"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a95baae6-2e83-4242-af31-6ed6f9541c28/c809b854b2dc5d76476c59257319cf97/dotnet-sdk-6.0.100-win-x86.exe",
- "hash": "8161389c3d4ffd9c7487a6be5f42634a20c0bec88ff07f4259ff1f085f1e776f5137570c336c9fbade17005ad5e656cfd4b5bab2c9bc941eece3d45a2a5eafac"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x86.exe",
+ "hash": "dce046f4104ef10d528a9e710cbd8f3fd6b1f4d9ab2ebf3a6889d781a367b5f9ae33fb3fed0d1431ced435aa4d2cd477671ab42e30d03475148012c4d081460c"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c91c6641-580a-4b7d-a89a-5ed0e15bc318/f35ebceebbb06374734d1c238036e504/dotnet-sdk-6.0.100-win-x86.zip",
- "hash": "22ea675797425bd4c65baecf4e0549b648377d74fd2df0d7bbbb2a5802160a7e13dcbb7877f12c7a77d08246bf3378846a20669c2b69db11a32a08ab7e722784"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100/dotnet-sdk-10.0.100-win-x86.zip",
+ "hash": "78988da917520400c4a6ebd3cb166d3c6e7fcb6b34a10c4c9b95114d813ce34f190ea142a54e56462699c193a90482a64ac31b79dfb009205be0eb7676055e9a"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.0",
- "version-display": "6.0.0",
+ "version": "10.0.0",
+ "version-display": "10.0.0",
"version-aspnetcoremodule": [
- "16.0.21299.0"
+ "20.0.25297.0"
],
- "vs-version": "17.0.0",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b86e414a-929a-42a5-ba18-45ad2ebe292f/3617879c51e87fe70073006bf2d60386/aspnetcore-runtime-6.0.0-linux-arm.tar.gz",
- "hash": "36be738bb40a0cadacd4531c3597a25fd45deb7c48090ffb61c79a5db7742a5b8e13051b06556e15e7e162e4a044795c0ca5e6da4db26b63b05c37b39e74e301"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-linux-arm.tar.gz",
+ "hash": "5083b9c20571639cc93590e863c01cf6b379fc4cb129d1eb7498788e7194b0da21b38a184e49adf51dec8013c4571afaa6711e34fb3ce6399ced4d72ce972c23"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3d49ea48-675e-4da9-87be-18efaa99d7f6/37807ed5012ba5e0511e08ad64d6a9a4/aspnetcore-runtime-6.0.0-linux-arm64.tar.gz",
- "hash": "e61eade344b686180b8a709229d6b3180ea6f085523e5e4e4b0d23dd00cf9edce3e51a920c986b1bab7d04d8cab5aae219c3b533b6feb84b32a02810936859b0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-linux-arm64.tar.gz",
+ "hash": "0ed022f7a7a2bf0660b2d4cdcb94a5444b9b9ece87f22a60a2029137630fd91385c61a19b1301e81bef363b5b890924d53a7c824e58bd4edd327723aa72c6fb5"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/32cfa097-2034-4085-a287-3afffdfec919/13e845b9a3d09049f0428a5148263ec6/aspnetcore-runtime-6.0.0-linux-musl-arm.tar.gz",
- "hash": "f68bbff22e24d4e4b95fdafbe0615f0877233cca43709430cf999556c158c4f26ce0f1624853d367c9756ac771992aa05f01fa4d6bbaf45c279a0184c35b0661"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-linux-musl-arm.tar.gz",
+ "hash": "7c16240e845544fc793877e3998716ba39000846d450937065fc3f467df9a6ff5482cebfe28757b71e1e519abf92459ea4816f5549577fa9a4e258ca3ca7e401"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/72200217-3146-4fc3-a525-865e04a88bb3/c51b99bb6f5ede435c7ade7721468301/aspnetcore-runtime-6.0.0-linux-musl-arm64.tar.gz",
- "hash": "3d8f3f981b5398fe86582dc7119d490401924fdea4c20a96495f87e0082461308d1a28f8777616d2d303f01f63ce9fed78c1ce9600601f9c65a6ad6f914cef3e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-linux-musl-arm64.tar.gz",
+ "hash": "a0a00bd51bbb13d40edde7076df7f04e586d92ead979d89e888177d8d816e6756ac80d9491d74e8a4ced71e425c7530e9ed8d944ec0dfb18bf25ccc21d2ac502"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a757153c-6675-4d63-a979-de2f4fede0d4/baa9ed8b963c49d69c725b57352b051d/aspnetcore-runtime-6.0.0-linux-musl-x64.tar.gz",
- "hash": "7273e40bc301923052e2176e8321462790e3b654688f473dc7cac613ad27f181190dabbba79929f983424c9b5b5085b8d4be9cc9f0f1d0197f58ef3bb9aa8638"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-linux-musl-x64.tar.gz",
+ "hash": "4f18b7fd126212364b7ca68ca3f3f0d63358cc87172fd72fe77de256788d9340814421c16303172248f0c7297b9b96bc0694175c41ef78ce221b7bd02cf94ca4"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a8dd1c9d-1a47-4135-8ad8-7091ff6bbe1e/6af53c3eee71038248937daf4599f06a/aspnetcore-runtime-6.0.0-linux-x64.tar.gz",
- "hash": "6a1ae878efdc9f654e1914b0753b710c3780b646ac160fb5a68850b2fd1101675dc71e015dbbea6b4fcf1edac0822d3f7d470e9ed533dd81d0cfbcbbb1745c6c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-linux-x64.tar.gz",
+ "hash": "73314cf4815f551ee6f980273836568c66020fde7e87b7fe27f8224bb6ece5e767bf2a80e42bc5aad383dcb38c823f4b2b25d0fffcbb0fbd73fa82f20e66e8cf"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e1bbb490-81bc-49ef-8d03-e12a4d4e84e5/d7aa3d571d82d5bc6c2095038ba0a7bb/aspnetcore-runtime-6.0.0-osx-arm64.tar.gz",
- "hash": "e459ddf33243d680baecc5378b9c4182daf42b8c36a9a996205d91146a614d048a385f953c43727350ad55b1221c5f5d43b383d03e3883e862bf12faeaa02dfb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-osx-arm64.tar.gz",
+ "hash": "4fb171ff9decc61b9ace823a1c165c50a6d3cf75118eac42a422909b37746a9cfd09a28017d701c29319de42a75a776cf63846ba04d5e0f7da964ba81c53224d"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/27e5cf62-0d07-44cd-a057-425887434b9e/5f87e0c4d9be2151a2d0c9efc4530751/aspnetcore-runtime-6.0.0-osx-x64.tar.gz",
- "hash": "76029272ff50fbf9fcc513109b98c0db5f74dbf970c1380be4dfac0dae7558824d68a167d0a8ceb39042ff4a7ca973cdcc15afed2d1ffef55b0adba8e40c9073"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-osx-x64.tar.gz",
+ "hash": "3676464958228cc9a38d96da7317c959533b7325752f10c1a3b261660fa078799ce39d404153acc1e460a380b42263d2b369ce51b3b5e69e7e19d8414dc4c4f7"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-win-arm64.exe",
+ "hash": "93d794d746206bd8b7872fbc7f5a8cb9f900a10361f5623b645273b6d2822388184c9bf0b09cfc14923257fbe83266181c98575571e0f0aee4e10c6d34fab0dc"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dc328d93-5123-489d-89fd-cbf517fb9268/c5052ee4f415389d1a9809be868cde95/aspnetcore-runtime-6.0.0-win-arm64.zip",
- "hash": "34f1f2408c2fd231411dd6711b2f0dac2369bde2ed21738cf18fe05bea8209ec6cebfac7739e1268c7a812f1ed9d7fbbf6c7e9f0060499364b57c3a4e9ffe104"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-win-arm64.zip",
+ "hash": "184046cb4ee56c04cca5441d1f256b984564a62e630cc8c50a8c1ae77d07cbe78ee7a4220140f23f810147c3dba6aef39310ec0a75c9283767cabd7e7f06412b"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3223fa10-441d-406b-af2e-94874ce38199/09347f9b4aea0ab34d6944b6b78fa29d/aspnetcore-runtime-6.0.0-win-x64.exe",
- "hash": "2e589f40a5538afc4aeeb0af106f683e294cba2e1e2624769735efe1468e1e6649b6e5f4bf9af3e7034a9e040e8bc2d7c68632b7aa1db433067f4b7c3b8c0741"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-win-x64.exe",
+ "hash": "d40e3b5b68a413300d80b1113b7a3520e1cdea5c51e0d936f146ed755b053bc951ab906e519b23af9054adb1d6a5a83e47aa1a95be06f4a2d3b2c832ae2e404e"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3cc56ba5-399e-455a-9e36-3d384e1af246/92cc0b1f002350c18262a06f5a99bbc1/aspnetcore-runtime-6.0.0-win-x64.zip",
- "hash": "2b6b630b4f0d86f4decfd1a8c2186f14322c792bafb024a8e71919ac8918e29dec99004a5cdf8b22479e0f16af582a90ed521d312a0a67a75ed5bd4adbb7594a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-win-x64.zip",
+ "hash": "57841a8e5520c40c9ffdf23942585817cf40a9ba874385d603670022cdc19fd5a6ea00445197b0540c74f51ae753a223836715c5366c7b42677f8833c979bc80"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7f757d80-b065-430e-ba65-7e95c3ec95e1/4d0335985f09db0650bbf9efe773f46c/aspnetcore-runtime-6.0.0-win-x86.exe",
- "hash": "e146f55451bc3a3f9f3043868ce73f4a14d516fdb2a79a62befe5375b2a4ce9cabc669cb5de6345d697049657afc3f134ca8106c4c266d3d91d624b3d23bdd60"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-win-x86.exe",
+ "hash": "8cd198a901f87c9012fb0913ed6a92457202be31aff46f37f4ff1612b1a9dfde84f98fbf3cd72619baed8c83040c6a3c740900fbb4f2d3513631338edadf2a3f"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/093689c2-3ebb-4513-aacd-d7050a4e9a62/556d1a63174a557bb46903945e8d7e53/aspnetcore-runtime-6.0.0-win-x86.zip",
- "hash": "69fa95e74b4395e3fa7a67f17a8a955621ae353dfae18a08d5d42efa7cc785fac44a6bc283226fb91987559fae75be160d94cf12fbcce113a60128b1dc52ad6b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-10.0.0-win-x86.zip",
+ "hash": "994e3fa39a48cbbbd885f729206672adc6d2d5ae5076c40c64eb878c8b19b7afc8dd213ae71ceb067c5b9d34f97193e2084641f8e7f1bae7fe0441c59d549ef1"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5971600-d95e-46b4-b99f-c75dad919237/25469268adf8be3d438355793ecb11da/dotnet-hosting-6.0.0-win.exe",
- "hash": "39d76250b2e3a640a30519008c88353be18b85914878ec9eeee742e9335f0b3597970e8f33bd71f01c13808a52ffdc94295d1ca5c90ed234216a770fe24d92ea",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.0",
- "version-display": "6.0.0",
- "files": [
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-linux-arm.tar.gz",
+ "hash": "d56636e181cc949017f553f2324e36919695e5b77f257079eb37282470af2a72cea3b3cb8153bb0a90b3444f0816b9e8c642b506e858d7cdf7909659d8b4cd8d"
+ },
{
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/85cdb1b5-c57e-4986-8cf9-43f576d5487c/56ae11aff306810e3711032a19221282/windowsdesktop-runtime-6.0.0-win-arm64.exe",
- "hash": "b6a6fbaf7a4a1388cee4daba707ff6e44b12341192d78bc9f7bfcf28d6f15183a0e28758c01db844824b8042d8fa6d24f8c055dc96e788d1bbd3c22b28d315bf"
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-linux-arm64.tar.gz",
+ "hash": "39161aaa162efbc12823759010086676b76ab2eb458f982ecc0078401374d0d0cf494dde555a2858a2d4c3685693d7e847c0cbb539edd275c3933f0d7c0c6aa4"
},
{
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a865ccae-2219-4184-bcd6-0178dc580589/ba452d37e8396b7a49a9adc0e1a07e87/windowsdesktop-runtime-6.0.0-win-x64.exe",
- "hash": "6b9b230579b1e5825d3f5db0a209d8c0f1c42bd94b00907aa3a314e257c372a81535244007e3496d712dc04385c3247b2614001780cd27e832598404e754660f"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-linux-musl-arm.tar.gz",
+ "hash": "4f0d7c8368b9c04818ed64e362b4f9dbda4f2bc9f32cc60cfed6b4ff1e7923817da47557ced91e6f469428f651862b8ce8aabaf8d6639c7abfcc941155b444df"
},
{
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a1ca7d0d-ce01-4878-b952-3fa1e6d9a7c6/e386db367490b631b8c013a9fb0f3794/windowsdesktop-runtime-6.0.0-win-x86.exe",
- "hash": "af89b1d0bcb9b51376fa181b2fe1918ca1dd6a47f928c9b3cafaf0972ba8b2faec4f15150ebfe54c5497570e4abdaee4c9e94d4928965194d232483cae34498f"
- }
- ]
- }
- },
- {
- "release-date": "2021-10-12",
- "release-version": "6.0.0-rc.2",
- "security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-rc.2.md",
- "runtime": {
- "version": "6.0.0-rc.2.21480.5",
- "version-display": "6.0.0-rc.2",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/75a148a1-507f-4326-91e1-b562a0990635/ad935a37d84122c960a2f7536b2040d6/dotnet-runtime-6.0.0-rc.2.21480.5-linux-arm.tar.gz",
- "hash": "50447f1a5d121c7b5cc34678fade10933711f2a14f9f8be6930bfaefadcd31d7d20518ba48b4335ac69eeec24586eb00c239157eb8df139cfdde23d8820b1e76"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/31052246-e923-4d07-ab90-1085aae662fc/b9b557f933b22b4f1a6dbed4f139aad9/dotnet-runtime-6.0.0-rc.2.21480.5-linux-arm64.tar.gz",
- "hash": "b0f8128d994b0de0c72b9dd8083a7350218adfafedc643c59b497fa605420602004d9e21e8acb488d92bc498f9783a3240cfcafa77443eb6f08b66aadc4f5b65"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6f8cb367-c5aa-4842-ad92-2e497a91c973/44709bce119348112dd29000f00679dd/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-arm.tar.gz",
- "hash": "3ce96ba48e87ddb942ef7927c66b899ff535f2ceed1fc8e89f6f68c4d5cb2745a5e31737d6cb65fc0569e5695ce7c291102501f5ab0561afc26528d3afebfcdc"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3c09f3bf-a327-4f6c-b035-0699a0e46671/dc774eaddb613c5498bb90fe7f0d26e2/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-arm64.tar.gz",
- "hash": "8a301cc23db700d5188f29b1e63c3bde1631cf1bdc02d1070923532733d7a030be17dd4391d6d1f4596c11b1009aa38efbfa8335219bd1fac989158ba7e2a728"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-linux-musl-arm64.tar.gz",
+ "hash": "ad7c5f82dbbf4f0b531795b963468b3d64fa65cf909abaa2fef594a265cad65db5d78e30a48ae3e4713cb3306bd7b4ceb1ba35a1b2c7fa4bdcdc59aa9d07ca9e"
},
{
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/97b42e79-a640-46d6-a674-aeb6c1145ea2/20487a02e9d60df7a6479b122874a724/dotnet-runtime-6.0.0-rc.2.21480.5-linux-musl-x64.tar.gz",
- "hash": "ee3fb0c0311e0d88ae3f8b0d150f8d98da4fa24d77c429438fad04393b24e214db49bfbc4c9e89918e99061004d63f40ec7b76cb1c0e1c2b12414be29ab63238"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-linux-musl-x64.tar.gz",
+ "hash": "f35a42ea28a7a5e24402f7fa7ef900ad47817dec276ec0be8fc94cc681be4a04d9ab85ee6c424cc3a04304f2c6e1894336014458cddbf101e0fbad4f9ae4a974"
},
{
- "name": "dotnet-runtime-linux-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7c18f20e-854f-4883-af1f-5b72c0839758/708c2cc48696ed4d4fe0568944228101/dotnet-runtime-6.0.0-rc.2.21480.5-linux-x64.tar.gz",
- "hash": "45062417c6111af4d635868927e8f69d43f66c9e0f111cb71c1861eaf5ceda4aefa99d97c6ce3b13fac2bc7c57c435e6f8b2d43c51a3bb3304b42081d98f7047"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2ac2aeec-4262-41e1-9544-8fc21579952c/8bfe416a0ce0b43b354481cacaa57f35/dotnet-runtime-6.0.0-rc.2.21480.5-osx-arm64.pkg",
- "hash": "41c3154efcc5269ddcac3b877b59b9fec310654cf8238868a1f4a71b48e660d65ec2db6d2f1a1977f9c2147f84c7c9f677e24fbcc210eee3aa9e77ed1e20f94b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-linux-x64.tar.gz",
+ "hash": "05aaf06926ebfa3e972252f6e511b05879b94f9b76506a676255103e7130b9db44ebf05effa8cee3dd0170d7591cd7c2772a14154f2b59eef92e82cab4a4d06d"
},
{
- "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4554bca6-38e0-440e-9f7d-86e03246624d/7b86fb61e08cd1830b73f01475e4fa02/dotnet-runtime-6.0.0-rc.2.21480.5-osx-arm64.tar.gz",
- "hash": "747abb8eaad53e0ca7e5b2908b620076fa68a75c5e822361483ed13f7544e31def26bbf67bb85f47633e2dddde9cb095503bf70d1a4b0b2f33c6ef6f887d95fa"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/39fb50be-17b9-45b2-9f3e-eb03e31b8219/3f67fc8d06a1d163ac817cd116fd4719/dotnet-runtime-6.0.0-rc.2.21480.5-osx-x64.pkg",
- "hash": "1807214afa00c9ff4f947f63bc01df3e7f7495d8d3f403aae62f74a8d4ef8cb9090e2f6c18ea7197dd4fec2d6c4b26f87357e59dab1d16aaf819c95940176616"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-osx-arm64.tar.gz",
+ "hash": "8a33293fe2b03e60d1ce04c889530c17049f8b74214e43f126c70ad83d434e933beeaa0add5645b74db31d2253b066ac23ae3ba914db40117b90c1a30e39685e"
},
{
- "name": "dotnet-runtime-osx-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/83a16229-2ada-42e3-8661-b0ef9c693ed9/a1a5df9af178df25061f79d252365755/dotnet-runtime-6.0.0-rc.2.21480.5-osx-x64.tar.gz",
- "hash": "0f702645719af5a4f1e720c0f2a0c67c7a4a84fac525b3ac6ce6357ca6d44405aeca674d04d8a976a7338ddf8782350debd53dce85e614c837106ffadf84cfb9"
- },
- {
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e7f12ea-5510-483e-b554-42bb30c64491/a37040abd96e05a58564c4b2160250fb/dotnet-runtime-6.0.0-rc.2.21480.5-win-arm64.exe",
- "hash": "4725ea7abfde572dcba6b2a04b1bf32273ff2ef9001c92a63f39ead5a6ea0142488cf5426d7bf856622cfebbae34d989c4600fcc884979adf71870119a9bbc6d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-osx-x64.tar.gz",
+ "hash": "c8fe3657d3a2513c48a719cbc2b16f8e49a191b44ccd025fc416cd9292fb9f647d6e89b0b0d249a67645f7fdd029c02cb938ae1a46c0cb5050f4cbfc73b2cd45"
},
{
- "name": "dotnet-runtime-win-arm64.zip",
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b72fa07b-6151-4829-9a37-6d5bb40e29c3/dce60a0340da1372590e6cc81ce919e9/dotnet-runtime-6.0.0-rc.2.21480.5-win-arm64.zip",
- "hash": "76d56cff06751652dc7d6e89523dd775191695d74c8f96239191059a89cb35d85867ce940bc2f27e7cd8a47029579fc0d56e142404c37913f8387573e386f77a"
- },
- {
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4ff12e63-5c77-440d-b338-6ef6bd29998b/3fa16424a3b462781921fda8b8c4693e/dotnet-runtime-6.0.0-rc.2.21480.5-win-x64.exe",
- "hash": "bff7726653f820b518b55d4e07a1b74a0db17b4e03bcfab78d87a94565766517c83468b199ec00bca23e1ee2a913e16a1e05c6bf32149551470b2232dd39c10b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-win-arm64.zip",
+ "hash": "94b7215d914be88a3144b731bd2bd46085021aff38d9f8e11174eac1a742dea381228d71658ecb97da6af94655e1fa862f6e38be04eaac0f0fae703532fd6209"
},
{
- "name": "dotnet-runtime-win-x64.zip",
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/457d6654-6d7d-40c4-8094-4b6e9d41eb5c/0f73560c3a7fc8e16920d3fbfd720b67/dotnet-runtime-6.0.0-rc.2.21480.5-win-x64.zip",
- "hash": "46b96bc4cc05918ce91a1bb77227a219e2dde5b90ae99e99180f8ff3455e9731029bcab6fdece926f289e7993f9ca160b737f9a4eccc533304ba83b9842eec11"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-win-x64.zip",
+ "hash": "f6ef7a0ef1c80e43e6aec359baf2a492c55d412810d83c961d93b45c8e57897f0f7b0902c80f093f90e234758b1e6882689d4072e6bfb8a84ea75a835eff828f"
},
{
- "name": "dotnet-runtime-win-x86.exe",
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5d12cc9a-faa8-4765-9f27-770cf015a3e4/52183872e3415e9e3d50958ed56f08fe/dotnet-runtime-6.0.0-rc.2.21480.5-win-x86.exe",
- "hash": "4c33f17a59f01ea439cff6ac8ba87393d02d916ee78c57c25fe0eaef5e13015d64b172538c02f0b4923e5f553f4f4b8b889fa69ff6bf3a452116132f0cee712b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-runtime-composite-10.0.0-win-x86.zip",
+ "hash": "6a7a4a2887a2eda94d88379253065f52a2b0cfdd311deb04c61746a890409b26e5b3613d92244be77727dee7f5d89dfc064bd58d43203fc6763f33da5cba59cd"
},
{
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1d7475f-fa66-4125-a667-3133cfade23f/ead5f6c7874f00ffcecf2b0bace6d1ff/dotnet-runtime-6.0.0-rc.2.21480.5-win-x86.zip",
- "hash": "db92d96c40f02bb1cd04a27f21c2d6f7164182bc894901e39a0e75eef681f56206358390d9935a43d1bb331706eb98ef3c919c0abac470c560c2e29b787c0c73"
- }
- ]
- },
- "sdk": {
- "version": "6.0.100-rc.2.21505.57",
- "version-display": "6.0.100-rc.2",
- "runtime-version": "6.0.0-rc.2.21480.5",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7fdc5aa4-bfcf-43fc-ae61-968f65d78f36/aac677054f246740f4d761d6e519da08/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm.tar.gz",
- "hash": "2396998b8f21527f979b84460aee8621ca5fa275e4a1ee83b11fe9f12b42479931e56787d7dc82640d72470df185cb02d0bbc5e0e3e920bb6abb2d270051b188"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-linux-arm.tar.gz",
+ "hash": "a19f30feabe4c6d2eedf4c0f1a5425b896a246dfb899e1f975c2bf09a9ef81427c0736e67271e96c78be4fa0960bb9c28accfa7b067d68755d2d7d1363fdcb73"
},
{
- "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1e7a9f1f-6128-4581-9d72-edfe196320d3/ad3b26879ddaca8b76e16ddddd091d5d/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm64.tar.gz",
- "hash": "14aa96f47f7f3520075e41753c705bdbf7f84fd7cff7cc2add1095a13e3e3c44eaaf2d822551902f05a6ad0c9acd7f7424190b7c09c397004c632eddc8acd5ac"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-linux-arm64.tar.gz",
+ "hash": "1b73befe7dfea39616a3dfc220f1376da0b79c7754bc723f8c7a49e681bea3e16cf8e1d1206baee4c958d8441b6c19207d983d8d9854f63203c6377f10017734"
},
{
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6e130999-27bb-4eba-83f1-f353f97ff3e5/8e55992b4491d4ac4f395dfd6f779dfa/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm.tar.gz",
- "hash": "6e74874ad38946cb4d8ddcacf61171c440c49b4a5262256ac9b110d7d7981eee1870731df82b6d825117bbb799d2b780b7509a1bd2f9aec8c6fa71edbc745dee"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-linux-musl-arm.tar.gz",
+ "hash": "054cd443d891d6cecd8999a32f778f3d89cf0004d001b37469167cecd85329d34126eb6d3db767f8d60bde6f5d6592acfc09d4769969e9d243168946e869c4cf"
},
{
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a6a13d4d-9102-4fc9-896d-1ecf080669e4/ba5be57e008f0862ca239bdb98286543/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm64.tar.gz",
- "hash": "286231a82a5c5b2262049b02875ba3f7569dfbefee8b96dfebddd5c98a45918679a28879150286d9a3c1fa02536effab635c27451748a69e36fcf1e71b57b3a7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-linux-musl-arm64.tar.gz",
+ "hash": "4a653cb86899df9f3bd574e0fec560e501cd44670d47867cae5297871202ba6fb5563a26da1345553772b87da165a51839886717abadbbb47722d3f5ee00a88d"
},
{
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f2fb894-af90-49a7-bee0-8959844e78e9/c24eba454d3820721bc51dca99c8976c/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-x64.tar.gz",
- "hash": "088de76a319ccc11e2d06310d096540100a76a94933602a614fb1f2b71ecaadcb573f2db71ef61cca339ce28caab07827bdb3eb0d7cd3199b0f4b8917f0bdfc3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-linux-musl-x64.tar.gz",
+ "hash": "e5f8aef601b6659afff4996b91681a45042b3a28b9aba7d79eb979b756cda95485d6d6dfe246cb4a225bae5e9bf63d64efa077aab95c8659426f85c890e815a1"
},
{
- "name": "dotnet-sdk-linux-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20283373-1d83-4879-8278-0afb7fd4035e/56f204f174743b29a656499ad0fc93c3/dotnet-sdk-6.0.100-rc.2.21505.57-linux-x64.tar.gz",
- "hash": "0a8f85a2757f61ca7f9b8c546af4554c2aac9cdb06f6d62879a60de6f2a3d37ea7136f48896c9c85828a2d55df354e7b9b5b4dc22896c927f0c6370a5ade1b9c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-linux-x64.tar.gz",
+ "hash": "5a05497b102c264ef683c469cf7af570016620317d41ad1ab06bf4d90dd61a20d0d6ce9ff615d1233ec86079678df3dd7325cb956460bca19cd9e86541532d45"
},
{
- "name": "dotnet-sdk-osx-arm64.pkg",
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3336b6fe-1f40-4c66-a1ef-81cabd3df46c/dd56dc201e5c0a95b86f41c1cf36df17/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.pkg",
- "hash": "ebb2971340d3d2a8e2ed4d48dde4f6ac7f49fb37e05e56c8be395b4b5564e0e05b7337a153d9d4e7b79994a5b75a38a3af4cfd78251678162a6fcc1754d08c04"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-osx-arm64.tar.gz",
+ "hash": "07272d6a46a0685251a0e8ed8ed8df7b662ee4a0dffb2917e0100aed96904d5f86007284fc3710ffff265aa78cc4405501c06d318df8f69562be7b74d1c001f1"
},
{
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ad5e2408-9804-4a47-83a2-a23c11dc5400/8dae5a982d6ed29d53781bc8a6c147cc/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.tar.gz",
- "hash": "c96c8a86e36ca16a0e10f635250472d5c8eda290dc505ed8eb4bd6a68b8e6ae6b2770236f5bda1573bc3124229531b3ed7dd71f60a821e39aaaa6697a82fdf8a"
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-osx-x64.tar.gz",
+ "hash": "9b1a534f5c1c967805eb8aeec88bbf2251c78bb0e349209f2f0fee031d98cfe0c4f0aa616c4e00e8959599c730ba40362886a0cd9d51374c3ddf8ecfcdbb161a"
},
{
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5dd0b51-0059-442b-9456-b03cb7ee277d/6d78d81224db93247ff6ae0bdb929712/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.pkg",
- "hash": "c9f759880c416aeb3d5c786447b1e26fd339f60fbf1bf17e17a5a24cdcea7feed7b895a7cf57a2e5404f0351b9fec9b8db75c058e9fb560afe2f3930f9d2b560"
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-win-arm64.zip",
+ "hash": "e17e03010de09f62eed8004faeb664b3a1f6bd74c0148864a06d83738f69d1a3e18e685846459ace0902053e3bfce77c7b34986c756a95d7e722b80f40281596"
},
{
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/35655ed6-3e37-4fa3-8990-5c1827469ce5/f9f920ff05b0aa5961a8b30e2824de7d/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.tar.gz",
- "hash": "6a896f2d1e8e2d00b52641e8b1aee88888a2b30e0f18e499b1eaf4ae7dbdaa24ea5af0dbd4a6a1cee715738e6e91cecdbc02c2c7d3d4c71d4c9af3e04f1b4fc9"
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-win-x64.zip",
+ "hash": "cdb24a3bafebf9ee453376d501e5b100c991acbacd918c313402b4ae20324123d4776a7a59b8a958934892b7532438960e768d183201681b2c80a4a4d0a40fe5"
},
{
- "name": "dotnet-sdk-win-arm64.exe",
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/aspnetcore-targeting-pack-10.0.0-win-x86.zip",
+ "hash": "50e67ce73c61d7dde228c28de2e7b031a01ad82eb3374870c4f07e8a561a9f9439bc5b858a7055b3f79a2d7ecb33f4245efec4ad1cb91ea32899ba13908aeaf3"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0/dotnet-hosting-10.0.0-win.exe",
+ "hash": "47e0c900d3a7da4aed8d6e5c37d8c54513fa9d6b3b269827acbe4bbc9c8f0ff107761f06a09f9fe2f69f16cdda98ab998251d29e1e605fc0982bb557e27a6728",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.0",
+ "version-display": "10.0.0",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fea7d77a-8ed3-4304-951e-08a4c3229981/3da26e2a51725378ec8dad621d2f433e/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.exe",
- "hash": "ef62eb2de12f4eb74b3b867d605387d7540686bb0647723178283631567a15df4f864d46faf398b86bbe603984f27ec3a6b94419eda4051758053dfb1302c0b6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-arm64.exe",
+ "hash": "6c8b3c89a43aed39cbb19968b6a9727c2cc5d15cca1b68c8486cb355df76fcaaa1209a0ad06cb431b226bc561f06e521098934c96cea7d11d6322a6a48fcc422"
},
{
- "name": "dotnet-sdk-win-arm64.zip",
+ "name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cf04062d-d660-4db0-9286-64d58172f0ff/2515f1f22d8ce7559cd9069959b415da/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.zip",
- "hash": "b7c7f90faedc4ce88b52a622b21c0815d4092e75cc9dd0dd423400d3dd505c22c1123cf780f1b8df5b634a6e0951cd5d71a7b50323b43f60d817d551d40ae25d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-arm64.zip",
+ "hash": "57397753f6bebf05d6e67fe17a7d246ce9348b41a4bae8e42f5426f110ddddbab721fa3ae5c902199429c624463e0f10cdbf36c7a253c0ba1b17ca9da731b24b"
},
{
- "name": "dotnet-sdk-win-x64.exe",
+ "name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5bc3c525-d6d5-4370-8468-e44a1b948c03/fe758c9942966b88b52d92ce2823f6c0/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.exe",
- "hash": "0fd961dcdb07e659b2cc9a710cef12db9acede80268e24d8a48290ca0851a6dca96705445f31f37b8dff9f30139a67744cbbfc2ebeac86e2adfdaac3d944168d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-x64.exe",
+ "hash": "e51fada1505023810d561b2fb08b82d8e175ddc0b8878695ed2cec2d77e93f3f72a7e784e7ef0c45634a020335f9f3d5ce93b35dc883d7d3d10562874c03a762"
},
{
- "name": "dotnet-sdk-win-x64.zip",
+ "name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/abbdf8c4-cf89-4d7c-972e-398aad2b56ac/b4c6204cc2c7e667e3fe72b6be090252/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.zip",
- "hash": "072f581b679a85c546c3ee198332f63a5867933b845dcf5ad1938b3abef169ca34e88755f44282c165cc5e3aba63bb75830a6557397b97ef33e38c478e016a25"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-x64.zip",
+ "hash": "0d6a20b2c842192fdbd4286491cdfb36b0c5fd42f7a878594de5ef7569fee8711481286428e51658805a656155c24ea48614817fcb1dd1c9965c8b7d7d68de9e"
},
{
- "name": "dotnet-sdk-win-x86.exe",
+ "name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3ed039eb-0a53-4b0e-89a9-d76b5db07016/cbad4e20634ede6b8b575dceb3d1de90/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.exe",
- "hash": "051492d275c00a059aa223a679d06c435188aae3d6bd0702d3337d8734682b8d3424125fa86b87e5900e518d8e7cc0753e14bb4819f2f1d1d60f84787e44738a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-x86.exe",
+ "hash": "3689bbc2115433e2b585ba3a0b8fe59990e35c967cc8a2d44dc90379bc55d1abfdbccabe51aea9dc1e5d62a3cfd66a90a463421d565c16daa0afba1c4570c12e"
},
{
- "name": "dotnet-sdk-win-x86.zip",
+ "name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9ee1045b-30f0-40d2-83c9-72e594cabb1e/e8e7dd0d4f9937f06254dab87719040c/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.zip",
- "hash": "e03399267d9d24014fefa106332e41beda378fc8fdf7dd1d8d747e53a74d30f7515b113a4972186ada9127bc9977a4aeb89e49dbe5a1788e3bf6d515a17ad366"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0/windowsdesktop-runtime-10.0.0-win-x86.zip",
+ "hash": "9d8b2d1847a4338831f352eb00cbf4f97c45f67731d45559e04a2dec673c8e734af697b39eed34dad077b08861bb397aa8cca0d5492121c82cfa28662fe3680f"
}
]
- },
- "sdks": [
+ }
+ },
+ {
+ "release-date": "2025-10-14",
+ "release-version": "10.0.0-rc.2",
+ "security": true,
+ "cve-list": [
{
- "version": "6.0.100-rc.2.21505.57",
- "version-display": "6.0.100-rc.2",
- "runtime-version": "6.0.0-rc.2.21480.5",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7fdc5aa4-bfcf-43fc-ae61-968f65d78f36/aac677054f246740f4d761d6e519da08/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm.tar.gz",
- "hash": "2396998b8f21527f979b84460aee8621ca5fa275e4a1ee83b11fe9f12b42479931e56787d7dc82640d72470df185cb02d0bbc5e0e3e920bb6abb2d270051b188"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1e7a9f1f-6128-4581-9d72-edfe196320d3/ad3b26879ddaca8b76e16ddddd091d5d/dotnet-sdk-6.0.100-rc.2.21505.57-linux-arm64.tar.gz",
- "hash": "14aa96f47f7f3520075e41753c705bdbf7f84fd7cff7cc2add1095a13e3e3c44eaaf2d822551902f05a6ad0c9acd7f7424190b7c09c397004c632eddc8acd5ac"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6e130999-27bb-4eba-83f1-f353f97ff3e5/8e55992b4491d4ac4f395dfd6f779dfa/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm.tar.gz",
- "hash": "6e74874ad38946cb4d8ddcacf61171c440c49b4a5262256ac9b110d7d7981eee1870731df82b6d825117bbb799d2b780b7509a1bd2f9aec8c6fa71edbc745dee"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a6a13d4d-9102-4fc9-896d-1ecf080669e4/ba5be57e008f0862ca239bdb98286543/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-arm64.tar.gz",
- "hash": "286231a82a5c5b2262049b02875ba3f7569dfbefee8b96dfebddd5c98a45918679a28879150286d9a3c1fa02536effab635c27451748a69e36fcf1e71b57b3a7"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f2fb894-af90-49a7-bee0-8959844e78e9/c24eba454d3820721bc51dca99c8976c/dotnet-sdk-6.0.100-rc.2.21505.57-linux-musl-x64.tar.gz",
- "hash": "088de76a319ccc11e2d06310d096540100a76a94933602a614fb1f2b71ecaadcb573f2db71ef61cca339ce28caab07827bdb3eb0d7cd3199b0f4b8917f0bdfc3"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20283373-1d83-4879-8278-0afb7fd4035e/56f204f174743b29a656499ad0fc93c3/dotnet-sdk-6.0.100-rc.2.21505.57-linux-x64.tar.gz",
- "hash": "0a8f85a2757f61ca7f9b8c546af4554c2aac9cdb06f6d62879a60de6f2a3d37ea7136f48896c9c85828a2d55df354e7b9b5b4dc22896c927f0c6370a5ade1b9c"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3336b6fe-1f40-4c66-a1ef-81cabd3df46c/dd56dc201e5c0a95b86f41c1cf36df17/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.pkg",
- "hash": "ebb2971340d3d2a8e2ed4d48dde4f6ac7f49fb37e05e56c8be395b4b5564e0e05b7337a153d9d4e7b79994a5b75a38a3af4cfd78251678162a6fcc1754d08c04"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ad5e2408-9804-4a47-83a2-a23c11dc5400/8dae5a982d6ed29d53781bc8a6c147cc/dotnet-sdk-6.0.100-rc.2.21505.57-osx-arm64.tar.gz",
- "hash": "c96c8a86e36ca16a0e10f635250472d5c8eda290dc505ed8eb4bd6a68b8e6ae6b2770236f5bda1573bc3124229531b3ed7dd71f60a821e39aaaa6697a82fdf8a"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5dd0b51-0059-442b-9456-b03cb7ee277d/6d78d81224db93247ff6ae0bdb929712/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.pkg",
- "hash": "c9f759880c416aeb3d5c786447b1e26fd339f60fbf1bf17e17a5a24cdcea7feed7b895a7cf57a2e5404f0351b9fec9b8db75c058e9fb560afe2f3930f9d2b560"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/35655ed6-3e37-4fa3-8990-5c1827469ce5/f9f920ff05b0aa5961a8b30e2824de7d/dotnet-sdk-6.0.100-rc.2.21505.57-osx-x64.tar.gz",
- "hash": "6a896f2d1e8e2d00b52641e8b1aee88888a2b30e0f18e499b1eaf4ae7dbdaa24ea5af0dbd4a6a1cee715738e6e91cecdbc02c2c7d3d4c71d4c9af3e04f1b4fc9"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fea7d77a-8ed3-4304-951e-08a4c3229981/3da26e2a51725378ec8dad621d2f433e/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.exe",
- "hash": "ef62eb2de12f4eb74b3b867d605387d7540686bb0647723178283631567a15df4f864d46faf398b86bbe603984f27ec3a6b94419eda4051758053dfb1302c0b6"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cf04062d-d660-4db0-9286-64d58172f0ff/2515f1f22d8ce7559cd9069959b415da/dotnet-sdk-6.0.100-rc.2.21505.57-win-arm64.zip",
- "hash": "b7c7f90faedc4ce88b52a622b21c0815d4092e75cc9dd0dd423400d3dd505c22c1123cf780f1b8df5b634a6e0951cd5d71a7b50323b43f60d817d551d40ae25d"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5bc3c525-d6d5-4370-8468-e44a1b948c03/fe758c9942966b88b52d92ce2823f6c0/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.exe",
- "hash": "0fd961dcdb07e659b2cc9a710cef12db9acede80268e24d8a48290ca0851a6dca96705445f31f37b8dff9f30139a67744cbbfc2ebeac86e2adfdaac3d944168d"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/abbdf8c4-cf89-4d7c-972e-398aad2b56ac/b4c6204cc2c7e667e3fe72b6be090252/dotnet-sdk-6.0.100-rc.2.21505.57-win-x64.zip",
- "hash": "072f581b679a85c546c3ee198332f63a5867933b845dcf5ad1938b3abef169ca34e88755f44282c165cc5e3aba63bb75830a6557397b97ef33e38c478e016a25"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3ed039eb-0a53-4b0e-89a9-d76b5db07016/cbad4e20634ede6b8b575dceb3d1de90/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.exe",
- "hash": "051492d275c00a059aa223a679d06c435188aae3d6bd0702d3337d8734682b8d3424125fa86b87e5900e518d8e7cc0753e14bb4819f2f1d1d60f84787e44738a"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9ee1045b-30f0-40d2-83c9-72e594cabb1e/e8e7dd0d4f9937f06254dab87719040c/dotnet-sdk-6.0.100-rc.2.21505.57-win-x86.zip",
- "hash": "e03399267d9d24014fefa106332e41beda378fc8fdf7dd1d8d747e53a74d30f7515b113a4972186ada9127bc9977a4aeb89e49dbe5a1788e3bf6d515a17ad366"
- }
- ]
+ "cve-id": "CVE-2025-55247",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-55247"
+ },
+ {
+ "cve-id": "CVE-2025-55315",
+ "cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-55315"
}
],
- "aspnetcore-runtime": {
- "version": "6.0.0-rc.2.21480.10",
- "version-display": "6.0.0-rc.2",
- "version-aspnetcoremodule": [
- "16.0.21273.0"
- ],
- "vs-version": "17.0",
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/rc2/10.0.0-rc.2.md",
+ "runtime": {
+ "version": "10.0.0-rc.2.25502.107",
+ "version-display": "10.0.0-rc.2",
+ "vs-version": "",
+ "vs-mac-version": "",
"files": [
{
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/647129b7-ec5a-43a0-be8d-a5c72c05839b/d365e15419aef47fb63a9f7ef671634c/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-arm.tar.gz",
- "hash": "28883aee0acf670b2099db7b5d69f74e9853ec0e02d2fafb3aee135f987a117d3a32eca04bb9213e4e39d7782d3cd37e25cfabfe6004269ac3eb20cc5d931cd1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-arm.tar.gz",
+ "hash": "d22fd8f76cb014628a28f3bccc2a25e22ecff93ceec4384c87e298e54f9793c3cc543fa4405000f5768abbb1cb1dbe1630269315ddf1f3bf2c9ae94d92beb476"
},
{
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/09772ed2-2c44-4b18-bae1-3b6c5067ddd1/10aac7ee29b60c45b672c5fd7067ffa8/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-arm64.tar.gz",
- "hash": "3a92e93a8cb0c186f1c4a822d46a37604bc470599dbcbe05a7f1ea7c7d1dd9c0e6571de524de8729d19d237078742a0b4e3a1daa11b5eb5f8cce74b69710ada4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-arm64.tar.gz",
+ "hash": "1d1608fb962e38a54d2926e7c7754c1ca020fa3dd572cc4990ada17be696e3dc58b70c56bc2613dc90ab3c5a84fd5d713d8543da5839a6aa4194c8049e6967a7"
},
{
- "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-bionic-arm64.tar.gz",
+ "hash": "8c30c2cda81f4d32a5776733e4bb2676a49c9d1a562e6af1d699f9ddfdc84c8799b360c9961433c5f05bec249032b18c722b2f46de872471b39dc5e847d77a34"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-bionic-x64.tar.gz",
+ "hash": "5c6226902c64842280e7790c4047633b5f855a67a21d43c4c11ccfc9ce85edbdb74fab964bf464d14fb67a8c1db2a6fdedfcb5c66ea4d0f7873e305f7248bd9d"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d4dc9cd6-34a0-423b-b8ca-c00a3dcfd5e4/58b1a3be9ad1f6cbf97b36402623e4fa/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-arm.tar.gz",
- "hash": "8fde5df285a852cfa37bc026983357cac8fdc77c5f9e2fdb242f1c967375e43bac9cc6f9ac6caa684a9bb3aab94c0f98ff93e8e9650399b44917c9e51d8e545c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-musl-arm.tar.gz",
+ "hash": "f32aa6ecf99a0b1265944b3a6e315a65b0628fc48bd9353e82ecb70d69564a08f13108907839542fa9c424e69b05d594a259f8cb288f480d56c941cd04b160bb"
},
{
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9c81a9e1-9317-4df6-b252-dcd894ecbe0f/b21611bbf676149ebadcfe118a61eea9/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-arm64.tar.gz",
- "hash": "2a8bbd4d767864e5cf87ad2f7cb8b94065af325b72b1c626f4b1791b091e818b6e54cae302293815e5739d198f791bc1194efc21117234536752d7b13ad2a4d4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-musl-arm64.tar.gz",
+ "hash": "0646c0ea1f3168a0b3558599f447ff46516515f4d5dea35a196416a4e36c5d5e061c38304dcf9555448aa0c2ec9d641e9ab6565cdd2e63993a6c73f6b10db0d2"
},
{
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68926ebe-0d0f-4640-a875-64cd07cd38ab/445073d3c36b8a1e6bd48f5b1028ae6c/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-musl-x64.tar.gz",
- "hash": "bb85419cdc2cd6d5f357737230038d3ab685832a48964ef9e8a9f783e1ed6cba0f293ed47e187f05209f3d4c919d81de27c5add5c2424e15bc1b0600c92ed390"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-musl-x64.tar.gz",
+ "hash": "1cbc1e02208c8d566e51fa725ac7890678251cb04b8b2187a425a86aa894a3ba5c5dd29fa23654ea8124346b18702ae4c0e3bcf2510c57e29637e7bdd8e80ce4"
},
{
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a38f03ab-cab1-4dc9-9632-ac8f3ce4541a/af681d66907ead1d52c7187e50bccf0f/aspnetcore-runtime-6.0.0-rc.2.21480.10-linux-x64.tar.gz",
- "hash": "d48895237644a3999663b2e16baa2303d8b77f66385a04d8edb5601fdffacce18b1b1318827d09f74f6b133ff2c179ef659bd21cf8460289b5f81f404fa8b326"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-linux-x64.tar.gz",
+ "hash": "f88de42804a892c5c653646e6849384561a9f2a316cf8bfeb454146aa8729e61d3bd5862205d772c15aed9b561d3a77bd9273be07c21a0520912f2c95ff19ada"
},
{
- "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/95d06c98-4d67-4936-be3a-8a23e778afa3/2909216332838572c8e2b819ef1defc7/aspnetcore-runtime-6.0.0-rc.2.21480.10-osx-arm64.tar.gz",
- "hash": "688879db73aa6b7556da70907920f3e443dff54bf8624030352ed5ba3896cceda69040ef359dacf55d50cc52fc2c75057d259a1cc11a2258d4446ebbd2200820"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-osx-arm64.tar.gz",
+ "hash": "717790cd65c647d066b37b89e4a9dc95d3e42e984973911d6244c13e6e634a026a3143e69205b5d7905f9bb96c67bbc71d8040c3b34b1f2c7277e4fb3fe617b8"
},
{
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7b6452d1-ac6b-43bf-9cd3-4d15c2058b6f/3bf52f1b54969072d36d7e4f0fe41520/aspnetcore-runtime-6.0.0-rc.2.21480.10-osx-x64.tar.gz",
- "hash": "ed1cad94acf207d0f18201af1e0e6c386466f94b8fd0474dc8d59f47d8f3c456f3a55de392dda126e0e1f4f934249b0e17b7b86f6bc7c510dc475324ee1395f0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-osx-x64.tar.gz",
+ "hash": "c4f147a2c5a9b12ea6f286a0eb23e166682637be82b97def5dc5d0619cf4492d308c5b7609b95c1fc53486eca2fb426d04470ad89d1e2993f92bfd0b9ebdb61e"
},
{
- "name": "aspnetcore-runtime-win-arm64.zip",
+ "name": "dotnet-apphost-pack-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e7bd7895-4180-4a31-b5c3-ab70818b4590/2a8318f79ab077b940557ac725109817/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-arm64.zip",
- "hash": "01cca4811f4f8afea78509c381e9134c93ac4dce51aaef171dba7326b10a3333fc9d51078138b08979dab3dbeaa85bff5121ce6b9007984e2650bcec26358aa7"
- },
- {
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e70876a6-776a-4e2c-a81c-22c372c982d2/d9751bfe3d236ab2ae04eb26f216b085/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x64.exe",
- "hash": "2ec43899ddbc16a2f70be20965a2de6d655ea84e18d3e2c933e2551431292085e24e19b46967d1f60eb5f6ecc6c0eee289510a98549b5e8f57bd4c0439c5148b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-win-arm64.zip",
+ "hash": "fde698a9d3df9264da328747914b05a11d74dafcb4b571e469a341cf8e1a3895d89c6af33a4acc5d7daae8ba65c098ef97ea5e5a03cf2c1b0240598ee1372d5a"
},
{
- "name": "aspnetcore-runtime-win-x64.zip",
+ "name": "dotnet-apphost-pack-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2ede1a24-864e-4d74-bb11-46d36db7a1ec/4e7962d64336275fa3677cdafa788cec/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x64.zip",
- "hash": "453ed645205869fe933c5071cd97b267031d0e21f961df7509840f923ad15a2cb8ae09bfb7083333f6fad5236aaa08b7964dbd9784c2f54b9607fb451efec5d4"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e91991b0-2890-44eb-975b-88640458865b/030f37099df8b9fe6779002992e928d6/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x86.exe",
- "hash": "de20f09e6378f87abab9e414d677f2d950b760be56c3983a286103b98eca2356238ffd68b440e9daa03746049f741c5b278044ece8ace47bda43c774a6b098ee"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-win-x64.zip",
+ "hash": "6a345c03f5f042ec334696ebf44ca6863fd7abb03da4e2a0b440b44f0a0514b80417159241814e7a2aec5b16047b76823042212e7c2b93403fddfbc4bb2d2f42"
},
{
- "name": "aspnetcore-runtime-win-x86.zip",
+ "name": "dotnet-apphost-pack-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/29ae2241-2a93-4c09-b4d4-e4965d2506d9/ace8eb599bedf0e6d6993cb9ae87fea7/aspnetcore-runtime-6.0.0-rc.2.21480.10-win-x86.zip",
- "hash": "6b53d1f40be0191fb80119128803eab7246bc38636a58f36502f8730f4932fc80f7a6557727157025e22777d8f24bf9161f219b5e57b583cb2a46873ac6fff9b"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/96ff4231-c2fc-438f-8ceb-e08cb3a06cf0/8f0ee2420be78c3c87bb32cc990fe7ad/dotnet-hosting-6.0.0-rc.2.21480.10-win.exe",
- "hash": "f7118fa95cd51ca4ec479dd10578c55383eb9ba58c00cfad91b6f3b7b6d77ca0454411c0e17293093c785ff179328abeef725515c12245a005ca9913c6ecbb9c",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.0-rc.2.21501.6",
- "version-display": "6.0.0-rc.2",
- "files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/24d0cdfe-c2a1-4f8e-b22f-05dcb3e82eae/aa1c44d9a66a098cbe087efa11a57bb1/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-arm64.exe",
- "hash": "c36630d1bbd895dfc853003998ac389f417a6583657dd9061012bd362181fa83e4f81ab140a2f210440c718a56dc9cb1a8caf47a22c1486474b99129b4b69d01"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ae678751-3c1a-4f8b-a37b-e2e327af191e/3383ed7040b9f0184ff36c93ab129659/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-x64.exe",
- "hash": "940ea45b052c8c26001c0b9a6d87af337ae25495f7d681dcfd0c5b445fd62ace15154e2bc30c49dc23a41b8289c3643849e7626139651cb4ad2e98a8509a8685"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-apphost-pack-10.0.0-rc.2.25502.107-win-x86.zip",
+ "hash": "9d0c4586268b339a70cf29aa86977649e57b32b95064ad91e7bd5aa6b7f5e96bff8873450e47c6518117416316c66a5b778308ebe4f94bf5f7f6e443903cd014"
},
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9c58ffd6-cdfc-4cae-a163-247bb22c4e24/93601cca92711d2d03fdb7f7dab88bc2/windowsdesktop-runtime-6.0.0-rc.2.21501.6-win-x86.exe",
- "hash": "46c849edd2b3fc966369af0fd75f6911eb5b1ac2296c318f987bc884544100b834f9d10b9941c55b1aea2916d0459163734f0f2fee274a342db45c008260bec0"
- }
- ]
- }
- },
- {
- "release-date": "2021-09-14",
- "release-version": "6.0.0-rc.1",
- "security": false,
- "cve-list": [],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-rc.1.md",
- "runtime": {
- "version": "6.0.0-rc.1.21451.13",
- "version-display": "6.0.0-rc.1",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2a48f1cb-e22c-4e80-8f29-3f7e5bd48dcb/e747a6268462ab0bc999210d99f8cb16/dotnet-runtime-6.0.0-rc.1.21451.13-linux-arm.tar.gz",
- "hash": "6a5786fb0fc10cbe562350c56c35fb4745db18dbf3b299e3d86bd0c0e1bd43b95cd54561d78f1d53f3c41639a4505527e8fc0cf37e4f9da469ac0f521cec279b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-arm.tar.gz",
+ "hash": "0c95efd795ae7e95c1db44e5109bd7fc17487a510b8be8be1f0079b80666c5afaa3eda8037481603d0aacffd25f691fbcfa388b4b9577346901c631f7e037a11"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fccf0b2b-847f-4d10-922c-d10e48188bb7/0e3e03d3573f4e07337d9f7469e5fb3a/dotnet-runtime-6.0.0-rc.1.21451.13-linux-arm64.tar.gz",
- "hash": "a18ab20932e36820407058ada417941535cb51c0f6c68ff8830f43c9521fdd89f31553832522bad0918779e87387ef484d2e414c07923db4ad7deecbdcbc3a52"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-arm64.tar.gz",
+ "hash": "e45b9afe9ee06450d8d2636625d0a2257e4005d9f44484365dcb31b362bbb6af50ed5a9242adb5d2d973a3259e444dc217fade25ba99dfa07ec0215dfeac2f2f"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-bionic-arm64.tar.gz",
+ "hash": "b27dcaff9a79e21cb4d80731b4eaaf97cfd7538594e5b0ce98d093a6a9eeeefd16de278e240f4636c5249d4ea97a411335d2fdc802109ee1ee521820e2a8234a"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-bionic-x64.tar.gz",
+ "hash": "bb638044b9533c5bab661b8af85a387105a58111a282a8539961486d56ea8cd2e9908d7b5f4078bbfb69872ce4418068cbf46de5412136d5470385bb68411214"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cdbbb1b6-9e9a-4bf8-8e31-709b6892422d/a8ff88abfdd6055ab21c497ee0ba5645/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-arm.tar.gz",
- "hash": "8c0694e75c9d72a0b402eb3cfcc9d3944f0c0abb7e4ba097c4f7ee525d2d3daba588836a34193f34288049597c04ca6ec362574e6c7bdb4223e1707b288b5f6b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-musl-arm.tar.gz",
+ "hash": "a33084a4a81d222f25ae739664718e5c6768ebdbd62ac14cd1e0f570e7c5e4c581f68bbaed65321c4e06dc9a7d85ff60c0d59fd555bef91a914f333ea3936ddd"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e210ff92-a285-46d6-84c3-b65cbfd98d1b/581915718d78dd1c4d049e191e5fa917/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-arm64.tar.gz",
- "hash": "5a718a94e065d105f2e056672f8a0a7f3486626f253360ca0945dd468d9276e0c33c5a28b82dda9f3928b86967777af780bc2932d07ccea9b7a497dd9d90356c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-musl-arm64.tar.gz",
+ "hash": "23cd737dd3480cafd90615a22f36f0acad2ba5780d84d0e47b8e6313a494bd82b87c2ad13abf7d910dba8e44efeb3656809d54dcc46c23086682d6169377dd05"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/43f0420f-eace-4bac-845d-7ba41344c45e/d3e66c06444609aff096add39b2f5148/dotnet-runtime-6.0.0-rc.1.21451.13-linux-musl-x64.tar.gz",
- "hash": "41d6b4f68a7bdef7e91b5a153106f7767afa9a0a76e8e5f724a2a44aaf3d7cb6eba8981fbb2426dd4cb669cbd5f071901d4893b4f22760641c94e2dae9ea74cd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-musl-x64.tar.gz",
+ "hash": "7a995be2f534ae8dd9ceecd7abbaba5b2279ba36dd9007141f1edd6df41214ae1636b2c8c5aaad602a12b4debda3ea15ce87169631e88868b2ec388704d9c8c6"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/24c9c4a7-03a8-42ed-9b83-1fcc7dd85e16/eb36df3559cc7ee3500c4b38f9949fa9/dotnet-runtime-6.0.0-rc.1.21451.13-linux-x64.tar.gz",
- "hash": "6c101a93766747deddc97dd3ae9cbd0d0babc292dff2897006e1df8ad6af100aa74063d4961d73e67c82db66662f760cf83f510617559a2538210fc89694d9ea"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-linux-x64.tar.gz",
+ "hash": "86a71378caad26626e55b4f47cb0ea10544afa5aaddbd0f33d9b88b1fd9fa5326e2ac64f9dfe416984ba13c1893690cfe0493de03eee01da865c4b55193f11c1"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/882caec9-4114-41d9-8f50-18d09591ac72/a8f682edb8f7db4624df9e435628e761/dotnet-runtime-6.0.0-rc.1.21451.13-osx-arm64.pkg",
- "hash": "c7b3041db85cf3f58078fb9ee3fa5facd81816d9d7605ad15034f293d515461525f51ab1c4cbdd4daeb1f1d22c15a0541f4be9f00bf179e52fb708d0fd955ec4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-osx-arm64.pkg",
+ "hash": "6580516324d07807c066c513284b4d61bc68abb3fce1720e5e0af3636f5d6c26ea97a53ab880577107c9d981def11cd322c6bf346747ad9d27970d79d833120b"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ee2f49da-82d5-4aa0-8ca5-b4f69e5c2632/80dda33cc2beef778af12c150e66e118/dotnet-runtime-6.0.0-rc.1.21451.13-osx-arm64.tar.gz",
- "hash": "98dca56567b0c9a0874475818f6eadad90cf337eda3ba84e5bab222d58e4d1db7a9238c9aabe8e32016a15b1341576a369149e5394ff332c3014946e8687b8ca"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-osx-arm64.tar.gz",
+ "hash": "7b8675e8e4e424c5eaa675153b7d93c78ded4aedf847b116b7a77cfe2b692a8c62e8bc1e82a860f85006fd90473791a61ed37d09ea7e9b848c7264fc99ad2632"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a8608d51-2363-4352-9102-f76d360deeea/d1c289e36f88b8eaa2e1464ae11d25c9/dotnet-runtime-6.0.0-rc.1.21451.13-osx-x64.pkg",
- "hash": "ec9d64438569f211e85393cc1502219447ddedb69fca98728f042149c0abaa773d0fc28580b1e668428be3b63290a031d516ede4ddc18e3905a9cc8bdd16962e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-osx-x64.pkg",
+ "hash": "d98c2dc5c275418eae04a0701c9febcaa9cd47a21796ef16d0bd654bd66c58caedf91a2c1756bb79c864393ef29de522b0cb32bbf22dc806b06050002d42a3ab"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/662c0cee-18f8-42da-b476-7111bda7cf9a/89a2b71cd00c12ec6158541e0dabfdcd/dotnet-runtime-6.0.0-rc.1.21451.13-osx-x64.tar.gz",
- "hash": "09bd7620d335edac0c78a88d35dd55c53350df768debaad64ceb6c04d79cb056b8255b5a9b26bf13c6cdad26880905c0da64b7ec1582f525c5386a44d32e9dfd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-osx-x64.tar.gz",
+ "hash": "8042a708a665adf0e04837eda1433fcca073c9c0086196dd1cf60c310c818ecd2c25753e1e81077c9bfb2af3648318fc7d10017d79c91b48f429c13fbdf7931c"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f9c758f-c41e-457d-b549-ba796d759b36/1295dbb5f9480b92805803ef6db82b8d/dotnet-runtime-6.0.0-rc.1.21451.13-win-arm64.exe",
- "hash": "009f52ad16aae13175eb669497d627f8fa0328d9615b2072563493f366bd14212959c5c18f4f79e8712a8a39fc9a2a6b965b0a20bb613ab00735dc5938add283"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-win-arm64.exe",
+ "hash": "cd137f2aa2aef718e439d22248b34c1952b26da64a221619e6f2357ecb78a79c93fb0c5b4fc674cf411e0b77a925c4acd435dd0871ddc6339c8978040982361f"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/efddc729-e811-484e-b94c-0b834dfe5cdb/59e9fff8ae904b12aa6db5a6fa7b801b/dotnet-runtime-6.0.0-rc.1.21451.13-win-arm64.zip",
- "hash": "1b17494985f080ae3fa79f8370a9cc3677a5b834a7ab62339b53dd9991158bc34fcfb7111c7dfa0d75e0da23cd469aca7f8d6e906a7c4cb33fc86e275c74187f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-win-arm64.zip",
+ "hash": "b071131e7a37af3f34b96525f86096b48ae40286981ff3ae1ece48906f7789aa64114604f2ab0ecf0f35428c0ca2fd97ddbea7fefa439db4660cf10e113dabfb"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/76fe5506-77bb-4d63-bdf0-ca7df0e53602/25d6641885253ec8427345438728d324/dotnet-runtime-6.0.0-rc.1.21451.13-win-x64.exe",
- "hash": "91e5bbda28824c5e1ad818e372d8f9f5e8275ebda0611c509925c411f48c2deebdbaa5e1d26e91189e67f0c2eaca852c26cde490221de0c32a05c48383bb36a5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-win-x64.exe",
+ "hash": "d1a37eefe8311b2022d4917eb561414a77c9125ce2b7cdf95741987e724d3e2918b9d21cae695bea1927c9c8fc2cb836348a106824326482a4a84b09b7ac22b5"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/49e82f9b-976e-4930-965e-fa04dedef039/bf732bbeb65dbc4f8db9c456da98b7fb/dotnet-runtime-6.0.0-rc.1.21451.13-win-x64.zip",
- "hash": "f820b111842973dc7a8ac64e8e7f5c0b2406cabb4fa9a5ad89a521f1515c5cb64789eb17a113854bd574cbf9cbc064c78c7957564fa28c86f4a42be0286aa03e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-win-x64.zip",
+ "hash": "4a5adb7379fa28721e2d20929550403ba66c50e7fee65eaf2fb7690aa63a352f160fbed4baa482596473f55535f079f103a9c5d9b9153433b0210289490b66b1"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/78a2bfc7-837e-4bee-ad69-09a49f9c8dbe/56e0884d46ed8009b4d13ea94b6750a6/dotnet-runtime-6.0.0-rc.1.21451.13-win-x86.exe",
- "hash": "20d64a57307b811557e4efbe513418c9587c94ead25887953236abc4443be351786200b4946a9b0fe6d9218c5381e5d41e907743feb5ae03e9ba58c01d0973c2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-win-x86.exe",
+ "hash": "ea973e0ff880dd262a9d83d658fe5e5a03003ff742e0d7a24eb08757f637b9f289e0d9093e377f0ebc0963f8dc105d50f581f8d741dafa37af19ea45860820f9"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c4686929-8c0a-46d1-bf40-6454d5e0825d/9c377b25edbe8afcd8a78b0b9f6baa3c/dotnet-runtime-6.0.0-rc.1.21451.13-win-x86.zip",
- "hash": "233925dc1cbe4027688ed81654ebaa22698646e2847137fe7b34d4806ca40bad4cb654563e964ff1385d77d02233ecba868e083b5377505a0730db580fe06649"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.2.25502.107/dotnet-runtime-10.0.0-rc.2.25502.107-win-x86.zip",
+ "hash": "64cdb21a1d12292ea459555cb3271af07af3e3e3acafdf5c5515a58fd3195185fe7213c548f760ea6c93d187c880fe1e8774794ff7ed6dd4c02a14b09b3a7dcc"
}
]
},
"sdk": {
- "version": "6.0.100-rc.1.21463.6",
- "version-display": "6.0.100-rc.1",
- "runtime-version": "6.0.0-rc.1.21451.13",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.100-rc.2.25502.107",
+ "version-display": "10.0.100-rc.2",
+ "runtime-version": "10.0.0-rc.2.25502.107",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.0 Preview 3)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a31e2042-c0fb-47e1-a1a6-9e925bf33182/1479d388ef3ece7e1048a9423486b821/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm.tar.gz",
- "hash": "8461399292a7dedcbd31295bc6b3e010b0ac0b69dc742026bdfe795780543b9458a3df343d83528d5a0eb60b774ef535aea4f8d3061bf151d7dc90adccf1ad54"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-arm.tar.gz",
+ "hash": "7a2227728804b015d0b1ed0a26b90042b6ea711ea7c44300b00d2b796c0149a95f5fbf303cccc15d054a238e029bd00d7adc734af03614b006bfc78293c9a839"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c56c49ce-176e-4472-bd0c-5667475790f2/018c2de72f984826afe4b1b87715f1c0/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm64.tar.gz",
- "hash": "d1ebb53cd36617a3e02dbb759a842d2f62ba70b71b528c31e7c76d5137b655865c570c8ad50a0f206264db836afe83e3fb42037bf80127d179cecb8f7b3f28e7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-arm64.tar.gz",
+ "hash": "a4410459f057f7f8740cb1f7d696527bba48ba864b519e757b88c8622b4fc312ba645377463770f72d1ab252dde98f078bedf0cd59afde0c519b823aee28e6c3"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88014120-b5e4-4cc4-986e-8e9290ad59e7/0e778995d305ebe7cea9ebf303edcdfb/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm.tar.gz",
- "hash": "1e7f43770e67cbdf9c122094fd536ded8fc7120e4e454f833d33608a0732a5481a0b2f5807a1648fa0508da64264ae754714f51ee7aa503913fa74d2423349dd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-musl-arm.tar.gz",
+ "hash": "b4d8144210adfa3c1e7ebf7098d8143ff223374c231e3a9c3b9523060f8fe02a5a0240495448d197de6c9b97cab5af79e0e7e19e5f29ec54a9df55af15e510e4"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a137fa2c-57c8-465d-855a-9039e50adbfe/077f89f3eb22f23b19158bb7eb698aed/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm64.tar.gz",
- "hash": "f93d5a72541e676cc26ad851c87738f67ce2b63b85f5fa08d7eb391c6e1affbf55063b57775b6f56a3fde74218d14e0d5316fa6a38d52765d30d9f4fe618dca8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-musl-arm64.tar.gz",
+ "hash": "ef7a40d3e50b54562cfa052b0b15ce4c4d307b47587401ed4a0b213ca12cb455fa60eda1475a40801b556e530fe461770a37f810fb2467d30b54e9262afccd0d"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ddb6b148-6882-46dd-9885-a803b460a66d/7e773236a05890fd2799045b96a85526/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-x64.tar.gz",
- "hash": "d5e3f876f8e82fd93d6a0fe17a45459514b98721a19301ded10bca1b10bbc711b4dcbce43292fc77810b04b39e702eb4b97522e05e97069ad938909613ac16fd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-musl-x64.tar.gz",
+ "hash": "a31beac45077eae9c010dacb03f52f67cd80f70bf3aecb02cb4a5d00df477c60d229e394e9c5b09271f2311972116f1c2a09abc04040452074822cacd6684b75"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5fcb98bb-21e1-47a5-bb8e-bb25f41a3e52/04811d5d05b7e694f040d2a13c1aae4c/dotnet-sdk-6.0.100-rc.1.21463.6-linux-x64.tar.gz",
- "hash": "a1d1de7950d0a7221abc4aa73221a5e7f5093a7aa2142ffb89691c3c1ff605c84574ff9375f83d3f16848b90245bc941f66b3d4b22ce6a4c9845f21bd1eb868e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-x64.tar.gz",
+ "hash": "1200ff33d7c2a834499590e05f46c065d0f7dc1f7520f35403b5d4fc1fb00bddfb7c4aae230280e8dc6890fe5fc5ca738dea4789056614ed02a84d1e86d068e9"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/80b891ce-2814-4368-b255-04513b5a3743/f08abf896b03124744c32a2e86749a75/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.pkg",
- "hash": "7153abd8a47e76f53dcca305c502cf227d80ce6455c3a272daf33efc70a1d06501ce4515a8de3c15695dd14b63f262794a0dc393f132d3acad3947263dd79669"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-arm64.pkg",
+ "hash": "4bc4ff838d2ded23abc42b51bf622799760aa834e6370c460896b82e2523003a45cf70fb64246cc289b2033a26f62841fcaf6e1d07b5cf30cf1b59e841ced5b1"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a869ee27-5a92-4aba-8b23-8424743c6e0f/dd515a1c3a86349727b8543148a3d607/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.tar.gz",
- "hash": "646fcaa105db75df2ac9dfe6c41018dc0ad317ff8f4cb419878435c79389b15549cf470c5d649e0bc45e3b42353991a598a23e0c3b41beab3ec92ebdb6afb4d6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-arm64.tar.gz",
+ "hash": "e2a8c446b8866fded60a66e14f8916e5b6d47270713d3f9bfdd508be8f01d03f84a257604286f73aae3b4fcb7d289564dd1bdce84e07a03cfa1e43b62ae5ddbf"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4ca60318-1905-4b5a-90ad-060bc5357857/a129beb791b78a034e5e6453273dcd84/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.pkg",
- "hash": "8c4d44b07056a3db6367e82c294bd524330a724754fdf5ae8ca56c39d40729f24e4d66f6ef331d7bb2d4b0f7ff70eb18c79ade143526499094918308b6cd4ceb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-x64.pkg",
+ "hash": "545ed29d75e9905bd9eb78ef0b1f025da6d92ae439eb29b71f440f77c2f2234fc5916c8656fdbcf06316c37863964df0d25be30ca22f6853f4c1faa07ce7ba78"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9ee10a55-7afe-4036-abfa-1d1821ccfd87/395cd9032a535f8b55c4dbce088a8189/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.tar.gz",
- "hash": "d12ec4de477cf8d067b54799d179692c2397e7c68847eaec7d7941ca946868089e7b576939a7108ac323c0056176b12c32dee532f2361eba2b1c43c8e50a2525"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-x64.tar.gz",
+ "hash": "919569414f47842c5a84d96af965cf838d58830bce5b87f67477b3f4df0e60becedd1cfb3cf51e04a64b9783c3944df28ee4dee2e4918bd4c814520254ca39f2"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/73e35032-5d20-408d-aae6-ea5a78b789c0/01842a950be338c03e282fce537906d4/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.exe",
- "hash": "30e8b09a7c9d754059b545fac96f925870bee6b88c4bd0a429402a3558a8ebdce55a385b4898275035af7b6d44cff3ca283fb221c19b2ebb5dfa71ccf8e5cca2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-arm64.exe",
+ "hash": "4cf8da35befdfe1b732ebb294d5ad38d030ea02523457b3d96f32e2bc12408c85376484269865e96c6cf0440797fc29f83abc7be02ee70e00abb87724c23515c"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/da7bac83-8479-49b3-b0ae-60847f051879/e6bd3f58e3c5a9e017bd1329bdc03e3c/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.zip",
- "hash": "fada909f655fc412f08095f977ff3640ee54a799ce02eb34877b5325e1437ed0fb1f217730456be3cd23a662057ab086e15be269702396c9bbf83fe026969b05"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-arm64.zip",
+ "hash": "bfc3dacfbf8bd481452f1eb9fa34cffa4ecacefb8d325018bed97090e27cf580446527d4382fbce8470138ed50d8820e776feea87dfb2ac75b5540564f21bcbc"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d214c16c-4485-441b-b4e8-50867f370ff9/159f2e1223b494b909ce2288fc2bc6c5/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.exe",
- "hash": "28874389ca1085ea9567c0e6fdb35c897980242fc1d22a7bbc139fbaf0726aafd0910202e47850cf4e36a3b25ef74856e09c6169f4915b7709f9fdf79aaee509"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x64.exe",
+ "hash": "24500b715efddc1252d0cdf6cd24c96fbca47e8952c0bc0f33a2815e464db0c56a2401f834532cf4eba533397e8d7b5ce0d8b94d7d89ec4fd3fadbb7061f57cc"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c50149b6-4e1f-4278-869a-742aa2c7cfe5/bc936112cb6f6215b456c6c1e77d8826/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.zip",
- "hash": "96d807e79baa7d69d9248736ea9a63ddcc53281a63765b47dcfd9ded24038cc445834647ef375ffad17ea83aee6f95d234109825f885353ccca73f6684a5acd0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x64.zip",
+ "hash": "fdc92db4f386e5704145636f57f76b35d66ae65234e5fd05ca3ed2c4573c4764e632887f22f0a03a8e81eda61fb980a052a9d0f56d662826d53f10db520d4999"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0cc5e1ae-c744-4a5e-a950-28bd3149da86/8f2db99d1aa77594928356fde7467586/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.exe",
- "hash": "da0c7334050a781eb93d0660ce71e54e7a4d81ca73b83634a245e13f0d26aea985eceedd63a5c1a2ce41e107ea244a4c45f33dd83ca7747f8515c85cdd49183a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x86.exe",
+ "hash": "3f29a42a5b1efcb90d82650e37c8826b090138872ee283b25e40daa657c11d94054b7261affb0ae156d2a068c9bf6457370ace98b850d9faeff0a15a34e65194"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/408d9e77-ed5b-47c0-a2ae-5d7e76e174a3/321fedf9069aa8b0794913b1aa2e7f94/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.zip",
- "hash": "d00bcd9fc6b3c14f700007a2425d1ee4951a727769639b922c6bc993f43aef4ac7be0143f2262f2679f55de44c47b766ce158083ab989cae200fc5285d27df20"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x86.zip",
+ "hash": "14af29bf0c9789c092e619f0e32b2a25d87c960cc884acdb7a7245cd0d0372d2427e6c0a192a5cdc011b9b134cb814b429b60b801cabc8e79995e126609dc8d0"
}
]
},
"sdks": [
{
- "version": "6.0.100-rc.1.21463.6",
- "version-display": "6.0.100-rc.1",
- "runtime-version": "6.0.0-rc.1.21451.13",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.100-rc.2.25502.107",
+ "version-display": "10.0.100-rc.2",
+ "runtime-version": "10.0.0-rc.2.25502.107",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.0 Preview 3)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a31e2042-c0fb-47e1-a1a6-9e925bf33182/1479d388ef3ece7e1048a9423486b821/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm.tar.gz",
- "hash": "8461399292a7dedcbd31295bc6b3e010b0ac0b69dc742026bdfe795780543b9458a3df343d83528d5a0eb60b774ef535aea4f8d3061bf151d7dc90adccf1ad54"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-arm.tar.gz",
+ "hash": "7a2227728804b015d0b1ed0a26b90042b6ea711ea7c44300b00d2b796c0149a95f5fbf303cccc15d054a238e029bd00d7adc734af03614b006bfc78293c9a839"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c56c49ce-176e-4472-bd0c-5667475790f2/018c2de72f984826afe4b1b87715f1c0/dotnet-sdk-6.0.100-rc.1.21463.6-linux-arm64.tar.gz",
- "hash": "d1ebb53cd36617a3e02dbb759a842d2f62ba70b71b528c31e7c76d5137b655865c570c8ad50a0f206264db836afe83e3fb42037bf80127d179cecb8f7b3f28e7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-arm64.tar.gz",
+ "hash": "a4410459f057f7f8740cb1f7d696527bba48ba864b519e757b88c8622b4fc312ba645377463770f72d1ab252dde98f078bedf0cd59afde0c519b823aee28e6c3"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88014120-b5e4-4cc4-986e-8e9290ad59e7/0e778995d305ebe7cea9ebf303edcdfb/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm.tar.gz",
- "hash": "1e7f43770e67cbdf9c122094fd536ded8fc7120e4e454f833d33608a0732a5481a0b2f5807a1648fa0508da64264ae754714f51ee7aa503913fa74d2423349dd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-musl-arm.tar.gz",
+ "hash": "b4d8144210adfa3c1e7ebf7098d8143ff223374c231e3a9c3b9523060f8fe02a5a0240495448d197de6c9b97cab5af79e0e7e19e5f29ec54a9df55af15e510e4"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a137fa2c-57c8-465d-855a-9039e50adbfe/077f89f3eb22f23b19158bb7eb698aed/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-arm64.tar.gz",
- "hash": "f93d5a72541e676cc26ad851c87738f67ce2b63b85f5fa08d7eb391c6e1affbf55063b57775b6f56a3fde74218d14e0d5316fa6a38d52765d30d9f4fe618dca8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-musl-arm64.tar.gz",
+ "hash": "ef7a40d3e50b54562cfa052b0b15ce4c4d307b47587401ed4a0b213ca12cb455fa60eda1475a40801b556e530fe461770a37f810fb2467d30b54e9262afccd0d"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ddb6b148-6882-46dd-9885-a803b460a66d/7e773236a05890fd2799045b96a85526/dotnet-sdk-6.0.100-rc.1.21463.6-linux-musl-x64.tar.gz",
- "hash": "d5e3f876f8e82fd93d6a0fe17a45459514b98721a19301ded10bca1b10bbc711b4dcbce43292fc77810b04b39e702eb4b97522e05e97069ad938909613ac16fd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-musl-x64.tar.gz",
+ "hash": "a31beac45077eae9c010dacb03f52f67cd80f70bf3aecb02cb4a5d00df477c60d229e394e9c5b09271f2311972116f1c2a09abc04040452074822cacd6684b75"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5fcb98bb-21e1-47a5-bb8e-bb25f41a3e52/04811d5d05b7e694f040d2a13c1aae4c/dotnet-sdk-6.0.100-rc.1.21463.6-linux-x64.tar.gz",
- "hash": "a1d1de7950d0a7221abc4aa73221a5e7f5093a7aa2142ffb89691c3c1ff605c84574ff9375f83d3f16848b90245bc941f66b3d4b22ce6a4c9845f21bd1eb868e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-linux-x64.tar.gz",
+ "hash": "1200ff33d7c2a834499590e05f46c065d0f7dc1f7520f35403b5d4fc1fb00bddfb7c4aae230280e8dc6890fe5fc5ca738dea4789056614ed02a84d1e86d068e9"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/80b891ce-2814-4368-b255-04513b5a3743/f08abf896b03124744c32a2e86749a75/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.pkg",
- "hash": "7153abd8a47e76f53dcca305c502cf227d80ce6455c3a272daf33efc70a1d06501ce4515a8de3c15695dd14b63f262794a0dc393f132d3acad3947263dd79669"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-arm64.pkg",
+ "hash": "4bc4ff838d2ded23abc42b51bf622799760aa834e6370c460896b82e2523003a45cf70fb64246cc289b2033a26f62841fcaf6e1d07b5cf30cf1b59e841ced5b1"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a869ee27-5a92-4aba-8b23-8424743c6e0f/dd515a1c3a86349727b8543148a3d607/dotnet-sdk-6.0.100-rc.1.21463.6-osx-arm64.tar.gz",
- "hash": "646fcaa105db75df2ac9dfe6c41018dc0ad317ff8f4cb419878435c79389b15549cf470c5d649e0bc45e3b42353991a598a23e0c3b41beab3ec92ebdb6afb4d6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-arm64.tar.gz",
+ "hash": "e2a8c446b8866fded60a66e14f8916e5b6d47270713d3f9bfdd508be8f01d03f84a257604286f73aae3b4fcb7d289564dd1bdce84e07a03cfa1e43b62ae5ddbf"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4ca60318-1905-4b5a-90ad-060bc5357857/a129beb791b78a034e5e6453273dcd84/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.pkg",
- "hash": "8c4d44b07056a3db6367e82c294bd524330a724754fdf5ae8ca56c39d40729f24e4d66f6ef331d7bb2d4b0f7ff70eb18c79ade143526499094918308b6cd4ceb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-x64.pkg",
+ "hash": "545ed29d75e9905bd9eb78ef0b1f025da6d92ae439eb29b71f440f77c2f2234fc5916c8656fdbcf06316c37863964df0d25be30ca22f6853f4c1faa07ce7ba78"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9ee10a55-7afe-4036-abfa-1d1821ccfd87/395cd9032a535f8b55c4dbce088a8189/dotnet-sdk-6.0.100-rc.1.21463.6-osx-x64.tar.gz",
- "hash": "d12ec4de477cf8d067b54799d179692c2397e7c68847eaec7d7941ca946868089e7b576939a7108ac323c0056176b12c32dee532f2361eba2b1c43c8e50a2525"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-osx-x64.tar.gz",
+ "hash": "919569414f47842c5a84d96af965cf838d58830bce5b87f67477b3f4df0e60becedd1cfb3cf51e04a64b9783c3944df28ee4dee2e4918bd4c814520254ca39f2"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/73e35032-5d20-408d-aae6-ea5a78b789c0/01842a950be338c03e282fce537906d4/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.exe",
- "hash": "30e8b09a7c9d754059b545fac96f925870bee6b88c4bd0a429402a3558a8ebdce55a385b4898275035af7b6d44cff3ca283fb221c19b2ebb5dfa71ccf8e5cca2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-arm64.exe",
+ "hash": "4cf8da35befdfe1b732ebb294d5ad38d030ea02523457b3d96f32e2bc12408c85376484269865e96c6cf0440797fc29f83abc7be02ee70e00abb87724c23515c"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/da7bac83-8479-49b3-b0ae-60847f051879/e6bd3f58e3c5a9e017bd1329bdc03e3c/dotnet-sdk-6.0.100-rc.1.21463.6-win-arm64.zip",
- "hash": "fada909f655fc412f08095f977ff3640ee54a799ce02eb34877b5325e1437ed0fb1f217730456be3cd23a662057ab086e15be269702396c9bbf83fe026969b05"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-arm64.zip",
+ "hash": "bfc3dacfbf8bd481452f1eb9fa34cffa4ecacefb8d325018bed97090e27cf580446527d4382fbce8470138ed50d8820e776feea87dfb2ac75b5540564f21bcbc"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d214c16c-4485-441b-b4e8-50867f370ff9/159f2e1223b494b909ce2288fc2bc6c5/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.exe",
- "hash": "28874389ca1085ea9567c0e6fdb35c897980242fc1d22a7bbc139fbaf0726aafd0910202e47850cf4e36a3b25ef74856e09c6169f4915b7709f9fdf79aaee509"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x64.exe",
+ "hash": "24500b715efddc1252d0cdf6cd24c96fbca47e8952c0bc0f33a2815e464db0c56a2401f834532cf4eba533397e8d7b5ce0d8b94d7d89ec4fd3fadbb7061f57cc"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c50149b6-4e1f-4278-869a-742aa2c7cfe5/bc936112cb6f6215b456c6c1e77d8826/dotnet-sdk-6.0.100-rc.1.21463.6-win-x64.zip",
- "hash": "96d807e79baa7d69d9248736ea9a63ddcc53281a63765b47dcfd9ded24038cc445834647ef375ffad17ea83aee6f95d234109825f885353ccca73f6684a5acd0"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x64.zip",
+ "hash": "fdc92db4f386e5704145636f57f76b35d66ae65234e5fd05ca3ed2c4573c4764e632887f22f0a03a8e81eda61fb980a052a9d0f56d662826d53f10db520d4999"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0cc5e1ae-c744-4a5e-a950-28bd3149da86/8f2db99d1aa77594928356fde7467586/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.exe",
- "hash": "da0c7334050a781eb93d0660ce71e54e7a4d81ca73b83634a245e13f0d26aea985eceedd63a5c1a2ce41e107ea244a4c45f33dd83ca7747f8515c85cdd49183a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x86.exe",
+ "hash": "3f29a42a5b1efcb90d82650e37c8826b090138872ee283b25e40daa657c11d94054b7261affb0ae156d2a068c9bf6457370ace98b850d9faeff0a15a34e65194"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/408d9e77-ed5b-47c0-a2ae-5d7e76e174a3/321fedf9069aa8b0794913b1aa2e7f94/dotnet-sdk-6.0.100-rc.1.21463.6-win-x86.zip",
- "hash": "d00bcd9fc6b3c14f700007a2425d1ee4951a727769639b922c6bc993f43aef4ac7be0143f2262f2679f55de44c47b766ce158083ab989cae200fc5285d27df20"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.2.25502.107/dotnet-sdk-10.0.100-rc.2.25502.107-win-x86.zip",
+ "hash": "14af29bf0c9789c092e619f0e32b2a25d87c960cc884acdb7a7245cd0d0372d2427e6c0a192a5cdc011b9b134cb814b429b60b801cabc8e79995e126609dc8d0"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.0-rc.1.21452.15",
- "version-display": "6.0.0-rc.1",
+ "version": "10.0.0-rc.2.25502.107",
+ "version-display": "10.0.0-rc.2",
"version-aspnetcoremodule": [
- "16.0.21245.0"
+ "20.0.25275.0"
],
- "vs-version": "1",
+ "vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/00b59131-805d-4b49-8871-642613806e37/eec5b92bab33c0bb12d526c70d5a94ec/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-arm.tar.gz",
- "hash": "a27bb55fc10e492f47f15b99d9881832d6732b2cfd5c488ebe29bc8f019586a3adc2f9065af45210c7c68251fa540e8474c68ab8fa73f44d496ccb659bcfc5ea"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-linux-arm.tar.gz",
+ "hash": "457397c1c16e3131dc36429ecf0414c278e76e7ab0561362965dc1529953f33401ccc9e2bd8240a6e3d09711b993461eea1f8923901e138a9e1b267b84231c96"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/038f4d5d-8e6e-47ef-8fe7-522ff8dc5c42/d34d25c006ac6b13f8edf5fa5899ccd9/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-arm64.tar.gz",
- "hash": "9c52b365920b8fd6e819ce207018c967c8e3ffa9682da8374c113ae23fc8e63ce6a88d66fe55ccce94a4b7cd7e29fd3161c2bb5c72a136448c8cc6eb55889c97"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-linux-arm64.tar.gz",
+ "hash": "e075c17bd5992cf6aab1f8b598645a0976ba41fcfc7414e7f73f25fe9664d9b145d4a61adf50c217418f2495131371af05e8df4da7858c72ac4b13a679107610"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/062c9a0a-2afb-4baa-be96-865482b340db/d806b8fa25b796952d7adaee6444f9ed/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-arm.tar.gz",
- "hash": "8e823af8ec694a869e4d5fe0356e7760e54726dc2e11c4406bc0d1b7bd9ba1aba99dd25f83bd78bb9b60bb88624beb1d3e866a94f69fd0ce70b142a08e59cc9f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-linux-musl-arm.tar.gz",
+ "hash": "6a1646cb04c3d991144f615f16ccaccc80afb5a057f9d96620f9abdb8aaf9170b7319396455b1193a6fbf77538516bab115545e99ae9598e6a5d8ec50f665e5d"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5edd04eb-062e-4669-8bff-5949431c5c87/3866a55a973852c1b92c853aa2540df9/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-arm64.tar.gz",
- "hash": "d1fc927a9ef473080e500ff250f26c5020e3a60f0303570eb5e37f7adaa12812b139472d00f7d260463789b8f0c103e4eceb65e8764344b9c390fa9a8cfccd21"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-linux-musl-arm64.tar.gz",
+ "hash": "6b1dd57124ec32b29628ecdfac13237ffa4edf2f9f2b04fec3be6a7c58113660e01e54abe2a479d0026ce865f5de53c598cd3284bddcac1c818e8df9bf1d1708"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/223a5980-5610-47eb-a983-059110f9826c/ab708db6cdd837af5cd685493bdbea0c/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-musl-x64.tar.gz",
- "hash": "c34e939169faafd9ffc2189695f7e5e134170b131850606c781b80801aab3f8b73a6c4bdb0dbe9b104b065e0585339deec97da367662ed0cf1f0e7dcd009cee1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-linux-musl-x64.tar.gz",
+ "hash": "beb542b8c526bde1a8ae2cb2286c09966a52d34289a265698c32600100a8373ab8858a84541a843f8df197960485445c68093eb03bdcb62c2398e29ed78e8751"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c88d8dbc-bcd2-4400-b0ef-03e362c49068/c0048366f3c44d2b49a59acc28f79647/aspnetcore-runtime-6.0.0-rc.1.21452.15-linux-x64.tar.gz",
- "hash": "9072abaada96efca7761140de6e789d5fb79b59b6f94924806c62e56498d8412aa34b51d8bbba843ae1be52d3f0ed0e8194e01112889d50b589b29f1336f3598"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-linux-x64.tar.gz",
+ "hash": "1403bac32f4b4370d667841a3a4cabd11e330eb0a5491894491d3c418c5fd9ce779dd629800947ab1ea018e5a7260fcee77f202e28fa8c1896d7a0177d038c7f"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/23d484eb-a685-495c-92a7-72903cf2d690/6d13b4f78811a50a62853269e371aa51/aspnetcore-runtime-6.0.0-rc.1.21452.15-osx-arm64.tar.gz",
- "hash": "f4cfd514793d5602513948b331f4c0e1693cd4e3ed21388f613d7124a2831efb086201024f37f12b533517be0561c8120131dbfa8e87d94ff50d1d64703683ab"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-osx-arm64.tar.gz",
+ "hash": "9f274787978fc1d72e9fa0590dd418d3220352a383a909854d0bdb82a7c3231654e21496efaeb5902892dcca3f26f133ec1df2637f3e8578fb99c8c29509015c"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aa322eb2-04fc-455a-9a18-416502c25e9b/1eaecb29e7b05fcb70ccc0aae964f2af/aspnetcore-runtime-6.0.0-rc.1.21452.15-osx-x64.tar.gz",
- "hash": "d813882a3144be33bbc5acfc2185d4ef033513e072dba918c2dc96395694b108b891a529ef8a203339e19f5da25fd747db65d2cec86d90c24a7e25e5c9b70ea2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-osx-x64.tar.gz",
+ "hash": "95528c47bd7728eb3ac112ba543eb85f5f1012053e586c53f9529ba3fee9840980dbd1e5f7ed314da4e1da05d0af3fc7b1754aa71dc1ab8b3ee77fe63bc81508"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-win-arm64.exe",
+ "hash": "3530ef54edb53c73d9d064ea0fa9d644be4106174b01022c72886dd4be2880b8e65d65b30a330d7392710580b812588015f1287e2a1dec749adabb5c6613926b"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/843da093-3f3e-42a1-95d4-e1a37e5b93d0/5dfebb0aaa073f2a10dbecde2b529e83/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-arm64.zip",
- "hash": "be7bf92984b7171b7f020fb2dfd3ba6ffbac0c226e28948af1ffeae5ed053957b07953b40db3e70152084eee605a9a3d184962a9617da5a5747544df58a8493a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-win-arm64.zip",
+ "hash": "6780a444f81701754e1221efcbae0574c8ca234904a02c05581466f838648ed7f0a4cf2e967ff4ddef9f142febfdad1e7b36f9fce75f243a0061d23d1444975f"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c08c9070-7538-4792-9a55-6cce32bff933/52bc9bfc52f38f7723191f00d3e85143/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x64.exe",
- "hash": "4d740023b920248daad4cceda004b1de36074ce6e2eb99b6b20638d671c59abb8ac707d3debd91d2c45473b4c14f4f053ad47820aec56c729690a5f176708881"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-win-x64.exe",
+ "hash": "78bbaec0b38edf7535d5e8ed0c877e332e1d19b3588fd06c4dbeadb0416f68da831334a15c41b116e101010d7cbd9ff3f1ed877c42225a672ef019eb7efe79ff"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7c2d29ac-07a7-4c79-bf1e-ca5185d9906e/f756deb9df37e23740ce6c416408e9c1/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x64.zip",
- "hash": "be77d99cabc7206072776cd3de8add9f6ba0d4f6ee02346807516a7516b8ea18c5a1828f1872ab3fcdbadf7e4d7fe4bbb0652bef679a49cd0b6163569c038083"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-win-x64.zip",
+ "hash": "1f221c87d0c1852a43afa20b4bf5764de6bd4cfbd1c4090185da78c27568f8be21960aa9e278604c35ec871635be4dc0a84d1a8b3d74c697674f8087b895646f"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/418ac220-fd7a-4b76-bcb8-2ed514dfa002/0599b94b48bf971567f599b70e9aeafb/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x86.exe",
- "hash": "607e71fe7688401ab0d62fdb6ae5fb6c6ff7e9960324df300cc361f8cad4b9d2ae1b973518ed6d719c3c40100da9a0dd4f0688010302f31740d157aa76f5004b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-win-x86.exe",
+ "hash": "ae32b3a18fa16faf1576453f2ceeb6509871b9ebe2526805efc4d84bf943d2ca79adbc5d316511c6c56e4305b4bf9972e58b9ec29ec380cfd6427fb28c699649"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8ba3d9ea-1258-4421-91e1-8774e53a3d3b/58600398adbf68a9cf630958fba026fe/aspnetcore-runtime-6.0.0-rc.1.21452.15-win-x86.zip",
- "hash": "0130a658fc89cd35c0aa3fcba51f2be428585403c37c36b1600cf615a719c2ecbc606f56fd9b242d1e75f8a65b52894da85b5dcef0aaeacf75cbd9e19023e9a3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-10.0.0-rc.2.25502.107-win-x86.zip",
+ "hash": "36a292855ab690b9111bbe03b2bd3ab387a99351fddd41632d25ffed361d2c965acc9bbd4ee1eb4c3104c27f39d0fc7a70a38cbad54513cb2050360a94d3d7f9"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aef4eaa9-2214-4e24-bd87-af7c4643ac4d/00fad9e518498beb5807f9064a0a2433/dotnet-hosting-6.0.0-rc.1.21452.15-win.exe",
- "hash": "534ee8fe6ecdb96e79c3fd99823fe1c97415e2069cb22b15b4cb9296ce06874bbd60023d37a551898f7001f90068a1990fbf01b5dae52a2a16de7fbb99def979",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.0-rc.1.21451.3",
- "version-display": "6.0.0-rc.1",
- "files": [
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-linux-arm.tar.gz",
+ "hash": "82f5a9810b3a9fc3790396e49f342bba0115edd84ad6e4d8609a8397b7afd7b151cfd3f62be4116ee87f7ea782f3fdb082bb881fd97e82eab1cb1d67a27a27a9"
+ },
{
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/952da6cc-c2b4-4877-aa38-e94904363e2c/fbbd01aebcf520c6d74c7d106bd52fa1/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-arm64.exe",
- "hash": "fc311cb51bd997c2a1e91aed41b7fda68d184a706701b61277353f6665a1c1aefa544ebf5e5266810cd5b0d36677432e0d37661428862fa1ae766060a4b6349c"
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-linux-arm64.tar.gz",
+ "hash": "cb003673f8f309b9a786b6920fd266979782e136d8cd2338646ebbb6b355604d00913b0e37640ef776848f8f6d0583f1e19b68c6c0686b4d9356634367e95006"
},
{
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c34690c7-0789-4f53-a85c-b90aa9c838ba/c915929012b39b732ba28b4a07e14b8a/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-x64.exe",
- "hash": "d7bb90b1dba53ef1d62e6b49bfa4daaf52c74af5b1e74491ce61d65daa61b1afff27ae6d53289b8db4ea1acc50e8847c705ed50eb70f50788d28ecb6f1f5afff"
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-linux-musl-arm.tar.gz",
+ "hash": "e6a356bfc468b27a82a7244d9789bce524947e965c1d156ae15cabe5b9cfea120539b83ce7f261d3c6d43edcf250124a90d290da609e1e03e5284135ef5917fe"
},
{
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a69ab5f3-ac3e-4cb2-9a01-c64299c1f0d4/94ebbcf5c69df0298ac70724da28fca6/windowsdesktop-runtime-6.0.0-rc.1.21451.3-win-x86.exe",
- "hash": "6b4bd720c567add7ccd02d34b96ef65a91c813def04a63e79af5cfbdc7649f155909cb7962fb1b1d5cb586226e83bea63daf6b1b80d39545a54f0ecf53265197"
- }
- ]
- }
- },
- {
- "release-date": "2021-08-10",
- "release-version": "6.0.0-preview.7",
- "security": false,
- "cve-list": [],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.7.md",
- "runtime": {
- "version": "6.0.0-preview.7.21377.19",
- "version-display": "6.0.0-preview.7",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/77e5acf3-f3df-450d-b848-73acdfd3fda5/580b861eabc20364fab611d2ed32318b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm.tar.gz",
- "hash": "9aec69078629bdf2c84c91edc647ab05d50845d90cd698f22d39f6f54ba7d9bf3050ac87797fa7fe4c098a0bb63f456ecaa050b8504359d365fac22d40e74fea"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20ba65e6-c2df-4e33-8063-23e38802e580/3ead68d5d697c99b0b4a3f001ee8c21f/dotnet-runtime-6.0.0-preview.7.21377.19-linux-arm64.tar.gz",
- "hash": "6c084b0dcd8b56cbca947adf93fe715c8531e39bb081c3b2ede1301a6177effe2e6db7d9746d9f3c92f9d878bed8f9dad0ffae92ab3359afa6c8935d03b95958"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/aff6eed7-ba7f-4e2e-ad49-fa95d1512aab/94ab7499dfea134a5d4c81da24162db1/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm.tar.gz",
- "hash": "b98329ae25eab636ec18ae1ede67d2f0d40e973e2671de62248195076bf3ffff8674235cff80ff95a0cafc6e9eb4191294bf48ccd13b44c6e4e5b6d667916a57"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/34ef3cc6-b21c-4f80-a0ab-403ea43c9b2c/d65fc4e5547801b0d74c1698026ed101/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-arm64.tar.gz",
- "hash": "23fcb52f7bae7fab181eeca125519bcabf1acc118804e93fa88566e5f588000e9f910152cd8655c6f02604f0b4e50ed19ec2afb92062fd26b671b00e5b9c2929"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-linux-musl-arm64.tar.gz",
+ "hash": "b27f1f4f5dfbe1ace7ed7b6f2fc6579ca02f43b42b05ec0d13fbee3037985e254420db780ef6dc70bb436eb8f8f0aee7195b21720ca9dc38bc48484c9b78a1bd"
},
{
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8886b87d-4c03-4648-807f-63cf9ba5ffb2/3d88acc45536428ec4c57fcd7cdc269b/dotnet-runtime-6.0.0-preview.7.21377.19-linux-musl-x64.tar.gz",
- "hash": "060be1fe4d0b7fb5618d5a1f9482767667c96794111188678c5a9004a5961381f0856f57a6cd77f4ea1883a3e523f1f5c35ec6c72fcab67c9aa725ad8e5b0e6b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-linux-musl-x64.tar.gz",
+ "hash": "f393e28133b3274d9cd01d6382530c81572f8e634c3b30014137b6d3d7371582432d9f084e2e4dae8595c7b7d50fba2bb92b8e976eb8ae539bba31796ef80198"
},
{
- "name": "dotnet-runtime-linux-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1ae201ab-bd0b-471d-beab-2e33350be9da/358a49e4f1bdbaeaccedd7c139c55c45/dotnet-runtime-6.0.0-preview.7.21377.19-linux-x64.tar.gz",
- "hash": "959ef85c0cb5c9aa8dab90f5e09d9f9216d546a32b5338f389787523b9c4b48b911ac42a4e6f8c9e1b656bc8f0173ff93beed12439e3f87a52b84d810969969a"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/291e415b-c521-45b9-b817-710c342d2eb8/d05ca09bec35d4fbb31a07d700e9f416/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.pkg",
- "hash": "cb3ba1c195a55ea620b019bc224fab201530b9cb4c9600cb90d870eeac6ad1011dcae93c690dc1073c258357d52961eb586945f06df609aeb109dc254cae0f68"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-linux-x64.tar.gz",
+ "hash": "306687f82f47f16135bf7c0768abc9a3bfd7660d4803c07aafa198911e1f97ded7dbd2e25cded23433e3abc4f3b5ee1e8ee0936664b945e956199bff147a3bd4"
},
{
- "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/398a5746-b48d-4550-896b-445538b95458/aa025a02a656f69775efd346ccde38e9/dotnet-runtime-6.0.0-preview.7.21377.19-osx-arm64.tar.gz",
- "hash": "9e069e7b231e86ba4694da48351b81342ef1b1df78ab619ae17acef498f0fc02bf52a2128da6a7e01c62e42ef5f5d66bf0a2113a36c1f4e4b4263f37c1b5c5cf"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f3f28827-7599-4d5e-a218-348e3988e27f/cbc1fe0c1d29f48f9b75591e95823d42/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.pkg",
- "hash": "c199a5407e1dca00f3ef709772a0350c4467a772f23ee289394867170ba5ba32dcd5d069d4582d60c42e3b096a8feefae002512819b62dd5a1f9170e097959c7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-osx-arm64.tar.gz",
+ "hash": "24c08f505e2ba01807d2b08c9e5433a75809cb46c5bf3e5337648f364d808d51fbb550c4a155133da58b2150ceb22da7c10bc9453f03ea9dca9a0bd5bdb45134"
},
{
- "name": "dotnet-runtime-osx-x64.tar.gz",
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f5943bf4-646f-49a3-8ef2-e2ec8eb25dd7/db3d9c2251a24e27d04c0f4d2828243c/dotnet-runtime-6.0.0-preview.7.21377.19-osx-x64.tar.gz",
- "hash": "8b004c550ab934e71fd2c8cdb4407118b636314290dc6c405be5216da3971f03cf64ddfb258331a6c93bce45c2c51096c2de3f728842f7cd2e2445af090ce5f6"
- },
- {
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/26a4b5f9-0491-4932-98a4-e51e0ce38fec/93418cd2b3e475c04e4ab427412e292d/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.exe",
- "hash": "399c509b7a86e924c7dfc7516efffdec2be2122eff8604536a0eb47ff6054dc9ee54cbfea80fbcead8dc7d39c227737e59644cf896ff3a3ad63b531e7eabecd6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-osx-x64.tar.gz",
+ "hash": "bba3cb8b07dc88595adf24d6e58ca6cdbc794c6178ea698b5f6ec9d58e19110cf626677e847be4ae2ce9a9a191732355614d17f89193ab29732aee0e10264cc4"
},
{
- "name": "dotnet-runtime-win-arm64.zip",
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c4e1d78a-23ce-4050-ac0c-03ce2dc6e64c/9f43a348c5cd3d60de14813483188de3/dotnet-runtime-6.0.0-preview.7.21377.19-win-arm64.zip",
- "hash": "b6baa6d78720249ceb458dfd18ec01c7b03cdab0b57eeeaa93a597893540d328bf8fd32db254eee3da7bd5fcdb67b0e3440bfc84661ffde203e3264a4534f627"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-win-arm64.zip",
+ "hash": "43e5526a9474cd001303d6aad3a30a491e2335e7411a2287231e868d759e9d50c40b9be2ca6d869a7ba276f7a36a9da0619991cfefc594451a5bf814edcd862c"
},
{
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/87a80dee-7444-4c27-9590-fbe88d87bb36/3ce69dcc1dedd1f961a14c25df3c0e41/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.exe",
- "hash": "499eb8bda1955f6c9921cc64e6ee207dd45d73e782fde5afc6067588b6af7ab1674eaed9a76e1511b727e56d5694423da73118113283795b86b9d7182f5232a4"
- },
- {
- "name": "dotnet-runtime-win-x64.zip",
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/49b581e8-cf2d-4cb4-83c5-5eb0f5d25729/2f0a34c9ca5f9ab73cfd264b1991c019/dotnet-runtime-6.0.0-preview.7.21377.19-win-x64.zip",
- "hash": "0a9542a9aec6b5a8e57934ad4f903ba194f8d6411a10744adffb7398f51b16b65ed8c0cd0d34b90fab7fb9f55d24aef066176314e33298c2ab78af061e0039d6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-win-x64.zip",
+ "hash": "f146d621b30f5d195fe302fe3bbf287a1f5542d27251cbf1b8e2688e79a293cc994f8ee94ff086ec2481c23100ba88f281d3235cc1eb601fa558a17ef0ba3df3"
},
{
- "name": "dotnet-runtime-win-x86.exe",
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/56ee5a69-87ea-48a3-afb9-cc5f3df7c7f4/57cb23ae8a0de4f72118614307e9c3f2/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.exe",
- "hash": "c4f7d9cd49532dbbba7ce5748047da86cb0ff36b4c8f38e91ec42337c8e7ea339c9a2fe792d8c5b98f8ee1154e859c13f653f4d5301f71e8d9ffcb4c493f6ea1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-runtime-composite-10.0.0-rc.2.25502.107-win-x86.zip",
+ "hash": "b3dd3843265b223a5047681523ced31e91d13ab1891ee9fd867da04ad4f7d9392e3d9712db9dfddd9a441164e2564a2cb7bb3f91ae56279d4b23784ba66c8d9a"
},
{
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/553f0b1b-36d2-446a-9e95-d730cec95443/f3c21cfcf61547b828958036b2de0ce5/dotnet-runtime-6.0.0-preview.7.21377.19-win-x86.zip",
- "hash": "0516db5a6b0edbf0a9d891d9a57f4a39816bd1d8b30f7d09302728bf7c66a9c4284722895aaecca9c61f69c72f03912b190ad141aadba6bf32887988f82cec8d"
- }
- ]
- },
- "sdk": {
- "version": "6.0.100-preview.7.21379.14",
- "version-display": "6.0.100-preview.7",
- "runtime-version": "6.0.0-preview.7.21377.19",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/501903b0-5e47-4b76-a965-fabafcd95ff5/d6f197c99957b356ee8f0c6e2304ff09/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm.tar.gz",
- "hash": "d6be3f54f2808d7522938b33b386a8616020c2b1cf34d7ef628fc29ea3cfa01eb8acf92b9f771d89ab71ac8c776889c9e2d0a764cad866295727115c8fc2b047"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-linux-arm.tar.gz",
+ "hash": "54cc78f15856224723edf9111650b196327b558616931f737a11f775350d59331f8b8a28c44c906d0c64f458b9eb68cf2abd6f84de17353c0f31322ed76d50c8"
},
{
- "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz",
- "hash": "7ee5fbb4e700bcc8a840ec950a764c6ec4cbb8e23394d75a3b4b547e1178f0ae16b0edc262b0fbec5bb9dde3e870225928b147b440f1c27ffada60c03b903dde"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-linux-arm64.tar.gz",
+ "hash": "c2f930788c87b1f29bd6ec7cb28109070d7aae56178fadfa0e442a9efa20c0a088b70c9f7809c50e4b55e61889eb3abcce9f7719fed5c87096474143e71be49a"
},
{
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6f9ef409-03fd-4f5d-aeaf-872997b20ca4/ff72dbc6c7745003c37f2e35509711b4/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm.tar.gz",
- "hash": "54667853aac519a77c48822134ef146d0cfe64c517565ac606d77769fccec2458a22279ed1e44e278f5d109bd59ae1324b134c0ae2393e61f8c6f744233081d6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-linux-musl-arm.tar.gz",
+ "hash": "63dbb6671780456a56d7a365d4346d6ef7482a71839ac741b9482c189300f1b95c58d9dce91ba304d77719500f6e530448c6a67f17f86820caca5fcd05967852"
},
{
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/880fcf31-58f6-43c5-8ec4-6ce7496b3802/53fa60569cd9eee4916525e99767a3b0/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm64.tar.gz",
- "hash": "c4df610c439d6b37aafdd0a5d6ce9934c48f25ab162485e37ab5e3847884d5197e0bffef64494789a6430fbefd3ab2f82617a4518be3bc9c4a36d6cd212c8c35"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-linux-musl-arm64.tar.gz",
+ "hash": "f730e1d7779b6e9d681099a78ef3dc9f069578d651a2db2824db46a1a81a191155a01d10e2a5b12ce8b67dc375a9f72aeda822aed2e10ae124ddbf4839ff2459"
},
{
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cb0cd830-ab5d-4a67-9c43-02e79423e2d1/c8b059f073cb676faf67dcdbe8101635/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-x64.tar.gz",
- "hash": "c4c8cc022bca980c9c22da4d34de683ec3bddeb6d2a8e7c91353c5bd881e45acd6fd244f7c7e6313abefbc58fd680d13736f8bb8a070b3469e7aecdb815c1d1f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-linux-musl-x64.tar.gz",
+ "hash": "13bfcb90a2f26002b667c97c67ae1e5222a317253c2c55b5a65864009d4a47541ddcfb8ae81fccaad6bf644e8f01c67eb01b5e0a68319980b08814ce76282b2d"
},
{
- "name": "dotnet-sdk-linux-x64.tar.gz",
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz",
- "hash": "c8757325407b5eb1e3870f0db87eeaf44df978313c0b2a7f465ec7d0a5647317cba597264ec81577ea0b3bd97bd33d782234392e8e592e073126792a0406df7b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-linux-x64.tar.gz",
+ "hash": "6c5f21b84b834cf9a9ee28be753325ffefbc958350d0ccd3a58357434ab10f59b7bd1fa939becebc5c6e62126982f0765287d3fbf1e58c71fabf1cf7650dfc14"
},
{
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a19468f5-793a-446a-81f5-a4d45830f531/6f217399f0ec499f4c76c5faa1ab3edb/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.zip",
- "hash": "bd14d4271060155547fe0dfaca3d3c839b00d36e2204d88b47c5d57a25f7a70d96c66b810bb125769d815ea368c03ed31b678d80a061009fa9c56d200027916b"
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-osx-arm64.tar.gz",
+ "hash": "5d66f3d9e8b1536cbd3aabd5e65548b858c6c14c70f48a69601a88e3c2664c37996f176608ade05e69bfe2e77aae50dbe611398bf5d1c6c3af6759c2b8700b4f"
},
{
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/01d92318-8db9-40f2-b9b8-20586d7e8f40/37d13083ff512e2b10bc2fd0fdbb9358/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.pkg",
- "hash": "4d77a41c5635d0ecde0db45f0c5d648217bf73e4d5aeea0ed8ce45efe29b17f50021b5f3569d3a5c94b05e6a32e78abab4cb9e4b9c660ea3ac4d7f38ea1a68e8"
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-osx-x64.tar.gz",
+ "hash": "6657471bcd802c0b99327b00590fac765ab013390b0a2da9f2aa8bc990c5784351e76ed6f628041f2575f48222f2a4f52aaaa79788b266202bdeb102b2989821"
},
{
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz",
- "hash": "aaacc91eefabbcecb9aa37590cdcff48c0d568233c4cd851237beaa4da158868d520a24e1494d47959acca9f210f2e01c3c2a05c3560ce3e1e0734d1ba8357e0"
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-win-arm64.zip",
+ "hash": "a8b1e2b08131de1cce1722fe1912bb1566a04f622afd35bacf6335f81c11b2c95295ea746832fd4c0e449867036beeecc605bf44903f16ab16d5f9017c795f5d"
},
{
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9e02abfd-b421-4c43-8541-482f037ed19c/f61bd4f35c444710016db8b5a7206a97/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.pkg",
- "hash": "1d08c3f11d210a57403031910b982c4f6b14787c9f7f7faadb23099a7381bd3b7b73779e9f6338d2dcbe2c8c24689972a05cde394d1f5cd36e14dc1aadf239e1"
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-win-x64.zip",
+ "hash": "042184d17951c89e4a5b3ed47066f71c4072648e0f5aba0d0c26fc31c8903dd88c667fc16e673e965de1df9be37ac15b0e60099bdf14990f70baac3325312e1b"
},
{
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz",
- "hash": "45910c4c85e7a689b2d98a4b5c3d901da920274bf5ec5e8d52bbc35e46a0345cdf4b69cb36fecdeea28453788998d14909cdb9324792283b1d8e32c5c64a8424"
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/aspnetcore-targeting-pack-10.0.0-rc.2.25502.107-win-x86.zip",
+ "hash": "6c79ce6ded78ba64958e172aceed14aa56beada1c8e1d4a1c896195b25d848db8e7ebb668d4296f7384e32df16d732c24d07d4d9a4b140c4a97979b1da6b384f"
},
{
- "name": "dotnet-sdk-win-arm64.exe",
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.2.25502.107/dotnet-hosting-10.0.0-rc.2.25502.107-win.exe",
+ "hash": "b5bf68309669f00d471c00f980bfeb7766ae7e1c6472588bb1e635e7969c0daa36eb36538b3ea9f099e2abcbe54989764c29df4c73e7bf22a5f21b536062baf4",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.0-rc.2.25502.107",
+ "version-display": "10.0.0-rc.2",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2242858d-039d-4274-9196-bd6160db5cee/79daef596c45e73bb553a21335f8a1cf/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.exe",
- "hash": "3f9bab1b625c4d04548f2a494a85735a1ac1e1ffb3b2513cbd4f85255605ae7abb75351bdc7a87377a8a779d8674efc0585f84f3cb136ce767b6f9455a695e8d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.2.25502.107/windowsdesktop-runtime-10.0.0-rc.2.25502.107-win-arm64.exe",
+ "hash": "1ba421675c7b4b032accdcdeeb589c97849d6a842f03aa510403452161dc4f8c59348df7176426a3d70ae7eceeb66dc61612d7fb481c91bf27679f778713001b"
},
{
- "name": "dotnet-sdk-win-arm64.zip",
+ "name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip",
- "hash": "8dc97320b8fe9dd246bba73a3cc722353cf42034621ee3f0108a6b8d057d1f7ba70ad70de004a1f49779cf618210395478e7e7f3103b224cba751f0d8979c83c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.2.25502.107/windowsdesktop-runtime-10.0.0-rc.2.25502.107-win-arm64.zip",
+ "hash": "a70027e41199fb8d36be1d96ed72cd751ff4a6ad9a33d70fb016e3d5d3be1f218ad5a9ff3fb361a9d171007649331988169a657f0fb130beadd12d01f064d105"
},
{
- "name": "dotnet-sdk-win-x64.exe",
+ "name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe",
- "hash": "974150069371a86747c07d101a5ad2c613fb2fcc8024e7fac258f633a21eb8d1d3fe1c9c5e6bfb39220b6df6123fbaa25b0415a663c787023c0e44594d081fd3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.2.25502.107/windowsdesktop-runtime-10.0.0-rc.2.25502.107-win-x64.exe",
+ "hash": "973451a6c3ec08b819980dab43e94fdff0407e20df6f2f79d187cdd042ca0696d4064c9ac42f8e6815a8095a835260ac79cdc88f639904de5aeabe373fd46929"
},
{
- "name": "dotnet-sdk-win-x64.zip",
+ "name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip",
- "hash": "0f164ef5248951762fe063f118d8172c080cf1797e38be858f62637833fb1fb0f19e25680c32ee9e8977e9da36449eab7e6bad36245720f352a91854868c51aa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.2.25502.107/windowsdesktop-runtime-10.0.0-rc.2.25502.107-win-x64.zip",
+ "hash": "300d8df54229292e4d9f77da6706969bc4201e64471c2156f90bd6479957f1afcf0e697215705b8bd15389eee52222448176b5bb91a790aaa222bac3992ef7fd"
},
{
- "name": "dotnet-sdk-win-x86.exe",
+ "name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/67126e71-b778-45ca-b01e-4b1409b63071/f62427f9c9dda820971d89bce3490f2e/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.exe",
- "hash": "a6163377b28f1b301526e881de40e3f800a2812208a95b7c36ab40480ab72282d6d53b48f00fd095410ace292e685838ed9c5639163aea43c1c60dc0abd37eb1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.2.25502.107/windowsdesktop-runtime-10.0.0-rc.2.25502.107-win-x86.exe",
+ "hash": "1a2d5e83055b5d0c197ccae8f31686abfb6ab14baac72532a26f80adc5c66024796e49f721cc543cd3735d80431a4671ae5f9d32067084f92dede9402982ad7b"
},
{
- "name": "dotnet-sdk-win-x86.zip",
+ "name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3d4300c5-740a-4467-bd57-6291feed6930/bac27a00db49518ab79a31625bf6928b/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.zip",
- "hash": "c584511905e31981367a28805b8a0ad582eed788eb1f5a838bac9164b932cc965c74e5f9485d87346f9d67b00d0fa81cefa950790b6a999d02459d248edc6b20"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.2.25502.107/windowsdesktop-runtime-10.0.0-rc.2.25502.107-win-x86.zip",
+ "hash": "e5d08482e78979715da888742cf9395c6971338e3ad87378158e0a6fc1f97e75930cdbacb999911144a9697d25a6520d97559df692fc41d4e190bc7200cea9c0"
}
]
- },
- "sdks": [
- {
- "version": "6.0.100-preview.7.21379.14",
- "version-display": "6.0.100-preview.7",
- "runtime-version": "6.0.0-preview.7.21377.19",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/501903b0-5e47-4b76-a965-fabafcd95ff5/d6f197c99957b356ee8f0c6e2304ff09/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm.tar.gz",
- "hash": "d6be3f54f2808d7522938b33b386a8616020c2b1cf34d7ef628fc29ea3cfa01eb8acf92b9f771d89ab71ac8c776889c9e2d0a764cad866295727115c8fc2b047"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/084d5037-7dee-4654-b91a-fe303fa62d74/553744c6fcf2ed1128e40fa9f6cd4516/dotnet-sdk-6.0.100-preview.7.21379.14-linux-arm64.tar.gz",
- "hash": "7ee5fbb4e700bcc8a840ec950a764c6ec4cbb8e23394d75a3b4b547e1178f0ae16b0edc262b0fbec5bb9dde3e870225928b147b440f1c27ffada60c03b903dde"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6f9ef409-03fd-4f5d-aeaf-872997b20ca4/ff72dbc6c7745003c37f2e35509711b4/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm.tar.gz",
- "hash": "54667853aac519a77c48822134ef146d0cfe64c517565ac606d77769fccec2458a22279ed1e44e278f5d109bd59ae1324b134c0ae2393e61f8c6f744233081d6"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/880fcf31-58f6-43c5-8ec4-6ce7496b3802/53fa60569cd9eee4916525e99767a3b0/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-arm64.tar.gz",
- "hash": "c4df610c439d6b37aafdd0a5d6ce9934c48f25ab162485e37ab5e3847884d5197e0bffef64494789a6430fbefd3ab2f82617a4518be3bc9c4a36d6cd212c8c35"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cb0cd830-ab5d-4a67-9c43-02e79423e2d1/c8b059f073cb676faf67dcdbe8101635/dotnet-sdk-6.0.100-preview.7.21379.14-linux-musl-x64.tar.gz",
- "hash": "c4c8cc022bca980c9c22da4d34de683ec3bddeb6d2a8e7c91353c5bd881e45acd6fd244f7c7e6313abefbc58fd680d13736f8bb8a070b3469e7aecdb815c1d1f"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ce3fd989-b69d-439a-9cac-09ad40597db8/2848d49480b6e7b1b2a18cfa46d724e2/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.tar.gz",
- "hash": "c8757325407b5eb1e3870f0db87eeaf44df978313c0b2a7f465ec7d0a5647317cba597264ec81577ea0b3bd97bd33d782234392e8e592e073126792a0406df7b"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a19468f5-793a-446a-81f5-a4d45830f531/6f217399f0ec499f4c76c5faa1ab3edb/dotnet-sdk-6.0.100-preview.7.21379.14-linux-x64.zip",
- "hash": "bd14d4271060155547fe0dfaca3d3c839b00d36e2204d88b47c5d57a25f7a70d96c66b810bb125769d815ea368c03ed31b678d80a061009fa9c56d200027916b"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/01d92318-8db9-40f2-b9b8-20586d7e8f40/37d13083ff512e2b10bc2fd0fdbb9358/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.pkg",
- "hash": "4d77a41c5635d0ecde0db45f0c5d648217bf73e4d5aeea0ed8ce45efe29b17f50021b5f3569d3a5c94b05e6a32e78abab4cb9e4b9c660ea3ac4d7f38ea1a68e8"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/97e7dc57-24e3-4c5b-8c30-c9112c8e6f78/497423126e47e546f13cd06cc480b392/dotnet-sdk-6.0.100-preview.7.21379.14-osx-arm64.tar.gz",
- "hash": "aaacc91eefabbcecb9aa37590cdcff48c0d568233c4cd851237beaa4da158868d520a24e1494d47959acca9f210f2e01c3c2a05c3560ce3e1e0734d1ba8357e0"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9e02abfd-b421-4c43-8541-482f037ed19c/f61bd4f35c444710016db8b5a7206a97/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.pkg",
- "hash": "1d08c3f11d210a57403031910b982c4f6b14787c9f7f7faadb23099a7381bd3b7b73779e9f6338d2dcbe2c8c24689972a05cde394d1f5cd36e14dc1aadf239e1"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/79fa35ba-fd6c-4ef2-b4b5-72064a442b0c/796467309b20640da189703101f7d0f5/dotnet-sdk-6.0.100-preview.7.21379.14-osx-x64.tar.gz",
- "hash": "45910c4c85e7a689b2d98a4b5c3d901da920274bf5ec5e8d52bbc35e46a0345cdf4b69cb36fecdeea28453788998d14909cdb9324792283b1d8e32c5c64a8424"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2242858d-039d-4274-9196-bd6160db5cee/79daef596c45e73bb553a21335f8a1cf/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.exe",
- "hash": "3f9bab1b625c4d04548f2a494a85735a1ac1e1ffb3b2513cbd4f85255605ae7abb75351bdc7a87377a8a779d8674efc0585f84f3cb136ce767b6f9455a695e8d"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/136011e8-7dd4-4729-b4b5-1c121ef71b17/df519750f0943fc0b079ba5f5798efa4/dotnet-sdk-6.0.100-preview.7.21379.14-win-arm64.zip",
- "hash": "8dc97320b8fe9dd246bba73a3cc722353cf42034621ee3f0108a6b8d057d1f7ba70ad70de004a1f49779cf618210395478e7e7f3103b224cba751f0d8979c83c"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f8aa43e2-7a3b-437a-9b4c-704c2751db47/d431153e27a23b62f2002140eb6ecc00/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.exe",
- "hash": "974150069371a86747c07d101a5ad2c613fb2fcc8024e7fac258f633a21eb8d1d3fe1c9c5e6bfb39220b6df6123fbaa25b0415a663c787023c0e44594d081fd3"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c974c8da-7693-41c9-a874-712918a8964e/1d9223b00447537fef5f863cfa88cf80/dotnet-sdk-6.0.100-preview.7.21379.14-win-x64.zip",
- "hash": "0f164ef5248951762fe063f118d8172c080cf1797e38be858f62637833fb1fb0f19e25680c32ee9e8977e9da36449eab7e6bad36245720f352a91854868c51aa"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/67126e71-b778-45ca-b01e-4b1409b63071/f62427f9c9dda820971d89bce3490f2e/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.exe",
- "hash": "a6163377b28f1b301526e881de40e3f800a2812208a95b7c36ab40480ab72282d6d53b48f00fd095410ace292e685838ed9c5639163aea43c1c60dc0abd37eb1"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3d4300c5-740a-4467-bd57-6291feed6930/bac27a00db49518ab79a31625bf6928b/dotnet-sdk-6.0.100-preview.7.21379.14-win-x86.zip",
- "hash": "c584511905e31981367a28805b8a0ad582eed788eb1f5a838bac9164b932cc965c74e5f9485d87346f9d67b00d0fa81cefa950790b6a999d02459d248edc6b20"
- }
- ]
- }
- ],
- "aspnetcore-runtime": {
- "version": "6.0.0-preview.7.21378.6",
- "version-display": "6.0.0-preview.7",
- "version-aspnetcoremodule": [
- "16.0.21209.0"
- ],
+ }
+ },
+ {
+ "release-date": "2025-09-09",
+ "release-version": "10.0.0-rc.1",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/rc1/10.0.0-rc.1.md",
+ "runtime": {
+ "version": "10.0.0-rc.1.25451.107",
+ "version-display": "10.0.0-rc.1",
"vs-version": "",
+ "vs-mac-version": "",
"files": [
{
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9f9e4e9b-2561-4585-b7d6-090db274c5c2/86a95aedacb9351bbcea71cd559d2217/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm.tar.gz",
- "hash": "530db7ac2ca468354407ba4008cccb04f38661d2fd9ce417d93f88ac80b39c71567e39cb2ad864072b48530fb905e5da83b7eb6c20c254b1da2a67807e3a874a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-arm.tar.gz",
+ "hash": "a4642196b0781088b8d232ce7fe5c1dece2e84998826b2b0e20be2eab7af425ea4defe609d7e20fb187f679df24aa6e9c711e48618f056bad1daa0ec00c9e26b"
},
{
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0682a6bb-4fa1-498d-bfb1-e811587743cf/fa0e704d71b407e38cafe43bc146efaf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-arm64.tar.gz",
- "hash": "9c2054ae20161d0b8e823e1e079ebc0ef4d9840639afb464f0b25eca73cb15c05ac3d786de15c4b3147ddbc6eff0bb740f96aac908dbc70fb1eaccc87358c430"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-arm64.tar.gz",
+ "hash": "2d0c6abef3f8161f2df7ea2f61c96bafa9a3be44fbd77d9530e71a6ab1e3cbb95e34c41c945148790fc52baa3933fb731e4b5768f1e8e16a681adeba73aa0342"
},
{
- "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-bionic-arm64.tar.gz",
+ "hash": "f79213bd0b43463f1b232e708eb69dd42fde7759d1aaf76be090e14a91ac1800f673c18c25005a2137c16722f1ec7ec1c91d2d572bdb0ce6326e7f851f5e1fdc"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-bionic-x64.tar.gz",
+ "hash": "0bf65ee779f74afe423519054dd0e81ba88561f69ae1da2afd70c015925b5782419cbee65387dde7ce7f185e955a4269b264ef1c4b632a856a94d1a14fe278a1"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7841c16b-835a-4243-8a3c-72d0a0c2b4f6/a5b37ca66b909b7ad0943769b853c803/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm.tar.gz",
- "hash": "07323dad5ac21937514e9092fcaf4710359f36a9cf716a7589ec2168cb44f0564810c7bc71f29cf7deaf1252e168deb7637a8ab13329c09346658088c0fbff71"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-musl-arm.tar.gz",
+ "hash": "a7cfc8b5e28568feb00505d695b02945463bd978b8f2df28d50717f2a964ed128f9000ccea5509a98c450d4eec8c9b6755a45c7e47c40fb63d4080bc3871664f"
},
{
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ae1a1566-cd50-4833-9398-54cfe5d92b22/c3b84d339a7e4962e5a4a8f011f52081/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-arm64.tar.gz",
- "hash": "a59295332736d732fb18dc1a49727eff7c09d3770cea93c1f326d9e1e7dde3afd42d7c72d8e1ea5c4eec070ca9fc6139ada31a515ec56f74aca0c9000eadafc7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-musl-arm64.tar.gz",
+ "hash": "51c57f42550727dbff85acb645bbe6a5d0b5acf7847f051285b7c103d8a8fa295fd462c435eec666af02d3608a094164fac3289d2f01d2ecbdc932e185a5959f"
},
{
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0da262b9-b8cc-434d-ac12-324d1eaff794/39d9da39b6dc52b4aa4e89cefe81005b/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-musl-x64.tar.gz",
- "hash": "9c26f6ab72569d347eed4772997ce3df5598ed0f2b21f5042f4da321d07ba97e6c1d1b73617ea26ac1d846a96119c5038eecbf3874ac21bb3a2b5f04daeca8a2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-musl-x64.tar.gz",
+ "hash": "66748c01dc98e5a9c22a090a41743535bfd5944ce56d08f767e74098db71b05d5174a81960b30d5ca5c967e04a13d40befcd3e159e510b1a4f59d309b6f70603"
},
{
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/898bd961-c1fe-4e22-8692-d488ee838afd/315180a646a83063ceaae7a8ab9804cf/aspnetcore-runtime-6.0.0-preview.7.21378.6-linux-x64.tar.gz",
- "hash": "24e8626d8a2bd126a786ecf97d68e705571567357f6b7370a2b80ac42eff2b1b6e14734be4c0317e2902ea01f2903b285b1e669e4ae76f80ae876dfbf9f0d0c3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-linux-x64.tar.gz",
+ "hash": "47447e76b07c86b6aa8149a987b09541f32107c51be04499aebebe49ef0f105515b8cb2878e00e0638f989d7479488020fe43aa6ffaac82fb75ea56c723e7c5f"
},
{
- "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bcbe268e-e685-442c-a8d0-259c2ea6a09a/f815d1d4c58aaa654be87189ba2b6bca/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-arm64.tar.gz",
- "hash": "1ed0e9152408ff8de5cbd0a978a3e8f9f7218a9a93841780b095c8be0863340e1356534374dee03714ba80754440139f866e0e496fe36a73529b6bc38930ae5d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-osx-arm64.tar.gz",
+ "hash": "2e54f6b6185b29b872ba3c09230d156c893e128f2e89e59fc3659b1659e6deebb4992abc6d4a402f07eb8c7da8044d56387ce3cd1ee99f9e3d5c36c71e2fceb1"
},
{
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/629234db-ff5f-4e82-a824-713936f04165/dc8ed7dac6fea4980e561ff8b89404be/aspnetcore-runtime-6.0.0-preview.7.21378.6-osx-x64.tar.gz",
- "hash": "54a0a17ed86b0e487f527e11347bde29570baff16ceada323e4ac1315ed7654576ed69bea2fe68d42124bb6862e169bb5fab965287541e77c792e23bf90485cb"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-osx-x64.tar.gz",
+ "hash": "add97710f49df0c49472569ca36a8ee0100bfd414f4ee192cb3fdf7cf8d2901c7b3bf218da6f86e0dfc738f1c396eba6d0d38fb3c89a2870697215628ea865d9"
},
{
- "name": "aspnetcore-runtime-win-arm64.zip",
+ "name": "dotnet-apphost-pack-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7e5659b5-fe1c-426c-8b3f-64666d55e175/ca56dc910057e0893c041caa5f5530be/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-arm64.zip",
- "hash": "d91a8f16542e545b81988c539d6d64efa24531027c62da6e183442964e1eaa5ee2fa49465d900fdd29165f3f74d3a3852fedb0fa0ab91d43ff8602d002ad77d2"
- },
- {
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6970f61f-4282-4f56-bb9e-de2e50330183/2945e05fd51895bd48d75039ecf4004e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.exe",
- "hash": "5736d825e2943d4414f9a767fe313f00a0c5e747fca16ab35a0026f43cfb38c366be18ed77fc800a2c6cd1694923d01a0325effc42d8078b696087c49ea11b7a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-win-arm64.zip",
+ "hash": "01df5d4e7f0a8ed35a44e64e6b5539f2758d58de9abd432b62334f7474915e35a50be47e206f512fe344b427b713bf05e52cefa13dd95d7925295945b30bf387"
},
{
- "name": "aspnetcore-runtime-win-x64.zip",
+ "name": "dotnet-apphost-pack-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9a772ee7-45f6-43da-9ffb-741be2cb43c5/42ed070d0e80e569fb8f58c72beb94e2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x64.zip",
- "hash": "eb2429522872ed1cd3a770f5694c783a90617efc89931b23b8e213419bc36070e3e8c3717a5376d44433b4b97352da534cc1ed287088a5d07821671acd311326"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/12d5cc40-8e4f-42f5-9179-2c40b5a0ebc7/daa966478a5e633fb7f004ab192fd9b2/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.exe",
- "hash": "b2cac7ba9060ca857441921ed4aae21d6aa5f7ae7d767246481f9275924e4aafa7fa383440eaa8ddbf813852937067754f44313c28807ed13867a6b7c39be9bd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-win-x64.zip",
+ "hash": "aaf370821b9ce471655c2570e144b14c9fb49f0a75b8653287c1cfb1bf974692dd633de7835067ec83f7842fb360315887d12327381a501a9be1bbe2cdfa6766"
},
{
- "name": "aspnetcore-runtime-win-x86.zip",
+ "name": "dotnet-apphost-pack-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f87f174f-9351-4962-8547-3f65f1cc56c6/b85a74694ad707014cbedd5ca418014e/aspnetcore-runtime-6.0.0-preview.7.21378.6-win-x86.zip",
- "hash": "fcfed7e62dab9561d1792a9048058f09d3e6e8be3dcc7c1eccac856f60304d33d596e4a1d073a7297ceafd9d96eab664a161e27454f7392256e121c42526ab0e"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8d8e1b9b-bb55-475b-a83e-818a950c6bef/dccb7b079aaa0653519f32c1a6593d7f/dotnet-hosting-6.0.0-preview.7.21378.6-win.exe",
- "hash": "e8234b635cbf8e3d1cc7023dd4ed22fee4cbaa6b9c9572a1cb0f16aab798bf61fb88a8ce6ece80a2c8872b89a187b6a613b11f9d92856b570914690b5ac2fdce",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.0-preview.7.21378.9",
- "version-display": "6.0.0-preview.7",
- "files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9902ad9e-9909-4917-a028-f0892d38e522/3583908aae7a76dd0a9939910c899051/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-arm64.exe",
- "hash": "2ee868493e066a9b14a7417dbc49e955e1465c31cea9dd8c180ae701dd8714766849110ecf75eece4f73b98c338ff13f1a65da50addc97029362d66ccad20913"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fe844509-712f-4a5f-b2d6-f445d36199b2/26d1e19f0ae549a65598e8207920b4f3/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x64.exe",
- "hash": "7d177969876ca3df325c90e58f12d0d5b9a810f9001e7971c44784a9cd837c80cc5b2385e23db8ee0b2129eb7261702ee9ac9a4edda3debf1b92b2571fa6c0f4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-apphost-pack-10.0.0-rc.1.25451.107-win-x86.zip",
+ "hash": "f2a3cfc5b46d784d0a963b13579371d8af753d2f5f2ab7d9458f9d27bc156e4f37f53f06d2c0c94134f8a63cab0670ecd064387f55b5583bbad56522969db51b"
},
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c0616dbd-ae8f-41d0-8ce4-5eeb2b987ff2/9f8ac0e92db2572ad954b22da86879a9/windowsdesktop-runtime-6.0.0-preview.7.21378.9-win-x86.exe",
- "hash": "cbd066897a63a3f831d32bcf0f712762c25c4982de8aa56e8af7241c44b53817daa2efbb4dfd9a78a5a6b24a08696e64aa4e2e6441761fc6667c35769045b84b"
- }
- ]
- }
- },
- {
- "release-date": "2021-07-14",
- "release-version": "6.0.0-preview.6",
- "security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.6.md",
- "runtime": {
- "version": "6.0.0-preview.6.21352.12",
- "version-display": "6.0.0-preview.6",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "files": [
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8338df6d-f649-447f-8998-e393c63c6645/19f0f84b693fc54222b50870baca4899/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm.tar.gz",
- "hash": "7983d25361d7acf405ea2296e94231c3f313791d775fb44aa7b8455c17a5908a983ba43a0a9a67daf83a9fdccfa87f6bce6b931bbb43bb6896959ac00819ac36"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-arm.tar.gz",
+ "hash": "9390efa105404d7df1779da30cd3b951fb5ae68154e1dcea280f4172576e546a4e26e11682a8078b837e0965a80e06eac5dacbb56cd7045a44ccfeb901d262b3"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/28b6d195-c69d-445a-b1c1-821e1a1cd8a1/6c85254b5cd005094a41ebd56774d4e5/dotnet-runtime-6.0.0-preview.6.21352.12-linux-arm64.tar.gz",
- "hash": "6d05901324593d52b39d26ab09649377c888e22346f97e4b98a7487798ae2fe3cf9e2afc6b835b1b038890c6b9aa91741c91f9427958e138050d86cc00c1c673"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-arm64.tar.gz",
+ "hash": "8d76e4e665af7dfdba5e4a31cb6f1bbb187bc2b9b8de565ef5ed715768dae859123042af7b384764096d0cb89a3d609f9e49bc27c229d2c11654cd488896263f"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-bionic-arm64.tar.gz",
+ "hash": "2bb6fc73eb9967e45d649c857ddc413698402915b3bfba25dabcb8bae709f764097a1e18a914a6ff16256ce379231afab57f7fd233fe79a1ee6c18a6e101d6a7"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-bionic-x64.tar.gz",
+ "hash": "e742d8f031e467e8bb26465a261e2740199a1a108a7fe740f8a6d9c1372eafde42a89d8d761e3ab63972dcac19868b59c9fc10bd3a20dc0130e7687a6699b169"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a5dbb2b9-ee75-4863-9495-a3b725023b0b/97d974fbe72d6c4515a2f93a88244ddf/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm.tar.gz",
- "hash": "0cb731082c257294b97a2a0536ed9fc4f156cdfc58e15f60ffb575d43c082ac68ffadd63137b0d9b29a459f782c9ef86b972c8c42c15c567d570e069be66d91e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-musl-arm.tar.gz",
+ "hash": "1971f8162e8f10d2b8a8a313eecd41805d3491d2872c622bcf185d9c17fe8218370af021920d002979ce6bb1043bf7a0d913e2f27346d64bdea17c4999359522"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1434d75-89c3-4b52-9a43-870c0a017897/6c50fdffdc2bd153c809e8dad409c9fe/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-arm64.tar.gz",
- "hash": "95f6d50107cbd82afa6fc4a637109430e5c1162689e898f24fbc62ea95eb75ac7d122dd27d6b89c86212265fdfcbcea49356ea52eecae5ebd76b928e515a2b9d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-musl-arm64.tar.gz",
+ "hash": "294dff38273aab532eaaed7901399125090612f21f8c2e393885c61b649aabf5a4ccb850d8662f048d5a21f35bf3002b03e01c54977477a35190084a6ed25f59"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/026cb7b2-fe95-4234-878e-410f678112f9/659fe44ad45762b42a13e66dd2795028/dotnet-runtime-6.0.0-preview.6.21352.12-linux-musl-x64.tar.gz",
- "hash": "ccd1da6558a1d54e5ad4b651684990d56b7516c5968371f04a9d8f59c847073270ff916b185a1cbd93ddb362ff44e358db1be0335af12bbae0aa22db845057d4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-musl-x64.tar.gz",
+ "hash": "1475454caa519cd3afa6bfb7a9517507c4914c53d0a7928ef7f5d342a56bda351a50bdc29424fae3cb5ecdacd23d7ef3c187ddc79932cca4639b9aa431b1256d"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/841cf439-e6c6-4164-ae75-e4f1f3aafe0c/fd64b0395f6f0dee9ed184d918e49cd7/dotnet-runtime-6.0.0-preview.6.21352.12-linux-x64.tar.gz",
- "hash": "b060e5c1d568cadfd813d8b1dd3b378fa7465e47829c4b6831eeb6af9760db456a60da54c99a705b68269ddb8287def6119814514d24a38ed2f0d08464381211"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-linux-x64.tar.gz",
+ "hash": "bf6b7f71af8eb06ea0ba87fcd28c178222d0fc93a5b1ca9366003c24fcafbdc497b38809e4310a97bfb04fd27a0b6e892e76e8d403f6018d6fc9588c6a38170f"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3e5fcfb9-e470-4989-9677-39dc2fafd154/6b2a23abd069560e975e4c517df7b74c/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.pkg",
- "hash": "ecc91d0e6f727452b3e48e69514ab2373fb226b6bcde107b61d6d53767371b6aa60b133940a2eb1bf813a2d8a9c8c6aa53ef20c6111a24950456cc73a77d259e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-osx-arm64.pkg",
+ "hash": "77fb9573b5c0d4f24cfd10eb6e8091d0977edd9911b32709fcc33392dc4e66e0aa7d72586fee25b198b819ada1e2f578041ab40dbd30adf1a8aaef78da32be04"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e6e0f9af-9d3a-4a31-b260-666b0b3e4221/51b3052f9c84277b38578c5d7281dc4a/dotnet-runtime-6.0.0-preview.6.21352.12-osx-arm64.tar.gz",
- "hash": "1dd308ad7582358f82872478369ea69d2e4c53a73fb63d22c7d4e4a87cf01df4fa980710d1a1346bfcd589437b9d3a037e9801baeae4637fc8fd44d7156dab78"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-osx-arm64.tar.gz",
+ "hash": "d9f695b077b483ddd6ae2ae27b71e7de1639b11fa31905482a1bc9757487acd54bf6a47816b0244158d91b76423c542c6a282e47705a14525761eae0b2fa5047"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fd4e78c4-eb09-4e98-9a60-0cf796a8af20/1095c137d3801cffaa6ada35eae0c1a3/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.pkg",
- "hash": "84da9c4cb6b67bfdde401008ed30dfc79e7c4229a90a3b44e4f60b4523f3ced4ac112e93a09368d480d3614b9e1c5039ea6119f7157ff6d532d95ae7466a926d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-osx-x64.pkg",
+ "hash": "8ee3a91d37dc86b6aa06a795970c7ca9836e0ee756d916c878dc82d6d329a3021d8bd9a364df4cf972ff69ac00ca1de84c5349f4c05e7c56f3d1a10a8c65b3b8"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/67ae4f96-a7b5-49e3-809d-50de8e771c0f/ef5e3b6a1ff3abcf881b7ae880253469/dotnet-runtime-6.0.0-preview.6.21352.12-osx-x64.tar.gz",
- "hash": "fab8e70b0aae1ce65fb7de263215b6e2fdce22d491a1041017dce88b8a4ddc354781a65fc5ae9e5a15448f1192cd1321c876659d2b44332389de01fbf3e371c8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-osx-x64.tar.gz",
+ "hash": "5ce8c4925d1d2f70f6fcd6d1a4fd001fac05a3029612519a1e96cd784d569a4813e8f1c85a5138eb75a22dd3c4ec2d9a70465c89042a68576a7965996e5eda83"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e40dee15-1d90-4917-8a41-d5ce3f218407/4b412277f3b9c39e9288bb4020240546/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.exe",
- "hash": "9b75ab7057cf1edc131081e87e3921e5d96554d7a3615d01ac9f7b236a825b0b29bc5a83dbb625fdf89b27f341dc84e339affa788d4eb07c0b9aed0e194152ed"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-win-arm64.exe",
+ "hash": "52ed29a335922d3298f2bf9825bffecc29680338ff8b52da82a1932943d3d50c3d680183d237dec43d8f7c9cd5057b6badd0443fa165bb4b77dd485e551b83f8"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b68e27f8-d382-40f6-adc9-17aa1013925d/7cbd7bb99d2f181c40290b97018071b5/dotnet-runtime-6.0.0-preview.6.21352.12-win-arm64.zip",
- "hash": "bb37d1837f877d2164aa18c1866af7c97cdc281580a0a4403dd4ecb2edc8b4070bc00ff1fe2dae7be44e132d48d828ff6d483b6eb4e5a42a4ef0e4afb1cbc6de"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-win-arm64.zip",
+ "hash": "a17902f55631c1e8d26d67cbe7cc1e514f83b2288a1fe6395efb698b24c9d731e143de6301a69b8f8484682e30125fbb4c58e194efa1f969fa155bf447ccbeb9"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d8031c86-e522-40eb-8c5e-edffcd711268/1880257fd9d1cdff0d3d4733c7246376/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.exe",
- "hash": "77f4023d0ec8ca1aef1f0e6eb133e565a7e0f40a5079fa8b1548c850496a728246d111d5603070b4dbc6dba9eb192fa2fbe52a179a97b75c6336dd1e2f51aea3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-win-x64.exe",
+ "hash": "af3d7c04da65ffc5d93f856bb7f5a26359972137426919d39ea80d90bbebfa6d2d3ac616b01c440c5be5858131297930bab6fd3aff19556683ff5a03e1160ffe"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7282c65e-b906-48b7-b8f7-6bf3a6f980f0/ca7af999c52955ffdc45300b1de97a08/dotnet-runtime-6.0.0-preview.6.21352.12-win-x64.zip",
- "hash": "d2d6b16fd5eeb9b39afdf2e0b6ce732fde0e90806e6c63dfaf88434d306251e5cf344b55e253cb6e7f38da19899e845a76a8e63ed7836f94ecdcd0256fda73e4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-win-x64.zip",
+ "hash": "cfccd5249860fcd7e8615f3c8e4aa40dcf84880962ec5f78c7df5fad64a17d234af285ee7540cbab2c5b22cccb4dba8d08e47ce50b3869ae79aa50c14dc77427"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/547ecbd0-9861-4ad1-beab-cfb256c2d212/f1e11ce269c7e8b8d91139075cde2d59/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.exe",
- "hash": "87dbb4ec5249ced9644bc30479b6b273f27d8de51416167b0a7daa7d9e84bd93c42fabaff93aabc536e0ef60dbfc34f9da37a76ff032f5e74a569dbd1e816c4b"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-win-x86.exe",
+ "hash": "8c5907e725bbb98cc3e585f3ec0423eed3575e34453e68b8ca972c5e10bd005a6c542bea176c4d295070cfdc689257bd110604d04d4dce676742b5efac9b28d4"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fa4333d5-b145-4bd1-b86d-101e758ff253/3b813e4a0f98fcc4f9f0930ab43a26df/dotnet-runtime-6.0.0-preview.6.21352.12-win-x86.zip",
- "hash": "aaebb57a19a965ac998e3c6bd2ed4f4a792cc21a49e32ba74754e4d66aac82a461821bb0f704fd42bb8b9af13c9fc459e7e6c86c5c67def4e225e72aee4dfc9f"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-rc.1.25451.107/dotnet-runtime-10.0.0-rc.1.25451.107-win-x86.zip",
+ "hash": "bfd8dcc2b9c8d9a2a19a980e40474e743a737a02e9e1331be74cbfab1e5b751dc03b186936621dacf1fc4002c6264a892379e1866520fe9182b90f7099097fbf"
}
]
},
"sdk": {
- "version": "6.0.100-preview.6.21355.2",
- "version-display": "6.0.100-preview.6",
- "runtime-version": "6.0.0-preview.6.21352.12",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.100-rc.1.25451.107",
+ "version-display": "10.0.100-rc.1",
+ "runtime-version": "10.0.0-rc.1.25451.107",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.0 Preview 1)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5aed712c-c0bc-43fd-9fca-9483af66c8f1/66093c96a21248ee1ec77110478d13b3/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm.tar.gz",
- "hash": "dae9d60048b453f30c74668623e6526fe9ec1a4b55f4c5ad13e250b797c253b3da33933170d0c1852587a995393da29a63fb6c2dd7d08857bbe98ca038e28444"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-arm.tar.gz",
+ "hash": "4a7b82948634bf4981e47b292bfc4f9407925936ea736420a51accf0ecd05c6e1aaa1c7ff940ef5750b11cd7b902490b8a2f4da730ed729846270751f3ad0b56"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz",
- "hash": "44202a25b62172edac367b87b4a1521a4c009defba8d1818fdad7436d58cab54894dcd4d341b49f34ac83842ce76a080757bf7514d9ba03cd26152310fde61c3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-arm64.tar.gz",
+ "hash": "71a9475cc1022058f3391eef850b518440d2e134de63b1cb8be048ab0dcdc1339288c5656e806b1097a603fd1c265d4e677359082611462482ee402faffac3d2"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7f8958ec-0b14-4bc9-9519-41864d501b26/0fd817bc76e6ae0ad5b4a2f3549a3c75/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm.tar.gz",
- "hash": "6a9a0e1affde3766e8b06a1bf105abfdc0d02d33e0f9b3512d4c419f4443a24bca171dd5231e999fae5581ceaaee8064ac5e1c6dedc62da2bd29fa3c9a5a06a3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-musl-arm.tar.gz",
+ "hash": "61d72712e295250f3d2343afa97be7c272b7e29227dcfadbd06d9a47ec2b87158d3a2ec1f559e98997a4cf79a5410b85021a6690a8bde35067284926b2342eb0"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0ff6fc52-91f0-4aa5-baa8-e2d4cf46b3e2/40b9c873ac7c37d578a4f3795758651c/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm64.tar.gz",
- "hash": "367e6a90e2527e0f1f3f63a245a7026e64d9d4407159f620bb2c4c90f3981266bab55e0adcc6e7b9861c1b8be50867dbfa33ecb7ba4c56936029aee1fcfafdae"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-musl-arm64.tar.gz",
+ "hash": "ff51d5eaa36e164980af47f99ee5f609b19fd7cf0caf7e167d40c6f30324072b21761528f266c6b921c07e7fac2240701e7d1b9af8ab548bcd05d37208aa5595"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/41ee1046-a104-4983-82c3-1a33f6b85e31/658fc456b3b8b4435f7556a2c5d5f16d/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-x64.tar.gz",
- "hash": "3674633032ddd934ba743de7e3904ae033c55f2d649db89cb76e3a298a9871932d46687586215719a9c2540e0c9706fa3cd7b285a50308fc5b45621014bec8a1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-musl-x64.tar.gz",
+ "hash": "cc7eb9a34d5cea9757911591a455ff2090d321c3ff5e2a16c8119edfed13ce7eff1fff408134d8b5a62bffbb1b887ea6ccb60a74977a5ce77a299735f09e028b"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz",
- "hash": "b4d9282a43fc244f6576ea70b03af1727b5910481f3d5c51c0535c7dfffbc943742041bd8174fdd7ede677f9c99ec917dd3c119710b4a2169862eeacee026ac2"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/494d6cb2-7c5d-4fa6-a1c2-5b76762be9eb/17cd976b4fedc3e2ddeeb0910031ccde/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.zip",
- "hash": "f200b8fb4699c28aa60b172f590eb3ecf9a58e1d2a102377f7ed451f9a72f077cf0cea9163363c1cd746759d65e89cac4776d9cf3faedcfb43d1a8d2c5542c59"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-x64.tar.gz",
+ "hash": "bb34b93d5ae23101e6774800d61243c236ad01f27b22a1670d987c1068ce075601b4dfd521320a725a654b655ffd912878b2fc843617a0b38c5a61f30a4cd29f"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10bb818e-3d14-435c-a76b-40da0a8c561a/616dd2f1d72c8725270530bf67907068/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.pkg",
- "hash": "6394e0c2ea126574a3c518e23dce493b67279c1e31ec20088504d669376ed9d5579f6124f2df92e23e847e3dd9673ab23cbd20f40d234cc49ff86469f1567ca9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-arm64.pkg",
+ "hash": "ad94ab7ddeafba6a19cb71d7e4af8f5937cea8d50a15e1fa20751b41ec82cf140b40fded39dbd7d4d50f89ee174ac034a6ae55313aeeb67b453a53dc66cbee5f"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz",
- "hash": "702781aad7793fc74a04765421dd7d037630f8ad498e0ffb82c3e48e88ed799498755572e34c6e6bf8065bcaf8eb2a417056ac300ce1b4b0f114c049b396183a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-arm64.tar.gz",
+ "hash": "43c532ee0aa03f0245ef05578789c04822ea69c38e852f57bb0a1b4b34750f6d0f8c77a085c4eb0d613018f83674afb9096e99fce668a8763098abe821b9b7e0"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/767abef9-9636-47a7-9929-6ac4201b6837/95c3c13e937efb01255843a6d4adf9ed/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.pkg",
- "hash": "27723bd0c643264fda9ce49c81de1c56ef2492e1b2e328271008eec52d90511e80e6d75d8c823555c258ef306e25af926f169dbc9052c37f3acf630edc6a57ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-x64.pkg",
+ "hash": "de469378e1f613e867ab34dc7ae69a3c7f39a1fe70537650e3b0a9010c7cecb9e0c3c757c2bb1ea2c96a189014910b354c881b31d91eb876c502e57c5083b7d0"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz",
- "hash": "b9e74e48a64c4f9123fe9ff6400797394d8048aff8a0dabda53fef91b00dec41030d2c41d42dc1af972f7f3d46edcc44585a43bf57c36732a7280f741e672dcd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-x64.tar.gz",
+ "hash": "9370c3bf82498d73c173814237ece108c20758e84293e76532837d877be7ebe9aa8a72ffee8b371bbc0aceaa24110d3778715322778a42159bd32910da9f0768"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/af2fcf31-22b3-43c9-b127-d3d2569a4e76/396c947b23cd32f49e2cb12321321d65/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.exe",
- "hash": "bf046e4b05bd4bf93c5c9955c9e6668626e1067634738bf053980c912cfc1310b6dda0d00ff3a54c1610143c89c7caad1b9cf891d5a9ea1efd18d3068b4d4819"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-arm64.exe",
+ "hash": "d189e87cfdd5311f7e9e663e83a98995f90a420aed476967dd6e5f1a06625f8c517df155df97a90e5bdae53e2f3cd3be9f1dbc139b5a3b40bfbb2fecb590dc58"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip",
- "hash": "ea573499f65e146bbb7cf2efe663053053d8cc7bf7fdb12ff4257826593a0f0ba4cc703e8a79492a6bbf5fb353cecc931edf3d1ef4e72108eca20c7dd0a4aaef"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-arm64.zip",
+ "hash": "26b1251b0e7a3ff461ed99a59ecdc43cd9ba547bd34cd84d5e77816a3ee19020671a1c314d30d1162d4c844f5413fcd36bceed32c381c5f99cc31c1b566f5e85"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9da8718a-a4cf-42dc-a86c-1ea648acf136/73e158f3e4dfb1446595d0dba5b6343a/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.exe",
- "hash": "201d3304d45265c4fac2e21b52a7e0b61bca54a12aeb87a0a7ba86eb36b7e6cfa0bd7469cd3d3ce6b6adf6cb6eafb1923543529e773b43ccc72f5a1f539b6e74"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x64.exe",
+ "hash": "92926100cd94d7e3e936c9f433609707c0563dc12cdb591a2cdd92f6a332e92b312cb4ca1174956e16d68f6a42521c30214f878e492990ef3a98db08c03dc75a"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip",
- "hash": "e126fea62f3719cc2c0cef9858e2dad85b31029e1766f2df091c611396ed5b8f02e3874827a4f30e3d5ef0b7b3a318d8bf9a728c74c14425c42befca5c85b26d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x64.zip",
+ "hash": "030194995e98e1c0f22b77c2d42ded91503fb989db789ed56d3cf9bc08473a0450c79c086c65fc456ae906e1aff90d1b93785d1d69b1465b20721833438062a5"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8598c905-5911-4f50-9e8b-1f4dc53d213c/5f57f06cc04861b2f01ded57de212636/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.exe",
- "hash": "1d8a93d0b82458cdf5bf0c242598bccf2ab05136822d1917b5724beec6b897c3ec74487af4e13a93bc89eab11342598d2cc1b3ae3d2dccf486cd2311a39ca357"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x86.exe",
+ "hash": "f1ee78cbbbd49e5a801fe950a5a3e2b4be6323e79f5a04ee480b2dfa34791ceea838b9c005cb90854b938a27f7926a2462d6ad85b71f00ecc4097f08b3aec680"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6395e8ff-c40e-450b-a663-23aa1b29c19f/516ced1b50fba44e17e5d1cc0bea981d/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.zip",
- "hash": "b937af04b6533fc124163e2dd4f87d88e188da620622d6117e3a6c4093d8dd9f53d84c8b0936bb4ffd14cb4cd93635dce90e747b432cb12454190646317b8ffa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x86.zip",
+ "hash": "bf6a1e691e79d96ecf51c234242f2abd70af6f63c94d1e2a1050d723e2302bd2f9636d9e4797422244deed7bfd0132af6ade1ac37308bc399a22af866498b601"
}
]
},
"sdks": [
{
- "version": "6.0.100-preview.6.21355.2",
- "version-display": "6.0.100-preview.6",
- "runtime-version": "6.0.0-preview.6.21352.12",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "10.0",
- "fsharp-version": "6.0",
- "vb-version": "16.9",
+ "version": "10.0.100-rc.1.25451.107",
+ "version-display": "10.0.100-rc.1",
+ "runtime-version": "10.0.0-rc.1.25451.107",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "Visual Studio 2026 (v18.0 Preview 1)",
+ "vs-mac-support": "",
+ "csharp-version": "14.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5aed712c-c0bc-43fd-9fca-9483af66c8f1/66093c96a21248ee1ec77110478d13b3/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm.tar.gz",
- "hash": "dae9d60048b453f30c74668623e6526fe9ec1a4b55f4c5ad13e250b797c253b3da33933170d0c1852587a995393da29a63fb6c2dd7d08857bbe98ca038e28444"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-arm.tar.gz",
+ "hash": "4a7b82948634bf4981e47b292bfc4f9407925936ea736420a51accf0ecd05c6e1aaa1c7ff940ef5750b11cd7b902490b8a2f4da730ed729846270751f3ad0b56"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8a6a12fc-35bb-47ca-9353-b1e97d569382/61221db91a720e7ae5833460f2ea53d2/dotnet-sdk-6.0.100-preview.6.21355.2-linux-arm64.tar.gz",
- "hash": "44202a25b62172edac367b87b4a1521a4c009defba8d1818fdad7436d58cab54894dcd4d341b49f34ac83842ce76a080757bf7514d9ba03cd26152310fde61c3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-arm64.tar.gz",
+ "hash": "71a9475cc1022058f3391eef850b518440d2e134de63b1cb8be048ab0dcdc1339288c5656e806b1097a603fd1c265d4e677359082611462482ee402faffac3d2"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7f8958ec-0b14-4bc9-9519-41864d501b26/0fd817bc76e6ae0ad5b4a2f3549a3c75/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm.tar.gz",
- "hash": "6a9a0e1affde3766e8b06a1bf105abfdc0d02d33e0f9b3512d4c419f4443a24bca171dd5231e999fae5581ceaaee8064ac5e1c6dedc62da2bd29fa3c9a5a06a3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-musl-arm.tar.gz",
+ "hash": "61d72712e295250f3d2343afa97be7c272b7e29227dcfadbd06d9a47ec2b87158d3a2ec1f559e98997a4cf79a5410b85021a6690a8bde35067284926b2342eb0"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0ff6fc52-91f0-4aa5-baa8-e2d4cf46b3e2/40b9c873ac7c37d578a4f3795758651c/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-arm64.tar.gz",
- "hash": "367e6a90e2527e0f1f3f63a245a7026e64d9d4407159f620bb2c4c90f3981266bab55e0adcc6e7b9861c1b8be50867dbfa33ecb7ba4c56936029aee1fcfafdae"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-musl-arm64.tar.gz",
+ "hash": "ff51d5eaa36e164980af47f99ee5f609b19fd7cf0caf7e167d40c6f30324072b21761528f266c6b921c07e7fac2240701e7d1b9af8ab548bcd05d37208aa5595"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/41ee1046-a104-4983-82c3-1a33f6b85e31/658fc456b3b8b4435f7556a2c5d5f16d/dotnet-sdk-6.0.100-preview.6.21355.2-linux-musl-x64.tar.gz",
- "hash": "3674633032ddd934ba743de7e3904ae033c55f2d649db89cb76e3a298a9871932d46687586215719a9c2540e0c9706fa3cd7b285a50308fc5b45621014bec8a1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-musl-x64.tar.gz",
+ "hash": "cc7eb9a34d5cea9757911591a455ff2090d321c3ff5e2a16c8119edfed13ce7eff1fff408134d8b5a62bffbb1b887ea6ccb60a74977a5ce77a299735f09e028b"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/45f9f84c-dbe6-458e-bea1-c1e931802486/995edcbcd852a07b0a285626f30afb33/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.tar.gz",
- "hash": "b4d9282a43fc244f6576ea70b03af1727b5910481f3d5c51c0535c7dfffbc943742041bd8174fdd7ede677f9c99ec917dd3c119710b4a2169862eeacee026ac2"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/494d6cb2-7c5d-4fa6-a1c2-5b76762be9eb/17cd976b4fedc3e2ddeeb0910031ccde/dotnet-sdk-6.0.100-preview.6.21355.2-linux-x64.zip",
- "hash": "f200b8fb4699c28aa60b172f590eb3ecf9a58e1d2a102377f7ed451f9a72f077cf0cea9163363c1cd746759d65e89cac4776d9cf3faedcfb43d1a8d2c5542c59"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-linux-x64.tar.gz",
+ "hash": "bb34b93d5ae23101e6774800d61243c236ad01f27b22a1670d987c1068ce075601b4dfd521320a725a654b655ffd912878b2fc843617a0b38c5a61f30a4cd29f"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10bb818e-3d14-435c-a76b-40da0a8c561a/616dd2f1d72c8725270530bf67907068/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.pkg",
- "hash": "6394e0c2ea126574a3c518e23dce493b67279c1e31ec20088504d669376ed9d5579f6124f2df92e23e847e3dd9673ab23cbd20f40d234cc49ff86469f1567ca9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-arm64.pkg",
+ "hash": "ad94ab7ddeafba6a19cb71d7e4af8f5937cea8d50a15e1fa20751b41ec82cf140b40fded39dbd7d4d50f89ee174ac034a6ae55313aeeb67b453a53dc66cbee5f"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fd0b8343-1875-4ffc-aab6-00d57ac223a2/00d7942d7ed9c4333f6f0be9d9678e60/dotnet-sdk-6.0.100-preview.6.21355.2-osx-arm64.tar.gz",
- "hash": "702781aad7793fc74a04765421dd7d037630f8ad498e0ffb82c3e48e88ed799498755572e34c6e6bf8065bcaf8eb2a417056ac300ce1b4b0f114c049b396183a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-arm64.tar.gz",
+ "hash": "43c532ee0aa03f0245ef05578789c04822ea69c38e852f57bb0a1b4b34750f6d0f8c77a085c4eb0d613018f83674afb9096e99fce668a8763098abe821b9b7e0"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/767abef9-9636-47a7-9929-6ac4201b6837/95c3c13e937efb01255843a6d4adf9ed/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.pkg",
- "hash": "27723bd0c643264fda9ce49c81de1c56ef2492e1b2e328271008eec52d90511e80e6d75d8c823555c258ef306e25af926f169dbc9052c37f3acf630edc6a57ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-x64.pkg",
+ "hash": "de469378e1f613e867ab34dc7ae69a3c7f39a1fe70537650e3b0a9010c7cecb9e0c3c757c2bb1ea2c96a189014910b354c881b31d91eb876c502e57c5083b7d0"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb01b89f-c07d-4e3f-b9c1-a8d3a074f290/4df3bd673a530e8febcf0089dc698106/dotnet-sdk-6.0.100-preview.6.21355.2-osx-x64.tar.gz",
- "hash": "b9e74e48a64c4f9123fe9ff6400797394d8048aff8a0dabda53fef91b00dec41030d2c41d42dc1af972f7f3d46edcc44585a43bf57c36732a7280f741e672dcd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-osx-x64.tar.gz",
+ "hash": "9370c3bf82498d73c173814237ece108c20758e84293e76532837d877be7ebe9aa8a72ffee8b371bbc0aceaa24110d3778715322778a42159bd32910da9f0768"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/af2fcf31-22b3-43c9-b127-d3d2569a4e76/396c947b23cd32f49e2cb12321321d65/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.exe",
- "hash": "bf046e4b05bd4bf93c5c9955c9e6668626e1067634738bf053980c912cfc1310b6dda0d00ff3a54c1610143c89c7caad1b9cf891d5a9ea1efd18d3068b4d4819"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-arm64.exe",
+ "hash": "d189e87cfdd5311f7e9e663e83a98995f90a420aed476967dd6e5f1a06625f8c517df155df97a90e5bdae53e2f3cd3be9f1dbc139b5a3b40bfbb2fecb590dc58"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/96dfe5eb-3837-4541-8878-7258647e8fd7/d90954b202dd3bbb0608fc68080a0bfb/dotnet-sdk-6.0.100-preview.6.21355.2-win-arm64.zip",
- "hash": "ea573499f65e146bbb7cf2efe663053053d8cc7bf7fdb12ff4257826593a0f0ba4cc703e8a79492a6bbf5fb353cecc931edf3d1ef4e72108eca20c7dd0a4aaef"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-arm64.zip",
+ "hash": "26b1251b0e7a3ff461ed99a59ecdc43cd9ba547bd34cd84d5e77816a3ee19020671a1c314d30d1162d4c844f5413fcd36bceed32c381c5f99cc31c1b566f5e85"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9da8718a-a4cf-42dc-a86c-1ea648acf136/73e158f3e4dfb1446595d0dba5b6343a/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.exe",
- "hash": "201d3304d45265c4fac2e21b52a7e0b61bca54a12aeb87a0a7ba86eb36b7e6cfa0bd7469cd3d3ce6b6adf6cb6eafb1923543529e773b43ccc72f5a1f539b6e74"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x64.exe",
+ "hash": "92926100cd94d7e3e936c9f433609707c0563dc12cdb591a2cdd92f6a332e92b312cb4ca1174956e16d68f6a42521c30214f878e492990ef3a98db08c03dc75a"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a83c721e-ae81-4d88-9c3e-239e08e664be/ef2e40c18b8f87611477376bc3f6a8e5/dotnet-sdk-6.0.100-preview.6.21355.2-win-x64.zip",
- "hash": "e126fea62f3719cc2c0cef9858e2dad85b31029e1766f2df091c611396ed5b8f02e3874827a4f30e3d5ef0b7b3a318d8bf9a728c74c14425c42befca5c85b26d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x64.zip",
+ "hash": "030194995e98e1c0f22b77c2d42ded91503fb989db789ed56d3cf9bc08473a0450c79c086c65fc456ae906e1aff90d1b93785d1d69b1465b20721833438062a5"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8598c905-5911-4f50-9e8b-1f4dc53d213c/5f57f06cc04861b2f01ded57de212636/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.exe",
- "hash": "1d8a93d0b82458cdf5bf0c242598bccf2ab05136822d1917b5724beec6b897c3ec74487af4e13a93bc89eab11342598d2cc1b3ae3d2dccf486cd2311a39ca357"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x86.exe",
+ "hash": "f1ee78cbbbd49e5a801fe950a5a3e2b4be6323e79f5a04ee480b2dfa34791ceea838b9c005cb90854b938a27f7926a2462d6ad85b71f00ecc4097f08b3aec680"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6395e8ff-c40e-450b-a663-23aa1b29c19f/516ced1b50fba44e17e5d1cc0bea981d/dotnet-sdk-6.0.100-preview.6.21355.2-win-x86.zip",
- "hash": "b937af04b6533fc124163e2dd4f87d88e188da620622d6117e3a6c4093d8dd9f53d84c8b0936bb4ffd14cb4cd93635dce90e747b432cb12454190646317b8ffa"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-rc.1.25451.107/dotnet-sdk-10.0.100-rc.1.25451.107-win-x86.zip",
+ "hash": "bf6a1e691e79d96ecf51c234242f2abd70af6f63c94d1e2a1050d723e2302bd2f9636d9e4797422244deed7bfd0132af6ade1ac37308bc399a22af866498b601"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.0-preview.6.21355.2",
- "version-display": "6.0.0-preview.6",
- "version-aspnetcoremodule": [
- "16.0.21186.0"
- ],
+ "version": "10.0.0-rc.1.25451.107",
+ "version-display": "10.0.0-rc.1",
+ "version-aspnetcoremodule": [],
"vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fead33a0-bfa8-4a3c-93c2-fa6dcd7fce47/11681525584ed1a381ecae3536693250/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm.tar.gz",
- "hash": "aaf6919f55864234a5eee7126d1a79d2dc3bb2bc0d746cc8302c56dc62a683b6a662140b8c4875576e5c24eab41a993eb848f68dfb3096386a935ff3bf41c9ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-linux-arm.tar.gz",
+ "hash": "81058a18662967e825afdb3224103fdb111ce1c0fc3030857c62cc4ad1c7016f49747d733d758ce1eca80172de266c81126af8981ebe1c0d5df7264664f9b67a"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7535469b-06d6-407d-b751-732ba8ba12d2/9ae4e842565ae3c50e5c2673c06bbe37/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-arm64.tar.gz",
- "hash": "27f9b870debb847fc4da084f2ccab8da3c04684fe8343c0f3aa079a54add5967f3efc1dd8d8a0d2bc92198f2bd03b42e3fc3eb4aff425baed97972397870c8b2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-linux-arm64.tar.gz",
+ "hash": "bd86bac48405084fecb610260e60a1f645de455dfaf208caec9771af160fd1d7bdc99a4a1f88169c1cef7595536d55dc571472ca7a15928271d40ae45fdedefa"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ff9927bd-791b-4d24-9a0c-efb0ed21fef2/655e8c11a83cf865400654fc473b3f8b/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm.tar.gz",
- "hash": "50f1c68f64aeb576452ddf11a26e5e2bbb9d713ebb9bead6f8d73b16b8111eafec5841c470332a8700ebcd7234b87d453751857fc93ec6cc20a5fcdbbe42c6ef"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-linux-musl-arm.tar.gz",
+ "hash": "0068163e30747a33f91152ed862f28912ff803daf12bd915a52feb2ffd06a8b153c0c89d9db965674a11ffd72df2b13cba29124c2a9790bde38d60de971acd7a"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bab174a9-3aef-467a-82d3-3fec5a8e562a/ea80ec9fb413a934e5b8f4d2e60ec5c7/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-arm64.tar.gz",
- "hash": "ff591e1da80ae387e6b9f53bd0ab5fe778ed3334a0249b68d3b7610b6ee5cc036006bb5b596c8b36f6b6a1e71e12c4d241ec308e7a54ec6e66fc76f552c7c72c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-linux-musl-arm64.tar.gz",
+ "hash": "d30e26528ca93f3527f3535db83e1e19acf12d78708f4b22f5ce297534b47d8307a9e346a5882aaf159fa73b804cdf71f5c59e2ed3948cabaed5c737910afb35"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0678c787-648a-4385-9b33-af728cba9e0b/56171f0269e38da631bf1ed416edb7d9/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-musl-x64.tar.gz",
- "hash": "4c5c327e431903d05524b4cbb506a6b4fa18f342caf0fb3ce28068fae86c1428c8ae6ef324a7885031d33f91009b5e6eed48b3352ece1351a86c08b42d5d0702"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-linux-musl-x64.tar.gz",
+ "hash": "86cfff7410151dc88427d0b9c795194e79d813961af92a02604dd47a73c87a62ccb6cbdfd66efcdb8a1096ee7d1538c535f8016d767a19bcf78ccdbabecf17e0"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/24e3144f-550d-49a2-bb40-8fb06aaf29a8/300b021763dbff231af63adb28ec6abd/aspnetcore-runtime-6.0.0-preview.6.21355.2-linux-x64.tar.gz",
- "hash": "42cc384554caef8f72b5410aab196f3d62cdb053dbc56e8bd4e0411de5deac19b9524b7cfebb14c69d583842b477e830bc34e8e9d76f723ea02470488d172f47"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-linux-x64.tar.gz",
+ "hash": "d2219850cab73cebe3625a3e5321c67e2921d3bfefb6c238044a21d8a95ca07ca731507ba7c027a8b03fe8eeba7f23d8d884d34f02437d6a5830423484053d70"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3830a164-7a1d-43b9-ad38-175f11a3731c/2f9e05c8da288e93154810154616dfa2/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-arm64.tar.gz",
- "hash": "9806a42586010817aad59a778dd26461e3633d3ac3d97170863c41ff5f38003eaf91e9f153156d6e92a60c8cc94a5cce6f07e194f0987255938cc4fdf8e464e5"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-osx-arm64.tar.gz",
+ "hash": "e1eacf318f4314507cb979fb8f0ee574ad450ae98f6be2bc0b35dc4adf8478aab4becd6af7c0d2ac5682ba7767a1190a4fb5fc9b37b66b5ad362606dd981a4d6"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/392fdec4-7fee-4b86-9497-c1f63eb87acb/e5c215160b9e93e43f581e59bff87c9d/aspnetcore-runtime-6.0.0-preview.6.21355.2-osx-x64.tar.gz",
- "hash": "781edd3f28c754acf32a54ccb57f507aa839ec637883f21bb4e687f3a234ae0a9fc966b529afd928fc57e4a23bbd797a8ebbae0d2f5a107f9322d7f071c86b8e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-osx-x64.tar.gz",
+ "hash": "5d6493cb1f780c205bd218c9990ee9e8abc44bc81d868d196046d68ff30df0b70725effaee2ee37b3e82ae75bb0d1a14b56c0a39642b7ae6d0a752c6bc9ea98b"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-win-arm64.exe",
+ "hash": "471b26191020d874c475ec86f1dcc3008c1e82827801d918a8650d1728a269354cb22a94cf2997b8c7b27c8101a3b8b4cb4229f45efc2dc094165babb3d96f12"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/72a69c8a-e91c-4328-8cb1-699af101fe9f/19354d5c08dadc1812115a21e18655ce/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-arm64.zip",
- "hash": "f7e0b22f34a1a435b76525222c6ef7cd80e845fd2be8fabc3825f764c10d49b56a25e985e2c687b9fdf7df65d03bd27d8e1a77e50c9320e48434ce3fc5542c67"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-win-arm64.zip",
+ "hash": "f23f71213c015120b6e970f29ea73df8a6299a9c7010404f8303304ae6070b7b7aa92bc742e6c588c71bfed0b44ebed7aff9f9e7e8ddc81ea3b5e1338a1110cf"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/02355756-f7fc-43fc-a752-e7dbf3098b1c/4972c4b8b2973b00042a11d39a2d3d10/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.exe",
- "hash": "a7fa47dc733235f18ca1376486c90c8f1aa44530f57bfef0a632a93cb250c1d41be56d9cffcd6ddfc064cafeb64da23fc01cc8653d82f6343ce3ed760177bc5a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-win-x64.exe",
+ "hash": "2f48085c1a06abf8878a85f9703d0bbb18eec7e77f988781f6a37588a985c098ae7b64fc35adb39f97cf8d7fc27f4086449bc3b98a3840dd1e20dfacf43ffbaa"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/706b6612-e557-432b-88ea-96d13e2af5a3/f00c6537f1a7711138216555797d6833/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x64.zip",
- "hash": "3220634d47d556caedbe3f8b11d37f819226654e52fb5641ac705b34f19105144908008c4557213cc61765a2f78f17c21b076217feb911729d9aa0b2f131fd03"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-win-x64.zip",
+ "hash": "c287391e51df115d8712edc0935d98c2403db5c9d4b8168c6a55e3662ae6a1f108244ce5aad25a6c68be0fea41c7c89c55b50cf427d8b71a55cf5d068f081107"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1bfa5cd7-d533-4457-90c4-e412610464d0/7b3fc132d204581a9d0f2c809e5b837f/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.exe",
- "hash": "eb5af3a38dd9b1f2c8e4cddea0e33bafe8961fc52589dbd6bf41c94f6e2539b7448ec79a59ecdb9c3a7eb19605cb7b610401f21782c09bc174eb58e3a018693a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-win-x86.exe",
+ "hash": "99ac0f34bd21def4ce984748163aca4422a7b635b2d8247aa414031c3f9dd92b675e12fc46ac20ffaf1ffda5fe679a775c104c8d2deaf7e8c994a38539604f3c"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5062e035-1f6f-48af-88b1-51ff3a67f7fc/fea719da53e107752b6d1c7e2001f758/aspnetcore-runtime-6.0.0-preview.6.21355.2-win-x86.zip",
- "hash": "3dd1cab40b2f5663d7fd96fd778ab481dc33a8be6a170cc80d3e26d6c2b11802649ebe2872c4a3d07abc0cb40a45dde5e949eccb13601e4fad983427bd92e108"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-10.0.0-rc.1.25451.107-win-x86.zip",
+ "hash": "960e7bd85ad6c5e5438d7f0ace3920c724c9286c13cc05359f2b4c73deabf9b7aace66352f47267cb275a55c02ea5994e167c21510169fd43773331323df1f92"
},
{
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cf05db87-6052-43ae-8cda-c0aaf1e455d9/a09408560e38c80529d42bbf1bdf552b/dotnet-hosting-6.0.0-preview.6.21355.2-win.exe",
- "hash": "f15b02946c33a3117110428a773a4af6c453140995da7c1a69f68c7ec900643eb5080b20f8ee2ac32fe0ddc900fd59aa7a4389da348abed3bfb07d0a8ed1bb68",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.0-preview.6.21353.1",
- "version-display": "6.0.0-preview.6",
- "files": [
- {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-linux-arm.tar.gz",
+ "hash": "692371f269bfee2b4e89f57b66b8550245bee57188f913c5916ac1fbb90d18102ad8054027b6dd70e6798acee518f1295a2031f307f28fbcea8178f8768c7927"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-linux-arm64.tar.gz",
+ "hash": "a6e564489bf1f8274cba4efb84e4fb109a0a4de8b335ec8df7c2c67650d47910f3109620a78d9ecf9155e64b8302d1b4c69d936ce42109505b16befbda9a0e12"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-linux-musl-arm.tar.gz",
+ "hash": "c1654c7c37a207febe0cfc746805f5e64c559280a3a99fea1efc86dc3fa4668e1f6017172d4404fb5b3d65daaeb2bd4b67e4be792c30ca72046f816787306ec7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-linux-musl-arm64.tar.gz",
+ "hash": "85a76445b9b9e0816a506b79960e392bcac399a55f6603684148168dc8c74e5a3beb0f65ce0ce74b5884e82847d267b36cd99366ac6919373c1915cf63eb6755"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-linux-musl-x64.tar.gz",
+ "hash": "bd8681c332b5da73c6db6c85670c9474d6b727147589e65df158510cc84a732be7076bc7566e6ab8725c721541fd4088788a164cfa86187c2a057dc2858efcfc"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-linux-x64.tar.gz",
+ "hash": "e63a5e11ec9cdeb8dfcb41f1fcdfc0a0bb18cf54a99bc41ac4e5d5b9471284dcfeb737e29d7fbb5a5ee510e9a7f0a92e20f59e026c3e84f150ffe9cf117ba10c"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-osx-arm64.tar.gz",
+ "hash": "e7e1cc55911989aef87e282dcc40e6eb5d71da5f55c65f3233181849f0730ea7c22918b6979a060393e7847c15dfccedf2c2aebdae4db1dde5e53cb273c8deef"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-osx-x64.tar.gz",
+ "hash": "7940dc6f7e156d711d03428574b5ab1fe9ed2dac501333f5e1cdfed4fcfad60619d988081326973df4e126281614cdb4dfc379f000de136f99a7916720df1290"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-win-arm64.zip",
+ "hash": "ab7b4409316882059bab3af5d067401d6ae5a8ac35bbeb94bb38864ad445007d326eeee789e765fec893ac8fd13f3ab25e034671f3363808b0ab7acb19e9e035"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-win-x64.zip",
+ "hash": "545857d06330f9bff705c319f58b37c6e1f97093bb3f2aaea9481abaf9f7a4cb589785d4b5183ec921a925eb7f879892982cce04702e90f984f95b5160cc549f"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-runtime-composite-10.0.0-rc.1.25451.107-win-x86.zip",
+ "hash": "b1afc8d683a18593ed40b5e95c113ab525c52cb025c794e75941332ec3862049792055c43d83a6be7ea5c8d5cce2e8a54075a520a33cf818363cb87e3adb29c7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-linux-arm.tar.gz",
+ "hash": "0a4e25d1eac83a6eb0e4b0ae786b18ab4718f44ac4b06a5ae1258aabf4f9796aba4e67ab34dc773899380c6885c4a3d28a4485e5c2cfaebc21b9fe8f6fba2b98"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-linux-arm64.tar.gz",
+ "hash": "e29cd3ee12bce41f56da92104cbd1353004f3b78b18160601a62a11451d432863646eae783dd724a02306268e11f96b763ebceb9b7c2ad13fb74d57ecdb3e08b"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-linux-musl-arm.tar.gz",
+ "hash": "a4ce92a17dca4f82ab0ec24bc78ce8e5ccb627548538f9f80218679114be646ddbf94e2b259f47be41f1da4d23224492a7abe3cadd947836a149d8e63807f084"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-linux-musl-arm64.tar.gz",
+ "hash": "3689b89a725d2649a067b0fe1681846d4f6a3d388215ee8aaa2c298631cdc09d890d50f6329ae06c1ca0b3949ccbd849323a9e9aac60ea4d1b8eb5a024bf28e3"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-linux-musl-x64.tar.gz",
+ "hash": "5f79a0a2774a22e56eea42b40fac4dbd6090e46b897ce7160b776bee26b5d4543d0ac63f3e9d2b49df655923a1b83e0143fe27679179042dc8d2661bc0955b39"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-linux-x64.tar.gz",
+ "hash": "f518bc367abcaf11d731405b7daed7d2acf2b98743fd9eb4123dea98d9e2b2e05a04e173a726d1c31da30bbeba015382ccfaf4bf11b601fbe9b93e9cf068fb67"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-osx-arm64.tar.gz",
+ "hash": "3fd850e3813c3306eb85a3f54d1336c65bf4857bdbfe2e3eda2a82205d0f48819f5b8195dc1f801a730aa4f99e8817e6b33e2c82f9c6dd002be4af88e3f41984"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-osx-x64.tar.gz",
+ "hash": "f81020cda4ea3c7448aa2b57bfdda83ef15fb1fac11e4dd1d71d80f752576ed4b1e0601e295dbc4dd1eca927a3f3b5e2fd04a35815e858405cf69d3bd1579419"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-win-arm64.zip",
+ "hash": "6bf4b5a5c960f8bb07dce881336c726e48719b3b820a19a5255e044fd29bfe42de3ccfd385866a740b4c09f7a82f70a605f754d8219288662db7bc537920ddad"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-win-x64.zip",
+ "hash": "642d925e8c392f5eb53fb90047280f7fb54f218eb3c8a3e5423578dacaf253d8e7b2263d0b48105dfcfb6b30b9163d7dd70bc09695d3a554449d484c52e0e2f7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/aspnetcore-targeting-pack-10.0.0-rc.1.25451.107-win-x86.zip",
+ "hash": "9284bb8e71db42b5d8407621166b8a6073e2a0768e40bb88b18a3353ee58d74aa2fcba6a65a25e54e52f31262e057e5ab9535806be938a9185fa656ff6e009d9"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-rc.1.25451.107/dotnet-hosting-10.0.0-rc.1.25451.107-win.exe",
+ "hash": "6f2b4fb2af8604773d67fd27612c1dc9a24ec86efeb614b18e5f2805c3734284de93dd989ba71fbb07ad3b4cfe48bd8e29091147563ce62ba8f36d2780e36a5e",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.0-rc.1.25451.107",
+ "version-display": "10.0.0-rc.1",
+ "files": [
+ {
"name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7c074ee8-043b-4f50-a135-e198b4a26bb2/fc4e30c8c0a7266cc92fbe7221173fad/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-arm64.exe",
- "hash": "7712970bbfa4e1adb3c5d0c2ecf98fb5b2b0e978f5aad746f5073ab6abb3e3db9582697860307cba41c2e07baaf16e1a7713e3a23c7eb2b9b43cebcd7b23985c"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.1.25451.107/windowsdesktop-runtime-10.0.0-rc.1.25451.107-win-arm64.exe",
+ "hash": "eb863f991ff329540f5be0d5e93b6616ac11d2cd5ff7feb9c5912f022f27c169ae8e6622d6212260c597981dc8ee03c9ea77aefe87c9809a665c5e9fdb68b376"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.1.25451.107/windowsdesktop-runtime-10.0.0-rc.1.25451.107-win-arm64.zip",
+ "hash": "c5f92d39561d6d9f79d1773f98f59a6283b8d8258a69aff46ded7a3821d82e6cb4788f11a1b9283bb12492b77f368a490e8c6e01a12b4ca4c5f979aa98ba2756"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b6bef7e7-7d36-41fa-a937-119a786bdae3/b8251935ec30137f6d83dab3e6f1f12c/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x64.exe",
- "hash": "9837420074eed77e0dcd879f05c0b67d3a402a8cfccef34b62ebdbcbf7f828e42d75df134ed252c6969757a7a174b616b57a56a348ff9e3acb635435ad1e53f4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.1.25451.107/windowsdesktop-runtime-10.0.0-rc.1.25451.107-win-x64.exe",
+ "hash": "45116876b4d6f1fcbe9cefb206c9e7ce992a3d440a76aebfee5238490db9804441aabecc518bf5b9e1e12606214dae7c63fd53269244d70f63c1f4859866c6c2"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.1.25451.107/windowsdesktop-runtime-10.0.0-rc.1.25451.107-win-x64.zip",
+ "hash": "968fd52281e8bb27824d3751ce63967a55d72c10e14ef072293248de61b6d4d62d9c4f07e34d7439fc0f3ff19fa6209b880131d1926c071a9ccd9740ba1f7905"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/14c95c30-bc3b-43d9-b569-4e388ab7ab19/2e3b68dc6ee53a6aab3f71ad891215d3/windowsdesktop-runtime-6.0.0-preview.6.21353.1-win-x86.exe",
- "hash": "8cbfdd74f6267ce9127c8aa0e72efc6c9445fc9b99e4121f4d573f57a679f4110c7546be26a71ef5ad87a0073c52cbf28e173607dbb86995255a66cfcae9637d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.1.25451.107/windowsdesktop-runtime-10.0.0-rc.1.25451.107-win-x86.exe",
+ "hash": "be88bfca63b99db01756f3b47c61f987b7a63fd68404e8afc48183ad5ddf22a5a08189a082a23cdeded5a2711086526c3b92f5880c53cb4b9f790d8eb36eb9e7"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-rc.1.25451.107/windowsdesktop-runtime-10.0.0-rc.1.25451.107-win-x86.zip",
+ "hash": "3308524e23160380ae22e56e312d579971143c4726068ebdb850ddb57f6f16e43adaa51f34dcfffadb397f86bc21407d71583c75b7f406c9aad57b637c6e4bf9"
}
]
}
},
{
- "release-date": "2021-06-17",
- "release-version": "6.0.0-preview.5",
+ "release-date": "2025-08-12",
+ "release-version": "10.0.0-preview.7",
"security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.5.md",
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview7/10.0.0-preview.7.md",
"runtime": {
- "version": "6.0.0-preview.5.21301.5",
- "version-display": "6.0.0-preview.5",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
+ "version": "10.0.0-preview.7.25380.108",
+ "version-display": "10.0.0-preview.7",
+ "vs-version": "",
+ "vs-mac-version": "",
"files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-arm.tar.gz",
+ "hash": "54b4c6a175b6165351216afb9aa1416e911549cd9bf6b72a2714321deb139453a838b57f2b567c93e2471a449882ad1bc0db40d273537675e58d4b3431bdfc12"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-arm64.tar.gz",
+ "hash": "3fb619a47a8f9595d7210de60e159da03f732fa2200f5aa9a0edb9ae269e412c61a04016d20f8fb43f6fe4c29305566f15202e59c4322667b7f417cb4f389c31"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-bionic-arm64.tar.gz",
+ "hash": "7183951a0c82804a057acd5cbbed199d3065f8ec02888de04dd6bcda43656e05740735acbb3b388162723e24b2e0d4c39cd74957b8a20f8ff4e19447cdd0f952"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-bionic-x64.tar.gz",
+ "hash": "183d68c3f6512f2ab39830dc7ae95600ce8ed85ef6e6037af0f32d502e70d82d7f25de46835217007a5540d965b9bbfa782d8cc6c611a1065d99613347310dc0"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-musl-arm.tar.gz",
+ "hash": "56fe7eab141c6e1c550ecd3e46cf9e6f0e5e554ebc3aa749cd4ef1154eea19cfef276f25afea79435fc210310df47505cb920091b7f7b6f8084ad9a27d26f588"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-musl-arm64.tar.gz",
+ "hash": "185dd3b0252e003a0ae9491b03a4bbe96ba3b55c22e4e32b5fc71c4befbb3985fc599d272837c4ef19420d8c267a92b927cfabfa32eb99f010df5a950d669437"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-musl-x64.tar.gz",
+ "hash": "bb34f05b8ae4cd853019994776912b6bb2495f2daa0b4b223cc3a9be69177a1a9828526d720c62a3210465432d2118b7d1656781ec6ca611aa7c37858837c6d9"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-linux-x64.tar.gz",
+ "hash": "dda8eeb6888b741497739e4c594052226388767059d122b5f741154453768d7f061068e298933fabd160a22840f2eff58be2282e73793d353da934b0b0f0d98d"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-osx-arm64.tar.gz",
+ "hash": "eb40989973ace2a81466b4318f0a2df238dd51d6e529d4821cc7114ffb0bde94aba30b99d76f1f5cfdedb7b196e79091e5d62b95411fb9b7a9ff8b14cc2edc79"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-osx-x64.tar.gz",
+ "hash": "1cbf0d5a38a8c6ab51728ed42af0eed6f3df33063b7934f518d19b9c5dbdb53265d6e0e1325957e50fe1b5cbc6862982046cc2cbb47498607054ad4caf062c3d"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-win-arm64.zip",
+ "hash": "d69896cb005f8d17e830c81af19ab506934b9f9122005db25bf7bba8008398c6229c3ffc9d813c58c5dccfe4c30bd2a9a5fb40eaafe3bd02ab9f804fff5b5ed8"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-win-x64.zip",
+ "hash": "c28b16a68f6af4ba65f87b19f7d6985aa67d7f64c45040ff70ee642cd6d0acda9d3161e1db6dad44f3128fde11aee08507b9d81d15b5a8edff89228a57c97cfe"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-apphost-pack-10.0.0-preview.7.25380.108-win-x86.zip",
+ "hash": "7e6453ff6e53551ed1a3a7cab2b5641ac9399302a71b69e696d6ecbc2ae1656179a079f4359390044f3905491c33202dd65eac1e2f1fbee756e66647c30148ce"
+ },
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4c9c57f5-d602-4534-8baf-dcf74e04e691/c852220420dd23603a866565d1fd452f/dotnet-runtime-6.0.0-preview.5.21301.5-linux-arm.tar.gz",
- "hash": "7fc26829ad0d4e9c76e520ef9ddff0bfbcccc44b6562b4cfb149095e5d6ef83e704f9b533825ca176a492305bbbc8afa4e6554ebe82de42bfc1c0021b147dbf1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-arm.tar.gz",
+ "hash": "a32691868bc61531a32fa3bbf11341646ac51416ac52f680093c577d33b638306a26a0a3279a686a86543e0f2fdcca0e7a07f360817952945dc9b46de29c9709"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dad1305e-6269-4c6e-bad1-12680ccfd42c/2a903a2cf6eacfaf44d00f27ca3472ff/dotnet-runtime-6.0.0-preview.5.21301.5-linux-arm64.tar.gz",
- "hash": "13d58229e85005ecc1e890052744b8bb3a8e1f538bbe716e9a9c4dea9a459d6bd5e7b733b2eb0b29e96d32e27eeb11f830fa7a52eac7879550e7df97ea73b90e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-arm64.tar.gz",
+ "hash": "b5301eaae11409bdbf31983bc69937f70dd17b355ef380f4cab317e921e5d66162642cd57d19a14fbba0efc09a76335c6e5f2ee998a60c4ac762cb17251d3840"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-bionic-arm64.tar.gz",
+ "hash": "bab9c7b22a41263d76f6c002555e3aa3a3d22476b78145d186823600e14d1e77d1899797b9d4261e29005cf207ed9e5a9d12358beeb14fca2b9d524c2707fb24"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-bionic-x64.tar.gz",
+ "hash": "d177d37d0e21f9b7e190ceaab26459f4c4f44e7c2eb496cc5af91bfe3633502d89e47c2e6262ab0a61a4219c4d83d690371964b50bbc4dc9796a2e37833c2007"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/706413fe-43b7-40af-8fe6-224fe36c9443/bfe4ac59c5a58f1f986a8690af6800ba/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-arm.tar.gz",
- "hash": "0313e8fd504500003008d87ba89918d81a66d218c46de1bb614b6f79946c019cb8966999ae7d1f2ee4385af43afa8bde28c5312cd6821fbca09e8aa21b7d37a8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-musl-arm.tar.gz",
+ "hash": "6820978d7c737a9ffb3e3f481ac0c3026dc546c1f427396a8309027538b086ef901071e22a2089b778af5e51bc689a4414202cefd96091cd33015b50f7e1ad1c"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68c123d8-6072-410f-97f3-3d9535b3e416/ee5344671f68161b1582c394468f8feb/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-arm64.tar.gz",
- "hash": "c2fb6c441f3af0d579a64f63e5bc781218ba82a5fa8cc44e46adb44a3099f71391f03fc5c67755eea92b99d41130cfa64454204ef78f8394988ff2da32898239"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-musl-arm64.tar.gz",
+ "hash": "c4902564728b931d23207a231cd4946422afaad1508e918c2127dc8236dcff2a95357410e2f0bad5b2d8719c6414c2092d09380c3ae70151b5920a32bb3387cf"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/750940db-184c-419e-9be4-d8330638cc63/6cee68925ca398206cd3092a279de4f5/dotnet-runtime-6.0.0-preview.5.21301.5-linux-musl-x64.tar.gz",
- "hash": "dab1b9a17a332a384777fe0d81c72bf62968b66adcf68e76e551ba3ae06dce6821dc4dc25ecc3756fd0dd360bad56b98a0c0c353c7a6a3e88e8c55e8352b02ce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-musl-x64.tar.gz",
+ "hash": "c027d4879ce290a13835a256b58adaaaeda176f09882c7a3e36fb0e2293b428eff53e621a478fec45d928f178bdd52e7f4a2b4de9e02d20494c4b9925ccb6406"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fbf784be-f157-4f40-81bc-508bac32b9d6/273a0d69053e19beb1d048cbd92da627/dotnet-runtime-6.0.0-preview.5.21301.5-linux-x64.tar.gz",
- "hash": "69b91743bf79f44da0bb82f9d36f77e12ef2889e11badcf096734a8c98819a79e83f9d92cbb9f82584e8062089df52db9e4675bc143fc46ed3a31029d8de6df7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-linux-x64.tar.gz",
+ "hash": "127487209cb3c4a394847cced5a15db8c5b66c93866e88b4a70789ea2c90b41e2993e00d9192d4ba988f33ddbc89a5ca2fe4f19a611d7ed8ad8c3e0a4692c501"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/59b1d539-c76f-493c-9f6e-18c953429084/4c7fafc6ab3f5f4927929b543d62bc81/dotnet-runtime-6.0.0-preview.5.21301.5-osx-arm64.pkg",
- "hash": "ec1c18e886992453f75efe2e3334589aecfa6565b19a0664a87ae20d5a4808236a00f480972fa848debe90b977ff7db8da0158e0e9bcd13ebd45b51450aec5c7"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-osx-arm64.pkg",
+ "hash": "9bbadf6c5239d82b80326cd09abf90602bb7981018ea210be147937a440838360fcf82d9e69a010c9101ebbfc691f48931c34bc789f3ee77fbd40414deca3a21"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ef2cef88-fdc0-4d42-ad0e-3c4bbc4ab806/fed7ea45282bc20fd38a98b54ea5f2f6/dotnet-runtime-6.0.0-preview.5.21301.5-osx-arm64.tar.gz",
- "hash": "6f285837a24f898341853adaca5eea82950195ba57484285bf7322c526939e76a331bf567b0e8886537c734eb512bde392911436541a194d6c65589fbb68bb36"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-osx-arm64.tar.gz",
+ "hash": "ef607e73cd97ada3cda31a0cbea556cd60409a2612a94127271b9bf925e12df84cf7b326b0b5eddecd3bace37fd6fa7010d487cddc5c2324745ded96f8bca600"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c326f2e1-10ee-482e-9871-5fb8de7f7777/dda8203d3b58e56efeca4a7248cdea67/dotnet-runtime-6.0.0-preview.5.21301.5-osx-x64.pkg",
- "hash": "fc02ef1a31ef0cc9e89a07a09d6013a60200d0eb2444ad5fcc76fed4daca18462d7746da036762fc92be5f05ccbba299652c45747c553ab482dbf77463260604"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-osx-x64.pkg",
+ "hash": "06d6840d8a0a7db9d4dbb74fc6044d053d9f3795e707417481b3179101cd4279028a89704b467002e0983a1af1bd06ce477233c583de35b4ca5bb540154499d0"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e6155cd-e095-47ac-b642-cfe19c451b17/798abdac364b698400981e8af5471429/dotnet-runtime-6.0.0-preview.5.21301.5-osx-x64.tar.gz",
- "hash": "ef002e82c6febbe798b19ed003fbe8387400fdccfd24fd8f8b5e072144006d5b95c8e7250c7faaa80b2f2d6a3253ec9c8eca8056118246b96af5de708b89ea96"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-osx-x64.tar.gz",
+ "hash": "e24067fdd47c6ff8d308d3673702ba143fdadd50b4a5171af2aab7e80633eee19e66a0b6940bea4aae988a4d391155a35ba78e57760cdddda5af5ebd335b3d10"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/195e2dbe-a67a-4882-9d36-43e525b9070b/bad8c506552923441b7ba3efb097ac32/dotnet-runtime-6.0.0-preview.5.21301.5-win-arm64.exe",
- "hash": "9e63bcbf9a68514b9f4289d25e8e2bf022db2702940a4d9e7c2ecf7d362e1e97cff2f0aa40068cee92ab5e0b84eb6a05f5488ea2a807a883ed0f0c5327371030"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-win-arm64.exe",
+ "hash": "a6943907fbb8ae9c710a0a9d374894d116c0fc6757f2a7069850a32bc52c92851403502e05e9097a075815bcb6dd1b12c8c951d9a03be1ee92560512de7b21aa"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cd854d55-6894-4d19-ae27-cdafffd762c6/fb75c483074a9e9e80324f9138843ef6/dotnet-runtime-6.0.0-preview.5.21301.5-win-arm64.zip",
- "hash": "9348872af2cab34361bc373d39e0aa02dbc153f1d2fc1b8de36b4f6ae6854ca3dfcf0b08b7f275a5a0bb184f9ac6a9ad801ddb14b53d12b6d29c65fda963bbcd"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-win-arm64.zip",
+ "hash": "77f346452d57a0b6ca016effdea2e3918244bcb22f5a8e4d996c558964613d4047a7a6c2d7b49cfd4f595e1b010ba240a75d4d6bf1cfb830948fa9bafd0e6afc"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ef0fa0ce-90d3-4e4d-9573-f15b67ee720f/58a990520b2c53331bcd2a02755eca6d/dotnet-runtime-6.0.0-preview.5.21301.5-win-x64.exe",
- "hash": "49fd8dd46759e187543bf4ee879dc21191f2ef15f2d47acc1eaf84b107e72ce08eb45e8beaa073dca37e2b94442fdbe7d7a3afcb122cd3b380501aa74c323449"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-win-x64.exe",
+ "hash": "eb9bd5f62fa364a81008e192fcac50e32773e31b43e6f00395fd26d6fa01805a776c2168274b1e61e86e6ebc52116b5bd0286ec63127583b0298886c5b13fcfa"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d763969f-3ba9-469a-99ad-d8c09bff879b/5a25bad534f25dafd07fa36036737621/dotnet-runtime-6.0.0-preview.5.21301.5-win-x64.zip",
- "hash": "c1e4656198f60297511fc28b5b1d6ad28eceec29fe59ea7a9e1c8b0b7622ef69e8af481c98a1958f65cb5b3de81d755ce3402d10712944c0e313366741a0e738"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-win-x64.zip",
+ "hash": "6cc336587bcf32e3cdfe3cdaf3505575508fe753c5e263dbd95c7bfb6f8e0e30c3e7ca4fded20ddda24805bd8d1204e04b2b8fb78bf1e94c4e58d04f61f4c305"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1e9c74b3-2535-4420-a268-e510205f4c14/9ed075932877e97ad9b1ecbb60e018c6/dotnet-runtime-6.0.0-preview.5.21301.5-win-x86.exe",
- "hash": "9d7e85662f248247c64fe0f260dfdab95e39bdc9ca0e31f4571433c4c145155a619d81e5ddaf254fe1a5ed8f3e89ad8f9c3937a7eaae4221e072525ce096feba"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-win-x86.exe",
+ "hash": "a1f2cd7de077bebd7692f413b45cb06d194606da22d87124894973ee5bdd780d9d4d8f87fcc07b3ffdf8e9900025544ab5c7eb89c1635cb98eb4d04ddd7529cb"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/58fd0ee6-34fe-43c0-8d60-d343cf00258e/1378d08d2cbfe35a45447b5d29fcacbd/dotnet-runtime-6.0.0-preview.5.21301.5-win-x86.zip",
- "hash": "d45c4956a03e3af922083b0f12e46e65cb7e4e1847d7dda5272dc7f4a158fde52214a4221fb38894bf8d4c42cdd7d664928484cfec9c76360db85e19d47c13d9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.7.25380.108/dotnet-runtime-10.0.0-preview.7.25380.108-win-x86.zip",
+ "hash": "9362a5f247f342582da837fde1a3fe227ab9b50c741502fe45ad2070827e90fbf88644294d99630c939d81b143bbca88c0ee961b924f829bf20feaa0d47fe7ef"
}
]
},
"sdk": {
- "version": "6.0.100-preview.5.21302.13",
- "version-display": "6.0.100-preview.5",
- "runtime-version": "6.0.0-preview.5.21301.5",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "9.0",
- "fsharp-version": "6.0",
- "vb-version": "16.0",
+ "version": "10.0.100-preview.7.25380.108",
+ "version-display": "10.0.100-preview.7",
+ "runtime-version": "10.0.0-preview.7.25380.108",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b2412ec4-c6b6-4c10-875b-8b1bc2ea2aa4/973ec23de8c7458cebcf01937b813b0f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm.tar.gz",
- "hash": "51a9254c02385703e999e711040c9ebe862d66a9a4342fda296ee35c1cf6e474b7fc7f858dbf914091574cdbc8de929243452ff2fee83c88bc6da056c6d20678"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-arm.tar.gz",
+ "hash": "9279bfc306cf53fdc02673c68ebc06818b26fb05ee904ff315e8ff528a8d58b5342a86642233a4a67222f507b60110b8218492c7b97971bee78fb10a15f8aee8"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2bea75e0-9a2f-41ed-9336-4dc23076a691/62c191c6fb281850d06f8a1c16c34699/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm64.tar.gz",
- "hash": "a9b8f8b08187b05cb47620ea90e052eda10e9a0a11e58a0b232df5882c2d856f670bcc17c1ad7ad1ffae37eb98dfdd10da7f4334ae8b7ad31ad808a9c70c1dce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-arm64.tar.gz",
+ "hash": "a81889cf42cecf616a7685cab17508694cee83e76a9619c64e89afaff4d382668ea4c7edfdeb4453a0c13dfceeac866ea3d0fe05f3df124638a4ca58b4fda725"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3512f898-9ab3-4897-bcca-b25bb91ddb04/24c6504eb73f812bbec3a5790254f73f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm.tar.gz",
- "hash": "224271014987d3bdfa0a869b65bd0d7994ad3202897a732a5e03c6aabd1e5368195b40014a868453e3fe0420ed975861a73e5d8e4457c85b6c105ad53c5f401d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-musl-arm.tar.gz",
+ "hash": "0fae7f41d67983923419632aa1cf895bd2bed286812dccac58b524ae0c6b801bb1855509d6df4bf847e4c40c79965df5cf606bc07f22578f49cc0a3eff57448d"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d90a868f-dee6-418a-a189-bb16f1bd5d00/1d94110380ea2b0ff53b82101718c1bd/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm64.tar.gz",
- "hash": "7bec783cef13592a275883c493e3c4aed9de223ba4bcf1ce98578a98951694059147a44e1307e8241756301217c243e0e6de19c71b2bd49a56514e224481a7be"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-musl-arm64.tar.gz",
+ "hash": "cc88dcc54d906dd212f4c383de07d34947cc4b6459240b5fc13a9e8b6e5d7d482bca67357178b14195057ef883c7e60e4ffd80aef484c98a973987fe4993c1a3"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68e2a2f9-aab4-40c3-8abc-e22c1e34afef/8c5b1168020496e5f3bc84b7c4ecaf2d/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-x64.tar.gz",
- "hash": "959fad9c070f3476ea401873534a19dce132d6b3f542f744f3994ef75e068c7b3ad95072f9cea6058065c3ac6c7d97519e4b48e539b38dd429fe2641283872ea"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-musl-x64.tar.gz",
+ "hash": "85ca6e728465581971af358bedd2640c00c9d75c49cac1fa9b3de996b40a13e95f35b7573defaefebdfc674c478e8b579f81a1030be3f160b6720b31fdfd68a1"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz",
- "hash": "000ea38847453f636f81adf3d1083d811b0e4c20585e3735dd599a4009f4289793d4e1e8e75d5f86b73bd9f75e78ce2a68900686f4230ea7ed9a49bdb4e46a83"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1db1e8d4-0685-4e7a-be25-cb9f016774e1/8f47d46cba3772b130ac0b46615d59fe/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.zip",
- "hash": "807e510d96890babfa05d3da2be53bd5d965582f4d2a8b99b41f745456bbcd4e25c3adaa0708d5ab0dcb14b5fee1587b34961884507c1d68d738045e0034bf27"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-x64.tar.gz",
+ "hash": "28d03c2da411e8161bfa37148f35ff622eaa2341adcd729a7b523f74aa21e8f7f65019da10d286d67858d19ff60082380b87436df9bcce27147b4fdb21286fb2"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1b77ccc-7428-4ab6-9bd5-dbde5e5fdb56/5a33c488a8bb58eaf1982a2edd2af2a2/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.pkg",
- "hash": "b3cfb04f07f2ee9388e5b6cf0e812b4356d22a6104d527417b3053a323a35cc71b4323a08f9ee38f9b3c16b6c74b4bd42d7eef6340e90be453fd016a8a80c514"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-arm64.pkg",
+ "hash": "8b2582b14502670403c56a4aea6362422c627ab26249f5df99c486ff6e9735a37056685b2cd9a01f3670c790cbea2975c1966df529a67d7278a078dde222ed9b"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec3939d5-4c42-4de5-9f00-23ebc5cc657f/1bb83410899be7c5ac906b0dbf9607e1/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.tar.gz",
- "hash": "8f481f16947191a4ab305a3ee7c60cba86a17c4c3622026230c2be50f41102f3ba1333e21a38b617d331b3907fce7ba65518a1d91bf28a86573662e78017e4cc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-arm64.tar.gz",
+ "hash": "788fdeed5df50049bcfe1370059cdfa743390a42d9bf52c745563eaac44bf54a954aaca356364bab6b5b108b1b6d9e0d6cf27c253d2e62b0644004669f8197c7"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/134a7c15-69cf-40b3-ba78-a78a666ac2de/996de9580ee6c05b2bcb0e9456fdf877/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.pkg",
- "hash": "8680b39cc4558e513c3c0a7746f6ea0f7e5872e9e05f076d38b9ddb4ecec306e7e13e41999e321f1f51f7481611af261ca88175fb5c98e533bedee719db7b49d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-x64.pkg",
+ "hash": "0700a05cbd7da683c02a9438d6cd11326c6f32e88fce49196641ad84381d7c675065477b26c409b20be0860e2429252135642587021e6fcf636bfcfe4563ab65"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6382ce82-4456-41ca-986e-afa7facdeba1/386af1a9e1d3e0b5affabf01c9ad3af6/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.tar.gz",
- "hash": "c967e0d27dec8cfb2aa2217d7add786e756dc7ff3d5bd36e9479dc815e0d5f115de953e7c74e8606916b569fa2615f37d6c1fc43dab0bb5059e29ab065819fa3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-x64.tar.gz",
+ "hash": "fc3934725b09247325ee10e56819616722a630f4814bb93c43b60b2edbd32ee23cddeb0045d6400808b840d050ed0dc4b5bcf95a90de1b932936b62356e1ea55"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4e3a1307-fb38-4a65-b188-eb4d272f76bd/17fcb7eb783e0ebb3901d1b87c9a9215/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.exe",
- "hash": "9e6d2f5059665b5773da542d3468da8beb77d5df401ad84d298caa8f66220f57db7ce27d26873a6faed4acb5ac0c6fc6207e0f4a20c1fbca46d5be4cff12fb18"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-arm64.exe",
+ "hash": "a019d16df4404f33b200abd5c24cb2b5cc0a81174d795b6b64ceb165afe5fe2ef8b460267db42e12ed22486adec5294ba0c3915b37f721faa2f452cbdb605718"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/80e681d8-3438-4825-beec-b7c3dd230745/10b421fbbaef2f94c038d6589305a3fa/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.zip",
- "hash": "82eafc254ae2e21ace82886c2f831397c8b680c28d25834ad0ec0494a5881d3c0ed64f4892756ae7b1509a794048c8f4907431cdce251afaf1e3b9ac2018f7a9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-arm64.zip",
+ "hash": "7b4ecb1646191e335b3e8fed6a438aafd347896f537888af2038034e1d3c5d59aca9e84a7eea7ca62269560e6407757a5d16d6021b9f5026eb60e311ed7a793d"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/df52c798-6143-42f1-98e0-9cc7fc6257cd/cc09da4dcb8a59c1dcf905952f3382a1/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.exe",
- "hash": "c86591883a75ac6cf4eab0043e5dc70014c16f23bb6f9aedce74480f59c9afb1e410008440ea2bd6ae5e4c3a4ca337a0a58c8e429bb5b814395b7cdd78cf551d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x64.exe",
+ "hash": "5101cb87b0acd2704badc044c3874be02b6338fc21de059c22c695491aa58b5e3e91bea9ba068dfd5c1ebe8523ec843d3fd991628dbafcaf7b3e36ab2b0bc9ae"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip",
- "hash": "f76c48cc6b9a614b75ba323fd489b9750bb7f2baafe63bedd5f0798feb90bc928e8d4f61f4502b51702f1a1b0ce8824809ec72059f7dbc933ff1b27aab8c2fa4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x64.zip",
+ "hash": "c97a06d6859a9abb054a846f3f9b7f4b366fce26d25f411c0f793ca4777bd8f641214aaafb9a84f278b6d78f362e34e4167be460968145f4d2a764de777afdcc"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/14d26ff2-2168-4782-af08-4f03b1dbc870/f15bf82fa14b08ebfdc18ecc0d38e5d5/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.exe",
- "hash": "b0f15c8241f6a184b1de9d8ffa6df0978d28bdba0ffb7b24fc2d6d0d47d7663f56141999a9dbda2630570d253f1f9d64933b92f7f7fcf1b5376bb8c9f123bbad"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x86.exe",
+ "hash": "c9d6bd67b761fc582ceb28aa5bf87519f226f249366c5043c554aae57cda12c805b4c099c0e66ea9dace3df0244f4949e49112deebb17a8562ade07fd5dc385d"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20360038-1b6c-4e4c-ab83-d4cc063722e6/817ea1b688c76f90e70deb428830ffbc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.zip",
- "hash": "229f165357abf44ad322295e31f620af191a071736e472084acaf4e8f48ac7b11334213b677b34e09a0e2f7670e9f2ba8f3254e9a42588efad37d15e73398ad1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x86.zip",
+ "hash": "e4e95b50ef7f86542f4af21447b2f6cab73c9479d532fe225cd80b53b14382b21dc6dd8da1cc7a2ec74b79eca9e049279708750880cb3bee9b616a97bb8294aa"
}
]
},
"sdks": [
{
- "version": "6.0.100-preview.5.21302.13",
- "version-display": "6.0.100-preview.5",
- "runtime-version": "6.0.0-preview.5.21301.5",
- "vs-version": "17.0",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2022 (v17.0 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "9.0",
- "fsharp-version": "6.0",
- "vb-version": "16.0",
+ "version": "10.0.100-preview.7.25380.108",
+ "version-display": "10.0.100-preview.7",
+ "runtime-version": "10.0.0-preview.7.25380.108",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b2412ec4-c6b6-4c10-875b-8b1bc2ea2aa4/973ec23de8c7458cebcf01937b813b0f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm.tar.gz",
- "hash": "51a9254c02385703e999e711040c9ebe862d66a9a4342fda296ee35c1cf6e474b7fc7f858dbf914091574cdbc8de929243452ff2fee83c88bc6da056c6d20678"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-arm.tar.gz",
+ "hash": "9279bfc306cf53fdc02673c68ebc06818b26fb05ee904ff315e8ff528a8d58b5342a86642233a4a67222f507b60110b8218492c7b97971bee78fb10a15f8aee8"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2bea75e0-9a2f-41ed-9336-4dc23076a691/62c191c6fb281850d06f8a1c16c34699/dotnet-sdk-6.0.100-preview.5.21302.13-linux-arm64.tar.gz",
- "hash": "a9b8f8b08187b05cb47620ea90e052eda10e9a0a11e58a0b232df5882c2d856f670bcc17c1ad7ad1ffae37eb98dfdd10da7f4334ae8b7ad31ad808a9c70c1dce"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-arm64.tar.gz",
+ "hash": "a81889cf42cecf616a7685cab17508694cee83e76a9619c64e89afaff4d382668ea4c7edfdeb4453a0c13dfceeac866ea3d0fe05f3df124638a4ca58b4fda725"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3512f898-9ab3-4897-bcca-b25bb91ddb04/24c6504eb73f812bbec3a5790254f73f/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm.tar.gz",
- "hash": "224271014987d3bdfa0a869b65bd0d7994ad3202897a732a5e03c6aabd1e5368195b40014a868453e3fe0420ed975861a73e5d8e4457c85b6c105ad53c5f401d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-musl-arm.tar.gz",
+ "hash": "0fae7f41d67983923419632aa1cf895bd2bed286812dccac58b524ae0c6b801bb1855509d6df4bf847e4c40c79965df5cf606bc07f22578f49cc0a3eff57448d"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d90a868f-dee6-418a-a189-bb16f1bd5d00/1d94110380ea2b0ff53b82101718c1bd/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-arm64.tar.gz",
- "hash": "7bec783cef13592a275883c493e3c4aed9de223ba4bcf1ce98578a98951694059147a44e1307e8241756301217c243e0e6de19c71b2bd49a56514e224481a7be"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-musl-arm64.tar.gz",
+ "hash": "cc88dcc54d906dd212f4c383de07d34947cc4b6459240b5fc13a9e8b6e5d7d482bca67357178b14195057ef883c7e60e4ffd80aef484c98a973987fe4993c1a3"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68e2a2f9-aab4-40c3-8abc-e22c1e34afef/8c5b1168020496e5f3bc84b7c4ecaf2d/dotnet-sdk-6.0.100-preview.5.21302.13-linux-musl-x64.tar.gz",
- "hash": "959fad9c070f3476ea401873534a19dce132d6b3f542f744f3994ef75e068c7b3ad95072f9cea6058065c3ac6c7d97519e4b48e539b38dd429fe2641283872ea"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-musl-x64.tar.gz",
+ "hash": "85ca6e728465581971af358bedd2640c00c9d75c49cac1fa9b3de996b40a13e95f35b7573defaefebdfc674c478e8b579f81a1030be3f160b6720b31fdfd68a1"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/919880af-ab5a-4b58-8058-7baaea4a09d1/4fe186d747cf416cbdc83fd8354e15ea/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.tar.gz",
- "hash": "000ea38847453f636f81adf3d1083d811b0e4c20585e3735dd599a4009f4289793d4e1e8e75d5f86b73bd9f75e78ce2a68900686f4230ea7ed9a49bdb4e46a83"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1db1e8d4-0685-4e7a-be25-cb9f016774e1/8f47d46cba3772b130ac0b46615d59fe/dotnet-sdk-6.0.100-preview.5.21302.13-linux-x64.zip",
- "hash": "807e510d96890babfa05d3da2be53bd5d965582f4d2a8b99b41f745456bbcd4e25c3adaa0708d5ab0dcb14b5fee1587b34961884507c1d68d738045e0034bf27"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-linux-x64.tar.gz",
+ "hash": "28d03c2da411e8161bfa37148f35ff622eaa2341adcd729a7b523f74aa21e8f7f65019da10d286d67858d19ff60082380b87436df9bcce27147b4fdb21286fb2"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1b77ccc-7428-4ab6-9bd5-dbde5e5fdb56/5a33c488a8bb58eaf1982a2edd2af2a2/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.pkg",
- "hash": "b3cfb04f07f2ee9388e5b6cf0e812b4356d22a6104d527417b3053a323a35cc71b4323a08f9ee38f9b3c16b6c74b4bd42d7eef6340e90be453fd016a8a80c514"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-arm64.pkg",
+ "hash": "8b2582b14502670403c56a4aea6362422c627ab26249f5df99c486ff6e9735a37056685b2cd9a01f3670c790cbea2975c1966df529a67d7278a078dde222ed9b"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ec3939d5-4c42-4de5-9f00-23ebc5cc657f/1bb83410899be7c5ac906b0dbf9607e1/dotnet-sdk-6.0.100-preview.5.21302.13-osx-arm64.tar.gz",
- "hash": "8f481f16947191a4ab305a3ee7c60cba86a17c4c3622026230c2be50f41102f3ba1333e21a38b617d331b3907fce7ba65518a1d91bf28a86573662e78017e4cc"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-arm64.tar.gz",
+ "hash": "788fdeed5df50049bcfe1370059cdfa743390a42d9bf52c745563eaac44bf54a954aaca356364bab6b5b108b1b6d9e0d6cf27c253d2e62b0644004669f8197c7"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/134a7c15-69cf-40b3-ba78-a78a666ac2de/996de9580ee6c05b2bcb0e9456fdf877/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.pkg",
- "hash": "8680b39cc4558e513c3c0a7746f6ea0f7e5872e9e05f076d38b9ddb4ecec306e7e13e41999e321f1f51f7481611af261ca88175fb5c98e533bedee719db7b49d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-x64.pkg",
+ "hash": "0700a05cbd7da683c02a9438d6cd11326c6f32e88fce49196641ad84381d7c675065477b26c409b20be0860e2429252135642587021e6fcf636bfcfe4563ab65"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6382ce82-4456-41ca-986e-afa7facdeba1/386af1a9e1d3e0b5affabf01c9ad3af6/dotnet-sdk-6.0.100-preview.5.21302.13-osx-x64.tar.gz",
- "hash": "c967e0d27dec8cfb2aa2217d7add786e756dc7ff3d5bd36e9479dc815e0d5f115de953e7c74e8606916b569fa2615f37d6c1fc43dab0bb5059e29ab065819fa3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-osx-x64.tar.gz",
+ "hash": "fc3934725b09247325ee10e56819616722a630f4814bb93c43b60b2edbd32ee23cddeb0045d6400808b840d050ed0dc4b5bcf95a90de1b932936b62356e1ea55"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4e3a1307-fb38-4a65-b188-eb4d272f76bd/17fcb7eb783e0ebb3901d1b87c9a9215/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.exe",
- "hash": "9e6d2f5059665b5773da542d3468da8beb77d5df401ad84d298caa8f66220f57db7ce27d26873a6faed4acb5ac0c6fc6207e0f4a20c1fbca46d5be4cff12fb18"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-arm64.exe",
+ "hash": "a019d16df4404f33b200abd5c24cb2b5cc0a81174d795b6b64ceb165afe5fe2ef8b460267db42e12ed22486adec5294ba0c3915b37f721faa2f452cbdb605718"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/80e681d8-3438-4825-beec-b7c3dd230745/10b421fbbaef2f94c038d6589305a3fa/dotnet-sdk-6.0.100-preview.5.21302.13-win-arm64.zip",
- "hash": "82eafc254ae2e21ace82886c2f831397c8b680c28d25834ad0ec0494a5881d3c0ed64f4892756ae7b1509a794048c8f4907431cdce251afaf1e3b9ac2018f7a9"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-arm64.zip",
+ "hash": "7b4ecb1646191e335b3e8fed6a438aafd347896f537888af2038034e1d3c5d59aca9e84a7eea7ca62269560e6407757a5d16d6021b9f5026eb60e311ed7a793d"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/df52c798-6143-42f1-98e0-9cc7fc6257cd/cc09da4dcb8a59c1dcf905952f3382a1/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.exe",
- "hash": "c86591883a75ac6cf4eab0043e5dc70014c16f23bb6f9aedce74480f59c9afb1e410008440ea2bd6ae5e4c3a4ca337a0a58c8e429bb5b814395b7cdd78cf551d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x64.exe",
+ "hash": "5101cb87b0acd2704badc044c3874be02b6338fc21de059c22c695491aa58b5e3e91bea9ba068dfd5c1ebe8523ec843d3fd991628dbafcaf7b3e36ab2b0bc9ae"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/74448616-c6d2-40bf-b6da-aa3a6c1009ab/62702150054089e2961aaf32e8ab3ffc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x64.zip",
- "hash": "f76c48cc6b9a614b75ba323fd489b9750bb7f2baafe63bedd5f0798feb90bc928e8d4f61f4502b51702f1a1b0ce8824809ec72059f7dbc933ff1b27aab8c2fa4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x64.zip",
+ "hash": "c97a06d6859a9abb054a846f3f9b7f4b366fce26d25f411c0f793ca4777bd8f641214aaafb9a84f278b6d78f362e34e4167be460968145f4d2a764de777afdcc"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/14d26ff2-2168-4782-af08-4f03b1dbc870/f15bf82fa14b08ebfdc18ecc0d38e5d5/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.exe",
- "hash": "b0f15c8241f6a184b1de9d8ffa6df0978d28bdba0ffb7b24fc2d6d0d47d7663f56141999a9dbda2630570d253f1f9d64933b92f7f7fcf1b5376bb8c9f123bbad"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x86.exe",
+ "hash": "c9d6bd67b761fc582ceb28aa5bf87519f226f249366c5043c554aae57cda12c805b4c099c0e66ea9dace3df0244f4949e49112deebb17a8562ade07fd5dc385d"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/20360038-1b6c-4e4c-ab83-d4cc063722e6/817ea1b688c76f90e70deb428830ffbc/dotnet-sdk-6.0.100-preview.5.21302.13-win-x86.zip",
- "hash": "229f165357abf44ad322295e31f620af191a071736e472084acaf4e8f48ac7b11334213b677b34e09a0e2f7670e9f2ba8f3254e9a42588efad37d15e73398ad1"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.7.25380.108/dotnet-sdk-10.0.100-preview.7.25380.108-win-x86.zip",
+ "hash": "e4e95b50ef7f86542f4af21447b2f6cab73c9479d532fe225cd80b53b14382b21dc6dd8da1cc7a2ec74b79eca9e049279708750880cb3bee9b616a97bb8294aa"
}
]
}
],
"aspnetcore-runtime": {
- "version": "6.0.0-preview.5.21301.17",
- "version-display": "6.0.0-preview.5",
- "version-aspnetcoremodule": [
- "16.0.21152.0"
- ],
+ "version": "10.0.0-preview.7.25380.108",
+ "version-display": "10.0.0-preview.7",
+ "version-aspnetcoremodule": [],
"vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f98b34de-9da4-4911-a974-36f94d684eba/f6245a9a67be46e0c8607c20b275e332/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-arm.tar.gz",
- "hash": "f421f31c829b6f8440acb0b2d5b6ced1aad40ebec9690cee517616268d8399799662567afae4749ac91755176c45a85653cbdda6b73336b17ccd15c0190e63d2"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-linux-arm.tar.gz",
+ "hash": "957c236b2ded4ac9367e97ab42cc63a36f0f7b2758050039e7640dfda3824e5a65ebf2d30762fc76222a81d194a49e7ddeb899714a37bc28db6708d8d5b182ed"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c61af2b3-c528-4c9d-8499-1dfe3b5fb1c5/429383fe42b5f3f458881c4c074bdf3c/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-arm64.tar.gz",
- "hash": "877809d707c83f6275a610548e134ca614b3b63075c49728af2060ba49bfd20699b44ea22680ac55c5975486c9df4f0da7bfe1f0110b34056aa8aa4295b1f485"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-linux-arm64.tar.gz",
+ "hash": "81358ed46adffd1a4e2e095e3d23d67d1d289a6c4c50ab20e1e71161b2823c8c44dd5a6c241ac9b3fcd4a2af518dbffbccdb7b3acd07a42af9ff24c5fd62c6a3"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cd2a65d4-1daa-4e02-80dd-ddac07feb812/bf84355c2d5e09b0328d20035138d8f6/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-arm.tar.gz",
- "hash": "6b9f8b85d492978f2ea2b9ab7e7d9e7a0a52a7d7cd78902b664920bb78baea29f57f0082416191c5cf6a460a2d3f8bbcbd87cbf8051ff6935ccbba69b0725ef8"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-linux-musl-arm.tar.gz",
+ "hash": "b89d1b9ca5a9872cf367774a2ca5152a42ed86decc18c593b104883463ce5cfaca6a69f917449a02b4d25ea4158f822a36ac0d655c538c184e47ad751186ecdb"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9c80123f-fadd-463e-8cc7-e649a18e0de1/91f5b4b223fc097a6a025c9c91219a86/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-arm64.tar.gz",
- "hash": "634c40ab650394984b9f7320a2fe6bac72f1838b9a73bba87773e3a63834a3bb225862b4405fecfa454694163547dd3c4d073d79aaabed80bebff765140364a6"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-linux-musl-arm64.tar.gz",
+ "hash": "7006341c95a51910a6ee02d581e9a41d76464a7efbed0ad779d0e64fc0d77c42bbd233537f57d76f6f0fdb387f6e25592ba53362670a5e6efed61a374e421cec"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/25845eea-7b65-4fa4-accf-1699842da775/1903f77becff8e6ba34e6c8de0381e3c/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-musl-x64.tar.gz",
- "hash": "9e781624c19261096bbd75be5fec301c3662774cb984db704910e9b8e20ba5dabd046e3aeca66a59b3f334e49e51574b76a108514bf303070a38794f10420869"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-linux-musl-x64.tar.gz",
+ "hash": "c117f44821cd6c55a76bb9ebfc7465606d38ac89c810ee224b2b3a0ff4f5abf2dddbbb1956839e672aeba4f951df0b5ac7f1935d2a90b6d4dcddc11ea7c33b51"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb25635b-34c4-47bf-9f80-be40f001e33f/968620fe6aebaf300635ebb6cf70685f/aspnetcore-runtime-6.0.0-preview.5.21301.17-linux-x64.tar.gz",
- "hash": "4f21c8ca94d0403b5023696d5862585fdaf2d8111a5416dc07dc150450bf89bc96e0f554e5213e66daac467166af8bfe68f2c4de2d5019ed755230b89337582d"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-linux-x64.tar.gz",
+ "hash": "f689f386f7fa56b9b53bd7d510abecf2b9c22358fb29367846c23fbba7b0a61a47d86dbceef96b73a728af076e55c346838497402e0cd80b8695d9dc1ea3c2b9"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f0d347e9-82ba-4dad-af79-53ca7a9b92f9/f22d2d4ad96576cbea7f0ba98f5f9285/aspnetcore-runtime-6.0.0-preview.5.21301.17-osx-arm64.tar.gz",
- "hash": "0b3c44bac31def3481dc6d09df5b71e41f3593a9cab1b530e58b498240b8246c84da572de2a5dc569b5896d631b2f8820675b554bca470d987cb204e691e1d69"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-osx-arm64.tar.gz",
+ "hash": "0f98b27b813a7ad2eb5a408e7bdb1fffdedf85e011b04985e90095de2916daa4c34214ac3cf9a066f49b3e7ee09d56d73f9e9a1858c71eff8900cc4145fd3255"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b4ccd039-1f12-4b40-9198-a992d5131bd0/7ff5e4b828c81eac221ec932e7eb40a8/aspnetcore-runtime-6.0.0-preview.5.21301.17-osx-x64.tar.gz",
- "hash": "de58d39253f1512f60b62f98684331026942b4e7fb7c0af9ac3386ff3d854f017c9331d7344763ce104f5f80e7759689f89fb867210010734e20d87bb0343f9e"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-osx-x64.tar.gz",
+ "hash": "1502e2a5a4d86a1430840d931a49d15ffd3b64465e57d21d714448b71969cfbce65382ef828260f1696dd46c409f3c03f6b8ae7a72e51567b444ca10ba8adea0"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-win-arm64.exe",
+ "hash": "ff0754f666261f9990ea7cabef99982f6510a2aa49a0ec349315cd456961b5d77a4ed38bea5068a5040898f2520f0a52dce1c4c6049874a3f2efbb4f5c862f79"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8cac5836-0e83-4f88-beb8-633609f50835/790e099709c0c4fb3ea03c1e1831a236/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-arm64.zip",
- "hash": "659c3b5df4bb53fa3735ba0560135e4efcd2699ae6c9e487af773d5df20f7605dc08142bd254a23aac1f237e7281e0b43717d50108f1c70ec76421144c505231"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-win-arm64.zip",
+ "hash": "4591c6ae7d1f9a98b83cbf9be2dadc82bd26551c536da559f14dfcdce610884cf2a0e5bf209bfafab98fce545302e0497f92cc8b6492bf1182aa771dd977d40f"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c13d1994-bb9b-45c2-a7a5-9a9e98c7e14d/38526aeb5e505dbab37c8c56b245f135/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x64.exe",
- "hash": "b2eeb4231596ceff65f862c13296d359441d9b619b77c6c0e9e814ad8cb67e14780b5c24259268125f48ba95f06fd0a41871f8fd5e3b3a2ca3770b509bf3f94a"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-win-x64.exe",
+ "hash": "a6c0f170f649eca7f3bb87c9206a626fe88e2b4433b48f8324fbdd5e488f30f7f6e4511baf9e68a4aad7bd8bf400a11fc4b621ba44c767e1d145dffb4bf40bc0"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ba997356-994f-42ed-b4e1-39025c4ccb6a/6e7fdd95c3c9f901a64b4f8eeb407f41/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x64.zip",
- "hash": "2812184e80ecc1bb46702c29eaea0d57d801c256be5b7687bce90c2682629527de5799d17c58545176c68a2baee0d7cfedf88dff89a9fcd8ccd66968a65184e3"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-win-x64.zip",
+ "hash": "65ff03441f22093aef7f6656a921be15b3033b0275876093dc83c7ab531b18b6253599850f9d1a072c5b0e18efad8f9cb12b6ab9090e584fe2b0d2e4c0dcc687"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/03fd9877-39c5-44f4-aae8-a93c1478cd5a/05ee29b94f8eaf3b1cf0bec474312f08/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x86.exe",
- "hash": "97bc47a77e7aa098233bc08ae41b82820d5f72c4688c837c657da8138de8676439a2b8e3357e01fe1dd5f8947f0e8cbeb319a617cc12b473a175af145b75ab38"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-win-x86.exe",
+ "hash": "747475e25487900b801c69befd36db795011c7650787f2208f6d4d5fe08de934dace9fca7c757b59200b0fca5b47f5788a916928e743fb27682c5a1326b3a51f"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/85652fb2-811b-44c0-899d-2f9d9a161f6c/67ddec0efbb096a6b169dc2bc3965993/aspnetcore-runtime-6.0.0-preview.5.21301.17-win-x86.zip",
- "hash": "7adafb4e8f67a56c78ea86bebf540932dc9ad5092536ecdab585658ab646e68e01bc3deef00c4fce391070017ba3b21008f7e4daa7e0dbb986f5de998dc98007"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-10.0.0-preview.7.25380.108-win-x86.zip",
+ "hash": "8f17caecbdc2998e82d6139c53d7ed704edf1c3a7760723bece3e7e1a0bd83a557867dd6f2d64fa16ac1762eb869e2f9d5f6ba026cf2ee25ef179b8fb15786c0"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-linux-arm.tar.gz",
+ "hash": "91f6f9b4aaf684b0f77d5f6fae0d8b1f0c58050d93acc17a850679ffe1b37cbf759397d9ea85e582678844dcde23d8eae7b749c2048ac97695861180c58e30d8"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-linux-arm64.tar.gz",
+ "hash": "becb23fb61e649700dfb904d888ce059075cb209911d99fedc62ed2c4c385c8c923737e9a67413b9f18e78959c23a423663808626a0388ac94c937b5f2dff95d"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-linux-musl-arm.tar.gz",
+ "hash": "f60b45eeddd3d56027fc0a80827609d9c629399fe98e80202f4c516a993496f97bd437b76bd035ac9a54d46c2de59cca29da0d53d25ff8e039f81740edea0ad0"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-linux-musl-arm64.tar.gz",
+ "hash": "e9bdf9a49812016deed77ca260b9885382ed5f316e39d0fb436822f4acb3e03a96522f2cb5802de1f005fd2ffb6e4fbefc8e648567d854a4de35faa66644e546"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-linux-musl-x64.tar.gz",
+ "hash": "a0308e347adc280cf4fdba2c41479ff400a70aa97bbc51375ce94d4a3ff008fb59d9296447d0f8b10ec9bb63ab548daa5253f105c46819c72dcff42ebcbd7a05"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-linux-x64.tar.gz",
+ "hash": "8bf3330a819b7cffcbe4a50a01292b8aef27744053c582a3ce49e719f61b656631424e021eb4153213b083eeef119d35878fc5b3567837b9dbe8d3c3e096b7e7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-osx-arm64.tar.gz",
+ "hash": "e3d8eadc77b19b11ad2e73f70611c8fd3176e40d7a450eb24d3900b7c5534517ce02b90f1151dc39cbbf5443973e755cbcd7ec54a0085895edfd34cb7462c15b"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-osx-x64.tar.gz",
+ "hash": "c5f33a052cb5974d918325c59080e5ba83805b71fb14834fbaaac08bc4f5f0132f990c5e2d6138795626af03f654bfec9ea8bb6682c0284cbe13d282d7e8670b"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-win-arm64.zip",
+ "hash": "0f97fcba1b776f40fbd5e143bd133525e72dd0681904caeeba787a84ce7ddd663772ddcc17ad9b18864594add81412c67aece328a32d08c4202f017cd1132e33"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-win-x64.zip",
+ "hash": "43600b61621fac1b28f71f2351dde3f8c4a21aef83780d68e48431a9f5fdb421e3aabd1e1daa2ef87f11c2948fb3e3dbfb089ce69392e610e2fb6a22ee6b4e92"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-runtime-composite-10.0.0-preview.7.25380.108-win-x86.zip",
+ "hash": "8a8c1d59b68b14c11951f6b13586cf45fa6b9fd710399ec4d60d9ab5199080b278a0bb753b4218612f9eec145ce457206ab3b3415d55e3e8684dfc114225d779"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-linux-arm.tar.gz",
+ "hash": "7c6bc501bcabc772eabfc67657fe2d15f9e791bd0d35f4203c9ec33224f61542e507a760940d68780dcfa3812af6412f1c33c0078c41744c278412770e0b3885"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-linux-arm64.tar.gz",
+ "hash": "3ce7319bddd29c12ac3873454aee6d7785b8745dd971541756f43a5a689c33b671563e8e3bef09b9a04a8ba29f710f08697c85546e20a65eea303f3fb1f67621"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-linux-musl-arm.tar.gz",
+ "hash": "0b9eefed4c325c55864bdbc35dba99031c0afd760e993675b906f978d03f9ebfc04ef882aa75d2561f16838401f679247566b184c80a2ee9c52ac85ac38e7d37"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-linux-musl-arm64.tar.gz",
+ "hash": "936ff1ea380acf08a082939ad1868d39de56de241f10eda333ac898c90da5ef1a2d00a4a0791a34968da5173ed418e433ed46181e7e75176f38e9d78e691098f"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-linux-musl-x64.tar.gz",
+ "hash": "c45cd04247953debebbe05ee80be301e4f08cbcc9507f3dbbecc7ecf5dcfccfc41e4fd14f63370efca7b3c929386bbdb1950cea69e8058c46f2b1fecb7f14ce2"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-linux-x64.tar.gz",
+ "hash": "dc01594312f6af1c0fb3a5442f17d2360275eeb6e4bc4fff56fb045aae3c152c6cd0bbf586fd0f436a4696e4221155423df23d242088e91f8266e8107e08d5db"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-osx-arm64.tar.gz",
+ "hash": "e6236d0cd3d6d710f88bbf88922f10c8ac707dbcba5f9c30109ff747292ffb7462eeb40116dc34ff91f8472f0b3de8456b3c7fed00c638c6de8b6045e637df95"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-osx-x64.tar.gz",
+ "hash": "79945b4f07a337abc082fb0decf836d7cc89aa7f1cb45e356681d24891aeb33e5e1f2884c61645a8bbc76fa6fbfa351df5c6519ac5280bf97cf7cd38734cfcfa"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-win-arm64.zip",
+ "hash": "e31a1bc8a4d503cbf8395d8eb16ef7b08532528562854167932c5ef20c79dc88e87c0e409c58395d2fec8c8f4b7f6ca463cfbd3e4d1f833711e557c359ef6325"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-win-x64.zip",
+ "hash": "216e89ff5fa4f6db8a0437711b74ff3241f622f904d2b230e959b0d999199d0d17e022dddfaae1fe89fb697534e781f9fda5862f90e93935311388698fc2f5b8"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/aspnetcore-targeting-pack-10.0.0-preview.7.25380.108-win-x86.zip",
+ "hash": "c0a1e208550444848746edab69119592f02a75473cbf0688f4385c41cb9003c7236ecc878fc873b121831e61d34daedeb3e8bb75fd32ce561649432ccff38d57"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c850d922-7954-4e0d-ad31-d581f04e1431/cca5c76bec14321aa4a2dcc9ee17eca8/dotnet-hosting-6.0.0-preview.5.21301.17-win.exe",
- "hash": "327cb3eaeb09144e939c351431efa6da16c6a4d50a8b539f9f167d1d20722dfd1f32b4079c302933e7a24406d16401dd5fdb3528590df61623a224fce4db0571",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.7.25380.108/dotnet-hosting-10.0.0-preview.7.25380.108-win.exe",
+ "hash": "af611b874dfee24d1ea3d3a017197142de2b1403d3c28977fd9e99070485fde1396346e1841f8a43fb6a3fde9b794960cd7bc587e5b7881b92a49f3555cead4a",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
}
]
},
"windowsdesktop": {
- "version": "6.0.0-preview.5.21301.4",
- "version-display": "6.0.0-preview.5",
+ "version": "10.0.0-preview.7.25380.108",
+ "version-display": "10.0.0-preview.7",
"files": [
{
"name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/09301f50-e9d3-47f0-9826-0518e9a81a71/64397a13cd3a47713e5a72f328bd65f2/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-arm64.exe",
- "hash": "b0db34b03c869e07d51f63c2233b1d9f3447aa2e03b7a3084d020ad918196462fdc646f9848d681a1fa87fa98fb029999bbf234349dc4064b6000d51d5dcb901"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25380.108/windowsdesktop-runtime-10.0.0-preview.7.25380.108-win-arm64.exe",
+ "hash": "f51f2af41a5439881325c91c704a1168f362d9d9b941cd4b886f4c6fbe990475645e4cb35ca51aa3b5ddfb4d8b38f043438efdc729e7f7cc4c487acc6130df81"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25380.108/windowsdesktop-runtime-10.0.0-preview.7.25380.108-win-arm64.zip",
+ "hash": "221d531a3ec206890d53653e72fab90382bbe5e276011dc48c4df1d9305315e23e739eb6086dfe8635a70aca9348ee958b732d9f48534fdd9d115e31dc64b39e"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3e0ae708-2bc5-4470-8836-67d64eb24eda/0c4342f2e8c032d461a64c9b72881106/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-x64.exe",
- "hash": "ee6b99e968265ced5119c34412a89868511ae1b40274ec965862c30230f1568233e16bef0bb26c6a69662b4365add31c78c3078f6037aabb771992a4c18306f4"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25380.108/windowsdesktop-runtime-10.0.0-preview.7.25380.108-win-x64.exe",
+ "hash": "04fa7bb4fcb12b2af615587d86dcc1ba63b4c34776d08d0d293ad1118d39a929b03a6d9d0aab1d9276c5a6af70528441cc89737d21c99a7302c15fa9a93bbbd7"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25380.108/windowsdesktop-runtime-10.0.0-preview.7.25380.108-win-x64.zip",
+ "hash": "7ce1cfbd1de6d0ea7c53ddf05dbdbe6ebdc14bd52929e05244539d5d62fcc80c079f5aae21e455581e1ed9ed8043645ab7c6cf944f69424c22cfa12ec722e2b6"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/30fbf394-c4e3-4340-aed8-c881e03b27c9/53a2b97e08e9adec809ed21267406a39/windowsdesktop-runtime-6.0.0-preview.5.21301.4-win-x86.exe",
- "hash": "9bbb48116e7cde220f7f4163c7ec48b47ba7405baef0554139a5dad9008bcb10e073a071397150649b8667227c3de2d3b7fe6d66a295ba1dc60ee8bda32dd257"
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25380.108/windowsdesktop-runtime-10.0.0-preview.7.25380.108-win-x86.exe",
+ "hash": "6d0914c46d926427a191f1f597e07c91437dd6f87e2d8929bd6b06865e28dfc54a0e47fdfcd0e16d74b046208d453b8376f825f1557033b21c439b7c59ebd048"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.7.25380.108/windowsdesktop-runtime-10.0.0-preview.7.25380.108-win-x86.zip",
+ "hash": "d09b3c3067a3bf018c037df7c45fc72ed14f270b66d515b165902c21c36f2e4e109a69fdc33a108aa5da3dcf74736bd6a2c3535628d71d0c4428d4f32be92b5d"
}
]
}
},
{
- "release-date": "2021-05-25",
- "release-version": "6.0.0-preview.4",
- "security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.4.md",
- "runtime": {
- "version": "6.0.0-preview.4.21253.7",
- "version-display": "6.0.0-preview.4",
- "vs-version": "16.11",
- "vs-mac-version": "8.10",
- "files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ef4107cb-7f83-4049-8ffb-abb57eca3eba/5b293d0a78a7502098d82bc8cf7fb3ac/dotnet-runtime-6.0.0-preview.4.21253.7-linux-arm.tar.gz",
- "hash": "9006314540937845adb3e8746fda48037bbbfb28cd76eeb66655d1d1a92014d979256cb78b08f5f85fe8b5b8952a10b3c152be99b7dda3b2bfe1ecec5935126d"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b4c1b7bc-22ef-4c03-8bcd-e93c54f2d535/5b697fd959e80c67bb92ce210436c587/dotnet-runtime-6.0.0-preview.4.21253.7-linux-arm64.tar.gz",
- "hash": "69b97e6e2a98acf0dc81ceeed4bb4ff098edcdad7ce459068c1ba4393f3e6db7d6f4df75c7e41da65ac984daa9ade8a14b8277175ac695737a2a03406598c541"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f979a82e-ee67-466b-ae95-39014e253007/8a22e3388b8b7fa03d34ae694288abb9/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-arm.tar.gz",
- "hash": "2cb28f12114248fd6e068d80f249dc322d5c1d889d4cda663528224face978916c2e820fe7eddaf5239da146f804cab62efb2309f186815a26e894523ab396ce"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3b8a735a-6d7a-461c-9ddf-436444d81eeb/ef59b5a55b257ce800e3d537e500bf36/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-arm64.tar.gz",
- "hash": "711f9d17219b71dabcad305f3cb5f5a9c25891908ae9410ca8af3d3afba932473daca2a221fdf7338ec08875770f7d166a0836c287bc5b7c1bd856a0347d975d"
- },
- {
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/01271d51-222b-4dd9-ac04-ef08781a8d61/b47a41c512e03b97df2e108667cc2004/dotnet-runtime-6.0.0-preview.4.21253.7-linux-musl-x64.tar.gz",
- "hash": "5e837bafe7a5027e0b7abf9f68724d39dd4aa7f04ef3e04de3304848ffb7f50fa3b975ca08163a7b1e84fc1945061516ed617b224539ff159c31674ad12702e0"
- },
- {
- "name": "dotnet-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ba1fca18-cb33-4eb2-a7d3-770331f3fadc/02b0897fe253e3ecb35419c33e985f85/dotnet-runtime-6.0.0-preview.4.21253.7-linux-x64.tar.gz",
- "hash": "baa7a1f8ea64ff93850b4e9ef44ba3af2e7ea8dd72354e70a73147e630fca97fb8e7f4f7ef963b0f7067baaf26c29e002a330663d32ee2cfe3bd2a0049841f6b"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb84fa05-f898-4fa3-b6af-49dd6218fe2a/208ef70454ddebee075044b8e924200f/dotnet-runtime-6.0.0-preview.4.21253.7-osx-arm64.pkg",
- "hash": "4a7220ebaace274e0befb11115f33cff4391306b1f3b654fbf4a470ae05eee8e887866bdd063b18ed660a66ac35dd0fab2e9b68453df3ac50b582ff543d8cf79"
- },
- {
- "name": "dotnet-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/be13fe16-ecd0-4704-bda6-3a0758bfa3ef/658adf39561a6f711b5dc313ad540d50/dotnet-runtime-6.0.0-preview.4.21253.7-osx-arm64.tar.gz",
- "hash": "35d0aebdec8452b3507b4b4780f44d6daeaf7e2ebff880dbc9e10a470d33167e05bdc3e48dcf60090b2c58fe26945a1ff25c3b0ddde05d2fde25b62974c93d9d"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bab80210-ac54-44fa-bf41-7474c6371cf2/eadcd657b93e347d08bc33c59bd60835/dotnet-runtime-6.0.0-preview.4.21253.7-osx-x64.pkg",
- "hash": "e86ed9c9844000f105f135add6b0ce72694f5a80e408000aa4272f17eb8d601b7248de8071cf8039091657c321d893b8b3d6bfa1bda9c51f0e71efc8635ce097"
- },
- {
- "name": "dotnet-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/120689aa-0443-4546-bf0f-49811528d64d/247a950a605bd0cc1a6ae2262898b1d8/dotnet-runtime-6.0.0-preview.4.21253.7-osx-x64.tar.gz",
- "hash": "bfa3e8693436d082d231c3e975c9897c169d7285e7963a84c5804af512026faa2366da620c3ff832dea662b935573ae391121c5a5bad7c43ccd9f54194748600"
- },
- {
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8572a5bd-c181-4cd8-b4b5-2b540abb00f7/83e09af677e700938e5ab6fcd2766667/dotnet-runtime-6.0.0-preview.4.21253.7-win-arm64.exe",
- "hash": "8ee0d2af80630c882b18166522f074847fc4864634022c8f8b240e38985fa0afcc9de7348aa3e19a6386e92ab7b54234dd917716f14a0ba0a09fa780337caecc"
- },
- {
- "name": "dotnet-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/27087b99-d8db-4ce0-81c4-83df88023116/1b97ed48a61e7502d546a68d7c2db300/dotnet-runtime-6.0.0-preview.4.21253.7-win-arm64.zip",
- "hash": "aa7b52e90d6b7baed3400f4feb0d961ce1f0a2a60bf892d2a7311741fbd4e1f81b9526456555c866e73a2a1cd2f541cc84a5be6be8a8be5d0c937eb40d110265"
- },
- {
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4da29c93-2f04-4c51-9bd2-920c455a6379/b9a822a68b93f234d818863d83c8b02f/dotnet-runtime-6.0.0-preview.4.21253.7-win-x64.exe",
- "hash": "e3bfccb01aaf94bf7f2f9ddd4b4dc304f96cb948da3e6cd2fa2ae45bde7f5880b0cbc5110a1f08f7998e94c8f6adc5274f958abe77af0f283881ad07539bf38a"
- },
- {
- "name": "dotnet-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/686f3a1d-8737-47c3-8b7d-c6270833cedc/42e66fda0bd3d34f3d309ff0b88c4733/dotnet-runtime-6.0.0-preview.4.21253.7-win-x64.zip",
- "hash": "ff573c192f196f641d6616addb7d629c22c6aa666b4abbf0c3bd5fa4d6758a74175dd08dec9edbc166a8cf90b1f9888ed791609f03972d12cce99bfaf058f1b6"
- },
- {
- "name": "dotnet-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0315d2cf-60da-4952-9c12-7ee35069cc79/b49514346b0cd58a2242feb74d54cb81/dotnet-runtime-6.0.0-preview.4.21253.7-win-x86.exe",
- "hash": "11605f52a760c4cd7d788eda34d32b98397e12ff65f9be89f0a3d94c65cf7f62e3a12e1024b0e30451526e87f2f9f606d05a897c6ac990d15ab805a1a4d2ec9d"
- },
- {
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9875ad23-f779-4ba2-bada-ea5296d303ce/d74a18d7a72131b66c355165a47d3870/dotnet-runtime-6.0.0-preview.4.21253.7-win-x86.zip",
- "hash": "ec10d0f77b150f592ca6ed9a9fc182ff164f2f17c185d09a89d90ff1e8de0da1306f0d7952fd7337d41bad391ed25c07f2ee4e63aab62160849fbcdbafa5984c"
- }
+ "release-date": "2025-07-15",
+ "release-version": "10.0.0-preview.6",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview6/10.0.0-preview.6.md",
+ "runtime": {
+ "version": "10.0.0-preview.6.25358.103",
+ "version-display": "10.0.0-preview.6",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-arm.tar.gz",
+ "hash": "585c154aaac1ace4e219c9215cdb718889c099a38cb6201728e9687d69455c9b8cf37f8e3185eb0cd15882941231427e72ac114c6f357842a1e22d2ba20a3b4d"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-arm64.tar.gz",
+ "hash": "a2ae0d8197ad4fc163de4fb08a36573c30d8705a0bcdec3b1415600bfcd1acc33a6d68eaf2c0d973c49fdd54b00a83db8d29aab884bedcb3ed76ad136f628014"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-bionic-arm64.tar.gz",
+ "hash": "133d2f1b66a4718ff9c3fd0c4c4057f9f1871227ca8e58baac7db16fb23ba9538831ee9340bf586f2b02f1b81944d2037456c40775d20470aa2102dec72229d8"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-bionic-x64.tar.gz",
+ "hash": "2995b47505eab9f096d2cb9aa5206d32efbce9800f98459c32b2c7e04304f2486dd854b27e7aa6d9acfd99ab9a924882c6ad45f9142591e5781bcaed64a203a7"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-musl-arm.tar.gz",
+ "hash": "28918c347755f2134eff8258c81aab68b31b50258403e9b4de9526bc3018f5f6f3426edc7ff0d57505ec68ba5d5063b6305e20feb984e6154142640e41687ba5"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-musl-arm64.tar.gz",
+ "hash": "f8059a20d357829034d76e590de828f77f6aa2cbc4e34f801fc7b1bf5b07354455510d7fbf764bffe488677de66c8a3262cd9ef1c5f7dfa47cb223bc6f0ebb36"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-musl-x64.tar.gz",
+ "hash": "75b28c2bed54aad80e438d213641f9ace3c3bbf3a38854bbc8c741fad1a1f47235a9abe270e098e2ec52e3e45ec44f1c6b54687afba3b68a58b37b98885c8f41"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-linux-x64.tar.gz",
+ "hash": "0a09c4876e9eb8d9c420b50e5e302f524444d2779ab1d9491d422cdb4978072b947bd5a42d3a1d8b59654f14e25d3faca7707c0052b66f05bf93e30103afb83c"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-osx-arm64.tar.gz",
+ "hash": "869eef0c88092f05d2474fb0e8948cfcca8095113dda3cf96526e512ff000e20bb4ae612da59fcde189962b4f45d05e6a6c94747dad9a19698f42c075701c9a7"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-osx-x64.tar.gz",
+ "hash": "116d4a16b5ee05cac6de5e722221e9ac410de7c8fe67bace1658087753b29bfa806850a4fdbcea868ff795ac47e83e3b396874f2a1c2b0d81bc4e05745b07799"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-win-arm64.zip",
+ "hash": "eec0524c8a2ab1be2be7d69a3b0e0a1f98482c22c9e4ec660f9b13f2634133b7d2679b0d3d28824bb16aef19047b7e73e9560504cda8895d0d9d378154af4453"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-win-x64.zip",
+ "hash": "401aa11ed41158f0f96a3b4a2ae87a590938cc09eb50d61fb4b5d64e6d68ab0f8bd8c8c36068e44a33806accc0761285df1a798b9202de24d5a44da57efe1a67"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-apphost-pack-10.0.0-preview.6.25358.103-win-x86.zip",
+ "hash": "fac7e239efbeca54a4fa2930a08444fcb6e9335b7fed152a4f9726f067d9edca1b66bd68866e3f3c0288215f5397d1ebdea6a9b63b582fc59f9472033e42d92f"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-arm.tar.gz",
+ "hash": "764167d3c6539e5dff9e3f1087ea40b37bab272f7e6c1de0c862d76a4d0c34452799b458e9fa70329ae28ec6d07d6b624b3f5bd0aa2812e6e7ec8f8f6af23b87"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-arm64.tar.gz",
+ "hash": "71bc9db7e507f3997526c4f3933914600f90f00031c617359f3b80b72b818a58dc804a5edb34c6b7cab1e16571e8555545950d1a0720bff5b31ac63744fdb4e3"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-bionic-arm64.tar.gz",
+ "hash": "0c80d273834c46467ee5dab34357646409200da6e28d95a2a3a5b2e5b75c21ba87dba9d8183dc89638594fe7fbb9edf2f597cf9b43f5f2e46eeba5054f7e21ba"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-bionic-x64.tar.gz",
+ "hash": "6d15c7109d2b758c7a035eb688f7494be8442a256b2fafb436536fa1253c98103c710c6bf27f22d0a11949933e60fd8ad5dbdb40a3bac890682bf9cb6acc00b7"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-musl-arm.tar.gz",
+ "hash": "5d717d86d0f956df2581302703d4d848dc814231e71293a090eaf56b18146084543a3d4670e4310eb90f392e182ad007c9cc7cc1f4514d0efa9df3b65d1083f1"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-musl-arm64.tar.gz",
+ "hash": "e263fb33c241becbd8f2f7a63f9b5f4123c1a667c55447f03a249cff5491b38a6dfa6284511c0fc62745c69f302b4cad9c8088c270093582d7dbca7a2ec65d0a"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-musl-x64.tar.gz",
+ "hash": "cdfdc4937a5b445e2b8ee92cda875979d2568948dd5fe7d01f84305b6321dca64d67ed61a98c1e71c6da1eed822f075d0bb0410551aecb0f8f3e1313843676a8"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-linux-x64.tar.gz",
+ "hash": "7feacaa8655e14521db6ba9a786072377f063864e418c5e4f5ea79923a29f4724ef6ed160745459ee028f19279afa1c0fede9ab693372208909eef8733ca0364"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-osx-arm64.pkg",
+ "hash": "be7ec9636516c06e79f6dc28aa9aef6d11db0366914e4ded984457ac7c96d8f37878b561fc7f541b85d1e397118ce11ff7c60ee1baf977a2de86d6f9982f42a6"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-osx-arm64.tar.gz",
+ "hash": "cd7cc494aaed62cdabf1287a08cbc3a0f28f3112e896e037ed82d845d65387327e234525bf1c0449b03ef2185233d4562fb59fbfd19d5f28da3e0a6713745377"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-osx-x64.pkg",
+ "hash": "92fadd5217830fc2613057f634651d21ada3cd0bf46b3bd45b77756ecbaf87f0ad63aa3e48272e0e03db9a3cd78d80ad64cb7ff8932f3430972b4913b50c4186"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-osx-x64.tar.gz",
+ "hash": "966dc47b3aa1c7aa923b3548d887648823692b053f093e4f26b866bbf5809b1dd6ef38bd2c2e51a4e80f06c5dbe4aed0db5bae552ad9826462fac30ea68ae616"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-win-arm64.exe",
+ "hash": "b74971fcc40e00a356f125c8f10cfc2bc3718600de2b9e40e3fdd5f501e622fe5168b398ed200e76f162ad3d95a19957ddbdd737c31c61c2709c0997d39b0ae1"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-win-arm64.zip",
+ "hash": "d85f4af276803be33bbb611819b1165cd782afa60589ff1809b8f41381aa994324ef999c8e369d2ed0a5954560a1a8c4dba31d64a482e1972767c5ee4ae9ffdf"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-win-x64.exe",
+ "hash": "582a2d876675f4e2c554de07455342e57980489a8508b62822bb8e935057cb98901a8f843f2790a65b573fd5a569b2a7e7103360765f06929f27229a60199e2a"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-win-x64.zip",
+ "hash": "691f89932e1204fb62978efb8b25599654e0a86b2b66dd617229a06207bb74ae1672e938cea6418391f9aa9f3f408735f8a8d86866c9822d3f6cd5616ad1f78a"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-win-x86.exe",
+ "hash": "0c6c85c24ce88805d80289b3a3d03cf43f068d9fb276cf8a2573f08d2c2dfccc4f07695d9c19b9a2787e53a5fdf9c80711e736c84fea7f3d6b4422a06351919d"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.6.25358.103/dotnet-runtime-10.0.0-preview.6.25358.103-win-x86.zip",
+ "hash": "5d0d423cc356990aff4b2ca926bc9279a9497cfdf38d80ee00898d6e397b09bfe8c858e54f4001862ef149af262bd39cff4e473761dc1bea87c861ec21937517"
+ }
]
- },
- "sdk": {
- "version": "6.0.100-preview.4.21255.9",
- "version-display": "6.0.100-preview.4",
- "runtime-version": "6.0.0-preview.4.21253.7",
- "vs-version": "16.11",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2019 (v16.11 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "9.0",
- "fsharp-version": "6.0",
- "vb-version": "16.0",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33688994-4547-4f42-b078-2da4c0396fa9/a5904769ea3badfb4758900d16672e4c/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm.tar.gz",
- "hash": "5207f2842ec70fc6b428e20d25fe9b11202c593db8095b04d8f67a1ab2f445675229faa6eca9f07746d98a70f2cb891b5c6f65a1fd559ee1b8201be98d34e481"
- },
+ },
+ "sdk": {
+ "version": "10.0.100-preview.6.25358.103",
+ "version-display": "10.0.100-preview.6",
+ "runtime-version": "10.0.0-preview.6.25358.103",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-arm.tar.gz",
+ "hash": "9588e34dc8b1044bdd8e9cea1fd0d6b567fedf0ddbaf4897b153ab9b3e93ac4957457810fa9ecd7da4d5a36d8a05bc48b670afd0f52d4d56d140f742a043820a"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-arm64.tar.gz",
+ "hash": "7301643ea2fbdb2582526c6d4699d3cb657f6c90e3ce7f2746ad51c320a8483c280d3a15fc2e072605b2bdfe76369063a384ff61d79ff9644183e4b21c1ba774"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-musl-arm.tar.gz",
+ "hash": "f44fc0920da6a86974ee52daece0cffe8c891193ce9a9d686fd93e817881ec248b913e71745ee576a65bf4fdc16506718af90444cee0f7014fb8967a93a6ccc8"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-musl-arm64.tar.gz",
+ "hash": "c4afefa798f970dde3a65923c02648b67f3b554e51a7de13b2d29246843712d08645c8fc223a408bd37e0dfd7bf87580d0468cfa740095ec5b35b927406f8b9f"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-musl-x64.tar.gz",
+ "hash": "2c28fad74999a319489f3d3c313e357923fe51a4021bed35399780f2daea959cde84d91835d1e310c93bd4b7cb695fb14f6f6501ad0b1661742ffc5801536269"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-x64.tar.gz",
+ "hash": "662bd61a77275a893186aed5b0a6e66a613d33657f71026a27f765f1196b78e3f3a2ada58e1b37e0faeac39a8377b3e9b3bcea2b72c5b06dd5d9848ad9873f3f"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-arm64.pkg",
+ "hash": "2efa514a050bbb510ea9d90285150be21603050f47ffcf003d3159a1b9b511ec68a9625ae275aaa70b28fa765ce6b2ab1579e0f8884d73243b7fbdf8ac06632a"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-arm64.tar.gz",
+ "hash": "c4320612a514117552a1cb13bba44173bd8bdb9506c13b4b9a67ae9ab0b38aad7ecd4e5dd1d4c3230ba49fb96ecd14b2af3416929e7651c5c990cbf76deafb9a"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-x64.pkg",
+ "hash": "35fbe5c4f4f4174ed4787c75ed2cdee60547738f943b7271ea39f72732e88870c95425cb9db952178ffdff0bf4564d83a6eae246d8e933659e723e1b45f1b233"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-x64.tar.gz",
+ "hash": "ad69643ab5b9034d0197170ec7e4eeb0d812cde5f028a1eaf17fb0f209ce2b251932b24128db0c55f057b3e9aff67d78bcb045980893f81d96950323611a6795"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-arm64.exe",
+ "hash": "b1bd9329345e026cd17c29c83858f6d1990d254957abfc8bdb9abb61e49e4c3bf1bb96a5ebb19d3f71372e768a4df6e65511b77dba8566adbabcb56c623375a0"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-arm64.zip",
+ "hash": "9f823a3ad6c22b0d69c9473777bfcc47cad29e269cc29213730ac6d9bb6b24876686632fc2f838cfcd53f9b176d7b5b059cd506407ddb42b2c345c1c45b7207c"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x64.exe",
+ "hash": "c22b1d70697c489b21a0edbe99862e46808f455e1032f8b1343d1469487db6c662ddd35daebf92801d274415f288b93eb28298fae169b30127a6518c40168405"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x64.zip",
+ "hash": "e84217e64382fb73c18c2159f0abdf6e389dbd9013f1191d771945d73fbc38bff95b00317a7c8de3946e9a9dc46daf134afcaf328362bec2e196ecefe6d9fd9d"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x86.exe",
+ "hash": "a4646a5aeb99250cd2508318e4388c7402076623a7ce2f4c1dd5b011b43ff81ae347ad291c433eabc7b227a66677676fe8e224140dcbd33f6e17547dcd500d1c"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x86.zip",
+ "hash": "bba2dd299e3b1ed02d407d61acf54751aef0975435b6be2062d0d45d25c839f5b08843db644f90c5a16cffd785c22f13da03e835d8caaf84fc31d8071313f88f"
+ }
+ ]
+ },
+ "sdks": [
+ {
+ "version": "10.0.100-preview.6.25358.103",
+ "version-display": "10.0.100-preview.6",
+ "runtime-version": "10.0.0-preview.6.25358.103",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
{
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4a0e30f5-9112-45f9-80b0-a5156056907a/7b526737d2907cc9f7c04f9e6b83b9ab/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm64.tar.gz",
- "hash": "40dbb1cf48f7f27ba95e36b5638ce5529cdba8bbfb03b2ad84e03924067f17ecc1de12132a66bb07f6b432d247bfb80e86cda7f7832d34565b880acc65940321"
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-arm.tar.gz",
+ "hash": "9588e34dc8b1044bdd8e9cea1fd0d6b567fedf0ddbaf4897b153ab9b3e93ac4957457810fa9ecd7da4d5a36d8a05bc48b670afd0f52d4d56d140f742a043820a"
},
{
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/af1deca4-59c9-4937-9fa4-94e4bd1bc219/d09f40ebec7acb0c13486de25fd8a3f9/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm.tar.gz",
- "hash": "4f677ceeb3f6dd2d92c6865d6864619519dd44284f52fe5ad7534b2d5894e5342152a835b2dbf16dbcc954b49e5dc72037eef2fb0c7a4af94a89f4fa6a0c6db9"
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-arm64.tar.gz",
+ "hash": "7301643ea2fbdb2582526c6d4699d3cb657f6c90e3ce7f2746ad51c320a8483c280d3a15fc2e072605b2bdfe76369063a384ff61d79ff9644183e4b21c1ba774"
},
{
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/43369da5-8224-4521-b016-c80aad952c3b/55c0d35581c09c3e9c8baa5030032fb6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm64.tar.gz",
- "hash": "f2046f3fb7513da68c628faf119830e9618e19858b0b608fb38df91ee060b642243e89221f622fe4c7c09a745bc997611d4deed5ed9d1a2a2de08c864df67467"
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-musl-arm.tar.gz",
+ "hash": "f44fc0920da6a86974ee52daece0cffe8c891193ce9a9d686fd93e817881ec248b913e71745ee576a65bf4fdc16506718af90444cee0f7014fb8967a93a6ccc8"
},
{
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2d0924ab-30c1-419a-9d0a-2834082f8249/697944b028b6637529854dc17334e7f8/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-x64.tar.gz",
- "hash": "101db50031fffb064d6ed86c496762c0cb19c0fb32e5650d1965f005b256e5401c6e7665506eaadf972eee61962d4a1e8c2f55ed033b82fea6f458ad59230338"
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-musl-arm64.tar.gz",
+ "hash": "c4afefa798f970dde3a65923c02648b67f3b554e51a7de13b2d29246843712d08645c8fc223a408bd37e0dfd7bf87580d0468cfa740095ec5b35b927406f8b9f"
},
{
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f5c00d7a-e1c8-494a-a88b-9ed1dc62249e/8438122af4fd928900a0ebf129c6c1d6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.tar.gz",
- "hash": "9b4554f9c223ff70083618da7c12a70686d39f7b413583c6a7449bfbb5e871ef281b3f692eefca53864ea57217685bf4d7f80383015b2462666a0a26376e0f97"
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-musl-x64.tar.gz",
+ "hash": "2c28fad74999a319489f3d3c313e357923fe51a4021bed35399780f2daea959cde84d91835d1e310c93bd4b7cb695fb14f6f6501ad0b1661742ffc5801536269"
},
{
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7211a88f-9174-4898-b993-524bd9be0ccd/b9514532ce0a48b5391563416d00b12e/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.zip",
- "hash": "b59425c30ae09bc3b2de92963ab246251b03aeb612da8b2c28a792ee7813b599db97f484878231bda221eb4f2480256a5bf7d95191a3180a75b7ca966971c0c9"
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-linux-x64.tar.gz",
+ "hash": "662bd61a77275a893186aed5b0a6e66a613d33657f71026a27f765f1196b78e3f3a2ada58e1b37e0faeac39a8377b3e9b3bcea2b72c5b06dd5d9848ad9873f3f"
},
{
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bd11a494-6dc8-4b74-8980-f784593a66e9/13703559437ed332269bda08e90a2f40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.pkg",
- "hash": "7f61261f7c1a2b5efdd293802f184d2b7ee06ed2431bf6f92ddfa32822ab093dd73fb8e20b672253d043476ca1952d71f4b7ee06e02d26d06401e80584a727d5"
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-arm64.pkg",
+ "hash": "2efa514a050bbb510ea9d90285150be21603050f47ffcf003d3159a1b9b511ec68a9625ae275aaa70b28fa765ce6b2ab1579e0f8884d73243b7fbdf8ac06632a"
},
{
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a033783b-6a59-4ed8-972d-70859ec974d7/208ed46fef3ad3fead8657db0f340ded/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.tar.gz",
- "hash": "a8c3d8890bf3915b4a6d540fb03e64b21a5e18760865d30176676e0f640dda438cac2937b38954af07554587ef11c3c1a13373a8a0017c3b225bc0b2f45964aa"
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-arm64.tar.gz",
+ "hash": "c4320612a514117552a1cb13bba44173bd8bdb9506c13b4b9a67ae9ab0b38aad7ecd4e5dd1d4c3230ba49fb96ecd14b2af3416929e7651c5c990cbf76deafb9a"
},
{
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ac07e48a-76f2-43d4-963f-44570a91bad0/db2f18e6725314da693d59bbe997eb40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.pkg",
- "hash": "197265412cfb47d4e4ba0bda847011bccf6942615cc64ca5e7aae6576d98c7278a85a0d9dae3893fdc96ef2d9ac7c5cc13753cf5a4786eee6d186d79235ca549"
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-x64.pkg",
+ "hash": "35fbe5c4f4f4174ed4787c75ed2cdee60547738f943b7271ea39f72732e88870c95425cb9db952178ffdff0bf4564d83a6eae246d8e933659e723e1b45f1b233"
},
{
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a1080865-bad2-4478-8a9e-e1bb12bc2686/29674b3439940636a55447edb620b6bb/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.tar.gz",
- "hash": "c87060a6e8c9218269087f92b28e399ad478ef0dee4bdcc06d1cdd7469d7f21488a13aac8b6b63af2fd10fff37c29c6c5235fa4d1ff8792f7591416c0dafc16d"
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-osx-x64.tar.gz",
+ "hash": "ad69643ab5b9034d0197170ec7e4eeb0d812cde5f028a1eaf17fb0f209ce2b251932b24128db0c55f057b3e9aff67d78bcb045980893f81d96950323611a6795"
},
{
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bedc0958-6615-46e9-ba76-5e9b689c774d/3d9edee2f2005010e562a3e823503f27/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.exe",
- "hash": "f18407c55f119b9dde08bf0d4506d251a93cdf16734679e7655c027d5402eb9fbb43a0f723c9914e574785d1f30cfb89bab58e6c74c530360c9294d811f84a3d"
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-arm64.exe",
+ "hash": "b1bd9329345e026cd17c29c83858f6d1990d254957abfc8bdb9abb61e49e4c3bf1bb96a5ebb19d3f71372e768a4df6e65511b77dba8566adbabcb56c623375a0"
},
{
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/823f7ab3-4174-4fd2-9543-c5b8cc8f82e5/ba84f35366686f1a72df1cc228b0cfa7/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.zip",
- "hash": "65badae3775a05291f267b668b1f62cddefe45a69e435c15dafa9a24a50e7c5ba1e83d1aa7724608adbc15a1099331e5a6bfaac01da769aaa475e07b1a505d55"
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-arm64.zip",
+ "hash": "9f823a3ad6c22b0d69c9473777bfcc47cad29e269cc29213730ac6d9bb6b24876686632fc2f838cfcd53f9b176d7b5b059cd506407ddb42b2c345c1c45b7207c"
},
{
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6938823e-9241-4ba2-bb65-dfc154f36fb9/ad7d7beb47384a7ca8d49475f30688d4/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.exe",
- "hash": "75bf0d167fa68f46ee4e83dcf39b811b543f722796a676524e3f527faeeb6c7b2e9695b116d85669b1090d11a34c13d7c7f275976bb51bb9926d9ba7d57ae509"
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x64.exe",
+ "hash": "c22b1d70697c489b21a0edbe99862e46808f455e1032f8b1343d1469487db6c662ddd35daebf92801d274415f288b93eb28298fae169b30127a6518c40168405"
},
{
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f593336e-dc82-4440-932b-cbcd7713fb3e/da7cf8215225a99929192c406c897ce6/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.zip",
- "hash": "adfe0681f86ecfd586eedb54c39c1f1af02153e649787640bd97444e4f177c7e08e280448f38937e48a1eeade2063ec0d2c3eeb2d1d093ccd45b4e203ed33ad6"
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x64.zip",
+ "hash": "e84217e64382fb73c18c2159f0abdf6e389dbd9013f1191d771945d73fbc38bff95b00317a7c8de3946e9a9dc46daf134afcaf328362bec2e196ecefe6d9fd9d"
},
{
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5f51dc81-e293-4814-9a37-8c68bd3ec9a4/b9cf301f425651518a1dd00b53e8cf39/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.exe",
- "hash": "2c7967a33839f4e5ffe28d79b95f7c9426989673e44077810f38b58e99cea51d6976247624f4dbbb550051b9d2c4ec6cd07bdc3186d16bb1e04306478f647791"
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x86.exe",
+ "hash": "a4646a5aeb99250cd2508318e4388c7402076623a7ce2f4c1dd5b011b43ff81ae347ad291c433eabc7b227a66677676fe8e224140dcbd33f6e17547dcd500d1c"
},
{
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0b76b4ce-064d-49ac-85eb-1daaf34942d7/142bce0e13b08eebe07c4d4e07819350/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.zip",
- "hash": "ff44290f288fdf951878a1625b23acbf60088496436fb16f98ab4e6abcd00dd6282343ccc917f0d02e1abe014106420083e00a20645da260ebc41d0e94efbfd7"
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.6.25358.103/dotnet-sdk-10.0.100-preview.6.25358.103-win-x86.zip",
+ "hash": "bba2dd299e3b1ed02d407d61acf54751aef0975435b6be2062d0d45d25c839f5b08843db644f90c5a16cffd785c22f13da03e835d8caaf84fc31d8071313f88f"
}
]
- },
- "sdks": [
- {
- "version": "6.0.100-preview.4.21255.9",
- "version-display": "6.0.100-preview.4",
- "runtime-version": "6.0.0-preview.4.21253.7",
- "vs-version": "16.11",
- "vs-mac-version": "8.10",
- "vs-support": "Visual Studio 2019 (v16.11 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.10)",
- "csharp-version": "9.0",
- "fsharp-version": "6.0",
- "vb-version": "16.0",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33688994-4547-4f42-b078-2da4c0396fa9/a5904769ea3badfb4758900d16672e4c/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm.tar.gz",
- "hash": "5207f2842ec70fc6b428e20d25fe9b11202c593db8095b04d8f67a1ab2f445675229faa6eca9f07746d98a70f2cb891b5c6f65a1fd559ee1b8201be98d34e481"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4a0e30f5-9112-45f9-80b0-a5156056907a/7b526737d2907cc9f7c04f9e6b83b9ab/dotnet-sdk-6.0.100-preview.4.21255.9-linux-arm64.tar.gz",
- "hash": "40dbb1cf48f7f27ba95e36b5638ce5529cdba8bbfb03b2ad84e03924067f17ecc1de12132a66bb07f6b432d247bfb80e86cda7f7832d34565b880acc65940321"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/af1deca4-59c9-4937-9fa4-94e4bd1bc219/d09f40ebec7acb0c13486de25fd8a3f9/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm.tar.gz",
- "hash": "4f677ceeb3f6dd2d92c6865d6864619519dd44284f52fe5ad7534b2d5894e5342152a835b2dbf16dbcc954b49e5dc72037eef2fb0c7a4af94a89f4fa6a0c6db9"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/43369da5-8224-4521-b016-c80aad952c3b/55c0d35581c09c3e9c8baa5030032fb6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-arm64.tar.gz",
- "hash": "f2046f3fb7513da68c628faf119830e9618e19858b0b608fb38df91ee060b642243e89221f622fe4c7c09a745bc997611d4deed5ed9d1a2a2de08c864df67467"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2d0924ab-30c1-419a-9d0a-2834082f8249/697944b028b6637529854dc17334e7f8/dotnet-sdk-6.0.100-preview.4.21255.9-linux-musl-x64.tar.gz",
- "hash": "101db50031fffb064d6ed86c496762c0cb19c0fb32e5650d1965f005b256e5401c6e7665506eaadf972eee61962d4a1e8c2f55ed033b82fea6f458ad59230338"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f5c00d7a-e1c8-494a-a88b-9ed1dc62249e/8438122af4fd928900a0ebf129c6c1d6/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.tar.gz",
- "hash": "9b4554f9c223ff70083618da7c12a70686d39f7b413583c6a7449bfbb5e871ef281b3f692eefca53864ea57217685bf4d7f80383015b2462666a0a26376e0f97"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7211a88f-9174-4898-b993-524bd9be0ccd/b9514532ce0a48b5391563416d00b12e/dotnet-sdk-6.0.100-preview.4.21255.9-linux-x64.zip",
- "hash": "b59425c30ae09bc3b2de92963ab246251b03aeb612da8b2c28a792ee7813b599db97f484878231bda221eb4f2480256a5bf7d95191a3180a75b7ca966971c0c9"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bd11a494-6dc8-4b74-8980-f784593a66e9/13703559437ed332269bda08e90a2f40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.pkg",
- "hash": "7f61261f7c1a2b5efdd293802f184d2b7ee06ed2431bf6f92ddfa32822ab093dd73fb8e20b672253d043476ca1952d71f4b7ee06e02d26d06401e80584a727d5"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a033783b-6a59-4ed8-972d-70859ec974d7/208ed46fef3ad3fead8657db0f340ded/dotnet-sdk-6.0.100-preview.4.21255.9-osx-arm64.tar.gz",
- "hash": "a8c3d8890bf3915b4a6d540fb03e64b21a5e18760865d30176676e0f640dda438cac2937b38954af07554587ef11c3c1a13373a8a0017c3b225bc0b2f45964aa"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ac07e48a-76f2-43d4-963f-44570a91bad0/db2f18e6725314da693d59bbe997eb40/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.pkg",
- "hash": "197265412cfb47d4e4ba0bda847011bccf6942615cc64ca5e7aae6576d98c7278a85a0d9dae3893fdc96ef2d9ac7c5cc13753cf5a4786eee6d186d79235ca549"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a1080865-bad2-4478-8a9e-e1bb12bc2686/29674b3439940636a55447edb620b6bb/dotnet-sdk-6.0.100-preview.4.21255.9-osx-x64.tar.gz",
- "hash": "c87060a6e8c9218269087f92b28e399ad478ef0dee4bdcc06d1cdd7469d7f21488a13aac8b6b63af2fd10fff37c29c6c5235fa4d1ff8792f7591416c0dafc16d"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bedc0958-6615-46e9-ba76-5e9b689c774d/3d9edee2f2005010e562a3e823503f27/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.exe",
- "hash": "f18407c55f119b9dde08bf0d4506d251a93cdf16734679e7655c027d5402eb9fbb43a0f723c9914e574785d1f30cfb89bab58e6c74c530360c9294d811f84a3d"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/823f7ab3-4174-4fd2-9543-c5b8cc8f82e5/ba84f35366686f1a72df1cc228b0cfa7/dotnet-sdk-6.0.100-preview.4.21255.9-win-arm64.zip",
- "hash": "65badae3775a05291f267b668b1f62cddefe45a69e435c15dafa9a24a50e7c5ba1e83d1aa7724608adbc15a1099331e5a6bfaac01da769aaa475e07b1a505d55"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6938823e-9241-4ba2-bb65-dfc154f36fb9/ad7d7beb47384a7ca8d49475f30688d4/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.exe",
- "hash": "75bf0d167fa68f46ee4e83dcf39b811b543f722796a676524e3f527faeeb6c7b2e9695b116d85669b1090d11a34c13d7c7f275976bb51bb9926d9ba7d57ae509"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f593336e-dc82-4440-932b-cbcd7713fb3e/da7cf8215225a99929192c406c897ce6/dotnet-sdk-6.0.100-preview.4.21255.9-win-x64.zip",
- "hash": "adfe0681f86ecfd586eedb54c39c1f1af02153e649787640bd97444e4f177c7e08e280448f38937e48a1eeade2063ec0d2c3eeb2d1d093ccd45b4e203ed33ad6"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5f51dc81-e293-4814-9a37-8c68bd3ec9a4/b9cf301f425651518a1dd00b53e8cf39/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.exe",
- "hash": "2c7967a33839f4e5ffe28d79b95f7c9426989673e44077810f38b58e99cea51d6976247624f4dbbb550051b9d2c4ec6cd07bdc3186d16bb1e04306478f647791"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0b76b4ce-064d-49ac-85eb-1daaf34942d7/142bce0e13b08eebe07c4d4e07819350/dotnet-sdk-6.0.100-preview.4.21255.9-win-x86.zip",
- "hash": "ff44290f288fdf951878a1625b23acbf60088496436fb16f98ab4e6abcd00dd6282343ccc917f0d02e1abe014106420083e00a20645da260ebc41d0e94efbfd7"
- }
- ]
}
- ],
- "aspnetcore-runtime": {
- "version": "6.0.0-preview.4.21253.5",
- "version-display": "6.0.0-preview.4",
- "version-aspnetcoremodule": [
- "16.0.21124.0"
- ],
- "vs-version": "",
- "files": [
- {
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b3b12a09-004a-4709-acd5-93f0dfb90821/18e612d56b8c808d98a44b47f29e173d/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-arm.tar.gz",
- "hash": "6d4741f71ae38e5864f54c7cbb42dcef85727e631771a7789ecc7307e1c74fd90d9dcc543329de7b51786472c77c60d9d39368faa5e9431708c56ae2ec16a20c"
- },
- {
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3ae5046-1b5e-490b-846c-5605cdb128cc/7de3931963ca6f84c8e7fec74ca2d391/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-arm64.tar.gz",
- "hash": "ab0aa51b272ebcaeb61e1a24e8385b8e4b7ad807576ebdf2ceb76077e517156f6a4f7303cc54198965f98647b99fdb62b6a6f6465e7ed183662561f918664b0a"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/7cee89b6-67f3-449f-8988-a21726787100/864544e43715f8aec41e003e69122bd3/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-arm.tar.gz",
- "hash": "e829ccc67d4c00a790d4d898b1d0541020fbc1f00dce4c311191c4684cfd6788746cd171512348f265c80b768b877ba912cf0709efbad9ee4aa7cf6442576eae"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b9d13cc4-9577-45ad-8771-87587dc068cc/401c99b78de4cb733b4a0da9d0b82c26/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-arm64.tar.gz",
- "hash": "9ea8cf9b8e2b81dc25b01ad55ea97de9e68d721c2643283b83009601a0f4c4bcc98b18bbf21474638380ee9abede795ce266b5c0b5f1e3dd0c265ae131d7858d"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8bc76f9a-faa2-4295-b5f5-113bda7a575b/37dc0bb7dcfe0039e43b24c66865af7a/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-musl-x64.tar.gz",
- "hash": "861d46655f58d911a63410cda1641852bc578fc4565462a690629ee835074f9f52e0c9922180b4df79aab4283c9ba474db626629d57627ca2a05b75edba9d247"
- },
- {
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/de01b1f0-784a-44b8-8f79-1f98394565ef/30b1afd3975978cf034861a7fccc0cdb/aspnetcore-runtime-6.0.0-preview.4.21253.5-linux-x64.tar.gz",
- "hash": "249db1382db95b9e60e4068c253c5381b2b37f30cf815471b623584b690a09ae5f04ef4085e02d2a2950041682188997b1f8e39bad6d5ecc05fb239576ffc1f7"
- },
- {
- "name": "aspnetcore-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/311e99df-af85-46bd-b4b5-5f138ed77262/b1c20f2d94ac22825e3045e9f2744989/aspnetcore-runtime-6.0.0-preview.4.21253.5-osx-arm64.tar.gz",
- "hash": "c984f4759877fd79e95e5ad3880245ed713123eb362f1a9d744687ed9d499a92b8f5582cafca51f3b30705f27fa6cadebecea6c66ef4c3b413f29d2f82d63da0"
- },
- {
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/77c4b5c4-5ca3-4095-97c9-b2d1bc6b333b/b5b967e112f0bfe7a78d450cc18e361c/aspnetcore-runtime-6.0.0-preview.4.21253.5-osx-x64.tar.gz",
- "hash": "40b115bb2a9880bca046310be7aaa426ee53190b8f891896cd0266127291a74a01e1e3df564ab4af2e8feb18109de53b45120012f2e069298dd868b98551843d"
- },
- {
- "name": "aspnetcore-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e7d68b87-892d-4089-b0ad-161c60617ca3/559271935acbe8222a78804aa7b7f6ce/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-arm64.zip",
- "hash": "321d3560e5cb484ca9e5730c4f5365ad5a294fb19f0a91ac5819c5734eca3ee74cf1a8cd2c61654f291505afbd265df6f17612a5ce2255fb431ee7173b81b538"
- },
- {
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d27bd776-0bb1-4697-b5c5-619c3b7812b4/05c28a15a0d2e40ac38d80c5a10eca0c/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x64.exe",
- "hash": "1b579b1ddcaa75d767591d7fa8fdd1b4136ecf7efe5d4e289f8951e5bf709da9ee92d981beafb4ff0ab10df6729f436c0526c5063df06c322b895091c9f456a7"
- },
- {
- "name": "aspnetcore-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ee51827f-2eae-4a4a-80a4-239395caa988/a8f9982a0b28959ca5d4a3cb0584965e/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x64.zip",
- "hash": "f5d70b5d1c067d8463e83351d77b4102c80d2a7b0290daa9edf9b5d3c5efbaa7a9da7c06356991f25f0720d2adf9f6f4ce4b093e9a9657e9212399136e34ea82"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1c64a041-0eee-44a0-8e7c-60deab05802f/ece6fa09c06215bfe1d514b9121b3135/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x86.exe",
- "hash": "a443276aec2061472a467d5c6b0d8cab589944613afb686e8e42091a4220512e9c84d93f352e9fecc3c3b0bc02a31804ac3077c6e9ef4813b8f357513a6d78b2"
- },
- {
- "name": "aspnetcore-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6e269018-0cd8-4518-abd4-811fbb64b086/1b8ffb43a306b41fc4ddf1e87e4e2c57/aspnetcore-runtime-6.0.0-preview.4.21253.5-win-x86.zip",
- "hash": "ed92e4f2675ce12f4ffbc786a3d499aeb0369337ecb99234357ce1fa10562bd4df8a845aa78a331dabece8d7dd3e4f3cdbd5af24151a7a18772e1ea198c54b59"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2728666c-860b-4a78-ba42-8ec7b2167d42/72b9c82be95a013e2c15a1fc182e2fc4/dotnet-hosting-6.0.0-preview.4.21253.5-win.exe",
- "hash": "9840ab644475390cfe4d26c3fba075317df592a425f1788542f25cd551f2b963412c6ecb7635c6800d060399ccffc77171006dc688b9ea3aa98c5a27ad266eee",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
- ]
- },
- "windowsdesktop": {
- "version": "6.0.0-preview.4.21254.5",
- "version-display": "6.0.0-preview.4",
- "files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b7ac086b-6a8d-4de1-bec1-d7d4a2e58377/bc2b44c2613b8e7b6ad5b35f9685d7af/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-arm64.exe",
- "hash": "b95442cf1df95291e800928cafd3429c16f69186c56da8b91fc60fcf42e9c3e9f541533b9b1ec8612d840c6dfcc4e3f920d3ae699d2dd386ebf5b10841acb090"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dbef10d0-2761-4c02-804d-9ef4b03abcd0/48ebf973c0edad04bf6dce60a256f3fa/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-x64.exe",
- "hash": "db43650ef0a7646745067b1773477aca34d4858390e3ecfd463a108bd97ab3b31601e2434e030439e11d4512274d9cd03c937c5505399723a6c8185a863bf403"
- },
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f9d240ba-00d1-40c3-b338-68854dca2d69/95ec529098d264c9eb1a487f3db46010/windowsdesktop-runtime-6.0.0-preview.4.21254.5-win-x86.exe",
- "hash": "b5b8e51dfe3242617b9b2971fb3ba76d58642573892a3e906d0340125e45c89c617d996930a86cf4d1583c7b5cf1972f6b00e8d31ae37844fd62f0b8c27a3f3a"
- }
- ]
- }
- },
- {
- "release-date": "2021-04-08",
- "release-version": "6.0.0-preview.3",
- "security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.3.md",
- "runtime": {
- "version": "6.0.0-preview.3.21201.4",
- "version-display": "6.0.0-preview.3",
+ ],
+ "aspnetcore-runtime": {
+ "version": "10.0.0-preview.6.25358.103",
+ "version-display": "10.0.0-preview.6",
+ "version-aspnetcoremodule": [],
"vs-version": "",
- "vs-mac-version": "",
"files": [
+ {
+ "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-linux-arm.tar.gz",
+ "hash": "fe6acfd9322bdbb3658b39e62060c5763ae23de792a430db47268cfbed60360264e7935002b1cedca8133288367795e59d3824a74de51f9964dc540a814d9189"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-linux-arm64.tar.gz",
+ "hash": "88667d66d90aaba30649f84d10d057da7c0db479cdb36b76824dc8e0f02a44a6bf5d269d74daa0d6b78376f2dc66b60238558267555e2ced40cbd06aac745d6a"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-linux-musl-arm.tar.gz",
+ "hash": "1c0aeaf3006505c2bfb648f2562593f62bb7a55b0050b6cc81e70ae9cc1a35cadbbfd54611705a1b0bf8498aaa355d037847c9ea7a9ada3f5855688ba6a61349"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-linux-musl-arm64.tar.gz",
+ "hash": "087ed093eac5931dd88ce9c817543fac4a7fb00705ffe71eb7553afd0a15b507eb5a63b8e850e14fe488dedd7b39a0ac86499a154e684815a99c1223af5349d0"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-linux-musl-x64.tar.gz",
+ "hash": "6d4d8993f0724a5c30cbb5c347da2fc6872ddc751dbc6ca4388e7fba60d516266193983a984ac6bfe879b448788f77bafb50b99967defba403f44ee3ff2731ed"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-linux-x64.tar.gz",
+ "hash": "15ccea434f5e33b4af872bda00d30d3fee4494113a1e5d7b1e8ce206ab0a2e09384fa5a223afdde4b94ea3b7e12b796c1a45138be833288bd68741ae843fb6c8"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-osx-arm64.tar.gz",
+ "hash": "565587049866ef0e09211d122c950e3d87f3bc22ff740e4d550618d69a62763b8dd766c135c0bde4fc7cccbaa64f332142b490d0fd4294e4c58e2982078f7204"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-osx-x64.tar.gz",
+ "hash": "736b42aaaadb865448bccfdb38ed8a9660842ec98f4b84eb7b1abf13a8a68cfb166f1f1d1d9b7abe244e2800b40703d4b31a503bea36359739a041e332c6525d"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-win-arm64.exe",
+ "hash": "11afbfab6882b7299df1e9a54808663253ec9f653e24e893497f1484595dcf768ffc659e496635f4df2f393589b7880545d14dc733d374f0bcd2d9f44cee6204"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-win-arm64.zip",
+ "hash": "270ccf17b9e5ebed9f6449cbe813465f58a9942735a7359a389c202e2693eee22dd19047ebdde0ed76ada1b17057b5d0f96b4f6e6642c0ffd66f66e59ca30ca2"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-win-x64.exe",
+ "hash": "17ccc2dd5e869234bd80768225f879d2e5ce43855e6d9bfad2061906572e0afb6bccad48af43e32ec857989aca98b9859586f472e3d26130db4117a492f569c9"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-win-x64.zip",
+ "hash": "9aea37c402bce6d068895e22cbfaa1e86aff48f77e47fa32fe3001d57764710578b0fc2eb141b614b54863148506fb7405a99310620b993cadf765798856ff29"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-win-x86.exe",
+ "hash": "f889b8fa033034af08956e1b55befabac492d441682287703d83aa7c086f2c95d3e7a21f64e8d608b12364b68440d37d35ab1ad472e554de2b66736a74735d3d"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-10.0.0-preview.6.25358.103-win-x86.zip",
+ "hash": "91cf8eb14e78500911d003e2e144c9f2c19dfea05f91ba34a796ad6f74546f314c21552bb79810d2a04a65fb0e8e23c4de69339bc1ba6eca9603a76566364fb5"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-linux-arm.tar.gz",
+ "hash": "395af781d49511228feec273ea71085647737f9bf82cd84150f13a630a433cc8a58a1a7ca045e177af9493acbcca0b46f7a5fdcc855b0e2e50ec751603eedbce"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-linux-arm64.tar.gz",
+ "hash": "33a642138a88f6119cd2e3fa428fca2240e792fb7bc96a9caae1693236c44a7255814d9684e62983ae24619b607057110e3abd39f52c7ccce00c03a54bcaac3b"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-linux-musl-arm.tar.gz",
+ "hash": "c9016dd417d69b54342fe2c762e887b27556d57281fd95ed20d294786fe57cbfa6c986236e7c18a5e5ad5ba2ce9d78e5fcddcb0973fbf70275fb6586fa1e6cff"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-linux-musl-arm64.tar.gz",
+ "hash": "364a58f1cc25bda7e7e8fcfb62478778884d44bcbcf4ce62d3188c6b48d4b2a89bc568e5185414e365ac45edf477ab7a8dd3fc63186dd99a73b770c765881ff4"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-linux-musl-x64.tar.gz",
+ "hash": "fde4fdd204f98f8cf2e06af78f9611dde9f1c854b76d51d56a36bed40bd7a4f57bfdfa41e382f933ebc82855f5d6c07ea4e67df507c4953041f220dfd386d1e7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-linux-x64.tar.gz",
+ "hash": "3a775f76723ab2222d86c08089828c4dbfdd39fe81312a632c63a855ee3746b6e295ef64d7e5695488056cc3de537af8f966aef3ce60f66bff2915306332925c"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-osx-arm64.tar.gz",
+ "hash": "225a167a5305929da9589e44312ba9b7932b694fdbd9ac48d4566821a2f110b99eca05a78dbb0f7ef884b4bc67ec38690fc531e5d7fafaa073a34dcdceeccd47"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-osx-x64.tar.gz",
+ "hash": "0728fd7436b8853b1287041b8bc8975de069bc2efe58c166ffbfedac8dcdd2a5d8e9d29ca537c07835614bb74495e932513e55d8f97d68f5b7cb3f6319566216"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-win-arm64.zip",
+ "hash": "536e65b97b080645dbaddad60c64cd2990d58ffd072228dd04505f59f25c9e2b11222cb6efb0e6aeac19b032b669ac698b38881d4d94e5c187a0fe4eb546bc02"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-win-x64.zip",
+ "hash": "78c87a5c2f9ced7634940a31184b87aa2992bba9f5d5852d5d3e0319585d9b618fa7049288e7d9f0af63d4fc9babb4944f8c2627aa9c467e621b14c791d52efd"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-runtime-composite-10.0.0-preview.6.25358.103-win-x86.zip",
+ "hash": "2815be27271624ab46c94f0b821085bd01c429718d2565e91a5434dfa1857e492d611013f5c571d83db37ece41d7a7d5f491e3859b7e041af379dedefc8a2596"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-linux-arm.tar.gz",
+ "hash": "d86b9729f9f5bbcabccfdfd23667a463c4e7a1088404af3c783e7e7ccd8e5f09aa4ee6233d4116897ad470eb01b26f37ce71df36f597e13d5765e194313afbd5"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-linux-arm64.tar.gz",
+ "hash": "68dd25119b2f2c1ec5e4ab39b444b5b79d248c7b3479b449ef36bba43b82a9a5857d5f2fbabe78edd0a7d04ac9bbe7c8f45e2693c5ce9afc6f1aefb06bc8a07f"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-linux-musl-arm.tar.gz",
+ "hash": "3ecec156692fc7bc3da94d920896aa9626afa5474ce815fd87da5d8ac8f1bde406afcf2d6f4e87b90a6c07994edca75191c4b26726214b129d94938ad32880b2"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-linux-musl-arm64.tar.gz",
+ "hash": "0085cbc9220800ead8363382fe3498de25715e49394fcc8362fa6bdc4b2ed17ba8857863e3c6656c8fb5e446317cc75419ff2cfc78fd15d8306c5ed8fa62fc31"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-linux-musl-x64.tar.gz",
+ "hash": "e67e13733dbcd3b8506eb4fb539a76793178c263c7eaa170a1f6017cf6e01242b36ab98493879f88499ffc1a06662eac9474d229b465d0a3447faf5fdc17555b"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-linux-x64.tar.gz",
+ "hash": "a3b12278e1cdfde02f60b6612b26bd79dd4d18116a42a09f24fd8c4a436fc34f707f05e385bba9743e96dcd99662fbd79894c50965b31c5c7fd100e12fa6d18e"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-osx-arm64.tar.gz",
+ "hash": "5fa7827b3225fb814f886ce77887c8dc84ef61e698c15d15ade30064aa49071b46fef8a84f6ddc089d7a67aa725ffff76ebcf71f38071d644a351677f9808880"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-osx-x64.tar.gz",
+ "hash": "f8b63f014d54a4e499cadadb1b4526ab938b55a3031bf3ba3de4936dc87aa6cdb370b609890b66cef37ebbbaa4fe88aad75a3885d1094859af9b0e263231ee96"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-win-arm64.zip",
+ "hash": "7e5ef0dd5ca6851fb412907b4613fe7886ee09dbc2b3bb27ca23d5130f971fcc776a55f2373dedbe5f29ebe04530f39389988f08d1f558addec90c87c775c489"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-win-x64.zip",
+ "hash": "c752b71785f177a817b346d6ba169994ac1de69fa7d9309f684218dc7d84f1866e46f4cd544f91b3e7a29e4784e67748dd286ef8500a8f43d539603683981703"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/aspnetcore-targeting-pack-10.0.0-preview.6.25358.103-win-x86.zip",
+ "hash": "1bff983ddc004e0b3bf710761365fa6b4505b15066fc38d5aae0c2adb0ad32efa8693b43f432fc83863dead471447a5df46fcf2d60821b32edf640b38325f683"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.6.25358.103/dotnet-hosting-10.0.0-preview.6.25358.103-win.exe",
+ "hash": "753ebe5c14f67f433128a64571c6c941aec7a0888f010a2a163797f2e4f9327f90a21f112afc51de1f819ae1ee434abd09a622d2ba51d690a41b178b59d36e1d",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.0-preview.6.25358.103",
+ "version-display": "10.0.0-preview.6",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.6.25358.103/windowsdesktop-runtime-10.0.0-preview.6.25358.103-win-arm64.exe",
+ "hash": "b522cb2d917cf922b67c04da65fb6eb39afea6e1a423b4f02c2553563bd095bc48e4d36a5f587132e7db83ee3eb8b5329ca8a8c08bb8d5ed3e68f6c10ce03423"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.6.25358.103/windowsdesktop-runtime-10.0.0-preview.6.25358.103-win-arm64.zip",
+ "hash": "2d56b2ded486cbcd17d9324cb2016158d4f959a5a0e74fdc4e248bcb41b0bc981a1001dd091c851836ef903ecf30cc4abf51f150cefc13a91134dbc2e63230ed"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.6.25358.103/windowsdesktop-runtime-10.0.0-preview.6.25358.103-win-x64.exe",
+ "hash": "4bd1e1f433e844bf8a986224c67c1f025bb215fce36a8105f89b89d4c16c757b0f1f4ff745db6952b4f0a011ebfdeff6b9dca7371fe01d21f62b7f12434200aa"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.6.25358.103/windowsdesktop-runtime-10.0.0-preview.6.25358.103-win-x64.zip",
+ "hash": "6db3ff230c718ae832edc231fad4e9ae234bf0fca4419820e2a901c76d26654a4fdaa5d81de53a9532d8d690bf1fa620856a1c03df4c525ed5ffa90aaf5eb726"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.6.25358.103/windowsdesktop-runtime-10.0.0-preview.6.25358.103-win-x86.exe",
+ "hash": "e9358de29a7006f925875ac243d7b486e482420c7c178a2c1bf7d6b13ac230d382097e48193709d96c5ea2dea5e3e139ae6a3863e3084a10681122dc880c3399"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.6.25358.103/windowsdesktop-runtime-10.0.0-preview.6.25358.103-win-x86.zip",
+ "hash": "c94e393338caffd834bbb4b33194e95e42faf0363ac3489c497ac3dedd6eaa2a53c84e4e27398c4ceb4a7e483c15d95f12c6d6dff88c6e2bc7ba50447dd2feb7"
+ }
+ ]
+ }
+ },
+ {
+ "release-date": "2025-06-10",
+ "release-version": "10.0.0-preview.5",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview5/10.0.0-preview.5.md",
+ "runtime": {
+ "version": "10.0.0-preview.5.25277.114",
+ "version-display": "10.0.0-preview.5",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
+ "hash": "A6E028A341A62E8D6439626BF888D572F991A12CD80A1A2D8CD6EFDA9C9F104ED19125C5B11CB8EF505B75B9129294A42237740D310005AB7F0D72CE35CB77CC"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
+ "hash": "44FAD100DF0564153855A76A964B21FE30C7DC26C5610138FCB2827F13FE7D669E53E4F511A3D16292593DC01589D80F8A34A4C007FFC5257732161DAC4EACC6"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-bionic-arm64.tar.gz",
+ "hash": "E31CC0034F38AC94FCE1A12DB067053BA8DA900C113195BDACC79D5767BF1937E5179B7D1523ED46141622A51DD693CA18D7AC69328DF6E9A5754DE4A1E2EB41"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-bionic-x64.tar.gz",
+ "hash": "B987D31E0C2F0933239B523AEDDC820AC42CCF2D611EF095DCD6A39CE9C4501F7D6419987B314405E46E9B572FDAC026BB5E2F2E7BEBDF280FE3F56D0B41C971"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
+ "hash": "8EE1926711F970B6692CBFFD2050BD3FBCD225C411475A154006BD94CA34E7B09BED8B023DDA399148BF01FA37B893BA17863BCFDD4F14F8CCA636EF0A4C6E2B"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
+ "hash": "207B84A7911F5F194A7558F35A4E13482B85EDEE587ECB93E4A42690CB14284C0EA2EC89F9D96F2D1A19B7A0A8411B6D9CBB7543BA2CF2A5277DB74AAF125360"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
+ "hash": "DEE31F80B1B1ED6ADDA70CE58AF96183EDA2A8FFF5B2AADC7CEB70E3C9914C132C6FB2405984E241BAC1973DFE1E4403E5E695D4E67A326BD1D9D68F03DC9EB5"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
+ "hash": "6A71DCCAA3997E2CCDC5A506C8473B24A2702C8874AF27C983F6F787B857B9EE53E2F3C6EBA3DB75D423B1F57ADF9D6053AF9C1FF07C1EB25C8340DA6041E41E"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
+ "hash": "AB849707CEE617BF314CE68C09E8D8C9AF3B2B9DE4D64405C3AA3FBF875C9510E1E7A22649B0B0285BC1FAA0EAD426F3F79D159463530002011DC5929100B52D"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
+ "hash": "2E28F36C3FFB64730EB8B8DE5D5764ECE16613C818FE377A0E7DDBEBC6C07900C9D0B289DBA4D3494EFE07FCCB21F227BE0CA807C10BE18B954B0EE1FDF43F0B"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-win-arm64.zip",
+ "hash": "9082BDF83AB098B2C94C2676A0849C528A2D8DACE34E32621B04ADC460D9289B3BE5D94A5C424ABFB9B290BA59F4380A06AA41FBB8F0B2F99B4CF2A15D70C2E5"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-win-x64.zip",
+ "hash": "1E71509F540A4B92B17ABADBAC1CF74B6E8E8044FCCF1D6E6F941506BA56F9084F2114FA4B994832667A20ADBE5D71CF57462433C36833D44EB4469675D27B79"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-win-x86.zip",
+ "hash": "515F0CE92E16FCEA513A56D91D0F72BF35A2D1AAC97C3BBE6A1A19E734062A3EBDC189EC00407F188537AC80C66D009A6F5C50AB27CA99AA6FEC60005652E915"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
+ "hash": "D9294D0AA4A224E1A76AB08684D827580841B45A0D96953C317EF4FD3858C08524455B302734F76ED7D5C940B212FD116F7A5F1317F7A4463AADBEC910989AEE"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
+ "hash": "9AE24D6528C30242F537F2D3E3AD89B87EBE47BAD441FD6730DF5264D135A63705721B67F434E2251809013B25ADB2E3734D650E233E6C871C579D713240A650"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "linux-bionic-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-bionic-arm64.tar.gz",
+ "hash": "340827A3C4893DC492CC8C084B3F1CA2A386BDC252B4174DD34EA12A778D43298107B0E060E4592C6B77C98B328359EFEFC3C4EA61111984392037A93950D2D6"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "linux-bionic-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-bionic-x64.tar.gz",
+ "hash": "D0104F8B1333AE62A7B3BB64B27A313FEE343AA23C7D8B845DCA47DF570B0BC2CB0E101025F92136A82E5B99D57A7BFCFBB7EFC793C02D572A7004DE606F3C42"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
+ "hash": "37B38B5CA69E2CBBDDCFAF4D7C2D1F652E56368F3C4BCA842C8CD81FA108A25AFBF5A9AC85856363EA6E0E10C85CEC03CFF57E641690EDDDF0938F17D379DE32"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
+ "hash": "10F5A4F743D8795688FAB1B9E736CD76E04BECB5A56903D9607CD7694C81A0AACEE948FA511BE463E7D719EF8AAA9CCD9099EF2A6A0F15D955D238CE0919FC9C"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
+ "hash": "716B01559B44320C124459C461DC9BE7A2391B680EC9BA46A22F77A737EB93C4E3323A73B1138DDD1574DCC50934C82ADF7ABE792D6BBD953B8AEA790619941F"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
+ "hash": "EC21EFF51B0F8B9E7C9C00B6CC9E9CDD810997C9D2C1987042C48CDD6BF6E40C2552ACBFCDA405C56B3CE7DE52B3A20E6B91F068C6E4BD101B896C302A32B5F2"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-arm64.pkg",
+ "hash": "3867EFE2B96768D785CF74849F8A0816EA6DB24D4A0452D560FD1A1F5CF741BD0428BF4B60488909C055C8E02C84E1A2AED30ED7616242002F52C9BE11E7766F"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
+ "hash": "8B950FDF099F34022CBB11AE2E736FA36D3CD7E117230971230EB3E0CDB3D33F36B43F87EE6F8C0767C56E6619066667BCFC8E267A6F416965B9C37B0C92152F"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-x64.pkg",
+ "hash": "05BEBFAB82BF512D806DCC9E5F478E7D03C426E5A889C55279A846F89A307CADB3B5948F31DE17C1D7F3A827B91956C3656487E3FA85C31A742E6BF72E7B74B6"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
+ "hash": "B8607F688ECF06CF9FB295045383D7565BC2C9057E790F7716A2AC2D056C9AF6B5A3D642D82A1BF4F82727E0B6F6B066C72E2C54ED969FC5ADEA38841D88408C"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-arm64.exe",
+ "hash": "55D6B893B179DEFC422FF581A1356B6AAB9E37B233FB244902C320C490EF6F1D2ECB4EBEF129A80C1E1DD1113DB45FDE7F469F5BB230A56E68C3A3029DF254B7"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-arm64.zip",
+ "hash": "8F29BA0D38827EB30A0CE0A3A6FBAC2BB82F1EBF417B0C41B234F2DECB063E87AC9BF28B198F7DC162C1A2DBCAE0C9ED11D5B9245A8BF2C85FAE245442AB6F2F"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x64.exe",
+ "hash": "C8B6764DD8D080A3AAE07A2DC7452B70578B8921864C356418F8002A4F912FB381B5C7921F2E5EFF8A7065BA27F1694E1EF838ED072EF2B0FEB88958D1F9AEF3"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x64.zip",
+ "hash": "9A2E9FAC1424CD7E50624466E410D3DDA7F97EFFD6F4F96BE2B08961A1929A48169B84243555622AC015D6BCFFE8E953B86F68DA6FB9A66DED5F72EC1E362021"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x86.exe",
+ "hash": "AB5C8169FBB774E7A177648D17AAA9F037E163FDB6E52D9D5FDF2EC62A6B04857DECEE3E2AC2EA7983C4E5A65EDD7CE157DF3DBE5EDCD6EE8E054F699C62CF22"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x86.zip",
+ "hash": "64AF1C5917CDB077EB1909F8ED62AD2E8BFB3BE0B9B01612F85203D614F5F15F03B7802D6676967025AADAE3202909634B6FFE29EC28640D84827F0717B19517"
+ }
+ ]
+ },
+ "sdk": {
+ "version": "10.0.100-preview.5.25277.114",
+ "version-display": "10.0.100-preview.5",
+ "runtime-version": "10.0.0-preview.5.25277.114",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm.tar.gz",
+ "hash": "1BB72EBACF090A3FC34DD1311AD634E4FB00EA452320AA68D62ABBF83121518B5AE42B9C1895FB804F55CFACEC78095CAF23C0CCF44D0076912C7E3A5A001786"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm64.tar.gz",
+ "hash": "E99F03858BAFFA1B41E67EB6291B7E9EB68FC8926409794D4416982092B7E80356E5547BE779B774216C1EC7AEE236B6474567CB7C0D815ECD19EBC71B07F971"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm.tar.gz",
+ "hash": "DE43CB81692591FF6508A9BEE19107FE03E6551633F03FD617CF29A14E5142DBDCAED9DED406A7E839F39D8D0FB4B6AA1749C2C925B63C93CC1567420679B0C1"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm64.tar.gz",
+ "hash": "C5085C53974ABB9949A774EE613BB22CAA22BB510883296AA5E0CF9590F4F13BE0E2E7074E4054F9B1BF09D20D08F2FF223594495E956FBEEAE85C508C7F1596"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-x64.tar.gz",
+ "hash": "B9E48F0C1B8B233F0BED18EFD84DC35B3DFF4F6C84052C9CCA40FC701A34D1D86744DEAC0F155C91CEBC3E54276170AD0B51DA7A8E73E597A7D3D24672608C18"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-x64.tar.gz",
+ "hash": "4EF3BC177BBAA7BA38CEB78CF0109BACCEA1F4432CD8C52E3D78B237CD5A92BD660E926774036A2FCB51175F48FFEBC8A65DCA56BB905BC8ED4F2ECFD8C15C79"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.pkg",
+ "hash": "2BC0BEB4636989819A008ECEDA33237E623B11579F72BBCEB3569F96656719BAD0FF70E6DA72D1C247D31795F49380EAEFAA2FFBADD0CB154B89458AE86C750B"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.tar.gz",
+ "hash": "185A3E341B928BA1B218FB769FB0D8CFD7162C567CCD46928FFCE74D6069BA0C491E44E9062855335283A747E995AF44529EB6FCE06D3C09C5C9B0A622C39360"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.pkg",
+ "hash": "DA59DF0ABFBD51BD1BFF48F4383C5A11C6B1470B7173D6F4F953AE161030E9AA19ECCBFA10CAC88BAAA85AB6AF682C1E1456C8B6CFEBACF20ED0C77F504B355F"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.tar.gz",
+ "hash": "CAF70EBAF1182FD803E60A05F2F793AB6F6902EC365BD94B09902679709FB2AEF6122A03256DB4D3936F33B98F64623E8EDA0C64CF8AE902829C23E745987148"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.exe",
+ "hash": "AC896689007910E927751A6EF6AE801F368FEC53D69D2B95495860374E9C85C72906B9CD66B85C1B07DB42AD6C0D54BFE19D1CFC9070937C630B63B3B316AE41"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.zip",
+ "hash": "67FF83BFFEDD09D513636A870247DA9157096DC22FB30D1E7DE3D4C7268892396B89542D2C7F7593EB154F3E1CF54CECC754640585F5081AA44AB2B6C8DEFDFE"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.exe",
+ "hash": "A831E4853315517ED6AE917E892D5F4FED15D1398FA69B5A6F4790827AD1EA81E9E0290939C6F7C5A91126A8F0A7DF885ECF1BE5105E5B5A9301786C00F6A74D"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.zip",
+ "hash": "E54A15F594474DD9902AEBCB99C3EC0963D7E4DCD73935DADE6E70D726BCC21410DEA104CA699F19D8CAEB4D3E82EE52F8F373102D4E46F5E9121CACF9DC53CF"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.exe",
+ "hash": "3CF01D32DA05DD5A8880863974EE1A0E20BAA3A8E8162B69A76B23CDAC092389BBB30208545B7E05D7C2039628A866B7F153745F7FDDA8FAE36C33C383B1C305"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.zip",
+ "hash": "BEC0FC40E823827F6F6691AF1CD7FEBFC7045A2F36DD60FA551CAF1CC191FF9B51F640CEDD39CBDC873A94D7501F0D93E6A4023B64B048E67873D46C0FA115A9"
+ }
+ ]
+ },
+ "sdks": [
{
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/38227134-51b6-4275-bfa2-2c21ae2759d1/e8efe313494b4566762ea81f9d6c8495/dotnet-runtime-6.0.0-preview.3.21201.4-linux-arm.tar.gz",
- "hash": "02ede5efac794b181719642771156d5b9759f52d90fe7c05edc5e5ec6f9ee22fa03ebebce29f4aef0c74399d468429ac335cae2f636c87566f33d8c04be2604e",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-arm.tar.gz"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cbbc6b7c-d7c2-485b-a706-9e047a3f1eac/b194be59ddfd95cbc67d81a12b7753db/dotnet-runtime-6.0.0-preview.3.21201.4-linux-arm64.tar.gz",
- "hash": "8a5f4d26d8b98adb6402e6e1fff21ee1cfdca42dfc5a596d59c79cabd154d1756db5269e6f6e0671911bdeaebbb1047a449298abbac049686741ae70802ce31c",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-arm64.tar.gz"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d906ec3f-d1db-4a8e-a80f-4103ceb74b78/b0966e846e06d434f2014d30961bc3f6/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-arm.tar.gz",
- "hash": "0f02c0ef041c47de6add3e8690d88bd787f24a6b62054899765eee73e25b75bcc185146bcfce6b8502aac29b6f0897935718260f6553b5dc9e7bd781c3fa58bc",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-arm.tar.gz"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88c403c4-ab6a-453a-81a7-8f549350601d/d101984961ba75829f7c74afdb7ca176/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-arm64.tar.gz",
- "hash": "635fa684a4dfffc0f4eaf1e6d383170e7ae17c3646df6e23d1b9d4e8cd790588059b0a54ee0bb46f04ef30de12605bbd9a42dab0d2315c514a4f4966fe9e56ae",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-arm64.tar.gz"
- },
- {
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ee14de73-e734-4141-981c-0f724f1fadcb/db8c77ec1b0a3d2f89c9eb6594c52895/dotnet-runtime-6.0.0-preview.3.21201.4-linux-musl-x64.tar.gz",
- "hash": "02ef46d6d2812319734be36213d5a9276a79bc483f86e2312b26df94d7af3ad7b7bb7f512c92a022cbb64742743c945f601035bd6ce02ea77a3baedddcf1f740",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-musl-x64.tar.gz"
- },
- {
- "name": "dotnet-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/08d83899-a68e-486f-9dd6-b775bac12612/dd60b334b54191ba2b3821dc608a20af/dotnet-runtime-6.0.0-preview.3.21201.4-linux-x64.tar.gz",
- "hash": "8a6623d4ab32b24ce7cc507582309f38735419e93992f7a0180494c09cf1ec7d597fa1fcc23c90efedf6be1b1a47d36e9061c998d2713e40bbd94b61649f7ff9",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-linux-x64.tar.gz"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/668c384c-9568-4261-9897-9d76a3d27e6f/60d295f764d49be02666ee1b46658a2e/dotnet-runtime-6.0.0-preview.3.21201.4-osx-arm64.pkg",
- "hash": "505003d4d65229b14d26b378a2c1467a9eb81cb03a90094d65c6abba622be9d5f2947e50138803dffb852945c4d76742cb32e3154cd91ddbec4a71f8a27aa2be",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-arm64.pkg"
- },
- {
- "name": "dotnet-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e302306-3b57-4cd2-9886-c72aedaf51f9/68ac67f158bd663030b283b9ceb61ad0/dotnet-runtime-6.0.0-preview.3.21201.4-osx-arm64.tar.gz",
- "hash": "35b669f31f1df65af4427f843e2bcb771d2122240bfce3a229d36b00f91cf8f003934931ed38cc696b9ce2b5c1f4479f4f59a9815954caaf66750f1d33d8351b",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-arm64.tar.gz"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e738a530-73a3-489a-8537-0b33e0084c38/c3c8697484a961efb8240ccddc5d22b3/dotnet-runtime-6.0.0-preview.3.21201.4-osx-x64.pkg",
- "hash": "cff3680e5ade20b4d4165e5b8ac194869debaaeff3a3f4d5489856c2d348846beb8141d31bc6eba83eec25e36949a5b66c30cdadc962e35c6f4415a5a4575e75",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-x64.pkg"
- },
- {
- "name": "dotnet-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/6b0ffd8c-781a-426d-ae29-48f602d2dc64/c129b2832dbb09ea92f11cc7d91bd714/dotnet-runtime-6.0.0-preview.3.21201.4-osx-x64.tar.gz",
- "hash": "0a9c97231ca8cc488dd16e967e60b70e23f89c84208c09860d053f4664c06a29aa62809472ff7054361dc529aa68cee62cd01f74814c1fa29bcfcc5c6c26ce60",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-osx-x64.tar.gz"
- },
- {
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c4430f57-5598-4719-bb6e-affbb982823f/a3b8ec83a38592427d213c271bcf7131/dotnet-runtime-6.0.0-preview.3.21201.4-win-arm64.exe",
- "hash": "3aa64a0dafa5fe31ce21f7471b1d47f8241bd89f932ef97a31516deb3a16f22345582d31bcc71fc0cfb68a5a2462fa4b21fd45231d2f01a9a4f210e503a38abf",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-arm64.exe"
- },
- {
- "name": "dotnet-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5e3dad28-b04c-453c-a181-1f3986965307/d334ec9b386940cd6ba98558224866fc/dotnet-runtime-6.0.0-preview.3.21201.4-win-arm64.zip",
- "hash": "5062a2d53d49d7a9dc50dddac06305f23c36a568beeda3b5676beda550fe20ce4f28b6ad582a15bc7da46f4ea6e6449227317fc6e0fe122621d05af12d8193f8",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-arm64.zip"
- },
- {
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/52a92f97-170d-4191-83ca-4ee49541efd8/e3c16206b362793154882032b1c35182/dotnet-runtime-6.0.0-preview.3.21201.4-win-x64.exe",
- "hash": "524732b3f796cbfae5bdbe395ad25a7090b0b2d74a72b45349aa05ab3c555f59f6f96b74df27b4f7d240a9ce57d8f1f76373fa61c3ada1daad371f8abbb07cc9",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x64.exe"
- },
- {
- "name": "dotnet-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/22f3cbeb-0b64-47cf-828a-f6d2c8aa590a/e869b8cfa54261e7b558336c7d15459c/dotnet-runtime-6.0.0-preview.3.21201.4-win-x64.zip",
- "hash": "c6eaafce3eb7dc97fe3104d31c36b6c6d9c8b34eb61f7d286c7e2c1a640f1cbd150fa5ff2db19664baa2701048803011e582c9e9524246384bfdd386676fdade",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x64.zip"
- },
- {
- "name": "dotnet-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a1c31110-3f08-47bf-8f95-6f4d859b7111/53997c671882b0b6d717db049b69064a/dotnet-runtime-6.0.0-preview.3.21201.4-win-x86.exe",
- "hash": "7d9d20a133513fba6b29f452bc4525e92f83b338bb8fd907e7a8c2be7986a0c678edc7ed50f8db4fd39827779d50788b5ae2d3bc8fc26289f34042704dedec99",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x86.exe"
- },
+ "version": "10.0.100-preview.5.25277.114",
+ "version-display": "10.0.100-preview.5",
+ "runtime-version": "10.0.0-preview.5.25277.114",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm.tar.gz",
+ "hash": "1BB72EBACF090A3FC34DD1311AD634E4FB00EA452320AA68D62ABBF83121518B5AE42B9C1895FB804F55CFACEC78095CAF23C0CCF44D0076912C7E3A5A001786"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm64.tar.gz",
+ "hash": "E99F03858BAFFA1B41E67EB6291B7E9EB68FC8926409794D4416982092B7E80356E5547BE779B774216C1EC7AEE236B6474567CB7C0D815ECD19EBC71B07F971"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm.tar.gz",
+ "hash": "DE43CB81692591FF6508A9BEE19107FE03E6551633F03FD617CF29A14E5142DBDCAED9DED406A7E839F39D8D0FB4B6AA1749C2C925B63C93CC1567420679B0C1"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm64.tar.gz",
+ "hash": "C5085C53974ABB9949A774EE613BB22CAA22BB510883296AA5E0CF9590F4F13BE0E2E7074E4054F9B1BF09D20D08F2FF223594495E956FBEEAE85C508C7F1596"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-x64.tar.gz",
+ "hash": "B9E48F0C1B8B233F0BED18EFD84DC35B3DFF4F6C84052C9CCA40FC701A34D1D86744DEAC0F155C91CEBC3E54276170AD0B51DA7A8E73E597A7D3D24672608C18"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-x64.tar.gz",
+ "hash": "4EF3BC177BBAA7BA38CEB78CF0109BACCEA1F4432CD8C52E3D78B237CD5A92BD660E926774036A2FCB51175F48FFEBC8A65DCA56BB905BC8ED4F2ECFD8C15C79"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.pkg",
+ "hash": "2BC0BEB4636989819A008ECEDA33237E623B11579F72BBCEB3569F96656719BAD0FF70E6DA72D1C247D31795F49380EAEFAA2FFBADD0CB154B89458AE86C750B"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.tar.gz",
+ "hash": "185A3E341B928BA1B218FB769FB0D8CFD7162C567CCD46928FFCE74D6069BA0C491E44E9062855335283A747E995AF44529EB6FCE06D3C09C5C9B0A622C39360"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.pkg",
+ "hash": "DA59DF0ABFBD51BD1BFF48F4383C5A11C6B1470B7173D6F4F953AE161030E9AA19ECCBFA10CAC88BAAA85AB6AF682C1E1456C8B6CFEBACF20ED0C77F504B355F"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.tar.gz",
+ "hash": "CAF70EBAF1182FD803E60A05F2F793AB6F6902EC365BD94B09902679709FB2AEF6122A03256DB4D3936F33B98F64623E8EDA0C64CF8AE902829C23E745987148"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.exe",
+ "hash": "AC896689007910E927751A6EF6AE801F368FEC53D69D2B95495860374E9C85C72906B9CD66B85C1B07DB42AD6C0D54BFE19D1CFC9070937C630B63B3B316AE41"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.zip",
+ "hash": "67FF83BFFEDD09D513636A870247DA9157096DC22FB30D1E7DE3D4C7268892396B89542D2C7F7593EB154F3E1CF54CECC754640585F5081AA44AB2B6C8DEFDFE"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.exe",
+ "hash": "A831E4853315517ED6AE917E892D5F4FED15D1398FA69B5A6F4790827AD1EA81E9E0290939C6F7C5A91126A8F0A7DF885ECF1BE5105E5B5A9301786C00F6A74D"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.zip",
+ "hash": "E54A15F594474DD9902AEBCB99C3EC0963D7E4DCD73935DADE6E70D726BCC21410DEA104CA699F19D8CAEB4D3E82EE52F8F373102D4E46F5E9121CACF9DC53CF"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.exe",
+ "hash": "3CF01D32DA05DD5A8880863974EE1A0E20BAA3A8E8162B69A76B23CDAC092389BBB30208545B7E05D7C2039628A866B7F153745F7FDDA8FAE36C33C383B1C305"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.zip",
+ "hash": "BEC0FC40E823827F6F6691AF1CD7FEBFC7045A2F36DD60FA551CAF1CC191FF9B51F640CEDD39CBDC873A94D7501F0D93E6A4023B64B048E67873D46C0FA115A9"
+ }
+ ]
+ }
+ ],
+ "aspnetcore-runtime": {
+ "version": "10.0.0-preview.5.25277.114",
+ "version-display": "10.0.0-preview.5",
+ "version-aspnetcoremodule": [],
+ "vs-version": "",
+ "files": [
+ {
+ "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
+ "hash": "0830203BBDA5F1BE678E59BF08E4CBF6C0DA52C9809D026004BA2EF0EA0FD6A3088C8F025D7A92C6619B0FB586E07056F7495A26D5FD537CAE09AB71CA816E1D"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
+ "hash": "AC99EBEC4E7ABD660A27317D37DA56AE1FA8E9EBDBF4A88FE5F9BE58E1F4D7E8F05BEC32D5E902C0FDD1E9D9E250CDB49448266682010E4CF7F4640F9699B9F1"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
+ "hash": "789EC6DCB6805ED709F03FACD19E2CF04FAEB88408E2436BC7E7E76EB65F273402F4714CEE60C6B08FD9B59138BFF43B805965D1D5C5BA585BEAE71E5FFB8B4D"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
+ "hash": "B06D62A7C5300C4A7FC795438180E27C127E971578F8F874C8C6D733BE2B645EFB59B633D88F6658CA34DBCBC8B689675CB3651A612598204FC2A5BAE41D361D"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
+ "hash": "C998983DB2CD5E8BA3703900873929D93F0FF8C6A51B465A27035972BA77F0C19A72D3CB8542DDB32FECD1E76BA3971627391A2E00F5A9FE1DF7CE648392D317"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
+ "hash": "6E69A85F7E18B8EEBB5F99A7E8099DB2FA5DA34BCF078BECBB123C0863D4BE7B4252C7CFC6B21B9585F4F800C058A12CAE55EF2A63B9BEA886CA3D1D8A0EC113"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
+ "hash": "623B5A293F98DD35D305F311281792A1ABD9CE557F31A6673943F20B928E6EA918076AD8F21983EC5148206BFA4C0898EE8D926DF94925838CCE11AEAF6A5524"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
+ "hash": "231667EDCF6E734240C0A8F40EBB428E7B5685C5185BA1FA50D5F5072ED86533F9E94B69551C8BF6C16DA4DE4DFD4980E6AC25F104A1CC1518A792399BF2268D"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-arm64.exe",
+ "hash": "CCBFDA165F7B43F1D32EF6EA907D322EFCB320EBE946666C7B390CA133FEB9D5C6BA384058B2FA5EE5830F17A2A02BDA8DC811575CF4A1F40DE97CE5C5AA9953"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-arm64.zip",
+ "hash": "30EA875D0F445EA7A08E10884A36D10C4B14E8BAABF2D709F042FF9ABD72CFFF4B13BDAA2EDBAFC4E1EC5E9F969572B226A99C9EA0F65C2EDB62BA968B6C6C21"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x64.exe",
+ "hash": "E0828789A0AC2920967604CF859CA008A753897B91FD9F6C954C61DF28B10C5DE89C498732B68F691BF2090A2C7E045AFFDA14CC4E3B17C2FD0D08C320752097"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x64.zip",
+ "hash": "FE9D46066F394BF11D172E847A90038F0B42951CD06960D153822C158666E13DEF904DCD7A900B1CD43F2888AAB94E90405CCB0552E7D707FBFC0278E6314DF0"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x86.exe",
+ "hash": "EB89B1AAC4B49C9CB64FF75A21D0D245BE0F31774CDE88AE0842F65B88F56B9022E5D5D8907F0188B8B91AE39C1A6175B4ADB35C7C16EF8D8B29DF67E2F50FE1"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x86.zip",
+ "hash": "D746F85FA7E6361A15F85A5114A7BB5C4D076529B175DB2BDE8D6D53A7006C707DF5CCEE9B7A555D45A9B5EE3E6B84FBF5CC29AD9C57C0E30DA97D52B4BC46B7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
+ "hash": "E0023293584C9DF783F1CCB4A8368FE9DAB128BC42B469CAF883E52A6AFDF0C216F001BE0A9E383C537DFD5F31B8106944936784E5D74193D77E50EB08D453A7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
+ "hash": "2160222CFBD063F1EF109D94C629A2D2236263922927ACCB30BF38FF1F853F69651FA33DF5C96AA2AC037C2D6AEF7A107347F7E40EA3681EEFBCCEC7D06D1D1C"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
+ "hash": "A012AB79894CAF198FE725825C6973C818B0F5CCB6BA7D0F306B6741FD488E39A5E3D1DFD90FF5D2B100714D2F1F2262B59C97C1D360406D37431B109F483C42"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
+ "hash": "246F726E68BEACCEB8B96177663BB2D6B00153ED51BFE591234F5F59F9C8E50B4DF3C8E8084C52D81FF144D47FB78BD7C40E7C9BDD51B7DD4EE51AA5ED462F30"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
+ "hash": "197D5A9C080743A7CE1F3547BD7A3D7ABCE2A1F66796416FABDD01630BB127033004013EAB1CFB8CDEB1F80C62FE18FB858E13FD32388D2B48EA291A42C9C6F1"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
+ "hash": "390EDF8B930F1AD580F555E3F795E6F0568BFAC09433661C6D04D80E7DD6615F8438C2301CD55DAEAB9766722E40EC94C7B442CBB0C6AAF82C501A55D3224EC2"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
+ "hash": "01CB563E953CF0D7DA687D8B976B79A5BFF4FC5ED48971E1D271B6EA3294E31EE0FA916A77AA991A526D0F9B40FBB19CC73D42053A5735733E09C0A86F74A482"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
+ "hash": "687ED68AD0AD1D41BFA58C938428DC7EE5C3A89ABC28310B5E5E126EFB02A73654AD743F4B495C69D834D717ED4F6BB5D136C3E778130F5F1F99433885F2AB68"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-win-arm64.zip",
+ "hash": "6D54359F7546E295685EF87E3FB5C230AD2DFDB106657E7F098CEF0D077B880E70CF76FD863879A5576C7530BFDD8AD841C57C3EB940BE2F019D606C1B651AD2"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-win-x64.zip",
+ "hash": "96E0E11FBE520A4E15874C07B4CF61799EEA4084B14AC158C6852922E1897A826B17A5640F60D827E599722953B4070A0E2EF55FD10A3AEB6604D4528F61CF5A"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-win-x86.zip",
+ "hash": "F18FCC0C88A11F6EC96E9F8B6C31E1ABC7FBF98FD42E8754B158C0385DDEC762EBB4C62D66DD2B65AAE1A5A78B01FEF8839E77F0BDD38767C7B1DCC762FEFDEE"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
+ "hash": "7AFE535FD96C9AE6A1B9C034E2447E117F700B85D8E96EED6F727C79799B8B265D8C101AACB5582673D48B13DFA519F065D6AC830BAA7581A63F68749180A914"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
+ "hash": "A6F7AB98963E2EA694FF6CDC3AC2A95E1AC70A1A51B74D6A4040D59DAE1C71999F67DC9565F390B22EFC88F8BB13BBA94F295C78B6939ECF1F69CCAAFDC6DE23"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
+ "hash": "0C65D01FE4E253FCC628D5710C78B6D27686D20FCE24A10904870C86FE2CB7C720B1E7439AA3BB75E74011400E3DF8DF4414E07A7E5239F6552803808FD4B857"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
+ "hash": "98D53983BF534D71935B6D63621411F3EB2A956AACF8C32E397A31BBD85E2FBD6DD3E9DC0E2E779E2581E72EA04B9935C1725448DB363104FDD2B9D14FCD71A8"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
+ "hash": "71400A85B86198F362EC47A3003873EA16B8F5EE394D1280EA863265EE4F9012AE7217834A972E466BA619F62E5577D43B8AC54AB916071AACF2060548DEF8D2"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
+ "hash": "9EED70BF765947ACC19342A5B564A60AB96542DEF4A93A83F263317159F80602BB28E9D9BBF26DE53643ADBB0B934752D2C44503EF60020CF68BF514C5831989"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
+ "hash": "F78680057C875DBEDBDA253E87EEB5F6AD25016B1013C62087987B798BA13BFBE55E9557C34F0C43869526B282F34276249412F4560461D7639D1A11B19CC7EB"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
+ "hash": "A4F2CEEFCE7ED17612B45F738E363C967C427E56EFDD8394A1546063C1C94DF6B3AFE9EF88E01D18944ADF2C54BB1CA597D0CCF9BFF33BF374F5E0DC44236120"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-win-arm64.zip",
+ "hash": "10E180B1F80563AFC5A281E75B0D716D5D38EFAB2CAFBB3E569A6004A43EDA528A7D4A003543AFF8C389F794BE1C324F8779166A726C11484ED3989EF7AF5EB7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-win-x64.zip",
+ "hash": "C597E119C158FCD872DF4CFA83827722777B232C6232948DE041D53AFE0303124C46F7EC6ABB741EF9DD1AB82D513D7A0B227AE7C3703F77AE9446DB17E9AB68"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-win-x86.zip",
+ "hash": "330560CC24E0C51F255FE59CD0D1D79E03776D86803DA5637CD5CB5E5F4BE23987F92D7E4F1887B6CCE89BBCA93A3255328DE02CEF41E7DF6A3A53672F88F7F8"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/dotnet-hosting-10.0.0-preview.5.25277.114-win.exe",
+ "hash": "928C153F8C3D5F65FDFEF71975E6B8F630A4910BCC8B78202C125DB0F4CC06279A7BEF8F3E2B5FC5BA8FE8712B67C992C33AC65F869F794B7C8D5B3E0B0A12E8",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.0-preview.5.25277.114",
+ "version-display": "10.0.0-preview.5",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-arm64.exe",
+ "hash": "26A7F7461474DB196EFBB6F0D14F888E6FEC74841B097C96E70B0696AEBCEF075E4F9EABCB351064C25CD2EE77BC2E0F57530A31CA6E1CADFB49073E1ABA0E34"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-arm64.zip",
+ "hash": "BFB19FB4A3AC9C3ECC27B8A9F3392C8ADE2768AF153979F1FCC1D20C4D643B89AAC47B4436AEDA9B92163A234AA12F5576CA32268D37E0D07A7EDC2DFD4C683C"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x64.exe",
+ "hash": "AB613396EC8344449B115611494FAE3470EFE6472CDA363EF104B4A698FAF7591A3343E379F57A020C035453835EE899B3BE4F7A5CFB22361A8E8965BC0A438A"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x64.zip",
+ "hash": "A4680A1C746F771654F5C61109DC33001961C595B6974466C7E29CA172664522193D4A1BF3981EFC1B7765202C8B979439789073ED7613E4D39BC3FEDCD39140"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x86.exe",
+ "hash": "85780B5FCCF23C405C7B419C72FF36CACFE43D6CA6B767319B48C877613783F4BAFB2F1F0F19975BDE66F6ACA1D465D555A94E8FA6F305C8108C3BC7A1634E4E"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x86.zip",
+ "hash": "C4A9F08C7ED3BD7C164AA8E2BD47DAA6EB7E34E385B289AD7B7047E77F7B3FA940A236A72B081ACB1B684E6195189051CF89991F7A78D17926B7AEA1FC99CA32"
+ }
+ ]
+ }
+ },
+ {
+ "release-date": "2025-05-13",
+ "release-version": "10.0.0-preview.4",
+ "security": false,
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview4/10.0.0-preview.4.md",
+ "runtime": {
+ "version": "10.0.0-preview.4.25258.110",
+ "version-display": "10.0.0-preview.4",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-arm.tar.gz",
+ "hash": "d5115b0e54b487c83fd4b66504da7c31522d4b6fe72044ef0bbf8b7362b39f538658d309f6b99289091ee3a13c10f9d63abce8bbefbeb5dfb2cba1ef382cdd2c"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-arm64.tar.gz",
+ "hash": "1a42d330b310f79f6e153fcef38d4cfc6aab65ebc42bd8ba3c1e58a813e6ee2e3c9e947fb7356b6224efc7d71405526ca314f49ae7c280f78f5e4f2599a42c08"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-bionic-arm64.tar.gz",
+ "hash": "8ea0d014f7aa4c8b91ccb060cd2f7123d90be0cca967252bbacb09fecbed93be450fa13bb3004d2d08f8fdb674cc6da57c25847f6f49e1b342c8465ccf068e5e"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-bionic-x64.tar.gz",
+ "hash": "f193737f5aa908c02e65f3a7cbf5cfa18ddb0d047b87e237410f74fb64f0adc3a866c28b2c0115b84f641a88afa7fd1c10a38804eba1461e9db724a6cd295246"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-musl-arm.tar.gz",
+ "hash": "38724dcfcc683e66a3539c49bed1215b8e7a69246aff91f40cdf61ad93afd5e51f30f209fb6c5ca70cf31f33d55285917c8270c613b5a4f76968ce1045da6f9e"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-musl-arm64.tar.gz",
+ "hash": "1d893ee5ca41523547e9e37ef4894c3a89e36d7d0d8a06a2f9ab9b4d167ab92db8b8b121071f634ea5e52f9caa5b20468592b7ec823ace4d0e4b21abaf968e34"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-musl-x64.tar.gz",
+ "hash": "86234118a59adad350db86bd81cf2720f8b41b8de5cfd405f103789e43fd7593ffe3f77a1c2ad7cc1e5be08ffd412d25c0a1828e3ea325dc8e597a9cdea96c21"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-linux-x64.tar.gz",
+ "hash": "cb259beebf484a240846940bf2e3e2a047788eab8059afbaa27518b2f5b09bba284049c97ddf9a15bf1e8d9c170f7ff0917e8b4fe7196ed5d9acb8b843fb4d02"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-osx-arm64.tar.gz",
+ "hash": "7e66852c9ad6505f1b70bd5a531b3ae1b52033af24139c7357fa63d7b2ba16cec427cddbcb2757ff117773f47345d633a08e4756f14b37a626214b5d8f51f1db"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-osx-x64.tar.gz",
+ "hash": "1d103e6f01a47c2d98d36f7b01ddabcb400ea6cd645ab8c18a3471e2e147983b16039fa884ed054079c30f4fcf1c9acd6ee8813bc19c404beb6ed6a089429389"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-win-arm64.zip",
+ "hash": "e4e331b5e9d662e323d0c00515571d13a3b7ea2dda9d91065d501a1e715d337ed6d9735af723a871f54be7262460c9b9d272c7a2786ab70e400273f59ce002ad"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-win-x64.zip",
+ "hash": "b6b131e1babea7975fddd6d92d1d37526e06cc8f314ef68c9e92b57dabc878f1bbfbc9d87c4409ec315d8b74f30fdd0f09f18b401aa17d78043b1e8a77636325"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-apphost-pack-10.0.0-preview.4.25258.110-win-x86.zip",
+ "hash": "e0141bdf479ad12ddd4896d155752908f44a186a75191b3343f3969bea354fc6a44eac1e39af9c3b4791be0c6ebd7389b1ef576f99f345010d0993f09fb1876e"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-arm.tar.gz",
+ "hash": "403d9c733139895e3ea6269f054a5324df870baeb5a6fe3bb74fa0bae62254962df49025c01b162085e8c633c89b4b2c8403780f0e322d7889d5da16c186ca2a"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-arm64.tar.gz",
+ "hash": "06af523d810d3afc311a83830e1ac03b01b36fbfc93ece395ee954ecb238ae5aafd403f330332870ea314f2b569f2474c721c12c78d162b1bf2b5fd075d6c231"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-bionic-arm64.tar.gz",
+ "hash": "66b9492b51b107fb1572141b0951fd43c0104b5f7ab90245d086c2a5e1dc1c87d038b65417f58a5cadb52547c894262b4dc2e8b01f25dc49ed289fe0241ec6d7"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-bionic-x64.tar.gz",
+ "hash": "f8f2c3a986c5b6498e7dcd7d62e2351a289af990574eeedb00d15a71cd2852b85ab79eb54049ee9851f73eaab964fb0f252e76707019a950656f20b56a9772e1"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-musl-arm.tar.gz",
+ "hash": "95ba53d99a5faf1e666747bacc19f593011ffd6b6941ff46ec9002b7757591855738a065885af67099d9abe6d29d3623350557cac4337fa59908988788d42fce"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-musl-arm64.tar.gz",
+ "hash": "6e2d053f3c22e4f60df2eaee9a36b7b2dd5c68e5fc0d03c4d4e51f9b5157a5abfadeb0a2a0af480cc65c3eea3d5fa78d4dba2cf3abbe74eccc06f6485e1d0915"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-musl-x64.tar.gz",
+ "hash": "43987a916ab6f92e39307ec05d10e50e23c727a7436a14272ba86062b76f89ff4e288341f1e26d6e996e4b61f2006aac37eb700f3c2300c9ff27c3b6e9f882a2"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-linux-x64.tar.gz",
+ "hash": "1902b230b1f200fec7762a14b1c7e140172a155bd8312d5338ea290c9507a61be3ed7dc7995e5769e9e0f55b11dfe2ee7585a654e6f4b4464e59415463ce7ade"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-osx-arm64.pkg",
+ "hash": "95b322b963df61e7b4a61ffa353d8b21182c75478a284e07924c86e4986fa2a5cc5bc35be072f6d282a9d8a3c8630083ad5df5e38afc961340d1865f4b046eba"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-osx-arm64.tar.gz",
+ "hash": "3aa02f829a824c8e36aece53c747acc6fa4129938af04fe305e3df7ae0666df172b60a687841a0f98d89d142644f5ed42fa14d31a13a0e7de141f9c0cfe9a658"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-osx-x64.pkg",
+ "hash": "1b25f378949dc0d8b1136b01eab8e1394bfe32b414432144dfe2df9e106c5eb52b856ada3d905f67f2ebfd822cc3c14de452d52ba2ad5700006403789fe30a68"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-osx-x64.tar.gz",
+ "hash": "3717d3249bb8778ce3696801ed57115b552b204c0480d3afbeb8e6fa3f17b9f4ea89b7b4154e3abdf5827ea11c3b63d7e291e7620b48e0b5a9a31d116c0594bc"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-win-arm64.exe",
+ "hash": "dbf94215389639365fbca47b383320647555589bfdbcb73eb31dddad40ffbebbe2b136cf07077f8e2fb37d89b136dddb3cda64a8746faabd05f9f3efe7c06179"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-win-arm64.zip",
+ "hash": "677929369caa6211ac317ae98fbfb44de2eb5fbed7fb99d9091fe88f77cf2d9d32fd9b52b16288bda3f3324daf062c7ccac3710b2c1c9f8e363728af02376e58"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-win-x64.exe",
+ "hash": "4074a801ccf0839647b4a00e26e1b3f85b1dc779716c78039454bcda33217b724d7e20c02e254bd949eee2fcefd7dc9e5533797e815abba0007173ae0e7fad4a"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-win-x64.zip",
+ "hash": "e8b57e093218b91cc75bff6ef929e9de890c79ce8bc71d3d3bfe6a0cfbdc23cd6902c36b7052cff3f3c4f52f6f7841acaf43d2b514a4bb672fb6129626bfc8da"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-win-x86.exe",
+ "hash": "8e7e77bc51f4ec5688e5701f846ec519f600fdc20d9f60005293fe911a4e78e59e7612aee8d23f755740d8c4d60415208395f4e323a0c22f66b4ab5a2cebd1f3"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.4.25258.110/dotnet-runtime-10.0.0-preview.4.25258.110-win-x86.zip",
+ "hash": "6234f55a4525e300778260ea6721baa1e657f1837697d98030f9fb88959728a28521c061659f7ce03d93b2ba8063260508076ef3e7b8b582e6211386c39eff8d"
+ }
+ ]
+ },
+ "sdk": {
+ "version": "10.0.100-preview.4.25258.110",
+ "version-display": "10.0.100-preview.4",
+ "runtime-version": "10.0.0-preview.4.25258.110",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-arm.tar.gz",
+ "hash": "0d4279a0b35853ce619a2341fe3c2375f15fafdfc67d48a85ca6c1d7212e7bf098cfebfe48455daef98ada9357fc5835b07ffb3c549234654dac39fed864cc91"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-arm64.tar.gz",
+ "hash": "38c25fa1f4335907a5e58210b343b1bed0b4444ef94a336558d70bab3f2763ffd786155e66640fc08fd9fd949bf061c4f69451fab9c0a6f134e0104a440cf972"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-musl-arm.tar.gz",
+ "hash": "8a714da3e87b21d8d81b709a7b8e401f1ae0f7be3bacb9829fb84de29b48c6e7355050018accc72f642dd395e8ebc08f9987deb9140eda8ba3f1a6cbe41138ec"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-musl-arm64.tar.gz",
+ "hash": "0ef193341f450a17996e479e42e69087d700473589f0d8dccc1f4e8072f104cf83e065e38361f9fdcad84cc816aab0b807b82b242b6f67858cde592725e42aef"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-musl-x64.tar.gz",
+ "hash": "78c54bcc822dfebf1d4972387e594ff7bbc3d70a02609393f4d93ae90e2cbcefa00abc16a5d7fef8202446aa9057deb9194efbe2df83c078c2a2b9ba61fd9422"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-x64.tar.gz",
+ "hash": "889788370618955f2fb10005aa66a1e617d52c8cd01783d7819e4368ed5c60b9541adf126fe7e307b764c0f0f283a4f209c0d2017d992da4432b671b73765b44"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-arm64.pkg",
+ "hash": "258abd5a6ec4f81109e056693a379239f8ba5556e1257518bd4f2dac6ffd53a447bc2d980edd5bdc3a12b8d6e969727a623d1b5f0eda2ad1ebffcd75fc483681"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-arm64.tar.gz",
+ "hash": "b3e02d8f01786e89bc4f8de711e6edae97b979e27097b2673aa51cc5124306853325edc9be899eba4ba81b67692cd81e4c7ba388a15f85ceeba0404f1bdc92a1"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-x64.pkg",
+ "hash": "5703352dd15952ec30cd5b96882ff22f4db6ee23cef8773d796411eb33e8c4562cc8779eeceda40c2112907b838e46d786f1289c3c75c42f733e8977e62c6e4b"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-x64.tar.gz",
+ "hash": "5b8b066612c4dd09e3955734cdffbba703ce6e03d40f688b4b1367980b08407ae07b234f5219f2225ec2db6d81eddd02c4afba64ae10ac31882a71b60117539e"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-arm64.exe",
+ "hash": "f5b6eb2b923ae8419073bef4b4d6846c60c73d7172017c06bc67cce8b6360954882af9a0e09de2c6be32604242f6878168029599507f08e0db7b250655ce63ba"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-arm64.zip",
+ "hash": "a2a7725d794e592dd0965682ab920e7b691bf387cc7b7c526eca367604734e4e2b3022e7f09ebda3fe7a2d1682894a230b83d9ea7920665d5bb12c159c38e50e"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x64.exe",
+ "hash": "d79646bbfdee7f86250efb63934d5d9876d1934ba52fe2694ae4feed383fe1667f6c49f2435ab5b5430e22669caf0e9c821d3a1c90e075017c62085a34249e52"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x64.zip",
+ "hash": "266d9f25c196bada1c73af596ebe1605ef0e4527d66aafbe0209f597c78d3cc9bed3a87fddcdc0c3d4a757adb108f71487ee2374a79278e688a9f12093a5131f"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x86.exe",
+ "hash": "39277ae3e55f7d59b8e083d172fa1b74ffbe1e33ac3a147137a6b390a6edd8b42b80b504522a4374f4e7a89b63f44faf22a76d0cf52e294bd699eda0aa838693"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x86.zip",
+ "hash": "3d30f45ad988cf9612aadb64c3a326462279adb7a28996bf77143c75310ec1bec1fa3fb6a23bbc832333201fb27169a0ee2afdc0ef9dba6c93a23bf76710a746"
+ }
+ ]
+ },
+ "sdks": [
{
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68448843-f04b-4d24-8d7e-fced3808ffe5/5e2f4fb35216b30c82256f91b5641ad0/dotnet-runtime-6.0.0-preview.3.21201.4-win-x86.zip",
- "hash": "a5f83c068a2a88758157b94862f6daa3627fc668a742227fb9e3a3a4865ab415cdcb2792978f701f6d57893d0772fd15d8df9e8c99d6999141bd257422a4f8d5",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/dotnet-runtime-win-x86.zip"
+ "version": "10.0.100-preview.4.25258.110",
+ "version-display": "10.0.100-preview.4",
+ "runtime-version": "10.0.0-preview.4.25258.110",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-arm.tar.gz",
+ "hash": "0d4279a0b35853ce619a2341fe3c2375f15fafdfc67d48a85ca6c1d7212e7bf098cfebfe48455daef98ada9357fc5835b07ffb3c549234654dac39fed864cc91"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-arm64.tar.gz",
+ "hash": "38c25fa1f4335907a5e58210b343b1bed0b4444ef94a336558d70bab3f2763ffd786155e66640fc08fd9fd949bf061c4f69451fab9c0a6f134e0104a440cf972"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-musl-arm.tar.gz",
+ "hash": "8a714da3e87b21d8d81b709a7b8e401f1ae0f7be3bacb9829fb84de29b48c6e7355050018accc72f642dd395e8ebc08f9987deb9140eda8ba3f1a6cbe41138ec"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-musl-arm64.tar.gz",
+ "hash": "0ef193341f450a17996e479e42e69087d700473589f0d8dccc1f4e8072f104cf83e065e38361f9fdcad84cc816aab0b807b82b242b6f67858cde592725e42aef"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-musl-x64.tar.gz",
+ "hash": "78c54bcc822dfebf1d4972387e594ff7bbc3d70a02609393f4d93ae90e2cbcefa00abc16a5d7fef8202446aa9057deb9194efbe2df83c078c2a2b9ba61fd9422"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-x64.tar.gz",
+ "hash": "889788370618955f2fb10005aa66a1e617d52c8cd01783d7819e4368ed5c60b9541adf126fe7e307b764c0f0f283a4f209c0d2017d992da4432b671b73765b44"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-arm64.pkg",
+ "hash": "258abd5a6ec4f81109e056693a379239f8ba5556e1257518bd4f2dac6ffd53a447bc2d980edd5bdc3a12b8d6e969727a623d1b5f0eda2ad1ebffcd75fc483681"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-arm64.tar.gz",
+ "hash": "b3e02d8f01786e89bc4f8de711e6edae97b979e27097b2673aa51cc5124306853325edc9be899eba4ba81b67692cd81e4c7ba388a15f85ceeba0404f1bdc92a1"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-x64.pkg",
+ "hash": "5703352dd15952ec30cd5b96882ff22f4db6ee23cef8773d796411eb33e8c4562cc8779eeceda40c2112907b838e46d786f1289c3c75c42f733e8977e62c6e4b"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-osx-x64.tar.gz",
+ "hash": "5b8b066612c4dd09e3955734cdffbba703ce6e03d40f688b4b1367980b08407ae07b234f5219f2225ec2db6d81eddd02c4afba64ae10ac31882a71b60117539e"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-arm64.exe",
+ "hash": "f5b6eb2b923ae8419073bef4b4d6846c60c73d7172017c06bc67cce8b6360954882af9a0e09de2c6be32604242f6878168029599507f08e0db7b250655ce63ba"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-arm64.zip",
+ "hash": "a2a7725d794e592dd0965682ab920e7b691bf387cc7b7c526eca367604734e4e2b3022e7f09ebda3fe7a2d1682894a230b83d9ea7920665d5bb12c159c38e50e"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x64.exe",
+ "hash": "d79646bbfdee7f86250efb63934d5d9876d1934ba52fe2694ae4feed383fe1667f6c49f2435ab5b5430e22669caf0e9c821d3a1c90e075017c62085a34249e52"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x64.zip",
+ "hash": "266d9f25c196bada1c73af596ebe1605ef0e4527d66aafbe0209f597c78d3cc9bed3a87fddcdc0c3d4a757adb108f71487ee2374a79278e688a9f12093a5131f"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x86.exe",
+ "hash": "39277ae3e55f7d59b8e083d172fa1b74ffbe1e33ac3a147137a6b390a6edd8b42b80b504522a4374f4e7a89b63f44faf22a76d0cf52e294bd699eda0aa838693"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x86.zip",
+ "hash": "3d30f45ad988cf9612aadb64c3a326462279adb7a28996bf77143c75310ec1bec1fa3fb6a23bbc832333201fb27169a0ee2afdc0ef9dba6c93a23bf76710a746"
+ }
+ ]
}
+ ],
+ "aspnetcore-runtime": {
+ "version": "10.0.0-preview.4.25258.110",
+ "version-display": "10.0.0-preview.4",
+ "version-aspnetcoremodule": [],
+ "vs-version": "",
+ "files": [
+ {
+ "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-linux-arm.tar.gz",
+ "hash": "64c4359a8d35ac15312ad844587dee1d227f207d3c9ba16edf50c6706f93a29d0b8d3388bd17547491652f1423a67bfbf42c4c7ae880afbe420615e529babf75"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-linux-arm64.tar.gz",
+ "hash": "7c56bc04dd5515291fc29a944e501ce276b722aa78e3c679188cb9fe33fbe063c21b04efd0fcbba61013dd73914e7a4b438626a816c0b6f9cf7f097646a6d208"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-linux-musl-arm.tar.gz",
+ "hash": "d6b6e4f2f548b0de2ba48c85a55de60675243d91b9e433aa2c4c036679aeb814236f9cf4f38509da5d471352a3845a830e1e02e5bc5e971acdb841567285626d"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-linux-musl-arm64.tar.gz",
+ "hash": "92070419e0df1ec95d92900a14984fd1226da604e815460853fea6186be9b03a8bf4e0c79b243812ac54f35f293cd247b478f1bd896c3b653cb526808cce797c"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-linux-musl-x64.tar.gz",
+ "hash": "a23f36e5b2ee6d1533b8770a9b1b90b8053bed2c613489d3b5ca298f4553d0cdc79ad9f5080058a1ce868c7c83ebf4727de379e757aee45dc07def528e55eeea"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-linux-x64.tar.gz",
+ "hash": "0fa8d60bdc3f63df49b5f3fe5cdda13713a3f9bea3e7c150480543f2b7c3b3871f4278fc042d6f850434146950c4934606c848f4b077be69ae4357ace36b7075"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-osx-arm64.tar.gz",
+ "hash": "71a4c1494e7fd576fef11c5c92fcd0ecd921fe042f496704a55a96ffa5145d7938c6c435090e285d8ffe150c311f3ed67f75b1c1e3d192db9429f34f5301fddc"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-osx-x64.tar.gz",
+ "hash": "5aa0689b4df534c2225b78170e2b52e8ba88b5c243e655f0ab1c58a11357022f7c7d7fb418cf145d7d82613d3a3b290d68a59a34d5fe33221c6d878719b30502"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-win-arm64.exe",
+ "hash": "9a4ab672e0c5a6c600d6fd5c1ad4e2838ce24f95cbc7ff8720c1542647a7b42505b108d6e38d4b6b6c4630fd4ae208c25b13f8050f6e77814bbda917636514b3"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-win-arm64.zip",
+ "hash": "17d0d35b085cd8bce4f30d29be29bfea341789580fea60f6dc09673060e1c4b1f5f3056a7c03bf465f978528f1e9e020f7c7c93d5d3fe9c4d6f6b14a11edff10"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-win-x64.exe",
+ "hash": "a01fd598de7202dc0bc379f16108a828587115ac36be19e1214e00edd44f2d5bb7706b2ce582baaa41c947e8ad8699b356ea405b5ed277fe36d0a26eb157c142"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-win-x64.zip",
+ "hash": "db68461f744a623a62fd63d230e5c9fa160c220013a46b23d436fad18927c0f349432cdeb6c9e115db5ed8311dc82891bd81f2958d7d6773c4ba84c92ad0e7fc"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-win-x86.exe",
+ "hash": "a94cf1c01a3c764da6e0dcdc6a86fd21fe80c9f0f4bdf7962f7ecd39d2598bb1c5597a3933c15808c5beea5caa3871698e818aebbe50278e0f8fdb70ecbbaf55"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-10.0.0-preview.4.25258.110-win-x86.zip",
+ "hash": "da426ac0f9f5f07094f38155c75c0b22887ab6b14725aecbd7bb12e529b815b61ac13fb05ea093f0a8f281e2997e05b8f71522c996c901c7d05f464cdd5e52b5"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-linux-arm.tar.gz",
+ "hash": "177a931c53532a4d5881775b0670405bd23ff12102c8f7c55f83a5a5db04c3d326e78eb6e86626a19f0a771067af3e23147c8bfd19bef56f21a44827bdd67a63"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-linux-arm64.tar.gz",
+ "hash": "9b1eb0c1ce649bbc74900c459fff67d91379bacf84b95d1ad207feee9baa1fbd56b3bb264a9a8c073415e5f878805754e371c48e36e71fdd9041fe68ce733125"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-linux-musl-arm.tar.gz",
+ "hash": "fbeeb4b715588e1f480a42fe799c248e3b9cf90aa5bc04dea9506d17d65f0fa9e5db8fde779bdc9231ef8d0bf947a7182c3b2164e3367eda443b04ccaf5bbbaf"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-linux-musl-arm64.tar.gz",
+ "hash": "4fbd593865854e0e69c271871cc4db3dcf33a244c35810c1a3c2ad42db37a92aeb628fa3e8db37f503dc27c332d108e60f3f312304cc6aa696d857ebeb200cb5"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-linux-musl-x64.tar.gz",
+ "hash": "eeb47521e7d68d0e964da20cc318bc578ac3aae85340d870a29ea0e9d1e77b5ddc2b722d15e42c5b15b080eda21d8f3a1708630bf942d55e3c3288a117a91a3e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-linux-x64.tar.gz",
+ "hash": "8318d32f748348c1a5d56823a6733b3bb31558734c8f91dfe8189c8475953a64ee2c2698a1bf5e007e07054f16f797dfe2dfa463f61f69c877714589b51972c7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-osx-arm64.tar.gz",
+ "hash": "ad9a40cde11dfb7135f4e47f0f611920eacca6067598d82251c74de7cb9685d5d4960f299c784016d4267ec854e0aaa58a7ffd5f46498b4ea90487e29895c09e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-osx-x64.tar.gz",
+ "hash": "99f8600261ae2fd49be181e8d181a386b6694c5eeeee15839c845bfbfeff987e999f88aeda37360350090ea9635507d8bb3f871f86c59a5df1a722520aa42592"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-win-arm64.zip",
+ "hash": "ea788a61e314aa8912adedd2e9c8dfac306be701f917d2fec64ead0e63caf6dfbcb765dbc3f56f6d5b7e757d55326979b70b3725d02598df9ee7b6e1bf26a151"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-win-x64.zip",
+ "hash": "4b04f92244740e89615ef8e19975b51d8f87f879517850fb0037d90400952d8e2442e4679dfa246a9aa7239f5b417e15b59dd3fadafe05b63536df17354b91a9"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-runtime-composite-10.0.0-preview.4.25258.110-win-x86.zip",
+ "hash": "cf95339751f7156ac19e5323b59cb5a38683236c0f5874fe03b21f695f92f6b9bcfb0f07b0823edcc1b8297019f84bab465e985792e168ff8d208e07f76bd45a"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-linux-arm.tar.gz",
+ "hash": "d5f31468d42c495ca46bc6bad75a65b3412f18a108f2ce42ccacfd0c364e257a21c1a6ef1186f5d3d96b70712905cc108835cada43437bc0c42ebb026f30c31b"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-linux-arm64.tar.gz",
+ "hash": "528202289d982da003d68fb8e07883f2e490b49de0d9e05c84ae568feb59e4f667d45959d3b2c22a875f4c8d2491dad62a834394c03e153f0c849b7e8c823a0a"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-linux-musl-arm.tar.gz",
+ "hash": "932813c81d4805ad18727d1b362d0a97a946ab34bc56ddf540dab53f438aa470aff79f57ad8fb5744dd0495dc6deefba6d1d10bb47863612265831e06d2ba62f"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-linux-musl-arm64.tar.gz",
+ "hash": "000fae4aca4bce7b2f2692233cabc94c87970826eaef4523d6ac969d0eaba46f1cc0fab939f323f298cb9a954ab4f651e8bea1df171a8ddc3b2d671698201829"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-linux-musl-x64.tar.gz",
+ "hash": "427a9e64e585ddaf852b2b54cd6831fb610665dde71a826a95915436c0b0a42ea513a11bc03cb42e7c653187c72be98aee7575417afe52d93bbb827da88ef333"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-linux-x64.tar.gz",
+ "hash": "79b0ff89da667252420c57e2c515983433bd738aa6eda8e06773569bb463be7d896c7417587a9d2e713860a3c100d94d88fe87bee8c44272fa3bf4638fd7adef"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-osx-arm64.tar.gz",
+ "hash": "051ad55c690422bdff1cd3e6936f5e58c90c1c2e6a41dc4466cf4f6debe74e3dca68790ff97efda76362e54d93a35797ee36b5a24f7b5bfc8c2a7088259e479e"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-osx-x64.tar.gz",
+ "hash": "48cdf253c8a6687af3b8cb0461d189a8d91b299af47ece3dd91206c98f4b7e86861abcbeff458f27128aa4a049fa507b4e73843461e1485528d7dce7c82f0b86"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-win-arm64.zip",
+ "hash": "6236dfc25233ca8f55543e6b723899bc94d9ef9cf125d20393c28b2b5c3255518f6e4d85e710ee45ec3c2b023cb3eca0d0203439645ffe1d8e22bd3c948e71bc"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-win-x64.zip",
+ "hash": "56e4f21f8a51c58eb6052183927f61c8d538e2e27bb4dd10d1bee0f4fea07f69874d8237d761afba9c8bd172f7c8e1877f92d26ec2fb89532221493369be5155"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/aspnetcore-targeting-pack-10.0.0-preview.4.25258.110-win-x86.zip",
+ "hash": "1e6d06385e6fc7837e648a02243d9fd45491e12e2847a2ca1a339c648ee7c23b506bf0c94d641053377a2fe3275c3288d78758e130db7f5f1b155a8031f9fde8"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.4.25258.110/dotnet-hosting-10.0.0-preview.4.25258.110-win.exe",
+ "hash": "2b4084f7a291f67d0c73fab697a26d25afef3ba3ceadb14292096743e77f07d7663d20703485c3097ef2bf86f89f855f69c6c75377f87545db525a44037a8b3a",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
+ ]
+ },
+ "windowsdesktop": {
+ "version": "10.0.0-preview.4.25258.110",
+ "version-display": "10.0.0-preview.4",
+ "files": [
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.4.25258.110/windowsdesktop-runtime-10.0.0-preview.4.25258.110-win-arm64.exe",
+ "hash": "c23d2116db598a7d06248f55b7550ecdea4e7762bdc68fd73036b1e93935646dae81ddfc4ecf56da38a01c8e38aa3b9f8f96f4e7f30861d1c8c00660fabd79f8"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.4.25258.110/windowsdesktop-runtime-10.0.0-preview.4.25258.110-win-arm64.zip",
+ "hash": "390163e50818cdbb4699c2834c56e230935e3dc160c4976c2676cc97d1ab9f62cd35f6e5f2ff466241cb37a0d8e68143ef3c753b18c8c4341c73aa99e6c598bf"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.4.25258.110/windowsdesktop-runtime-10.0.0-preview.4.25258.110-win-x64.exe",
+ "hash": "4a5fbb9ca28733487eeffb64d8e83c9cca20a76d7f443c46a9cb36fb21c58f66a8effca936435b60ef834f647c197aeaf5ae5aefcc406b51c0ae2c31be902012"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.4.25258.110/windowsdesktop-runtime-10.0.0-preview.4.25258.110-win-x64.zip",
+ "hash": "03b37d335cb34c455c317499e29c39d571929e8d4e699fcef371f4c30c7617ccd28621225f171614fb5ff4370988f46f00ea244501e7d38335d4ff22258f0263"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.4.25258.110/windowsdesktop-runtime-10.0.0-preview.4.25258.110-win-x86.exe",
+ "hash": "566fc2a08954d4dcac7b5c79f23fe40242c84d4b56da5af2ba7147cfcda54991634b26b59c2c6cdc6a5ce095b80d51166ad820ca1c7cfb198438fc64050527ea"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.4.25258.110/windowsdesktop-runtime-10.0.0-preview.4.25258.110-win-x86.zip",
+ "hash": "a5c6b2684079c33ee13bdbd331d8e4e56c0aa80be685f88181f7c1408a5be4eab4339b824bb319166079c563e90ca976fb10f698434e30883716f04749b54ee7"
+ }
+ ]
+ }
+ },
+ {
+ "release-date": "2025-04-10",
+ "release-version": "10.0.0-preview.3",
+ "security": false,
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview3/10.0.0-preview.3.md",
+ "runtime": {
+ "version": "10.0.0-preview.3.25171.5",
+ "version-display": "10.0.0-preview.3",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "files": [
+ {
+ "name": "dotnet-apphost-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-arm.tar.gz",
+ "hash": "c28b6d9d293ed96c5306ccf38f854763d1a9888247b8e824cbd4cab91948333f5150fa303d283074c23a4d5c14ea851b0aeb9ca011c211ecbafb7d7e122ab080"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-arm64.tar.gz",
+ "hash": "68e5f33442ed13528d57802763d75f15b2f93462645192aff609670edc6529d2f550f6235346292835ac3f7624af1bc5c713808151baae4055d8f5c13c106420"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-bionic-arm64.tar.gz",
+ "hash": "a2d49acdeffe3a39795ab5e672e1f5103758349b373f76afac65cc271889dfd81f3e0d0b9ffa49b7ec8ecc829ce07d36612f80bdbe85b0bbaf4a5ea4188f92d4"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-bionic-x64.tar.gz",
+ "hash": "d6f0518537bdec561aa332b136ead3240f8b066a41152f50057bbcecf3e298d897058db6da55f56638a4876aa59472c63e8d1b8dbe3a1dc47c547d12fa794644"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-musl-arm.tar.gz",
+ "hash": "d84f7ef0a2f87ac281523d1cc0fb3d8d504c1d24cfeb8d1d0778695bb7197e3769975bcf4980c99d01154242f89b603584ce10e39677c8c8378311802c093914"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-musl-arm64.tar.gz",
+ "hash": "cd5298d10162b00881bcd0568440161296a6c9e08a0320707959df70c5d0372585e9c3ffd1ff56b922d04bc0db47ac657daf72ada2e5adaac79e3dee6605b26b"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-musl-x64.tar.gz",
+ "hash": "b6b354f292e85c2d99e2aa0ee1c8b2e35973e3f76a921c57a839c04c0e44d9c31a21ed0e735ee5918d398494bb8752da4a0e3e4aa29817af87ce207ca55767a8"
+ },
+ {
+ "name": "dotnet-apphost-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-linux-x64.tar.gz",
+ "hash": "b997a1b0c0ac1445e1d61b02a010d5bc8525ad298bb6f0c85cfa4c578387596364ef7d8151f5736cbec20f0b25bfa52cd55391c0e01055715d6f23f6b2d7331b"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-osx-arm64.tar.gz",
+ "hash": "0aee07fc58bc2a9bd640e9a438b3c9adf28372a0b396dc73049e34d0f03a8c0e26cb7eab6058a5508edfa7200ed7853c543ce51cce78a8cb1ad8ecb5d7ed3feb"
+ },
+ {
+ "name": "dotnet-apphost-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-osx-x64.tar.gz",
+ "hash": "37a9126f23f194b891e86d273c01ce247b87250e387bd245397fe4dde6dcf59c5b3fec7516017de3b1efdeb75c84080133526e4657dc57768622afa72f5c895d"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-win-arm64.zip",
+ "hash": "fecd488d5b2b551db07100fb442055c4c7c82b1fe71f6801201f805c5d8978e081dc8507aa4a52701c77e98e43ffd345ce43454782998f06ca5c0807c2c9ec94"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-win-x64.zip",
+ "hash": "6e817d1967e007ba1dc63358344686316509218983328e03a095b0d6a0112d269097b23043dc5867e28ce961574070459382e4204fc106b158ed18ab4c3e2d11"
+ },
+ {
+ "name": "dotnet-apphost-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-apphost-pack-10.0.0-preview.3.25171.5-win-x86.zip",
+ "hash": "bdb648e9b2f409cf41151da07619f30812853361c85f23dd9ac1de03616457f6bb0eb9b952bf6fbc220844eaade1fc0331cfa93f2f36e1f2bce89c41ab8c07e1"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-arm.tar.gz",
+ "hash": "8e690259454a540c0c16258bed659c0a26640d2a4f4ba7e194e2807e4597e267564fc0c9b7892805a4fa8e010219de3d2229a1026e08189f0f1eca059a3a9ee6"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-arm64.tar.gz",
+ "hash": "a6a59432c12ac1964957ca09f78e15e0b2d6435d9b70ba13b6bc23ec99c9523e81e23297fe28297fa723caff4a5d2159a0cab50470de623e8172245d4343f1f6"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-bionic-arm64.tar.gz",
+ "hash": "4da2db5a27f28ced921edf9f9bbb7a5bb99553c9e6dd81cf49ef32e1e153fc91fc038eae19bcc8ed604ec82e6e41e38019ef8c585b8da9be4b54b545db53a1cd"
+ },
+ {
+ "name": "dotnet-runtime-linux-bionic-x64.tar.gz",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-bionic-x64.tar.gz",
+ "hash": "7cb67ef172548f403e75258881c8feea10382cb028d0255d14c252102152f4a48c75ee60b37794f444bd1ea3a8dac7b9008392bbcce8b92a0070b7ea4a71075f"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-musl-arm.tar.gz",
+ "hash": "978895a7639f0c1b0860eb3c293226553e4eaeea5ba7039aa5df0eb57284657a2255e601c65a40e25d5248383884b05cd401d3472cf60934a65726007cc1de4a"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-musl-arm64.tar.gz",
+ "hash": "7532ab4d168ad7ca86fdca46db3f9447b9ece86688fdc011d4597e4a68aedaa4b3af0079c2f92f4ab2a546e7ab6ecf525dc69ef4c11d032c84c29738c7a62ada"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-musl-x64.tar.gz",
+ "hash": "26914a60143fa394d1f238d4da335ae5869696899b31da9b1f537df96e2f4b1862cdab11ea2e550dae9a19817ee3679aaa0e4db9656cebe5143b8513090dfee7"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-linux-x64.tar.gz",
+ "hash": "4e9bd2bdd54124c95dd62bcf96a5feea095617d73f132cfcc8332d15a9a8366c03bfe55d02e7409ea8ee3d35da1eb0e98390b9ec3fc86e928c6706c535fe67fa"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-osx-arm64.pkg",
+ "hash": "c1f2f39a11e672cf962162523f3c60ebe0426542a310b0a901ca63d990f82406d78d107b32b2fb54f9762bd6381f4a19c55dfeda1c6bb94d55a37e8317850a51"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-osx-arm64.tar.gz",
+ "hash": "cc02fd234c012c863d8725d88b6d302b214fb98d0171572915aa6dfe324881340f77b71cc81b53fc062d2893675bb399771bae05dd2d10f544aa2fa9d691e441"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-osx-x64.pkg",
+ "hash": "ed67fff1cf144bee3640007d3eef1afc69e7231847cf2cb519417615687540f6435dd9fee893088278fb371d06acf1e62f115a98c091c17d3235cafc1af4f669"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-osx-x64.tar.gz",
+ "hash": "8a9e97bb551ba3a2493043db6d55faa29c0756d8f5e1a8960617941d01941a8eb3297bda3ae0165c586569c51f2adda01d5009559900f50cbd4b9e59eeeda327"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-win-arm64.exe",
+ "hash": "4acb5933fb71ea8efc0dbbdeb2b645f9a5fc05f78a7b4c79918aae01be8e45cdcb656b72d84606de505b805fe3bfe5029801b80b2c5adb8d77e86053e56dfbfc"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-win-arm64.zip",
+ "hash": "1a537b66cdb3eccdc22dea97da2672417059cf6246d473c717df5a434521bcf2c2291bec323649fe1979fdb00c4a2790dbbd8495efcd7cdb0037fe7ed8e8dd89"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-win-x64.exe",
+ "hash": "ba6808a34f8808ad7e85eb41d9ff29dbc2677656b5c5211ee48eb9ded2036d37a567a2332e1e1938c57063c804150a81e1e1630fa579702a6cd98b2f507484fb"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-win-x64.zip",
+ "hash": "586e24e04ada25753dad5bea6f9302771ffb08d6a0d8be998b68ab66a28d665b6fa82c2935c4a50e9030e6baff6ba052ac43144e93c720e64cec852de125c89b"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-win-x86.exe",
+ "hash": "a7f493398cdeafa10d30e46843fcc7aae18af426b832c07e3ef7e70703e1c0fc390d83788f964f2efab7a7eff1a8d3c75b17be68729f0e8d9bab171284be45f7"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.3.25171.5/dotnet-runtime-10.0.0-preview.3.25171.5-win-x86.zip",
+ "hash": "d0e832bd8a2f40c430bb11b78ab3b96af607787db28ed5a847455acc732091627f350bcea7da0b8367befebaef5d8f00e8e3945216a9f7aadddffd33c55af3dd"
+ }
]
},
"sdk": {
- "version": "6.0.100-preview.3.21202.5",
- "version-display": "6.0.100-preview.3",
- "runtime-version": "6.0.0-preview.3.21201.4",
+ "version": "10.0.100-preview.3.25201.16",
+ "version-display": "10.0.100-preview.3",
+ "runtime-version": "10.0.0-preview.3.25171.5",
"vs-version": "",
"vs-mac-version": "",
- "vs-support": "Visual Studio 2019 (v16.10 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
- "csharp-version": "9.0",
- "fsharp-version": "6.0",
- "vb-version": "16.0",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bd2c0cea-b1b5-4de8-941b-2b53f94df021/51bdc3008f95104c1e5bf1cd7f34cf78/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm.tar.gz",
- "hash": "feff4ca8600c48482a4a4cf2863d16e36c4a33e46b1b56567e8acf7599d7ea71feb2bb1715a43e989c26148ea2c5024353114e687c290632fa12f18d184a5ca9",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/90d8a5e0-ed8f-430c-a66c-d17a096024a9/95d17428d5b0da3552c502eede9f7f05/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm64.tar.gz",
- "hash": "ee658e35f7917c5681d1f71ad3f82f4f2975d66a9b747ec5b5d58629b75c22fb6f31532b5423ad75b2e92ef333179948b52dd5507eadd9f3431e5638d98268d9",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5339978-0298-4665-8d9a-cb0454dfe116/672ce296d354b7995fd10d54325ea01a/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm.tar.gz",
- "hash": "c8ca2541bef18298ea5744bbc2c5a9271d0f34e593956bda1337a22d4d16d9644349e804d793886681bab5774f2983142c7dc9e723a236c53f34c9c7181ac3ab",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10adb511-cdf4-46af-b5b4-f67821160cfd/6d21a0a6780ff701d00ba7289f7c6a52/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm64.tar.gz",
- "hash": "1ec6f1c367f43bdce124db5de864639a2d8287e8029da8994e4069fe53b4eef93c7a688178375da09b7eee721aade4996fd5b760f4e7e1cd41faface14844ea0",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33b34e51-8630-45a8-8b00-66d3e81c9b47/8d5e94a58f6de1f0eaddaa30719f90aa/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-x64.tar.gz",
- "hash": "1713b4d2e237122d11e54bdaa6cc14dd64a485212493adaf6ccb09b821cef1893c6685b1c6ec32523f2e9f7ca743b051f52133552a1c7dc34d5539b27b05628c",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-x64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cd855e4d-b02a-4327-b218-7ab500ecff83/c7649b00ee20e30244b8b84ff9139c71/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.tar.gz",
- "hash": "f776177c1ca2b672cf05f9ec32f20ef35a039dd8d31beaa139d1e47d71cca4ccf0f2a61bbf006a781e693977ee91cc9e08e12134ffb4c7a03a8e56c163b8661d",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/02dcd2c6-0f75-4956-a122-c5b451fa4035/b552d35e21f57de32371aec70277f6c5/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.zip",
- "hash": "e0c3947609b2fbe713b705cba1e1cd7ae5c42121af5ac0cada0046e7ac2debad4aa6cd9853d4f26f2a29c8796edbee9e379c9d518a56486e3591dd8a7604cf66",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.zip"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/293e469c-7948-4fc9-9d10-d5d39662e19d/1ae28ceb225f19d9aa922ffa3febb872/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.pkg",
- "hash": "dbe60ac71ed79d65a55eedaeef329c521ee8644e91f78846354c7731c8e0dfe94ae651ee585751c78a9a5488d8c8f842014469cbec124a992093c3307a91c062",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.pkg"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e0a3877f-1b66-4e60-81f5-9b5d0769f60d/432bc7949c2d5b15ce218bf62e93520a/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.tar.gz",
- "hash": "427d71b95f678b4b1f5bcc19d5cc1da6180fe276582709ea55e62602924e883493cfe48fecc951091c1eda7ddbcac214fcde6dc3b20bf83942ce20f09182e8c2",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.tar.gz"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fc5fdd1f-fb4c-4b88-a507-158204030320/98497ef248883404ff5b0604dda944fb/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.pkg",
- "hash": "588c25d8ce2dc28c3f915dcbc6c34879db7e985b16a331bca9aa68aa67f38b1a3de8a1f7399845c9eb94ca1171fd7ca2b77d40a312298429372f14d5542fd6b5",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.pkg"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a09e6477-34fe-4c68-b25d-3a77caa24312/a8657b444dcbaa72271ea7e6d2185547/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.tar.gz",
- "hash": "65fa25483d9f2d4d389d5e70f6544cbf635ee18a73b00f60ab6bd5fdeba5206b99ed9bb1882af4df3987f8de2ffa1461d7b9d68ed48c9fc1f9f82f7d188234a6",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.tar.gz"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0cc68783-f0f3-408e-b644-d1fb17ab4d4b/daa49f9cd3ae092169d4cc1676e8806c/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.exe",
- "hash": "16351b1bf36bd29c0335b1d40623102ab813a4e117ff1395bec64a15ecb67f6ffcd44c990c51f7b5ad17b4b94c98ef0d84a94287d3899be68ff80907c63201a3",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.exe"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f97da6a0-48da-427f-9c1c-17b506df5451/da85f3aea217299c5de0f6d00e960773/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.zip",
- "hash": "c0eb8327a8147232130314248f5c181c00022832af491c2fb2518fe8c998b23651f47fcd54fc5311a5c04f5dc631ceb9f874a8dd2025d0dafc43d7c7b7c912c2",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.zip"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f650c921-3ee9-4352-b743-a052e45d9ce7/99c5e001a48d243d27765d84c74f1e37/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.exe",
- "hash": "0178ad09b49d2c404d6bacfb796777188483954b412659ea39ef90b44d3d365bd8edaead89b0eea197f75a62a4d30644d014efd5b5ef39867323b9c6a6cf2896",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.exe"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2f1a6d2a-b2db-4f17-9f0b-4c7b615151d6/8d5722e58964248cd45fbc230fb16865/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.zip",
- "hash": "38fc6d76ef0d2331fcc32319be17edf4887443ad7504131041a12026340f7418227b85aa597d7ecb6c4a57cfd928004c6511455cedc6dcee42284793f66146cf",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.zip"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9eb55af4-c748-4980-b456-0738149e5477/0a6eb5cfd271944ee357f292e9834942/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.exe",
- "hash": "c7c095035615de287fa365cd17865da3232f73726e7fa0005447f2c609266f404e60141bff931a0ec0604d36531de6d90d08cd16b2e31009953358329abedc60",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.exe"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f099673-eed8-4924-bf22-c004adf01543/75f8964ad97750990c47f980b1a63726/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.zip",
- "hash": "deae2138d5706c47963215711dbb037f07e135a75bd52d2447d4e39d2b08b177064b09518f99298a1fb6e82b4d8cc3e1ee410cf108ec4681c5917aa83a619a44",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.zip"
- }
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-arm.tar.gz",
+ "hash": "9409d8a906bae261b22f272cc80a1b41b8be7726437708815944e232396f0f889b874df37b3c28e6158002d2ae578f36c808d7670622a9f5cb9242df66fffc5c"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-arm64.tar.gz",
+ "hash": "9e1f7ddd98d468f937b74469397b1fc1238c4174b94dc5a78e61c6984359f594dcfd0c248e502ebda165ec6100198ebb797b1da08be47320ce926612318b65ea"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-musl-arm.tar.gz",
+ "hash": "a7ababbe1bd3d4b8534199f872357ceb2f5f0a7da1f4bff9a929ba799f8c8e6b0018048524e8c760cd4a15d8f99972e993b5e728592602040a905f06884efd44"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-musl-arm64.tar.gz",
+ "hash": "9057e97006f99e4fff1cc0a688443c469cfc25739aaeb752d8be5aea6b494eb49419d954339d58380e89fcb5628a424f967cdc6112b8d14357dca07f9f160d5f"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-musl-x64.tar.gz",
+ "hash": "5443a2e09eaccf29d0dc92330a4899140627a7901e79d13d76b9d5d249a96137552831236d214932cd3c6ac56bc437fabe7b173029661fb5d061064a06e5671e"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-x64.tar.gz",
+ "hash": "aaad778cc80f5e5f023cbdab47af67703214a7a1900d12782f5d956f8623de1bd3801026727fbb5ecf84fbc885185daad92832b47da3b6514a45aa56fa971156"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-arm64.pkg",
+ "hash": "accdc73b5f4649fd03ae49e15dcad39cc0740fb27f0f6ca8df6d1d9d01b0398e33f09188cb0f9ecd17389b6b63db4b03eb82f42faf0f2567cb045c189d62dabb"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-arm64.tar.gz",
+ "hash": "b38a6ef7c6568ea5e2fd6cbd893a8e05dd158e5f21a4245b39b22bee0231033869c6c2bf576c76260c9fa633a1f0ef1d88b3e5e9cd1cf879b5ea45e9aa6600dc"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-x64.pkg",
+ "hash": "3954f8b9da6d61b04d23d8ac004ba6312a5688dafacb760fa9423a923946c4d52c4b26f08a6b5d8e28bc9f70d8c6fc9e736b129179a6a7b0e9f48ecbc351ffaa"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-x64.tar.gz",
+ "hash": "6a9c6634176027252fbd6cc3ddd10a5eeb1e40268f58aa725ec50ea94ef87362bfb154ff1f12584792b1f956710ff8070421d9f86a4638d2b392ef09910a5944"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-arm64.exe",
+ "hash": "92bed682016c91ac75b4f9cc4f6a1e48bc93b7b5abbf8b6af9c3fbb4fb166ee86c0ac3ac4dfdc7f707ef62000ecffcbd77fd13dfccd2a8567465b73b3fbc7a2a"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-arm64.zip",
+ "hash": "17889797c279519c3e98c909c2dc6952bcd15c1a7c5c2d915d87e1c8b544319262ddf7acaf80f71833f8371b8ad58b3eeaf3a32a3815fae1897585eea1154c06"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x64.exe",
+ "hash": "848a3355da9555293964e15d0d08d11964106dededb9dd5356d899e235c325a0322d16526addd40f45badaf49997f51de874a3d6a15da9a3ff07c8cbe746c342"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x64.zip",
+ "hash": "fb45e1d0cc4ceab81da28ef70543bae460cd85a37eab4ec3301dccbf7a0bdec7e29bed3cc533ee466fa8c978f2f4215fdddedde8b0da3113ae1af51e1d27417e"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x86.exe",
+ "hash": "11255c0fc31648bfb2cceff3c590e974159f3603316cb79163fdc08d74abe6fd4c269160176c1fd7dec4aa52304d447bd618af880880eed804e4e6d920767bf5"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x86.zip",
+ "hash": "1df2edfb8a4ed469ae34c16c3d5552e51077205149474817d7b6764c8a17f53684f08cfec19d1687d7d061b204fe5fcb2098728a9e2656abdead67222196a7c7"
+ }
]
},
"sdks": [
{
- "version": "6.0.100-preview.3.21202.5",
- "version-display": "6.0.100-preview.3",
- "runtime-version": "6.0.0-preview.3.21201.4",
- "vs-version": "",
- "vs-mac-version": "",
- "vs-support": "Visual Studio 2019 (v16.10 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
- "csharp-version": "9.0",
- "fsharp-version": "6.0",
- "vb-version": "16.0",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bd2c0cea-b1b5-4de8-941b-2b53f94df021/51bdc3008f95104c1e5bf1cd7f34cf78/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm.tar.gz",
- "hash": "feff4ca8600c48482a4a4cf2863d16e36c4a33e46b1b56567e8acf7599d7ea71feb2bb1715a43e989c26148ea2c5024353114e687c290632fa12f18d184a5ca9",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/90d8a5e0-ed8f-430c-a66c-d17a096024a9/95d17428d5b0da3552c502eede9f7f05/dotnet-sdk-6.0.100-preview.3.21202.5-linux-arm64.tar.gz",
- "hash": "ee658e35f7917c5681d1f71ad3f82f4f2975d66a9b747ec5b5d58629b75c22fb6f31532b5423ad75b2e92ef333179948b52dd5507eadd9f3431e5638d98268d9",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-arm64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/c5339978-0298-4665-8d9a-cb0454dfe116/672ce296d354b7995fd10d54325ea01a/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm.tar.gz",
- "hash": "c8ca2541bef18298ea5744bbc2c5a9271d0f34e593956bda1337a22d4d16d9644349e804d793886681bab5774f2983142c7dc9e723a236c53f34c9c7181ac3ab",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/10adb511-cdf4-46af-b5b4-f67821160cfd/6d21a0a6780ff701d00ba7289f7c6a52/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-arm64.tar.gz",
- "hash": "1ec6f1c367f43bdce124db5de864639a2d8287e8029da8994e4069fe53b4eef93c7a688178375da09b7eee721aade4996fd5b760f4e7e1cd41faface14844ea0",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-arm64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/33b34e51-8630-45a8-8b00-66d3e81c9b47/8d5e94a58f6de1f0eaddaa30719f90aa/dotnet-sdk-6.0.100-preview.3.21202.5-linux-musl-x64.tar.gz",
- "hash": "1713b4d2e237122d11e54bdaa6cc14dd64a485212493adaf6ccb09b821cef1893c6685b1c6ec32523f2e9f7ca743b051f52133552a1c7dc34d5539b27b05628c",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-musl-x64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cd855e4d-b02a-4327-b218-7ab500ecff83/c7649b00ee20e30244b8b84ff9139c71/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.tar.gz",
- "hash": "f776177c1ca2b672cf05f9ec32f20ef35a039dd8d31beaa139d1e47d71cca4ccf0f2a61bbf006a781e693977ee91cc9e08e12134ffb4c7a03a8e56c163b8661d",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.tar.gz"
- },
- {
- "name": "dotnet-sdk-linux-x64.zip",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/02dcd2c6-0f75-4956-a122-c5b451fa4035/b552d35e21f57de32371aec70277f6c5/dotnet-sdk-6.0.100-preview.3.21202.5-linux-x64.zip",
- "hash": "e0c3947609b2fbe713b705cba1e1cd7ae5c42121af5ac0cada0046e7ac2debad4aa6cd9853d4f26f2a29c8796edbee9e379c9d518a56486e3591dd8a7604cf66",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-linux-x64.zip"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/293e469c-7948-4fc9-9d10-d5d39662e19d/1ae28ceb225f19d9aa922ffa3febb872/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.pkg",
- "hash": "dbe60ac71ed79d65a55eedaeef329c521ee8644e91f78846354c7731c8e0dfe94ae651ee585751c78a9a5488d8c8f842014469cbec124a992093c3307a91c062",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.pkg"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e0a3877f-1b66-4e60-81f5-9b5d0769f60d/432bc7949c2d5b15ce218bf62e93520a/dotnet-sdk-6.0.100-preview.3.21202.5-osx-arm64.tar.gz",
- "hash": "427d71b95f678b4b1f5bcc19d5cc1da6180fe276582709ea55e62602924e883493cfe48fecc951091c1eda7ddbcac214fcde6dc3b20bf83942ce20f09182e8c2",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-arm64.tar.gz"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fc5fdd1f-fb4c-4b88-a507-158204030320/98497ef248883404ff5b0604dda944fb/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.pkg",
- "hash": "588c25d8ce2dc28c3f915dcbc6c34879db7e985b16a331bca9aa68aa67f38b1a3de8a1f7399845c9eb94ca1171fd7ca2b77d40a312298429372f14d5542fd6b5",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.pkg"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a09e6477-34fe-4c68-b25d-3a77caa24312/a8657b444dcbaa72271ea7e6d2185547/dotnet-sdk-6.0.100-preview.3.21202.5-osx-x64.tar.gz",
- "hash": "65fa25483d9f2d4d389d5e70f6544cbf635ee18a73b00f60ab6bd5fdeba5206b99ed9bb1882af4df3987f8de2ffa1461d7b9d68ed48c9fc1f9f82f7d188234a6",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-osx-x64.tar.gz"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0cc68783-f0f3-408e-b644-d1fb17ab4d4b/daa49f9cd3ae092169d4cc1676e8806c/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.exe",
- "hash": "16351b1bf36bd29c0335b1d40623102ab813a4e117ff1395bec64a15ecb67f6ffcd44c990c51f7b5ad17b4b94c98ef0d84a94287d3899be68ff80907c63201a3",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.exe"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f97da6a0-48da-427f-9c1c-17b506df5451/da85f3aea217299c5de0f6d00e960773/dotnet-sdk-6.0.100-preview.3.21202.5-win-arm64.zip",
- "hash": "c0eb8327a8147232130314248f5c181c00022832af491c2fb2518fe8c998b23651f47fcd54fc5311a5c04f5dc631ceb9f874a8dd2025d0dafc43d7c7b7c912c2",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-arm64.zip"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f650c921-3ee9-4352-b743-a052e45d9ce7/99c5e001a48d243d27765d84c74f1e37/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.exe",
- "hash": "0178ad09b49d2c404d6bacfb796777188483954b412659ea39ef90b44d3d365bd8edaead89b0eea197f75a62a4d30644d014efd5b5ef39867323b9c6a6cf2896",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.exe"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2f1a6d2a-b2db-4f17-9f0b-4c7b615151d6/8d5722e58964248cd45fbc230fb16865/dotnet-sdk-6.0.100-preview.3.21202.5-win-x64.zip",
- "hash": "38fc6d76ef0d2331fcc32319be17edf4887443ad7504131041a12026340f7418227b85aa597d7ecb6c4a57cfd928004c6511455cedc6dcee42284793f66146cf",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x64.zip"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9eb55af4-c748-4980-b456-0738149e5477/0a6eb5cfd271944ee357f292e9834942/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.exe",
- "hash": "c7c095035615de287fa365cd17865da3232f73726e7fa0005447f2c609266f404e60141bff931a0ec0604d36531de6d90d08cd16b2e31009953358329abedc60",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.exe"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0f099673-eed8-4924-bf22-c004adf01543/75f8964ad97750990c47f980b1a63726/dotnet-sdk-6.0.100-preview.3.21202.5-win-x86.zip",
- "hash": "deae2138d5706c47963215711dbb037f07e135a75bd52d2447d4e39d2b08b177064b09518f99298a1fb6e82b4d8cc3e1ee410cf108ec4681c5917aa83a619a44",
- "akams": "https://aka.ms/dotnet/6.0.1xx-preview3/preview/dotnet-sdk-win-x86.zip"
- }
- ]
+ "version": "10.0.100-preview.3.25201.16",
+ "version-display": "10.0.100-preview.3",
+ "runtime-version": "10.0.0-preview.3.25171.5",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-arm.tar.gz",
+ "hash": "9409d8a906bae261b22f272cc80a1b41b8be7726437708815944e232396f0f889b874df37b3c28e6158002d2ae578f36c808d7670622a9f5cb9242df66fffc5c"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-arm64.tar.gz",
+ "hash": "9e1f7ddd98d468f937b74469397b1fc1238c4174b94dc5a78e61c6984359f594dcfd0c248e502ebda165ec6100198ebb797b1da08be47320ce926612318b65ea"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-musl-arm.tar.gz",
+ "hash": "a7ababbe1bd3d4b8534199f872357ceb2f5f0a7da1f4bff9a929ba799f8c8e6b0018048524e8c760cd4a15d8f99972e993b5e728592602040a905f06884efd44"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-musl-arm64.tar.gz",
+ "hash": "9057e97006f99e4fff1cc0a688443c469cfc25739aaeb752d8be5aea6b494eb49419d954339d58380e89fcb5628a424f967cdc6112b8d14357dca07f9f160d5f"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-musl-x64.tar.gz",
+ "hash": "5443a2e09eaccf29d0dc92330a4899140627a7901e79d13d76b9d5d249a96137552831236d214932cd3c6ac56bc437fabe7b173029661fb5d061064a06e5671e"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-linux-x64.tar.gz",
+ "hash": "aaad778cc80f5e5f023cbdab47af67703214a7a1900d12782f5d956f8623de1bd3801026727fbb5ecf84fbc885185daad92832b47da3b6514a45aa56fa971156"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-arm64.pkg",
+ "hash": "accdc73b5f4649fd03ae49e15dcad39cc0740fb27f0f6ca8df6d1d9d01b0398e33f09188cb0f9ecd17389b6b63db4b03eb82f42faf0f2567cb045c189d62dabb"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-arm64.tar.gz",
+ "hash": "b38a6ef7c6568ea5e2fd6cbd893a8e05dd158e5f21a4245b39b22bee0231033869c6c2bf576c76260c9fa633a1f0ef1d88b3e5e9cd1cf879b5ea45e9aa6600dc"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-x64.pkg",
+ "hash": "3954f8b9da6d61b04d23d8ac004ba6312a5688dafacb760fa9423a923946c4d52c4b26f08a6b5d8e28bc9f70d8c6fc9e736b129179a6a7b0e9f48ecbc351ffaa"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-osx-x64.tar.gz",
+ "hash": "6a9c6634176027252fbd6cc3ddd10a5eeb1e40268f58aa725ec50ea94ef87362bfb154ff1f12584792b1f956710ff8070421d9f86a4638d2b392ef09910a5944"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-arm64.exe",
+ "hash": "92bed682016c91ac75b4f9cc4f6a1e48bc93b7b5abbf8b6af9c3fbb4fb166ee86c0ac3ac4dfdc7f707ef62000ecffcbd77fd13dfccd2a8567465b73b3fbc7a2a"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-arm64.zip",
+ "hash": "17889797c279519c3e98c909c2dc6952bcd15c1a7c5c2d915d87e1c8b544319262ddf7acaf80f71833f8371b8ad58b3eeaf3a32a3815fae1897585eea1154c06"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x64.exe",
+ "hash": "848a3355da9555293964e15d0d08d11964106dededb9dd5356d899e235c325a0322d16526addd40f45badaf49997f51de874a3d6a15da9a3ff07c8cbe746c342"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x64.zip",
+ "hash": "fb45e1d0cc4ceab81da28ef70543bae460cd85a37eab4ec3301dccbf7a0bdec7e29bed3cc533ee466fa8c978f2f4215fdddedde8b0da3113ae1af51e1d27417e"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x86.exe",
+ "hash": "11255c0fc31648bfb2cceff3c590e974159f3603316cb79163fdc08d74abe6fd4c269160176c1fd7dec4aa52304d447bd618af880880eed804e4e6d920767bf5"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.3.25201.16/dotnet-sdk-10.0.100-preview.3.25201.16-win-x86.zip",
+ "hash": "1df2edfb8a4ed469ae34c16c3d5552e51077205149474817d7b6764c8a17f53684f08cfec19d1687d7d061b204fe5fcb2098728a9e2656abdead67222196a7c7"
+ }
+ ]
}
],
"aspnetcore-runtime": {
- "version": "6.0.0-preview.3.21201.13",
- "version-display": "6.0.0-preview.3",
+ "version": "10.0.0-preview.3.25172.1",
+ "version-display": "10.0.0-preview.3",
"version-aspnetcoremodule": [
- "16.0.21092.0"
+ "20.0.25082.0"
],
"vs-version": "",
"files": [
- {
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3f3fc6ad-ec33-4644-a809-efe11adf4329/0ce2b8a29ccc643077b90ea9c37896ba/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-arm.tar.gz",
- "hash": "8514f9455e38c8640f650534742f77b892f0cf6ab4968df702acd9f44afda2a5ae98557d2c4482316c3268ec4bf1f78dcb40e4c729afad77030f45bcad3cffda",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-arm.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f5171161-ffd4-4649-9076-e3a20b6543e4/f9b1a9eec1cfd642266c73da656da1d7/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-arm64.tar.gz",
- "hash": "9006cd8a03d03cdbaa2ab9ac76e370fcec9afa77cc6a333eb08468a2fc456fbd36da14b9992102d948f8e698f3370dde6d1568a99912898a19b42d30193bb5f1",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-arm64.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
- "rid": "linux-musl-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f85254ee-722a-478a-90a4-1a09cd81bd71/6e33b8f885ea99d1df50e088d84cf733/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-arm.tar.gz",
- "hash": "afd79e40125db4fc6907b4900060f76590762555d89c4baefb9fd87cd4e522db5144e59d777c7c9ecc51c9478b8f61cb921a8f17b48e36940f1e4cf7f1b24e09",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-arm.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/402979cb-f5be-467f-9b93-5adeffeedde7/b797aae2daa1643fe7febd2e03bd4da3/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-arm64.tar.gz",
- "hash": "09211c57972a5b2751cf6ba8947d62088974e73fdd1db4e52674dd460dc743ed58180e89434563170b99d735eec0fb88ac4c641076cbfe618c5d83a7708d9925",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-arm64.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/738fc66b-c39c-4e1d-b7ea-c4e294586f31/7d31db580581c1b72a996c690237a302/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-musl-x64.tar.gz",
- "hash": "80d451713218d1d0ce89d5d0e5205d82811e0a58aac299403cb7fd305f5f70acbe3b21854d2ff85d7666a48a083571c7ea661c7499f8900cac6571732876f831",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-musl-x64.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/57235015-0fcd-4785-a550-8fce2b489f81/303184bd837591ec206d06dc64284c3b/aspnetcore-runtime-6.0.0-preview.3.21201.13-linux-x64.tar.gz",
- "hash": "05abefd3c1c8f0ffb911e270cf949be144af660e5755af3b1801db4d41beb7234b889ecf1fbb3aeb9f3b51324b4b225c4adc8537fd2f16d61829bd91713f8f1f",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-linux-x64.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/17bef64a-d738-411d-9132-2579a5d8cabf/a0cc5fc006b367a5ad7aab80686eb81f/aspnetcore-runtime-6.0.0-preview.3.21201.13-osx-arm64.tar.gz",
- "hash": "80d4650094d90e83a098547d7af30605518f7172f17c16e203a8dfbc846914cc4a2a7e730ca61b9fa6813e161ded1beb28dac8091c003916b7dabafd4cacad87",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-osx-arm64.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/64fd0e40-dff2-4a5f-b29e-349d02614c4d/6a2d6354ab864142a30a035a66bbb7bc/aspnetcore-runtime-6.0.0-preview.3.21201.13-osx-x64.tar.gz",
- "hash": "c1623bb443169f4ec163063eab9241c79a58c87fcddbe1224e11313719a79b8f6a5301ecc5134ea8c9f59ba8ef1146c0c81ce9f4aeeb81b83e6d1abc4accb547",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-osx-x64.tar.gz"
- },
- {
- "name": "aspnetcore-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b1492fe1-7075-4fa6-9e45-ddbc956d201a/bf00c3c7a4eb890d660d8881bb38d597/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-arm64.zip",
- "hash": "73b599b8358704ab2446bff93d203ae464637f647f8c17393ac6b4c426802920c8fe1d18a8fbb9cca9711c4fabdb1e38f60122b57cd05393f1c2e14ccf6dbe91",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-arm64.zip"
- },
- {
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/57a2f5fe-9502-4151-9f4a-b3fec48ed788/b1b2bae7e69e93f60e10c2f870250943/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x64.exe",
- "hash": "364a21be8f459451ac2e91c9262e361ab49b7612e638ecd413cf8b75542a03d2615e98d079af6ffab614498d498c15f35ff382898f307ce3cbdf336c24b0c802",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x64.exe"
- },
- {
- "name": "aspnetcore-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/92738d69-7960-4ccf-b65a-121c4bf40f27/95b02161057afd3cb086179d6bc3cd3e/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x64.zip",
- "hash": "845dd47a19169916a5bfc509f900cdd5309abf99f608a8a9cd6122e7393aec394c811ea7425de53e614e302304500fd98bedaae52c72551ba7d9c055d4610043",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x64.zip"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3a85d34b-9bfb-434d-ba5c-3ed802b130c1/a378712c3efcf70c0924bf586f65b64b/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x86.exe",
- "hash": "6640e9d519a1528a05d28c9107ba331883c0bbb278a76079b8309cc3f3528ce5134191f34f2dd0a772b6bc5fe422cac437beba91a6d5c6fa0629b8364809aea3",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x86.exe"
- },
- {
- "name": "aspnetcore-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a4a29248-788d-4433-8e8c-b202da2089ca/def28d8ae53f7685b4ed1c806fe3a5ff/aspnetcore-runtime-6.0.0-preview.3.21201.13-win-x86.zip",
- "hash": "52be1d195dde2bb174f2362739ce83d3030453e7cdad94e2f1ce6a067b3cf6ec1f0e867527ee90df49b049a62256c6d12f9859b60646f2ecc03e20709a1e2efd",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/aspnetcore-runtime-win-x86.zip"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9459be22-f27e-40c4-8d9d-fa6544e95fe8/3a004010feb44ef799cfd4d00911ea25/dotnet-hosting-6.0.0-preview.3.21201.13-win.exe",
- "hash": "f612d7e12fb405fddaf9b6102fd823de82e753ddff9a7821a2bbf7b94fe3acd74775ba6a0f5a8efb94ded6d7ec8b471172a70b95ae930febcd2f6629bb035c83",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
+ {
+ "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-linux-arm.tar.gz",
+ "hash": "f9c3a4655924604e4e4ed4365333d09442ac1135ca195e0f82374999159f4e67d0b3ef07edb60d87a4d2f1dfa2e0b1df4e49fc79f9dd248677aea9db623d9144"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-linux-arm64.tar.gz",
+ "hash": "48568aa8a3fd431a6775c90f26754136c87b89dea9e07b304101bd8c6dc4961f1436fa5a0316f7e9535198a978636caf7425f9b7aae003b53a95a1e14a01b450"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-linux-musl-arm.tar.gz",
+ "hash": "f1b06e651590ba866dc312da08a85b4b3e4c8d71a1dce9d5719e1e86f5d7ad646913dead9552d74eeedd7cb70a349d10fd54c77dbc9ad09b34327f739fc45092"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-linux-musl-arm64.tar.gz",
+ "hash": "8decf0ecf5dab0c1d09832c3419c08cb6ba027fc1713f0a17ab7a61b89369867dafabaf1704340e0db81753b65aa63e131b75969fe7d7ee58e01c8854c6cba6b"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-linux-musl-x64.tar.gz",
+ "hash": "6fc6432cda03745448e4152c06d737bd8bfa4356e2b38a0b48619f2b6ff75ff1d1f66f72449c643224ca7f04c505efe1af35e0e66dd311e5edfb34ac6599e58d"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-linux-x64.tar.gz",
+ "hash": "592e78f23d0eeec3fe21d3885d6b4b2ce65538e6a987d9d4094dd5acfc98351eaa8441845d53bc0cdc1d49f3b4c1e6a93a0ddacd44bd5c7f50a01eeae76247f4"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-osx-arm64.tar.gz",
+ "hash": "23fe9a7fe626ee9f0acdf64842fbb6bcdf81d6b4ef97037bc12de3cdf6a6ae7fdd218373487ce185b83fb9af5146188b1368d5eee82bdf59b089908c7b032ad2"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-osx-x64.tar.gz",
+ "hash": "ca5680ec83add53dd9c261d3b4a9aa3a2353a168889aff6216300ea76b760bd4246058a2ba28f562aa822302f4c522c7c5b4b1499e13eb1851d9dd1566f3977b"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-win-arm64.exe",
+ "hash": "ec8765b4d545c6dc52348895d362ba9be6db83e4f1d2da836e7c4fe02a7cc8a0f0901ab2437b322cf5ce5947d1fd975ee76357a1a9ec7e9c82610e14ce9ba4b9"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-win-arm64.zip",
+ "hash": "fe23d4b8ad4e58fe8ef4785bf1f73d91deb72ed31db094cb30a588f3d3fde2525d05ef024ee220422e0835710e917a020b0e87232bf4fd75334e67b0c555bad5"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-win-x64.exe",
+ "hash": "ac51127107942feba162a0ff14efb19a39be744028beb83aca2b1fdf7c25bac77586a06bb57b10a6a124923e8df5465953edc84262bf52feaf101a1b05b7b4e9"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-win-x64.zip",
+ "hash": "0bcda427a08422bda3d0331b99742fd076abee2e22c994dcd4b4a84534f3e6080dbb63a69b415b8a0a5681d34be38b80366addbf3a5446fc25faca9e2a88eb8e"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-win-x86.exe",
+ "hash": "e510c6e419b5977290b2ca8462f411f18a20b7168388e6677401f6889041595123082e0a91bbeb9d8f02e5241f37b8955d783795f1b9baef745e3ab4c5a9de80"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-10.0.0-preview.3.25172.1-win-x86.zip",
+ "hash": "090cc1df01eac271750e2407eea6d8adb555ab1083527401282af69a86bc252a91c68cadad455b43fda9b306df146e8056cb25c5ea66b3e6f0e90408924e4a58"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-linux-arm.tar.gz",
+ "hash": "27d233ea2fa4855880f8dc87a99b5123c4afef986904ca7827125c6e4e86c858f0bedaef82a78bcb8fb61b5015403d78bb649e371bff8b7830140973141a89aa"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-linux-arm64.tar.gz",
+ "hash": "a0e24eec757d9bf02cd918bf48a5e5c8c8ae5afe10df153cc2f9373e24d552f7b4385ea825638ab348537903368e9a3832abe5df241384629e558d88ac8cf676"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-linux-musl-arm.tar.gz",
+ "hash": "37319b3e7962a1e1092bf875feaf04d6f6c0fbda2f04e86c0add572883d70ab8a0b4284bb7255bfa08c1115303eee4f0cbcf9feca495775a1c1f9111e392f463"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-linux-musl-arm64.tar.gz",
+ "hash": "ffa0fb15fd3a1c48c16501862d0891c2971cfe4861b0c09a1cbec86f44c3b703482b953102e44913991b6df5deece7960f27fa18cab4a2924f3d7887770f9e37"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-linux-musl-x64.tar.gz",
+ "hash": "b0f26f74125cc91e7612de53d41c6b845fb3a10c261eb9e717d20e267fc0332ebdb77be7c592d15b34ffa623b5c5622263d4ab81460a547dc9a602baa4f49832"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-linux-x64.tar.gz",
+ "hash": "55cca3c587e789137305ed3d6aed34915b53ba4d36000f1e5368e85ad2250d3b206db9c979bfb01b244baf9da85f3fc325a7cb5ce8905250299cbdddbcddea21"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-osx-arm64.tar.gz",
+ "hash": "317cc1cc61e65b009c8143baec0844a679509b32fbf13715faed4142c52aa1ca80c334f48aa1aefe86b461252265f648a766e872b11243eb24b248973206bea6"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-osx-x64.tar.gz",
+ "hash": "d5851f026d61dac87626de5246c0fc9114a84f2a4cc75a9211d6d74e4c4918ce1cd39bc91c182a3499d4c9cab994a680708d4273d149881ee70045a92ac76e21"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-win-arm64.zip",
+ "hash": "a2b61b0fc31800e6eab96b78c74d9e60bdb5128a3639523905b97686f59491be0db44a514bb8113c7b9be91220470720e9443c179040952a29ca18f74e39c1f8"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-win-x64.zip",
+ "hash": "7d77304e8e99f929c4e5661f240210b41b196bbde71a829f7b7d4e5ee25676d7c63891deb56ae5405580ae81ac763e259a4ae9d77c3b5518d865d65e3e7a5b20"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-runtime-composite-10.0.0-preview.3.25172.1-win-x86.zip",
+ "hash": "bb6b940b7a70100557c5861b70085cdb661d4fde03ad7339ced37279fc2d0178c542d8463d22abcf119cc77334203911ad7f89cb79a71d98f1491c56555f97af"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-linux-arm.tar.gz",
+ "hash": "c72bee489cf35bb776a74db282700a994a76575847e1c475707e331c9e0941ccd1b55dfeac8dc7d63b699b82118564113cf8a7dff2ad2227b1bbb9f5b7d2d2ba"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-linux-arm64.tar.gz",
+ "hash": "1166181c34da505b02d7d1242c0dfe3198c427b73c119b63f5a3fb408bfbd0a2e1b996cd6f0be4cb1104992bd84c1ec777913990c8f07277a204d60c0734160c"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-linux-musl-arm.tar.gz",
+ "hash": "48ec5076dd9d22c3d52a638109fb85c35f1de0f2e215d63c72a628dbc0c816ba9567079afbc599ba812b0e541920d158717e94333c5b0c54bb8d2ced89d292e3"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-linux-musl-arm64.tar.gz",
+ "hash": "88eb1a8dd59bc92664508f2515bb73d922274efbd11f0e6ef71578ab135728453dc2ba8259f70c077683aa7a5e3475d94e86d1b2ea1c8c6520c97eec4890a02c"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-linux-musl-x64.tar.gz",
+ "hash": "2854fc7fb51edfd9896dfaed0fae9a86fcf0310554cc36167eb614ab0d7d90abb7df9d9704863eb0be234d53db7b02793a50c11adc181e013c819be4e5aef5a6"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-linux-x64.tar.gz",
+ "hash": "237f27e22d5ec4dc923fc5bccac326f03c680174a53e365aa3fb6f63f3993cdc6ec70236e8559a3696393db0dc1459047c669a16090d27b0be83a3c0f6718c13"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-osx-arm64.tar.gz",
+ "hash": "6c431c18714cf4bf00b6560eae2b4f58f65fc1f1d1feb20a119b66481346e815c463274fbfe22577c55683e87364eeefa816bb6a9963215ad87f917caba3d5e7"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-osx-x64.tar.gz",
+ "hash": "ae48cce52954ef14f3117de041080adc16985638ddd2d7aac6c135b30717425d10b5ec43f7b4cc189c8aca00f1d16109f10af7c66628324e830ddd0cfc8b088b"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-win-arm64.zip",
+ "hash": "5bd2ec084c22c5d9d793805fe4150de91e57cd9e54dcb399f7cce004888f3126c2d994eb5e5ba577fb4af837a122ab2d065fed82c717b660832257a3eef32e53"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-win-x64.zip",
+ "hash": "833288807dee18f8fa41a04906007212e83ed3a33c44ce386abc8b1009772c0ac7a429d6750160b67017d357f9ac331144f5cc8e2cb422a9096ccd14d2c2fe13"
+ },
+ {
+ "name": "aspnetcore-targeting-pack-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/aspnetcore-targeting-pack-10.0.0-preview.3.25172.1-win-x86.zip",
+ "hash": "3fb64cb2c399a5bc9a1874932b685217fb0320282779183bf3e0274d3316e16fa0ffe0c0309773e80b817338f058baa51d1353d98be5400c0cae6bcff4da82b6"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.3.25172.1/dotnet-hosting-10.0.0-preview.3.25172.1-win.exe",
+ "hash": "08aa4c6bf1e014a6d6140b1e51c2ef3a444a87f0bb669d10f3438604b9d7a7d7fb56db5befc8c4a29edf90e1cbeb39e62fe272d99316350ca49cea4f1fcd8796",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
]
},
"windowsdesktop": {
- "version": "6.0.0-preview.3.21201.3",
- "version-display": "6.0.0-preview.3",
+ "version": "10.0.0-preview.3.25174.1",
+ "version-display": "10.0.0-preview.3",
"files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9be73a62-9883-47e8-91a0-a833c32e1aba/77ba509610544a66723c7482d3936d7e/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-arm64.exe",
- "hash": "77e8053751825ce89535d7b65087ab5266fb6014d3736c6970fb2de22902837423ebaa42335d5564883dea949b0f87a842b7f78fe670070c01f487384c2cf1f2",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-arm64.exe"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2dfd66cc-99ec-46e0-ae4f-06feb5ceebbb/bb1888a004a85863d0f7698d9f7338cd/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-x64.exe",
- "hash": "10b59ea607d43b7b112ba7179848f8052c754bcee4803673b1415599ee33aca929609bab9d597c0f3a30afa1db54ed9f40cd96ce278994cf1edb96663ba5fa2f",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-x64.exe"
- },
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d3f90906-2bfc-45a9-9c4c-24d0a8ecbd77/defeb2d6ce4cb37b2dea45b81fe26e9a/windowsdesktop-runtime-6.0.0-preview.3.21201.3-win-x86.exe",
- "hash": "4d209ff7ec09b9186d3cd9a8c4c39308175b2c66585ddbb5b43452683473b231a57c6b74dc63434fb8d12790505ebc2171889c479516583a1b23d047db9dc52c",
- "akams": "https://aka.ms/dotnet/6.0-preview3/preview/windowsdesktop-runtime-win-x86.exe"
- }
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.3.25174.1/windowsdesktop-runtime-10.0.0-preview.3.25174.1-win-arm64.exe",
+ "hash": "7420fc8b532723d95277f97676800c6fabbe27ec674c8593c87cddbefcb39fe76561631839d0623774ddb7bed5b75eca06d2d6fd01124d996a519964d1825512"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.3.25174.1/windowsdesktop-runtime-10.0.0-preview.3.25174.1-win-arm64.zip",
+ "hash": "9e8aa5501715957f21995153780b737c9b3e48ff619328ec63383658c9040f000a89ce70054a5b6d5d892dc7331cff45758411905266b96be6e7ea1a845e01ba"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.3.25174.1/windowsdesktop-runtime-10.0.0-preview.3.25174.1-win-x64.exe",
+ "hash": "535a275a0b9aa19bac39dcc4d463fe6c66ad7b1b9e2a002eef3999526c7cb03b6d6308093342f6b7ebf0dd5a91f75ae90e79f2a78825180e5f3c7763f23267a0"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.3.25174.1/windowsdesktop-runtime-10.0.0-preview.3.25174.1-win-x64.zip",
+ "hash": "81ff1f3343fbee94713ca123882a968562948b6a7bacfba843ee0764a00967f73d17e64e326176e68e608037a9e4d60ee7f2bf7f0c87321294ac166f13fa3d3e"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.3.25174.1/windowsdesktop-runtime-10.0.0-preview.3.25174.1-win-x86.exe",
+ "hash": "fd267202f3de8dacdd0b789c80e5300132030ef058cd7b22b4b7e24e1388c3eb607479cb4c24ccd86c724e5fc96d4466251fde53233aa4d5c88348f74c861a3d"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.3.25174.1/windowsdesktop-runtime-10.0.0-preview.3.25174.1-win-x86.zip",
+ "hash": "26f4f66b6d479718e50a9dbe2ef2ec00f21187c6949687d3b4e2837107a5ec98b4b269d5ded0c8f7e69401b900cf0a4097bed80b0c96854e2fd4e684ff0a3419"
+ }
]
}
},
{
- "release-date": "2021-03-11",
- "release-version": "6.0.0-preview.2",
+ "release-date": "2025-03-18",
+ "release-version": "10.0.0-preview.2",
"security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.2.md",
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview2/10.0.0-preview.2.md",
"runtime": {
- "version": "6.0.0-preview.2.21154.6",
- "version-display": "6.0.0-preview.2",
- "vs-version": "16.9",
- "vs-mac-version": "8.9",
+ "version": "10.0.0-preview.2.25163.2",
+ "version-display": "10.0.0-preview.2",
+ "vs-version": "",
+ "vs-mac-version": "",
"files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8b73c053-23f8-4d2f-9566-04bca14c6dcb/7aea2327f5a57e552c82443746a2693b/dotnet-runtime-6.0.0-preview.2.21154.6-linux-arm.tar.gz",
- "hash": "212a01b3910e58b23911b41b70902b77f3c110521657fd0e00ddb3ce99da3a62139bab29e2a8c679ade07a1a478c8b983bd06e985600739bee273424ef2c0906"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8015ee86-0721-4efc-86ea-f906898084d6/68bc54d347db3f4f9e016c8a32ba11ea/dotnet-runtime-6.0.0-preview.2.21154.6-linux-arm64.tar.gz",
- "hash": "e24196fda89b2c2576e8260adcae966cc5d6831f78bbfaa3d420e7e335cde7559204d0a7c130a7e21909cde21fea421be8251f877f73b649c5c2c4513e11dfc9"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f90b01ae-16b8-4635-98e5-2c5fd37f2a5f/5cdd644c60eb2aba19e302c1e6c9b7aa/dotnet-runtime-6.0.0-preview.2.21154.6-linux-musl-arm64.tar.gz",
- "hash": "2f41731749ecdf2255f734749631534e9afc1317e97da41588eae94a5dcb45b2a5e97b57c0abfd0dddc2fb7bc9632377bf56977825567310815eb8c23cd930d7"
- },
- {
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e4e3f21d-1057-4610-aeaf-dfa219d424f8/2f6d98e193d3d08b50c5fbce3d4c4ad6/dotnet-runtime-6.0.0-preview.2.21154.6-linux-musl-x64.tar.gz",
- "hash": "a562ee9bb11f9b572478bf8d773734bdcc25e1a82f818c5f5eff402066d2844f1d99b458d8b6611c60222c8f3b5236fc3b6eb70ef0939a29368c2cf12696aec9"
- },
- {
- "name": "dotnet-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2c88db43-4d92-433d-b95f-81bc9118a67e/08ec34f28dca0af4e8cf551299aa4367/dotnet-runtime-6.0.0-preview.2.21154.6-linux-x64.tar.gz",
- "hash": "88ba8c4fe252fb76e0c40a4dcd2fe3e9c2960f445dd97a8044be9900f3641f18b2687ec10a36545a141a1e6820bb61278d2047cacd93365954a124c92463b17b"
- },
- {
- "name": "dotnet-runtime-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3de6add5-a77c-4621-bf77-1722073ac0a7/4535dfffd67bbbf59b06c1b59c0b2f29/dotnet-runtime-6.0.0-preview.2.21154.6-osx-arm64.pkg",
- "hash": "7710903e7b1c7423bf863b95a78a3c62f51b9dff13c9055cfc4f7ec93c6fe7a4b7597d0cd89a2579ee3c449cdf99d0e1d7c2e68a364d52e62a1814e9a538c3f6"
- },
- {
- "name": "dotnet-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cb98c2ee-cca5-4218-bfff-f7a809557e3e/4beba22c9a0c68729b5b26a1bb284323/dotnet-runtime-6.0.0-preview.2.21154.6-osx-arm64.tar.gz",
- "hash": "759af37378d4db3ce6961872baaac333851d3152df0990507716a31abc3f8c115a709994ab037adeb45814d54c7e7ce1ba27d49684a4485c38533627a0042df9"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/51cb50a7-c2e6-49f9-a172-e1dd0dd0f40f/d3cd57a2fc52ff8e85d8f52ba27f2e2f/dotnet-runtime-6.0.0-preview.2.21154.6-osx-x64.pkg",
- "hash": "f84c1c77d9079cf75ab2dd30b4bbe1b55946eef890909e75ee51327ecc69cd90281c116d0092e5eeb646e2da73478a903bb023db31ea8d998fe3b7c2ab0007f2"
- },
- {
- "name": "dotnet-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/915ecb99-2324-4dcc-a69d-01c4cd52e119/32ade9437306585ea2656fd8bdaef5d4/dotnet-runtime-6.0.0-preview.2.21154.6-osx-x64.tar.gz",
- "hash": "4a6d4577a35d08eec28c0f33f62be94202ce831d263380c4c30c5cd8490eab88a9947d21bee58744e0380a26fd0a9247eb730fb2dd243513c68f97bfa45b55d0"
- },
- {
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3d6eb088-7e93-47e0-a60b-4126c2f52a35/ec3cee12fba7464c31043da34408a87e/dotnet-runtime-6.0.0-preview.2.21154.6-win-arm64.exe",
- "hash": "9b6be99ae6e839e711faa96324b5e8c7b66b5f2d90cb06be233b73e1bd67fc8b259ef62274336f90b490f16782f08ee15fde1e98fee539bff396b59448075bbd"
- },
- {
- "name": "dotnet-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/72e707fa-8bc1-424f-b588-8e2d75c29680/d0e128b706c27ec1a43803332beb74cc/dotnet-runtime-6.0.0-preview.2.21154.6-win-arm64.zip",
- "hash": "c315b97bf30a419e71fc2242997fc051d46efd935d70f09aa2d3d61075e6cdb8fcda93d1138e3d4c3a316df276dbae3e9c805045acc404aea0342c4dc7a05781"
- },
- {
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8e797f52-3308-4b2a-befc-ff1f0c58f0d8/65f18aaea3a58537efbfdf98e1939d35/dotnet-runtime-6.0.0-preview.2.21154.6-win-x64.exe",
- "hash": "1d53a7a0affdf1b074db6347af4c62757b9d4906e55d3ab2d735fc565daa151cd0911b7d9e43cd5601133485360e429f11a163a7c9c2e130610b698e270005f9"
- },
- {
- "name": "dotnet-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cebc9139-b042-46ec-b8bd-98b432536a00/d56de26bfdd627d5e6f2f88ae6c58c8a/dotnet-runtime-6.0.0-preview.2.21154.6-win-x64.zip",
- "hash": "353bb6e108abf76ff4621db570a853effdb1969b73c59643b7b78cc60e43bc5ff3572e789032aa384a5cb668d31173b75476702fb23caad1ae438578ea1f27ee"
- },
- {
- "name": "dotnet-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5a094930-41b4-4f04-967f-9a3d33b8b6fa/af9b3d71c2ca497940d05765e55f07e1/dotnet-runtime-6.0.0-preview.2.21154.6-win-x86.exe",
- "hash": "ceb3b2817937f8977ae38c18c6bb635c70cc52d3b9ce4871d3cff1c7a4f7ae907674923b1061c1c06bf0e4f0e3ab7a09b9047a117e12db04073a102a5867fa1d"
- },
- {
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e76ec995-5d51-4bd2-983f-ce1ad0f3605c/ea7fd63e7272ce7b482ec2e7ed9c6510/dotnet-runtime-6.0.0-preview.2.21154.6-win-x86.zip",
- "hash": "2640b109e0c64010f9e50edb2c8583d8ea81a704d02f6e0044336367bd9aee94c1c3cb094c0f107f6e56f23446cf227ce162095b29df03cb70101aa9e5b0d52c"
- }
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-linux-arm.tar.gz",
+ "hash": "fe8af0c9ac3d39e559155950cecbfa27450521f8e5faa446438de3dcc8c4bf51fb135323cac3ba5bb045fc13423776ae66ae4ed9d6a0df331e959a0ed34179a4"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-linux-arm64.tar.gz",
+ "hash": "05ca5a0212600fa2c79c3526c673822d79ed8965e513263eea904f2d09fcdf423058321961bc930fdb90814ee41ef42545a3b27c081cc9731ee4602c514879c5"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-linux-musl-arm.tar.gz",
+ "hash": "1298d446e8cb27768dbdd512576cdd6526dad29a7676ee748bc92fa64430760cdbe817ca6c62c4872ab2008b845580d4709571a59c6c3f332650acaee8643546"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-linux-musl-arm64.tar.gz",
+ "hash": "63cc61a5bd53b1327fd67d57b04841c0a8e7950b5d531fc7890352e56aa2a09b083a808cc8b9be1afd424264371d51fc3329791fdc0479888ceefadda52e2723"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-linux-musl-x64.tar.gz",
+ "hash": "d91bfb5839b30377d09849511c8668230be51fae0d05e07d761297da40c994d800de5ce6fc5f7307cbdf5cf6e7fa7dd720ecab8354ec9436c662cd4fe14851dd"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-linux-x64.tar.gz",
+ "hash": "a64cccc9809fa5b2f4ccb178964bffa92b849c43dd2b2c3981d753e73f2b05a2b6e189a8c2a50fc67652badf66963313444c08ea22e4cd18fe8797049571341e"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-osx-arm64.pkg",
+ "hash": "d3493cefce4b9c7157fc2da2cdb6aab8d29510b37d3ebee06ce92eee42b8ed0d899b88c8b4590141aa5e061f2365073cb084b26ff073ba1a42d2d38dc09d0368"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-osx-arm64.tar.gz",
+ "hash": "349b2a9f34dfcd1ab819484ee09cc32ef61c31629a9520256d643916e4bd5d1384f3cbaf8d0316bde8c90cd8eeac61a170cc486be3960b9512ac79e567ee54b5"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-osx-x64.pkg",
+ "hash": "7dddafcbfae1b6e54e63ee1d3bc5879631fb86fd2d8bcd8d2b5389ce1326c9caa10393d7e5002039faf20099d6c10d9fe1f10c9aeba8e7e06db8269d23890a2b"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-osx-x64.tar.gz",
+ "hash": "a398deecaf401781cadec919f4876aa914d93c38f081a9c1f1b850e2ebfe4952919f90abd723d8faa5cf37a149b281e391742ba8e73613e2b1e4276755d8d81e"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-win-arm64.exe",
+ "hash": "63f9ff8aea8a268a831fc05de6442bf504186b469f24cbd488e4613971f5311d6426e10bc1b67aef5c907261e38c8ef244ab76eeec0c643048a9bd1ed74fbace"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-win-arm64.zip",
+ "hash": "fe0f3c1e53ae995d01d6985760b0e519faf7b55b944508a87a1a5d4498517c7e502a2591b36b0aeec91b8c836ddce4fa5479c98ab9a536505bfc2048febdc028"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-win-x64.exe",
+ "hash": "f17c15095f3b630fd63d4de390ddd0afcd5629ce7a0629f64cbfede0de9f37433ec435a2b99a26038113a3c5916c3958178886ce21010ad75e4900457c8d7a67"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-win-x64.zip",
+ "hash": "db4f2e6cbf3729461a1232f4f9ffe625c177691082fc06707d12da1fd72e5b1bbf4516bd31fd675ee4eeaeac01bce42030ecc97edf12e36ad721c60ec31f06ad"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-win-x86.exe",
+ "hash": "9efc3b62710e35fb2bdf9928d5ca98800eeeb7b5d393b14def887914687e18e4920d95caa2f02340b73c75afd6b76a7867942a0d2c8135201ea67b37ddde5ef5"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.2.25163.2/dotnet-runtime-10.0.0-preview.2.25163.2-win-x86.zip",
+ "hash": "bfdb644c6cdf29e5cec6da558264dc9956c246161ede16922747dc4e42b18b45bf8c5d474ed01155d67cdbf21096a4b339c5561f90e3ba98a8f15052ee95683c"
+ }
]
},
"sdk": {
- "version": "6.0.100-preview.2.21155.3",
- "version-display": "6.0.100-preview.2",
- "runtime-version": "6.0.0-preview.2.21154.6",
- "vs-version": "16.9",
- "vs-mac-version": "8.9",
- "vs-support": "Visual Studio 2019 (v16.9 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
- "csharp-version": "9.0",
- "fsharp-version": "5.0",
- "vb-version": "16.0",
+ "version": "10.0.100-preview.2.25164.34",
+ "version-display": "10.0.100-preview.2",
+ "runtime-version": "10.0.0-preview.2.25163.2",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8c9dc65d-e004-4fe3-8327-4ba4c235095c/d16e99faf79b817b846f5734e94830de/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm.tar.gz",
- "hash": "82adee2db3b57388bd0d48e5eaab64e5e6bece462d49cc0161c8b3b7559ecbc764d48ad112c7893f86858610e21342c7ca50ee1e090a4ddfd09483c24f6e5c63"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d639275-6a89-45e9-a337-725c3ce49439/aa35a5e06539c6ffe1f81e74e45784e9/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm64.tar.gz",
- "hash": "91796b6d611b3a8c1e85d8f2fd07f8889d15f4bcab7307cd1ca24c51cc1f352e3bb77f0e6219ddf92b210030feeffe18ebd1ab97b4256202e287e7e7a5236df0"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cdc62c8d-ccf3-4296-a6e1-88db75ad0805/33648a6a493ad507671d01776abbfd76/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-arm64.tar.gz",
- "hash": "9b4fb5eab781a7ac06e8e1c4d5e5484d714d890762787ed7a81778ebdfa9fd9db6c2c6eb0432b663a4d4b9a435b2b7ec945415b47d6e3a1a6e5bb99e2d1dfc0d"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ae5c17cb-7e03-4564-85cc-c53abc3827b6/30b8f35934437db6f4b5a9624faaf872/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-x64.tar.gz",
- "hash": "116ca2b5d7aede990bfe9d15918909857d15c9a64fa39faa20374fced4c82110a03484ca8c49ae17fefe4540b3c6c9dee6c13127400c1c93636800b07fa1d9f6"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz",
- "hash": "90d9b6070f7732dcf75f5a09a4f10f9b23c835a3bb144e0c3f1fa451cadd3d49c9781973b180f70a4d2798358a7c00f3c0b9b3bf35326fe4c94e470e84ac8c35"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e5cbc909-e705-4bc1-9327-15c9f905a149/6da57e95a58cef98444698fa72378e23/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.pkg",
- "hash": "b76cf55453269c34b19797aa86f84a176ae3c87de58f11edb1e57831f76c672f5d0fe64a61a98b97bf3b2081e7975136a1d0f4c5f6d14f2b3d98febfb6c9bbaf"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/37b33b92-1f3e-4f72-a636-d82fd01bb725/792c44980047c5c77a8a07916db87783/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.tar.gz",
- "hash": "7e38c4a5d586458aad5b81378ac1245368d95a403047878bec49103d96ba3b24b51f991f4d01b7b36220c77cbe041da7708763f7011553eb3948624932a719f4"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5e10dc75-294e-49f4-972e-218ae86191a3/e46d3533c30c8a864252a334820263a9/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.pkg",
- "hash": "bb063b1f5c07f8ba082073d2404704a9ff3e6d2f5aab50ff59e6f26863f0242b3287ccd94df0fee18c152f9841af8f05fb9ce615f026b524647b704e22772689"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/da2b7ceb-4248-4d0b-ba7f-7f60c3e704b6/fa7a19c67639e0bff34cdd93e303d431/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.tar.gz",
- "hash": "f86476980aed8a9520dfff22f54f9800195df611cddd08283e4d6475720eb1423d6e34356e1c21be30882f04348ca645b6992a56279df8fff845751178ac6dba"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a8c2e17e-fdd4-4f7f-ad2b-a1a7d05b49c9/cc664a6b59e1f585a71bf9f19c4728ea/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.exe",
- "hash": "d6a5034fbe8ca8321968345389cdd5d9a7e79204773a8e01b141eb24da5fb269aa00bcd932d624266d6a206079c809700d52b4a87d564824e5cf2a62312906d9"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f54929fa-5fca-46ec-87b3-6e8338e0794a/1741b333fd0bc6771d628e2ab8317d61/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.zip",
- "hash": "af54e25b4d4c7f2e84ed35c7c25b4ea1aac9af0f59060f4dd29ab5e1b7a8bebb3080375d27b119750b356e74c4692e541036819a9cb4c9c4cf1cb7d49f2405e1"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2290b039-85d8-4d95-85f7-edbd9fcd118d/a64bef89625bc61db2a6832878610214/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.exe",
- "hash": "c49e168b4acdc17d15cc8c021d51b4300a1c19eb05ac0b4a879370199471afd09c0a51557e11a53b8b42c50be6710c6135a82662662f65dde1956f67304508d8"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b31ca8e-f684-4de7-9889-c53ce6cf9a3c/e85b1ef8dc6004c5f5bd0019771b21c5/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.zip",
- "hash": "a56debdba83e7477c069aff43bf1fc7f552b68879ed6a36e4f3903dd121ab70a762acc2120b7cd95d5d45b8f762ae71dfa2fd8b3b6165673ac2e7251682a1f6b"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/867f39f5-2b26-4eb0-8924-d55de52cd3f3/6cec1d027f099d69ba335ec309d87529/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.exe",
- "hash": "fb71c70aa4a3faf59b861e915313dce548e94a49969c029b651c941ed900deee4fe3ff8399e402bb6b7f61a65f089078973a9916c7f1c52f2b0c8a547c120275"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9f0adbca-2b5e-435c-91f0-48873304ab7d/4bcbacd1506ac33b62c439cd5ebed32a/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.zip",
- "hash": "4b9b4db78152c648fcf316396f7af833b8a6b948dd005ced011dbf7ad0c55bc23835b148ce2da6949545c3003e726d4503fcc6dde9110541f6efd8973a82e1d2"
- }
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-arm.tar.gz",
+ "hash": "084168b2296a549fcba190d69cd565cc48efa5ea30cbfe61b5bed9e415acae43a416b53dd8e5bf16a598beeed1b0ba96dbb7bc554a2e0e2ce00c7634a1a5a1f0"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-arm64.tar.gz",
+ "hash": "0491381366f50d6a2211f925f5c5b2e1364f3b3a45076c706dacd3afa6856dd95efb6bacccc8874718bde37439e77614ff2bfd580c3c2e97737d42db311db5e6"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-musl-arm.tar.gz",
+ "hash": "82cfc7fa9a6491e6258adf33eb81b0bcb1b69f5960d631bfbd1e9cb59e0b5550c2ffd2620461e46430d1215b8cca097a67ac215e0f7a9c965800d307a5bb8d70"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-musl-arm64.tar.gz",
+ "hash": "c1419b713d5511835ffe6e61effe1782af5a8429fabd517d3d840d219752265681cb1a7a15a1f06b6c5a890dd50e7461b3b0eeea0a24d5c2066bfaf3d52eec42"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-musl-x64.tar.gz",
+ "hash": "789876535ef56669dbfe6391378fcf40dc2b8f4adf137bddb8b358a23403ecafe5bdbcbb0c7715cfb0d26ed061adb20520ad1ab12505f964dc808b2b102f6594"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-x64.tar.gz",
+ "hash": "664e5618827c4f9e5d5150cd7ed7f8c4044f85ae7be8dc779a8d8634dcc962b59e7317a9533e57b2683334b1304f7b66e59b5e68e1a501147ac14e1f22f46bc4"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-arm64.pkg",
+ "hash": "f65538d7b650de4670cef8ab0f7fa3c7775782686ee174589f98e78296bb1c0adfac7ba3cbf700a75db36af8143bf250c21e9cbdeb9968ff0ccc7f894e4b6a73"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-arm64.tar.gz",
+ "hash": "55ec928ac50b0b34783871a7d8662aadbf9443cb9217b905fc447e6b46de179a6222bfdfc25a6bdd3e80bb8227bcddf088b41e61d5a5d1e6ab931fc8237d5a8d"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-x64.pkg",
+ "hash": "2f516e1dda0cd9f4ebb90fe0f3b2f30751d130252b6927a1178275a81008b00c870c6f48d978886d82fcfb1246f8e2184672669f4a93db18061037f3493c8b08"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-x64.tar.gz",
+ "hash": "cc573dc0f9d84620f0c90dd74f0538e797a597daed2365c2f311a162b0fbd92d031a697c89c806adba8ac223c3e3f3719de6d2243ea044646c62cbb8ba182873"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-arm64.exe",
+ "hash": "ecbf9153c56c8bbdccad88a86a8de578ba0a12a17b28c1e40c0b13a5ef673dae292629b98625dc8ffa8c1856829525437b8972b3be4414e3115335b36c3c937c"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-arm64.zip",
+ "hash": "bec80096e4d0d2fbc6e97317eddb9ce84582056b77767bf9cb771cec76039547141100bde33e7fccceb88fda56a32e810041f84ee7a17e7bc4cd92d215001bbb"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x64.exe",
+ "hash": "e70b3967716954ddb6cd766d72604039465dbf9693fcafd260e6dcf5fddcdda0ec97a499c9450953861814340445b3f24c7ded879a869c1b7be61c8b69852c1c"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x64.zip",
+ "hash": "a8aa6371149103c3fda2cb29972aa9343b2d6a3e3ecdbbb7e8b123c1aab1c9ed25f12408a59db3d7661316bb0f13261b1a353140f420e366bc61c5b7aaaabc1d"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x86.exe",
+ "hash": "25fbc7a782ec0f8927f8d2475a497f46a3b61f4873cdce43356b6a934351c0d0e7370b2064a607106ae3071f505345db45996feb2b34efed18446b56f7abc8bc"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x86.zip",
+ "hash": "70e416497327a7dcf478551d7fc12daa980750ff31f53770c4d89ca8efca086221c6dd441c31c14d0117f834750b6b15ed0c5380be4112597a645fa3d7a26a06"
+ }
]
},
"sdks": [
{
- "version": "6.0.100-preview.2.21155.3",
- "version-display": "6.0.100-preview.2",
- "runtime-version": "6.0.0-preview.2.21154.6",
- "vs-version": "16.9",
- "vs-mac-version": "8.9",
- "vs-support": "Visual Studio 2019 (v16.9 latest preview)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
- "csharp-version": "9.0",
- "fsharp-version": "5.0",
- "vb-version": "16.0",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8c9dc65d-e004-4fe3-8327-4ba4c235095c/d16e99faf79b817b846f5734e94830de/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm.tar.gz",
- "hash": "82adee2db3b57388bd0d48e5eaab64e5e6bece462d49cc0161c8b3b7559ecbc764d48ad112c7893f86858610e21342c7ca50ee1e090a4ddfd09483c24f6e5c63"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/1d639275-6a89-45e9-a337-725c3ce49439/aa35a5e06539c6ffe1f81e74e45784e9/dotnet-sdk-6.0.100-preview.2.21155.3-linux-arm64.tar.gz",
- "hash": "91796b6d611b3a8c1e85d8f2fd07f8889d15f4bcab7307cd1ca24c51cc1f352e3bb77f0e6219ddf92b210030feeffe18ebd1ab97b4256202e287e7e7a5236df0"
- },
- {
- "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/cdc62c8d-ccf3-4296-a6e1-88db75ad0805/33648a6a493ad507671d01776abbfd76/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-arm64.tar.gz",
- "hash": "9b4fb5eab781a7ac06e8e1c4d5e5484d714d890762787ed7a81778ebdfa9fd9db6c2c6eb0432b663a4d4b9a435b2b7ec945415b47d6e3a1a6e5bb99e2d1dfc0d"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ae5c17cb-7e03-4564-85cc-c53abc3827b6/30b8f35934437db6f4b5a9624faaf872/dotnet-sdk-6.0.100-preview.2.21155.3-linux-musl-x64.tar.gz",
- "hash": "116ca2b5d7aede990bfe9d15918909857d15c9a64fa39faa20374fced4c82110a03484ca8c49ae17fefe4540b3c6c9dee6c13127400c1c93636800b07fa1d9f6"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/25c7e38e-0a6a-4d66-ac4e-b550a44b8a98/49128be84b903799259e7bebe8e9d969/dotnet-sdk-6.0.100-preview.2.21155.3-linux-x64.tar.gz",
- "hash": "90d9b6070f7732dcf75f5a09a4f10f9b23c835a3bb144e0c3f1fa451cadd3d49c9781973b180f70a4d2798358a7c00f3c0b9b3bf35326fe4c94e470e84ac8c35"
- },
- {
- "name": "dotnet-sdk-osx-arm64.pkg",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e5cbc909-e705-4bc1-9327-15c9f905a149/6da57e95a58cef98444698fa72378e23/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.pkg",
- "hash": "b76cf55453269c34b19797aa86f84a176ae3c87de58f11edb1e57831f76c672f5d0fe64a61a98b97bf3b2081e7975136a1d0f4c5f6d14f2b3d98febfb6c9bbaf"
- },
- {
- "name": "dotnet-sdk-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/37b33b92-1f3e-4f72-a636-d82fd01bb725/792c44980047c5c77a8a07916db87783/dotnet-sdk-6.0.100-preview.2.21155.3-osx-arm64.tar.gz",
- "hash": "7e38c4a5d586458aad5b81378ac1245368d95a403047878bec49103d96ba3b24b51f991f4d01b7b36220c77cbe041da7708763f7011553eb3948624932a719f4"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5e10dc75-294e-49f4-972e-218ae86191a3/e46d3533c30c8a864252a334820263a9/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.pkg",
- "hash": "bb063b1f5c07f8ba082073d2404704a9ff3e6d2f5aab50ff59e6f26863f0242b3287ccd94df0fee18c152f9841af8f05fb9ce615f026b524647b704e22772689"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/da2b7ceb-4248-4d0b-ba7f-7f60c3e704b6/fa7a19c67639e0bff34cdd93e303d431/dotnet-sdk-6.0.100-preview.2.21155.3-osx-x64.tar.gz",
- "hash": "f86476980aed8a9520dfff22f54f9800195df611cddd08283e4d6475720eb1423d6e34356e1c21be30882f04348ca645b6992a56279df8fff845751178ac6dba"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a8c2e17e-fdd4-4f7f-ad2b-a1a7d05b49c9/cc664a6b59e1f585a71bf9f19c4728ea/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.exe",
- "hash": "d6a5034fbe8ca8321968345389cdd5d9a7e79204773a8e01b141eb24da5fb269aa00bcd932d624266d6a206079c809700d52b4a87d564824e5cf2a62312906d9"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f54929fa-5fca-46ec-87b3-6e8338e0794a/1741b333fd0bc6771d628e2ab8317d61/dotnet-sdk-6.0.100-preview.2.21155.3-win-arm64.zip",
- "hash": "af54e25b4d4c7f2e84ed35c7c25b4ea1aac9af0f59060f4dd29ab5e1b7a8bebb3080375d27b119750b356e74c4692e541036819a9cb4c9c4cf1cb7d49f2405e1"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2290b039-85d8-4d95-85f7-edbd9fcd118d/a64bef89625bc61db2a6832878610214/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.exe",
- "hash": "c49e168b4acdc17d15cc8c021d51b4300a1c19eb05ac0b4a879370199471afd09c0a51557e11a53b8b42c50be6710c6135a82662662f65dde1956f67304508d8"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5b31ca8e-f684-4de7-9889-c53ce6cf9a3c/e85b1ef8dc6004c5f5bd0019771b21c5/dotnet-sdk-6.0.100-preview.2.21155.3-win-x64.zip",
- "hash": "a56debdba83e7477c069aff43bf1fc7f552b68879ed6a36e4f3903dd121ab70a762acc2120b7cd95d5d45b8f762ae71dfa2fd8b3b6165673ac2e7251682a1f6b"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/867f39f5-2b26-4eb0-8924-d55de52cd3f3/6cec1d027f099d69ba335ec309d87529/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.exe",
- "hash": "fb71c70aa4a3faf59b861e915313dce548e94a49969c029b651c941ed900deee4fe3ff8399e402bb6b7f61a65f089078973a9916c7f1c52f2b0c8a547c120275"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9f0adbca-2b5e-435c-91f0-48873304ab7d/4bcbacd1506ac33b62c439cd5ebed32a/dotnet-sdk-6.0.100-preview.2.21155.3-win-x86.zip",
- "hash": "4b9b4db78152c648fcf316396f7af833b8a6b948dd005ced011dbf7ad0c55bc23835b148ce2da6949545c3003e726d4503fcc6dde9110541f6efd8973a82e1d2"
- }
- ]
+ "version": "10.0.100-preview.2.25164.34",
+ "version-display": "10.0.100-preview.2",
+ "runtime-version": "10.0.0-preview.2.25163.2",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-arm.tar.gz",
+ "hash": "084168b2296a549fcba190d69cd565cc48efa5ea30cbfe61b5bed9e415acae43a416b53dd8e5bf16a598beeed1b0ba96dbb7bc554a2e0e2ce00c7634a1a5a1f0"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-arm64.tar.gz",
+ "hash": "0491381366f50d6a2211f925f5c5b2e1364f3b3a45076c706dacd3afa6856dd95efb6bacccc8874718bde37439e77614ff2bfd580c3c2e97737d42db311db5e6"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-musl-arm.tar.gz",
+ "hash": "82cfc7fa9a6491e6258adf33eb81b0bcb1b69f5960d631bfbd1e9cb59e0b5550c2ffd2620461e46430d1215b8cca097a67ac215e0f7a9c965800d307a5bb8d70"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-musl-arm64.tar.gz",
+ "hash": "c1419b713d5511835ffe6e61effe1782af5a8429fabd517d3d840d219752265681cb1a7a15a1f06b6c5a890dd50e7461b3b0eeea0a24d5c2066bfaf3d52eec42"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-musl-x64.tar.gz",
+ "hash": "789876535ef56669dbfe6391378fcf40dc2b8f4adf137bddb8b358a23403ecafe5bdbcbb0c7715cfb0d26ed061adb20520ad1ab12505f964dc808b2b102f6594"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-linux-x64.tar.gz",
+ "hash": "664e5618827c4f9e5d5150cd7ed7f8c4044f85ae7be8dc779a8d8634dcc962b59e7317a9533e57b2683334b1304f7b66e59b5e68e1a501147ac14e1f22f46bc4"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-arm64.pkg",
+ "hash": "f65538d7b650de4670cef8ab0f7fa3c7775782686ee174589f98e78296bb1c0adfac7ba3cbf700a75db36af8143bf250c21e9cbdeb9968ff0ccc7f894e4b6a73"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-arm64.tar.gz",
+ "hash": "55ec928ac50b0b34783871a7d8662aadbf9443cb9217b905fc447e6b46de179a6222bfdfc25a6bdd3e80bb8227bcddf088b41e61d5a5d1e6ab931fc8237d5a8d"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-x64.pkg",
+ "hash": "2f516e1dda0cd9f4ebb90fe0f3b2f30751d130252b6927a1178275a81008b00c870c6f48d978886d82fcfb1246f8e2184672669f4a93db18061037f3493c8b08"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-osx-x64.tar.gz",
+ "hash": "cc573dc0f9d84620f0c90dd74f0538e797a597daed2365c2f311a162b0fbd92d031a697c89c806adba8ac223c3e3f3719de6d2243ea044646c62cbb8ba182873"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-arm64.exe",
+ "hash": "ecbf9153c56c8bbdccad88a86a8de578ba0a12a17b28c1e40c0b13a5ef673dae292629b98625dc8ffa8c1856829525437b8972b3be4414e3115335b36c3c937c"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-arm64.zip",
+ "hash": "bec80096e4d0d2fbc6e97317eddb9ce84582056b77767bf9cb771cec76039547141100bde33e7fccceb88fda56a32e810041f84ee7a17e7bc4cd92d215001bbb"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x64.exe",
+ "hash": "e70b3967716954ddb6cd766d72604039465dbf9693fcafd260e6dcf5fddcdda0ec97a499c9450953861814340445b3f24c7ded879a869c1b7be61c8b69852c1c"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x64.zip",
+ "hash": "a8aa6371149103c3fda2cb29972aa9343b2d6a3e3ecdbbb7e8b123c1aab1c9ed25f12408a59db3d7661316bb0f13261b1a353140f420e366bc61c5b7aaaabc1d"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x86.exe",
+ "hash": "25fbc7a782ec0f8927f8d2475a497f46a3b61f4873cdce43356b6a934351c0d0e7370b2064a607106ae3071f505345db45996feb2b34efed18446b56f7abc8bc"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.2.25164.34/dotnet-sdk-10.0.100-preview.2.25164.34-win-x86.zip",
+ "hash": "70e416497327a7dcf478551d7fc12daa980750ff31f53770c4d89ca8efca086221c6dd441c31c14d0117f834750b6b15ed0c5380be4112597a645fa3d7a26a06"
+ }
+ ]
}
],
"aspnetcore-runtime": {
- "version": "6.0.0-preview.2.21154.6",
- "version-display": "6.0.0-preview.2",
+ "version": "10.0.0-preview.2.25164.1",
+ "version-display": "10.0.0-preview.2",
"version-aspnetcoremodule": [
- "16.0.21063.0"
+ "20.0.25073.0"
],
"vs-version": "",
"files": [
- {
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/471390d6-e308-41d7-8727-57ff3878bd28/306c3671d0129187e5f82d63058820d8/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-arm.tar.gz",
- "hash": "eb2b0a3c725a3b0f9265b992385a39efe15ba1eba0060388a84497b464faea5fe8b51ce0ff49cf6058e5539a86587d6b68d41a0a18ba7e3d20c6a4d9585dc13d"
- },
- {
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2439a067-d1e8-4f01-b0eb-fc36e2024eef/9ac2ce92d3465b6e0a4981014b098619/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-arm64.tar.gz",
- "hash": "0400434b2d77e74fa4b347e65ae88905d3715fd76ecf6562a2ec7ddd7a54a00b92bb39c272a383dddd134d82b340cbd4658bc4661a53059e1e5227cd61c154b0"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/88056730-b112-4b37-b9c9-2a28274499d4/640e171ccdf76103ef284d83cdea95e8/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-musl-arm64.tar.gz",
- "hash": "32d64a450c17e859fedfe27478279a039982773c2a2d8dffecaadace89d84df555a894a25bd7b2466d67e288b65d85dd2391b24c5f994e5df9e5f6e01f9fb6ea"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d992937e-43f3-4f26-9c3c-39dd6e94c9e8/b8d49e845722a84e93178a383bf96e48/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-musl-x64.tar.gz",
- "hash": "12ea6d2188fa5e9ea9248600b84cbb37836e3c26edacfff291b00c8eddf5db730b5d01a003f7a1049610d99a76f6e690db04e7b7877679db93e19b2941ae238a"
- },
- {
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/49e8a9d0-78a5-4045-8813-924e1bf99372/da066c42bf329b46359c1bfefdda462d/aspnetcore-runtime-6.0.0-preview.2.21154.6-linux-x64.tar.gz",
- "hash": "703d6893bc73aba1a33e12b636820ab43948603114e01bbcc6a92d17439bd3d532525c17dc1d39f925b552b139b1ae9b9cbf086a57292db511eadc3e47db00ae"
- },
- {
- "name": "aspnetcore-runtime-osx-arm64.tar.gz",
- "rid": "osx-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/36ae4114-cd59-4107-97e5-85b337c4969b/44dd3dcb76d158b1dbb39fdd51db3dd9/aspnetcore-runtime-6.0.0-preview.2.21154.6-osx-arm64.tar.gz",
- "hash": "4ac574f16754593d896a85145640b1ee1817c607d1273bef6c1ab3abcedf024511d1aee35e24605cc56ca098585db473d17131ccc3e6d69c05376708fedc519f"
- },
- {
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/caa6644e-34b6-49ba-8c2d-4a0767d0763c/185c1925693b6028cd54d7e1b3c3c018/aspnetcore-runtime-6.0.0-preview.2.21154.6-osx-x64.tar.gz",
- "hash": "cee32d184037f858b26b4acb1e7d12179185bf771d2ca30c6e5db2768377194d40b2558166332b6d5b340c89fbd4e86e5d079185dd048942e8d34f540a7d89a4"
- },
- {
- "name": "aspnetcore-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3290547f-1fff-4f3d-a4ff-188ef8c09d1c/0b1734a65f4e839ac7c1ca48ea456791/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-arm64.zip",
- "hash": "a793b45b71c55adecaae5c683e6cb3758beb303eb763cfff2c8af9657bfa2d8a4aa6391d69f48e2aeb4748a4b225742f0ce66a18656c4ac5c6e81618b63f91fc"
- },
- {
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/65c5f480-ee27-49fe-9402-c4bf16c5543b/8eb03f9c1530e079fd3475da0bcd5b88/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x64.exe",
- "hash": "35c4dbc50ef35cfd54671670eeade78b411102904852c0f6c3d0452cfa9b9ff3e920538523e2fd47c990f87d1fcfd2f1ad9ef89de705aebf4c2c901f9ec512fd"
- },
- {
- "name": "aspnetcore-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4e958603-2934-4a0c-8867-060a09ce8d10/460f1ff233ba7511b74751d3df82111a/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x64.zip",
- "hash": "ceb0ff56966c13dedae34c216598b68369d1a0f93f0815e31dec544560dfdcd0dd8bb3ab60c9aa48739a72cf6b1a71bbe058edc3adbdadb6261e6e06f5c665e0"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8a1e869b-4b6d-4127-97cb-d1d5a3814e94/aa7415b512d9ae37ecf88943f318eb60/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x86.exe",
- "hash": "5054ca4f7caa3b24951f7ed806ff30519f184c87eba47de2256737a6ab3d31faf52b14954e5ae4224bb8ff742a44c4631645e3d11f7708950d9e87b30e2cf6a3"
- },
- {
- "name": "aspnetcore-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d844044f-6a74-4ae7-950e-7a36296305fc/266a39da931e196d4fe2b2ba88f32ccd/aspnetcore-runtime-6.0.0-preview.2.21154.6-win-x86.zip",
- "hash": "9f059ea6d2100d43440af035c1fed75c8bd557678c9aad39c04f69cd9ae646c263ffbc5d5a7b51b767abc9095a6e99e2bb80aa3171e1506987767af724f32c65"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8f7df454-eea2-4b8c-9194-910fb611679f/8fa8d8415b488668b2d2c6a68e1c63d5/dotnet-hosting-6.0.0-preview.2.21154.6-win.exe",
- "hash": "48afc2174599b0517d7cccf22841ad64b85e28d1c56ebb9415b6fa51e8d4636a3bc78ac32fb1f70bce1746e30327475034ee991b1a7d2279a398ad056ada6083",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
+ {
+ "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-linux-arm.tar.gz",
+ "hash": "ceebf19085159175e60004dba88e4698237c0708df5dd63b225177c70c91df6be110a46e9ee693001e27933050d8637cfc8b739d1e510d09dca562031c866ccc"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-linux-arm64.tar.gz",
+ "hash": "2161e53f30413f27be9a81a7aedace12ad523d9e68b35d6a051e417701d238b1353569e227845aa76a9c889b7ecd1b5e7bafd3a678e2bf29438dae540e970d0a"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-linux-musl-arm.tar.gz",
+ "hash": "eb7ce0764cc88ba00bdc957b98b81105734da5964232996faeaa84e4f132b665c3177636a0a2794d2b7a01e37d963e92d59bbe6a6ee3717a01e8054d7440d48c"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-linux-musl-arm64.tar.gz",
+ "hash": "cdc179232b5688ef07993d7a78c5481f256f8cefe816fc913e38408fadec9b5f010a90628d6fd04d12e18ccc351b6252a566176154a111df6b6da14309aa0d41"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-linux-musl-x64.tar.gz",
+ "hash": "793e3a3c49c221e8543850858b273f6f20dfd81cd831525f34d6be2a1cee5494bad210c73cc072d947c93fc820ff2ad709b0a22462bf3fe2c923319e00784d19"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-linux-x64.tar.gz",
+ "hash": "de14dab978133b9ec979d371c5fbd01e78b106cc330c168d6216ec8a97b0ccfeeb0d4f44386187499760db603483dc0016279dc4cb3f94bfb042cc63d25296fa"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-osx-arm64.tar.gz",
+ "hash": "9e4e6dc4aa1947fde24bd79f6e2d91c43dfe13307cc2037f83e8048dff795645db0439684e750dd6f9cec304899e5e7b2b5f4d961309345d0f6e32a84d00fb7e"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-osx-x64.tar.gz",
+ "hash": "e8994167755eca3bb691f4314da6b702217d285ac58fa8740ecb657a9ae21478a341aae21174023910a784e2683e536df5458953c48cd881c651e22847be8b30"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-win-arm64.exe",
+ "hash": "e2fa4aa600bf718eb4eff165ada0496899314dbbfa89431e8390ee8fc6b2dc3b28dc6012e599f888aef8ec64a94603e9fc272890bbf7847d9d7cd530178b23aa"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-win-arm64.zip",
+ "hash": "76cf96e0604f211151cf28d432190e261e3d37b747c79ff7899a459016c6519aefca75545496ad0985e2b7ba796cf233eadb66e076c4f9b91e160fd153c6ec47"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-win-x64.exe",
+ "hash": "9868ad7ad3f9a9be4d0cf155c519be771001d79ce35afb2926657686e968ad9e81d06ef415f42fbdd48c593a282393eccf2bb56e60ebc8dc18d3e382b6208968"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-win-x64.zip",
+ "hash": "cc69e8227cbe6e231b0b30db1e236b3b559f267d5cbd3cdc7b68b670951ed5cd1f0957b8717c983e1eb2d5270c669e91abe5fcba787837828692737e0803ec17"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-win-x86.exe",
+ "hash": "9f3b6b5152733fdafd770a1c719c2a13de78963c24badafcc36c3fd9e742c46b79ed07fc0da8e6dc0cfa00e76b243545dd91521322a50236c3811075a1d7e866"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-10.0.0-preview.2.25164.1-win-x86.zip",
+ "hash": "3ea9d72807f9b8e4fff82f8fcb82ea508ad898a9b354ddedab4013f3d97cb9748dd2458540d043ebb4c181a66a4cf62aa9f8c73cf529cf8fe7e0a381d8e0cbc9"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-composite-10.0.0-preview.2.25164.1-linux-arm.tar.gz",
+ "hash": "0bf0a4000ce39a0028243ee24edac150494762af0a9693d9d0c8d59fb9ae5a5112f64aa3a633cafed511ba8dd8a8ab14a46b1045fb32038014eb22637fd9c891"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-composite-10.0.0-preview.2.25164.1-linux-arm64.tar.gz",
+ "hash": "9ac02fe1e18d987abc7137fe061f76b852c47489705c4c57fd63e9245763d412ab243e724e090ae23d0a1e9cbc09ee92e97224ab73682c27e25538c470aa367e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-composite-10.0.0-preview.2.25164.1-linux-musl-arm.tar.gz",
+ "hash": "1437e56479078514d0ad1b5b8459f19dd4f282939ebb546e0888f12fdba9a182c41b75e1a762377923edcefc968d315bec3c4201c34132348c895d1fabc2ce26"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-composite-10.0.0-preview.2.25164.1-linux-musl-arm64.tar.gz",
+ "hash": "c65448c47260671074782f6d4e4a9daf8db47233c9322647cbc1200f0d9167644e8d6a89a66333266010403537b45f7fc66ef9a7f61b9a4329fe8facea906d15"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-composite-10.0.0-preview.2.25164.1-linux-musl-x64.tar.gz",
+ "hash": "07d0cff245177cecd10c4548b0468589a2c45d27427bfe60a50772fb2766a51a322d383780cc7cf18e628e311a127fee49972fdcde5b6d65290bbf4e8a317046"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/aspnetcore-runtime-composite-10.0.0-preview.2.25164.1-linux-x64.tar.gz",
+ "hash": "d67bc54f97d832ad06fd18269ddad48126cc0eee66b7f924158289e23983a01f9f1e48e09bbbe54ebef9499feafccd4116daa27621f7a3df0021c80de99fd2b8"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.2.25164.1/dotnet-hosting-10.0.0-preview.2.25164.1-win.exe",
+ "hash": "32c3ff68d5fd6e6f850ffe846edb16d94f15ecbe015ddcc76175b4907eef4982fc613744dda63e1365e93352fedc57372297228caa829cb75e5de7d5c6c368bf",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
]
},
"windowsdesktop": {
- "version": "6.0.0-preview.2.21154.2",
- "version-display": "6.0.0-preview.2",
+ "version": "10.0.0-preview.2.25163.3",
+ "version-display": "10.0.0-preview.2",
"files": [
- {
- "name": "windowsdesktop-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3abda7f1-e93b-4aa5-ae35-9cfc09e1257a/f92e63d978f22d480adc74570112c074/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-arm64.exe",
- "hash": "0053197d93189df2f2903bbc439f54aaee0f7778756035d3ada637b682d923790f8a25981dff0d57c93d5ba935b819055a0f2be7ecd302647b1f58ea60f20233"
- },
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/487e7b8f-bd02-4403-8032-27ae2dad9e8e/f959e79463be4ccc69b24c5754ca980e/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-x64.exe",
- "hash": "25d562ffd51e1285d48c2ea1dae953e2ea28854da39224aa1ce529fd9585a109dbe14fd9ee1ad724327a8d13563134fe9a1a5da885f4d7302d24f7deb2a2cfa1"
- },
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/343d8b74-b7d8-439c-9d7e-42cb15313f62/c5e2a3d0d3fa0d12347fb445b9640b79/windowsdesktop-runtime-6.0.0-preview.2.21154.2-win-x86.exe",
- "hash": "1aed70644dd68899eebbbc57efec5c9a5a11633f1a9d5e42f5e6c676ffb71d68d3d31fcfc5c07de13247348963ba62a84cdab6b4fff80f5d704eb9596ab2d3d7"
- }
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.2.25163.3/windowsdesktop-runtime-10.0.0-preview.2.25163.3-win-arm64.exe",
+ "hash": "d9d635d79b5dcd7bb6deeec3b1b37d1b846b3f2d774479100b112a1458efbd6311466962851d10935cf085f6bad70da9bdf2a99efe4a59ef2eafd8f0fd4e16a8"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.2.25163.3/windowsdesktop-runtime-10.0.0-preview.2.25163.3-win-arm64.zip",
+ "hash": "c037eb951cb2e5fdd49164bd2b53e574c5e2aa73654ce26b7c456e8b824f56be4003112197104f9092dd25d4b31a13af8d56855d3d7140e70b645edc735bae08"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.2.25163.3/windowsdesktop-runtime-10.0.0-preview.2.25163.3-win-x64.exe",
+ "hash": "9300bb03f852c1a152cc01066331b3ec85da91eb1d7cd4cf326f5c30f13d4b94bec68bfc1e1f003478815dbac9837be0cc23fa78b471ae79e9ab318dbb39e4db"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.2.25163.3/windowsdesktop-runtime-10.0.0-preview.2.25163.3-win-x64.zip",
+ "hash": "85a44e2dcfaad52582666e6e198aea68856a3c2f2982c0df008e457ce80f4abd1f34c3bfac9c6476e126247bd6a8f6a5085a9dd43db600b6c97bc9630f9cb432"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.2.25163.3/windowsdesktop-runtime-10.0.0-preview.2.25163.3-win-x86.exe",
+ "hash": "797b3ced6cab54f5c52e5f610b9becaeebfb514821f4d2bfca01498790c9df9601a50fde0532f16dba3fcbb0f262a612e6c5a57a843e613c33b46b3b9a5f7b7a"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.2.25163.3/windowsdesktop-runtime-10.0.0-preview.2.25163.3-win-x86.zip",
+ "hash": "b0b795119c9a9ff1ff82651eba9e118d72adce2aea5ed7b39365b789ae4dcd97173fb52eb2df3e8917a3cf2fb0277581868d8f6e4776ea2f84c0a2f56c6aec5a"
+ }
]
}
},
{
- "release-date": "2021-02-17",
- "release-version": "6.0.0-preview.1",
+ "release-date": "2025-02-25",
+ "release-version": "10.0.0-preview.1",
"security": false,
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/6.0/preview/6.0.0-preview.1.md",
+ "cve-list": [],
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview1/10.0.0-preview.1.md",
"runtime": {
- "version": "6.0.0-preview.1.21102.12",
- "version-display": "6.0.0-preview.1",
- "vs-version": "16.9",
- "vs-mac-version": "8.9",
+ "version": "10.0.0-preview.1.25080.5",
+ "version-display": "10.0.0-preview.1",
+ "vs-version": "",
+ "vs-mac-version": "",
"files": [
- {
- "name": "dotnet-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4e51a05a-48d9-43e7-b01f-d310c72bccec/9d0afbd7768e9375b17242849a5dfb27/dotnet-runtime-6.0.0-preview.1.21102.12-linux-arm.tar.gz",
- "hash": "42d9046cef8beeec7774e81cb160fff99d700a78f2e1d26b8a471dec4e727414e65197994ce200785b22d5f073e6402afdb92e62fc86ea38fc8814a1de52f6eb"
- },
- {
- "name": "dotnet-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5e0d0c82-d02e-4538-9368-a811ca5e2e5d/d466e46d5a5902f125557890369bec77/dotnet-runtime-6.0.0-preview.1.21102.12-linux-arm64.tar.gz",
- "hash": "4844ab4ce5750d45b552c2bca3a507dae0202f8be7d990506a66940158666897077c0d045b7a7e136a772da3a18b2cf81c932b5874747268aece6846fdc44bb8"
- },
- {
- "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/982f4116-9fb6-45c6-9dc6-91c468448d75/4e4294ac124e54a5bfe65a85a4c1c781/dotnet-runtime-6.0.0-preview.1.21102.12-linux-musl-arm64.tar.gz",
- "hash": "d0e0fac6b159714070d7cb9ac9f184538a8805257b1a362613c28e63998b4439d5e42789c07330747a70704ef2cc5044eca4b269de4ee3f53de68b1af8cc3735"
- },
- {
- "name": "dotnet-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/d1141a8c-60ef-4e40-9d2f-2731d7a3eb23/1459ce3fc065c0fa32a7c2592f66a126/dotnet-runtime-6.0.0-preview.1.21102.12-linux-musl-x64.tar.gz",
- "hash": "06475f29a4bfc8af012a6560f26cfe9c32469263b7c690d73975a2a1790965b139c227dd72961488f774088c45a3ebc8955b13ed1ec070cec7dbda4b51ea4171"
- },
- {
- "name": "dotnet-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/8f151cb8-5cf0-45e5-b1b0-c16b631b24bd/d12028755ec7abb4f87f16e6fa6e8add/dotnet-runtime-6.0.0-preview.1.21102.12-linux-x64.tar.gz",
- "hash": "64114ea881981ed061eb22c97ae8cf5a85209b0a439d6640984e1b423bc934259bcd136484c26f038f19222a9068a5cd687229a8b9b0d0b55efacb0275da082d"
- },
- {
- "name": "dotnet-runtime-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/62a705de-f063-4dc1-912b-6727ab3295cd/a3845e7371b03fa813384d0e16ebaa20/dotnet-runtime-6.0.0-preview.1.21102.12-osx-x64.pkg",
- "hash": "0c3771b56f9fa6b09063fb797e4c264cd7b3723d7cfda6aae5f3a8dfe19bc513acc393761a6b2fdf4dd0a35427fa40392e30969a0eb3076a7f4a1891fcff01c6"
- },
- {
- "name": "dotnet-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2b0f29e1-918c-4ede-94c2-4317f1914305/f2b88f8ce148d158e4a6b606b5b75205/dotnet-runtime-6.0.0-preview.1.21102.12-osx-x64.tar.gz",
- "hash": "767d1c264ada1dd5f73c403d663bdfeaaafefaf0545d6af1895d1c926dd32385601981fe949340cee5fa8c34698f12c9553b0aaf492d12b0d4288a6e5ea6da08"
- },
- {
- "name": "dotnet-runtime-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/dacaafab-f672-4afa-b0c8-b4d531cded4b/516e966b362126a111b77001da9c265e/dotnet-runtime-6.0.0-preview.1.21102.12-win-arm64.exe",
- "hash": "97bb0f7b613a4a3abcc4d76d046d5696f84a105c8395105d39bc7b12150bd047900abe2d769d2fffd07d3b9c1b21295135abaf570c86f678a500315d174f7c6f"
- },
- {
- "name": "dotnet-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3f917e65-d6cc-40f8-af28-477aea7dffe1/2bf1a0e12dff945518591646abe24a01/dotnet-runtime-6.0.0-preview.1.21102.12-win-arm64.zip",
- "hash": "8d141409f6439b227e1165caa91450908e4d18132080d76da588a90c88d0c198196d1a2ba4dcb7b5ec5997bcab80a108f92184dde39e52b73b64b568daee7dfe"
- },
- {
- "name": "dotnet-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/79bdf367-c2a7-4f78-a139-e009ebbdff20/c4071c63b9972749ee39b88b4025a0f2/dotnet-runtime-6.0.0-preview.1.21102.12-win-x64.exe",
- "hash": "bf94dc2a8e03280298327f7c5eb353f4f1a2854bdcd9b7fa44a30078a09a324b190a7af02d3f10167bb73272dbdf28a12df37b94368bec63c5fc93ffd2557c87"
- },
- {
- "name": "dotnet-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/0a605ac5-b3ea-4683-b20e-a96ca05123fa/82bca2ae7d45ccf4adc33caf9f2819c8/dotnet-runtime-6.0.0-preview.1.21102.12-win-x64.zip",
- "hash": "e183555b560fa23c86a6060136f8dc9bba0b79d54f673bf155c4843eed2c0a72ee57a06a0a588c70438c066c8093f46d83a077db6891dc21eaa182c8f83d405d"
- },
- {
- "name": "dotnet-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/a911ac72-40ea-4ae1-a2e8-ab99c52c8789/e3fece89d74d33e1b431248ed9b6d021/dotnet-runtime-6.0.0-preview.1.21102.12-win-x86.exe",
- "hash": "0d0f1491b6c51a45422567894765e2e2117addab42e3b7b747dd5530ae8955c10239e304d2cf4065293fc38574c9c8eb92e50f8ee5ed6356a6892abfec7553ea"
- },
- {
- "name": "dotnet-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/000dc492-3559-4c08-b90a-1a404b1a6fb0/574470f804128905a60ec2214de57262/dotnet-runtime-6.0.0-preview.1.21102.12-win-x86.zip",
- "hash": "689730a9cd4f1917fd025cf8fc7f1981fc766e96144aced5097e9e8919b1b70644892ac1f25514ced6b0ba84e4fe719cf8b8f475095701c92406cbbbb3edfd28"
- }
+ {
+ "name": "dotnet-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-linux-arm.tar.gz",
+ "hash": "8e91e965eace3ac1b472f8d9d2cba51537606cb0ae9b2245dde7f2f9d95f8660800cb609a7152b3efeb1e01663070c80454e6180890ccb81d6533fcc891d124e"
+ },
+ {
+ "name": "dotnet-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-linux-arm64.tar.gz",
+ "hash": "840d229fc19322093ed5a18c123b5a322e92cad26926bdb709ee382076864a9e89a4dd0ecc13e5e48542b1732ebd19ba65cad1c1b63b94268d38e78bbe6b6b75"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-linux-musl-arm.tar.gz",
+ "hash": "b907d97484966266c26732fbb6141ebb914be822589fedad26add9680ad6e0dc7d0068507241c0fbae124a9f4a9571838080387e21de81833fc7399be1bdd688"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-linux-musl-arm64.tar.gz",
+ "hash": "2cc3f7715ef6d9986db73376bcbe7c6cdbb9f7a58b43e7be051c2ed457f7efc248a3c4dc87738467ad99a82ca385eea53ebc8af11c18900f5f980c8b76d9a475"
+ },
+ {
+ "name": "dotnet-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-linux-musl-x64.tar.gz",
+ "hash": "93638a5e766b5859ae58ec3ba5dd81a60a0e6e2e4265d09b1bd71e42987216def1e94aa1c398e33d20baf6b7c021818cee111173b5771ff0ce2bcf56cc964c01"
+ },
+ {
+ "name": "dotnet-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-linux-x64.tar.gz",
+ "hash": "b704dfed083d3623024ee96ea6cb8ff6d5d7e1d6f43a27b1b4750a89193f64a966a3211b71f9e77bc7601532db992df38c34d1d1542f060082ae010d532437aa"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-osx-arm64.pkg",
+ "hash": "240c3edb434f3dc4472922306b4f840f45f2730d6fa2e06c1a5b9371f3f2e5d8800efc98a78170ac628b42a2f12af15f903c4543fec834d7c7b174f1eeee7c5e"
+ },
+ {
+ "name": "dotnet-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-osx-arm64.tar.gz",
+ "hash": "74ea61c16a06f86c6788d46c4d75726f6dd57fbe4c4593eff52a8b1472fdf805abe61830873fd3ef4178a75238f7dcfdf787b71e39a8415ed0f6ce04c4ba1e40"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-osx-x64.pkg",
+ "hash": "8a80455efde8ef4c0dc1c7f0ec5ba5062daacf91a43b575ab8e5fc2585245212e4f9c178e1702de21f6d9bf66e3181171552e960ab59cdb2e474d207036ef86c"
+ },
+ {
+ "name": "dotnet-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-osx-x64.tar.gz",
+ "hash": "6ea1da47b60e5361964fff79b9fa3dccc087c9773d342c34def7ee898eaf6de9f46da66644847d981615dedf39698610f850dd64f209bd4410e055f50b3b7e09"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-win-arm64.exe",
+ "hash": "638af12d1f69479bf47751c6127d2e599ae5d305b83c6c892c4e7fe9d7e1a50b91272898a425280f9c7f2237234cd9d13d014310bea5c05ca7621119db34ee97"
+ },
+ {
+ "name": "dotnet-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-win-arm64.zip",
+ "hash": "a9431c593af26ba07bca7cbfee79959e0103aae5ef2918e57890a5674416d8244e6a7c31a7d8b2da7c6224d1e2abc8d1cbd49255767aaa9edfc44f2b2c6d5a6e"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-win-x64.exe",
+ "hash": "51b3ae834a5498f5eaf508bc6f7de02460d43737baa3ef494367946875516adb1a08d74a7d8f353249c1e92a6f86be4dc09da2acf3777d2975157cf20d4da4b6"
+ },
+ {
+ "name": "dotnet-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-win-x64.zip",
+ "hash": "70067ab2024b104502393066b7f321a580ba99d95608ea67945b5705b487bd614bc0f1ea0653d23e257763fdbdf2fa5351ddc8734a60c6400ca15ad806ba07e7"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-win-x86.exe",
+ "hash": "8398d338f02981bc79f6dc8ffe834d7bd6a922862ab2d7e74094a4372d189419503040879f696db14ebc19ba2f06dcfbd215164b4538947477ee2b7b5dc0d6fa"
+ },
+ {
+ "name": "dotnet-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.1.25080.5/dotnet-runtime-10.0.0-preview.1.25080.5-win-x86.zip",
+ "hash": "2764e0d40d5bf5cdab623d6ec1fcabc3f065f6e44a06f9fa464f0d761638497a8cf455f52feb145588abb8b1b83898453b14afff9e20e7a3518574e69bb63cf2"
+ }
]
},
"sdk": {
- "version": "6.0.100-preview.1.21103.13",
- "version-display": "6.0.100-preview.1",
- "runtime-version": "6.0.0-preview.1.21102.12",
- "vs-version": "16.9",
- "vs-mac-version": "8.9",
- "vs-support": "Visual Studio 2019 (v16.9 Preview 4)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
- "csharp-version": "9.0",
- "fsharp-version": "5.0",
- "vb-version": "16.0",
+ "version": "10.0.100-preview.1.25120.13",
+ "version-display": "10.0.100-preview.1",
+ "runtime-version": "10.0.0-preview.1.25080.5",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
"files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3b62cfcf-589e-43b3-993b-517c70c93a22/0ecae846884376fecc5de8a4f6d6c927/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm.tar.gz",
- "hash": "05a5a0f9b3738042eedbce37105ceb95480ca8175d85ec7300c32949ee205a66b5e12583fff9f72d9161af56923842d388e6791f18aa7109a8c823461dd5d8d5"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9143768a-e997-45b5-b818-e5b96ac0c24c/b5c7eb4476e9cdb56deb62d2a26f729d/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm64.tar.gz",
- "hash": "fe79c1554bea30039390e6c9efe00623338fdeb1f471d8c74b41d43d38230d383e215859905f4c057bfd1ba027f7f157c4d5d215f961d3663aed60dcbe870add"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5d837dff-229d-47cf-b2cf-69dbb3a7e928/8863976e15b6d4391e3611fddb3c073e/dotnet-sdk-6.0.100-preview.1.21103.13-linux-musl-x64.tar.gz",
- "hash": "4b8002f608e5354651b9d82fa8442bca68be730dfdb54d026763635185457a23e5e071421bb04de8f8254fe36cc2134b430aaacb363911fd93276b7c34ad935c"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/579aac9e-53dd-404e-9452-9910bc9be422/1c47683215dd54a3837fc4b338ddb6a6/dotnet-sdk-6.0.100-preview.1.21103.13-linux-x64.tar.gz",
- "hash": "86f591c70c73732030210e8e7ce39b7b4e4a680098862e340a4a8726bcb3f981f0748baec0fce8c5c4a8615670a72ab92bfad8d0dc0a305401bbc5864116996a"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f7224456-9898-45b6-8acc-b110900653cd/817c4e3b1ee787985fdf85032eb2752d/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.pkg",
- "hash": "0e429d21e9c12f79fa8875670574d123389a4928d3c18d7fcd18fff50cdabb3faa8a2617011a9045b472b2192bcc4c5d5656cf57659357b395bd6fd21e88dd3c"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz",
- "hash": "f4c930c867399fbcffe5c345c54e0595c712419b910df7263b35fc4711307bd5cc3a7878d6e06caf4904d915f371b4ab53d8c763d02d1bbbbee586fb16c137ca"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/69c0d82c-78d1-4cf6-b364-68fa96159166/57022ee819185466e0747ef7f48b6276/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.exe",
- "hash": "cebded348d80d50e60924a2791e683e0751c00eb87ac94388b8f68320936889c92238e56b91b837ec0c87fffe86787d1a0aa412d95c011d8b682f52d72636727"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/971194ae-f2fc-48d1-bf90-378f61591188/e7fbf3421848aa2edf3d360005630125/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.zip",
- "hash": "66b6d3e4d7c3ccfcb99ec01f7b97601d8a20e5c9de2640b327099c5cde4e6e637f4ccd3d4ac94137684719a056bd05ed946ec628bd457288ca7d59ea24bbc376"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68e6514a-ec0f-46ea-a00a-76ec205c42cc/f68e27ee1a41320ad5e331ccd6bcab9f/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.exe",
- "hash": "e1800fbe29c667669f0d052dfd8a0d46b6e8b81e4929c2dabe2f2e853146edfa159dab348fe6cf9ab52176e1d99009f2f4281c8a548538fbf25a4d5c6fe5dbc6"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/44c6ceec-db98-4123-a3fe-93ef2afc3ad5/ba06a9b2045ed9ed7f51cbe62ccdf401/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.zip",
- "hash": "49f4c9385aabf2f16a2744459c3428d49f1fcbf45095a9f03d866a75d28b460f1a44fbdf5e45709bb0e79d9bf44224390366e0a23ae4b5959c242525b3bab8aa"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb137455-6524-4789-9339-e930175f181a/8b415c1334797ffed535317a9d29366e/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.exe",
- "hash": "b55e77ea2b8da0c3fda54a5b3efe3c599c556627ee3826bf5b4a09272be3f7dee302f7322328affb081950706f96dccd4fb110a473f35e55306e452ded502af3"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ea41603b-fdff-4e66-bdac-b9a76930a1eb/3b1547d83ef502c887c9d8f7a37df698/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.zip",
- "hash": "f3b64f77760d3ccc907da6dc84a6a3e54a770b2b641fb35b4f87e2145657a47894418fcba8a02ef361ac535c4508f6477af5356c12b233953e95d65c724eca23"
- }
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-arm.tar.gz",
+ "hash": "d3a76713855026bcb131b97596750e26a43180be9f875811208a3b1b7d88c81e96cc769e97df4c7397a3baace3098f848a8345df6560703ace765db8b21092d8"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-arm64.tar.gz",
+ "hash": "645b618ab7fbcce38f82b2ca9a5fab6b11742dc9ca53f4bb65654dbe8385e1789aed034162436af998c59e418b5031607e71856dc38848717a74f8f3292e0c4b"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-musl-arm.tar.gz",
+ "hash": "361c46feb05350d07c969c88cc1a821152cb21535d544817c7bac54914b84d526e3e5aa642fb9cc5dc331ef008bb205138841ad222ec3b9a06b8d08741fae95d"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-musl-arm64.tar.gz",
+ "hash": "916807107cdee561f530d393d80c1fc3be55099436f324ef03d2a92792b3cab7df9fc3ccc87c58aad5520232f807de2c4258af4a24eb13715c360cdcf54efa3e"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-musl-x64.tar.gz",
+ "hash": "35a2ce93ba7f39a08fd177118aa0ccfe8c90055b8df98d3e1340644a91c3ea90afc0201bffb0ceb54882313fdd9d3ab01ac23d6f8ccb3ef0670a1af825cd3257"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-x64.tar.gz",
+ "hash": "98687cb89859fe1847a0cae6c752ce2309231e5ef26ee5285893a5b5794fbfd51ddf8510deb5f700ea298ceffd9cbc0f9f26c9c7b4d90044a82bdd2b98abfcc4"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-arm64.pkg",
+ "hash": "14f83d81cbafcc572a70100037c677911368970e4b20dd471d69595813b688615577b393cb4f8579b284493341b7642ad2f2d00171dd9d1d40d35e886e2ed2dc"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-arm64.tar.gz",
+ "hash": "5e98db2acaacfb3e91ab56fd369a422587060cd4cdf3b6411bc5214d59b985142c459f650ea6b63b6af8f1fffd2f5e39d685b17950814a8b131e57b30e1c2f48"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-x64.pkg",
+ "hash": "29900a2b93424661ba0300671be017629ca5c5183cdddbeaecae2666f8a5ea6c26e415b7f2286a6644efa27523ebb0f61080b9fad82f85dc9c648344af36268d"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-x64.tar.gz",
+ "hash": "5f60bd5a013e59cfb674b7d2e9333b4e88d8bc8645e8d18cca751e356286986f371d9f217675f703c85c515159e0f74ef54d60e5c7f717c1ee469a7684a57f5d"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-arm64.exe",
+ "hash": "0a676d984d6b67e4cf8b7bc540c777fd50a0b70a3cfc66cdc22719f2b6d9802e66d9fc7bba7388745e8340a92c9a990b00576bcf008bf04f1848f380f563ad5b"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-arm64.zip",
+ "hash": "42bc6fa5fb394801925eff1f296f33deebcbb9e0d506c2a7cbd345b38bbc0f26244df16fc999be62c6ea3b10ec50910650a548d500de3ce87cfcbc9d269a5794"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x64.exe",
+ "hash": "cf6f4f097b15488bc027171f16a15a11eca65b0aba4630e998026ebdd8501757f8b68f6be6cde16b333c35392394f8f8c0dc5b4aac4b0df7609376cc6ba151c8"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x64.zip",
+ "hash": "f574e68dbb4214679a123f2527fe0478c7a7d2ca6900c81e2cfec03984421a894d8e1304a5683f077185b71b4491ed12d449636620f96b640156aa251f4a6a53"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x86.exe",
+ "hash": "ae9f4b1b82c5be882e6c112e146e20d50f8fcd6e700263088be2ede90638a62ccd2dbb3c72407abaab636c0478b7a77fe85e60671463dd31e1aa864f33820a6f"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x86.zip",
+ "hash": "5cb4fbc77bcce3cb6ab158e24d6f10697baedaf236b55fc1b80691ba094820ac4c0b57d8c66af33fa68076f06aa3a679a3383fd095775521a6d13fd0faa59cc4"
+ }
]
},
"sdks": [
{
- "version": "6.0.100-preview.1.21103.13",
- "version-display": "6.0.100-preview.1",
- "runtime-version": "6.0.0-preview.1.21102.12",
- "vs-version": "16.9",
- "vs-mac-version": "8.9",
- "vs-support": "Visual Studio 2019 (v16.9 Preview 4)",
- "vs-mac-support": "Visual Studio 2019 for Mac (v8.9)",
- "csharp-version": "9.0",
- "fsharp-version": "5.0",
- "vb-version": "16.0",
- "files": [
- {
- "name": "dotnet-sdk-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3b62cfcf-589e-43b3-993b-517c70c93a22/0ecae846884376fecc5de8a4f6d6c927/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm.tar.gz",
- "hash": "05a5a0f9b3738042eedbce37105ceb95480ca8175d85ec7300c32949ee205a66b5e12583fff9f72d9161af56923842d388e6791f18aa7109a8c823461dd5d8d5"
- },
- {
- "name": "dotnet-sdk-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9143768a-e997-45b5-b818-e5b96ac0c24c/b5c7eb4476e9cdb56deb62d2a26f729d/dotnet-sdk-6.0.100-preview.1.21103.13-linux-arm64.tar.gz",
- "hash": "fe79c1554bea30039390e6c9efe00623338fdeb1f471d8c74b41d43d38230d383e215859905f4c057bfd1ba027f7f157c4d5d215f961d3663aed60dcbe870add"
- },
- {
- "name": "dotnet-sdk-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5d837dff-229d-47cf-b2cf-69dbb3a7e928/8863976e15b6d4391e3611fddb3c073e/dotnet-sdk-6.0.100-preview.1.21103.13-linux-musl-x64.tar.gz",
- "hash": "4b8002f608e5354651b9d82fa8442bca68be730dfdb54d026763635185457a23e5e071421bb04de8f8254fe36cc2134b430aaacb363911fd93276b7c34ad935c"
- },
- {
- "name": "dotnet-sdk-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/579aac9e-53dd-404e-9452-9910bc9be422/1c47683215dd54a3837fc4b338ddb6a6/dotnet-sdk-6.0.100-preview.1.21103.13-linux-x64.tar.gz",
- "hash": "86f591c70c73732030210e8e7ce39b7b4e4a680098862e340a4a8726bcb3f981f0748baec0fce8c5c4a8615670a72ab92bfad8d0dc0a305401bbc5864116996a"
- },
- {
- "name": "dotnet-sdk-osx-x64.pkg",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f7224456-9898-45b6-8acc-b110900653cd/817c4e3b1ee787985fdf85032eb2752d/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.pkg",
- "hash": "0e429d21e9c12f79fa8875670574d123389a4928d3c18d7fcd18fff50cdabb3faa8a2617011a9045b472b2192bcc4c5d5656cf57659357b395bd6fd21e88dd3c"
- },
- {
- "name": "dotnet-sdk-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/e9e781b5-9b2e-4180-9f47-bfb5a5cf98b1/0ad0afbe2d322e521e15156089779f3e/dotnet-sdk-6.0.100-preview.1.21103.13-osx-x64.tar.gz",
- "hash": "f4c930c867399fbcffe5c345c54e0595c712419b910df7263b35fc4711307bd5cc3a7878d6e06caf4904d915f371b4ab53d8c763d02d1bbbbee586fb16c137ca"
- },
- {
- "name": "dotnet-sdk-win-arm64.exe",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/69c0d82c-78d1-4cf6-b364-68fa96159166/57022ee819185466e0747ef7f48b6276/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.exe",
- "hash": "cebded348d80d50e60924a2791e683e0751c00eb87ac94388b8f68320936889c92238e56b91b837ec0c87fffe86787d1a0aa412d95c011d8b682f52d72636727"
- },
- {
- "name": "dotnet-sdk-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/971194ae-f2fc-48d1-bf90-378f61591188/e7fbf3421848aa2edf3d360005630125/dotnet-sdk-6.0.100-preview.1.21103.13-win-arm64.zip",
- "hash": "66b6d3e4d7c3ccfcb99ec01f7b97601d8a20e5c9de2640b327099c5cde4e6e637f4ccd3d4ac94137684719a056bd05ed946ec628bd457288ca7d59ea24bbc376"
- },
- {
- "name": "dotnet-sdk-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/68e6514a-ec0f-46ea-a00a-76ec205c42cc/f68e27ee1a41320ad5e331ccd6bcab9f/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.exe",
- "hash": "e1800fbe29c667669f0d052dfd8a0d46b6e8b81e4929c2dabe2f2e853146edfa159dab348fe6cf9ab52176e1d99009f2f4281c8a548538fbf25a4d5c6fe5dbc6"
- },
- {
- "name": "dotnet-sdk-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/44c6ceec-db98-4123-a3fe-93ef2afc3ad5/ba06a9b2045ed9ed7f51cbe62ccdf401/dotnet-sdk-6.0.100-preview.1.21103.13-win-x64.zip",
- "hash": "49f4c9385aabf2f16a2744459c3428d49f1fcbf45095a9f03d866a75d28b460f1a44fbdf5e45709bb0e79d9bf44224390366e0a23ae4b5959c242525b3bab8aa"
- },
- {
- "name": "dotnet-sdk-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/fb137455-6524-4789-9339-e930175f181a/8b415c1334797ffed535317a9d29366e/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.exe",
- "hash": "b55e77ea2b8da0c3fda54a5b3efe3c599c556627ee3826bf5b4a09272be3f7dee302f7322328affb081950706f96dccd4fb110a473f35e55306e452ded502af3"
- },
- {
- "name": "dotnet-sdk-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/ea41603b-fdff-4e66-bdac-b9a76930a1eb/3b1547d83ef502c887c9d8f7a37df698/dotnet-sdk-6.0.100-preview.1.21103.13-win-x86.zip",
- "hash": "f3b64f77760d3ccc907da6dc84a6a3e54a770b2b641fb35b4f87e2145657a47894418fcba8a02ef361ac535c4508f6477af5356c12b233953e95d65c724eca23"
- }
- ]
+ "version": "10.0.100-preview.1.25120.13",
+ "version-display": "10.0.100-preview.1",
+ "runtime-version": "10.0.0-preview.1.25080.5",
+ "vs-version": "",
+ "vs-mac-version": "",
+ "vs-support": "",
+ "vs-mac-support": "",
+ "csharp-version": "13.0",
+ "fsharp-version": "9.0",
+ "vb-version": "17.13",
+ "files": [
+ {
+ "name": "dotnet-sdk-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-arm.tar.gz",
+ "hash": "d3a76713855026bcb131b97596750e26a43180be9f875811208a3b1b7d88c81e96cc769e97df4c7397a3baace3098f848a8345df6560703ace765db8b21092d8"
+ },
+ {
+ "name": "dotnet-sdk-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-arm64.tar.gz",
+ "hash": "645b618ab7fbcce38f82b2ca9a5fab6b11742dc9ca53f4bb65654dbe8385e1789aed034162436af998c59e418b5031607e71856dc38848717a74f8f3292e0c4b"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-musl-arm.tar.gz",
+ "hash": "361c46feb05350d07c969c88cc1a821152cb21535d544817c7bac54914b84d526e3e5aa642fb9cc5dc331ef008bb205138841ad222ec3b9a06b8d08741fae95d"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-musl-arm64.tar.gz",
+ "hash": "916807107cdee561f530d393d80c1fc3be55099436f324ef03d2a92792b3cab7df9fc3ccc87c58aad5520232f807de2c4258af4a24eb13715c360cdcf54efa3e"
+ },
+ {
+ "name": "dotnet-sdk-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-musl-x64.tar.gz",
+ "hash": "35a2ce93ba7f39a08fd177118aa0ccfe8c90055b8df98d3e1340644a91c3ea90afc0201bffb0ceb54882313fdd9d3ab01ac23d6f8ccb3ef0670a1af825cd3257"
+ },
+ {
+ "name": "dotnet-sdk-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-linux-x64.tar.gz",
+ "hash": "98687cb89859fe1847a0cae6c752ce2309231e5ef26ee5285893a5b5794fbfd51ddf8510deb5f700ea298ceffd9cbc0f9f26c9c7b4d90044a82bdd2b98abfcc4"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.pkg",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-arm64.pkg",
+ "hash": "14f83d81cbafcc572a70100037c677911368970e4b20dd471d69595813b688615577b393cb4f8579b284493341b7642ad2f2d00171dd9d1d40d35e886e2ed2dc"
+ },
+ {
+ "name": "dotnet-sdk-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-arm64.tar.gz",
+ "hash": "5e98db2acaacfb3e91ab56fd369a422587060cd4cdf3b6411bc5214d59b985142c459f650ea6b63b6af8f1fffd2f5e39d685b17950814a8b131e57b30e1c2f48"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.pkg",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-x64.pkg",
+ "hash": "29900a2b93424661ba0300671be017629ca5c5183cdddbeaecae2666f8a5ea6c26e415b7f2286a6644efa27523ebb0f61080b9fad82f85dc9c648344af36268d"
+ },
+ {
+ "name": "dotnet-sdk-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-osx-x64.tar.gz",
+ "hash": "5f60bd5a013e59cfb674b7d2e9333b4e88d8bc8645e8d18cca751e356286986f371d9f217675f703c85c515159e0f74ef54d60e5c7f717c1ee469a7684a57f5d"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-arm64.exe",
+ "hash": "0a676d984d6b67e4cf8b7bc540c777fd50a0b70a3cfc66cdc22719f2b6d9802e66d9fc7bba7388745e8340a92c9a990b00576bcf008bf04f1848f380f563ad5b"
+ },
+ {
+ "name": "dotnet-sdk-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-arm64.zip",
+ "hash": "42bc6fa5fb394801925eff1f296f33deebcbb9e0d506c2a7cbd345b38bbc0f26244df16fc999be62c6ea3b10ec50910650a548d500de3ce87cfcbc9d269a5794"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x64.exe",
+ "hash": "cf6f4f097b15488bc027171f16a15a11eca65b0aba4630e998026ebdd8501757f8b68f6be6cde16b333c35392394f8f8c0dc5b4aac4b0df7609376cc6ba151c8"
+ },
+ {
+ "name": "dotnet-sdk-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x64.zip",
+ "hash": "f574e68dbb4214679a123f2527fe0478c7a7d2ca6900c81e2cfec03984421a894d8e1304a5683f077185b71b4491ed12d449636620f96b640156aa251f4a6a53"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x86.exe",
+ "hash": "ae9f4b1b82c5be882e6c112e146e20d50f8fcd6e700263088be2ede90638a62ccd2dbb3c72407abaab636c0478b7a77fe85e60671463dd31e1aa864f33820a6f"
+ },
+ {
+ "name": "dotnet-sdk-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.1.25120.13/dotnet-sdk-10.0.100-preview.1.25120.13-win-x86.zip",
+ "hash": "5cb4fbc77bcce3cb6ab158e24d6f10697baedaf236b55fc1b80691ba094820ac4c0b57d8c66af33fa68076f06aa3a679a3383fd095775521a6d13fd0faa59cc4"
+ }
+ ]
}
],
"aspnetcore-runtime": {
- "version": "6.0.0-preview.1.21103.6",
- "version-display": "6.0.0-preview.1",
+ "version": "10.0.0-preview.1.25120.3",
+ "version-display": "10.0.0-preview.1",
"version-aspnetcoremodule": [
- "16.0.21034.0"
+ "20.0.25051.0"
],
"vs-version": "",
"files": [
- {
- "name": "aspnetcore-runtime-linux-arm.tar.gz",
- "rid": "linux-arm",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f73111b7-fe98-46b5-8ee2-2daaa9dcd8f8/0e67eddf63fd2921f3712612be496762/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-arm.tar.gz",
- "hash": "05cd6808b256c24e16c91513da712e4dd9cb3189dbd6928cd5959c4805fd5f6fb4b5e6a4cf7156e0af81ca151eac22df185af09567de2cbda4bfc4b4ec3f86b6"
- },
- {
- "name": "aspnetcore-runtime-linux-arm64.tar.gz",
- "rid": "linux-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/3071a61a-7fba-46b7-906f-0ccbf376e59e/7fbeb61db58c41427123d67e38efb0ea/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-arm64.tar.gz",
- "hash": "152b93a2b9ef2a481280ce3549b5fea1fe88b86c9c41f2c09499681ec6f485c978a68d484e25e00776bfc2cbc285e968dd4f0b0a9ddb83f57faea2dd3a71faa0"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
- "rid": "linux-musl-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/2276322a-ce67-4751-b8cc-57203ed8b312/787fdcea85f8dfeea88cb64c5f63bfa2/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-musl-arm64.tar.gz",
- "hash": "75ffdc561476085ccb60472e9d74edd850973b762d0bce490bf3a011c8fc526c90cc04106a89d456735f43335387698c05e472113fa8f40c7741287b77b0f46a"
- },
- {
- "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
- "rid": "linux-musl-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/bbeeaef7-f491-40d1-a040-76ddad5589c7/9f5157798865425100c7b865ab02bef5/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-musl-x64.tar.gz",
- "hash": "b0bc62fbd4c0509e634828089637eb2c0fc326ebfc58913d09ccf7b47b09ad9133e77d2602ee478ac0c1fcad3c89affc48e374675f10457c4b4f6ccef2e2aec8"
- },
- {
- "name": "aspnetcore-runtime-linux-x64.tar.gz",
- "rid": "linux-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/46c95bce-e490-4f22-84a6-41258b6416bc/05c05a9eb8b7fe70d91285970d16263b/aspnetcore-runtime-6.0.0-preview.1.21103.6-linux-x64.tar.gz",
- "hash": "77b4b2c20c96cd8b4ec152c133f8c0501ab6f38bc3a949461bd0af1246bc2084d687f0c639dbbdf858948c496eaf86749e1ae45eb30ab8d31adca9abac5a7346"
- },
- {
- "name": "aspnetcore-runtime-osx-x64.tar.gz",
- "rid": "osx-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/9c1c4e05-2adb-4ea0-9d9a-f0c7406de9c0/af48195a4e770620a0721dd27fdcb4c9/aspnetcore-runtime-6.0.0-preview.1.21103.6-osx-x64.tar.gz",
- "hash": "9683bd26914c2312ab6f72dba742cadf364498e86def8633c7c57a6640d0140dd2cb05674b64f032f4d90a7f0a4856e66da793f5c99466d441367234ea7f3074"
- },
- {
- "name": "aspnetcore-runtime-win-arm64.zip",
- "rid": "win-arm64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/60be0841-3aec-4a13-8f42-2b2197b9cff7/23e3db6d14bfb2254e1d683ae9a6dd75/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-arm64.zip",
- "hash": "dd0865c43d5248500a2e88b091bcb29d9f2b182f138660b144b12d0de23d803ba1e32b89fb86351d24bc190227e1447e4566ec849da845ef50ceeccab24ee60d"
- },
- {
- "name": "aspnetcore-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/67eac8cf-f9e0-46a2-996c-04de0385aaeb/6f64f2b56712be7bd6dae93876268aa2/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x64.exe",
- "hash": "78a7cbde432e4ce7726363f04c7efb0da3cf31c8095ea68a2a68d7c6a8d6e8a0d3e20e772b285d02704808c7a37ebaac9b9d4c23ae23f102031c92b9b8448299"
- },
- {
- "name": "aspnetcore-runtime-win-x64.zip",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/5306af41-ef80-43c8-b6d9-fbc52e6a055a/2187c965ece1546356bf4a6e18f61939/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x64.zip",
- "hash": "4fe16b63fc0276b4afc718bd33c1a3a8d101bfb29ecb7d89aa22e8c11e948529ead6fa3bca3dde95e69c8c2c205273fe117e02ca5131691ea243431f2af49d5e"
- },
- {
- "name": "aspnetcore-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f2c1e6bc-6282-445a-af57-43fac5a00a61/9244b0c7f5fa793fdeddcb7012798632/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x86.exe",
- "hash": "048737341356cc2b9ccf62fe990d20d101e454390e80e361692912fc0208e4cae1af11376e4a9f412ef5db69ffcf6f525ed687cc7eef40bb86d214c2dbd79de5"
- },
- {
- "name": "aspnetcore-runtime-win-x86.zip",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/b26b6b55-2805-4ca1-ab4b-4a256b22446e/a1848abbac5253864c89bd9ad822e441/aspnetcore-runtime-6.0.0-preview.1.21103.6-win-x86.zip",
- "hash": "67e4d94f6645510bbf78bfd5ac9d17ff512f335a2207ef1d16a72e9ec7e6b9fd8b27e14b1a34bd6f095478f641051d20cb6429524c338bf084167aa75dcb2810"
- },
- {
- "name": "dotnet-hosting-win.exe",
- "rid": "",
- "url": "https://download.visualstudio.microsoft.com/download/pr/668a80ef-ab83-4680-bdc5-e5e787a1c051/3d10f1e68c802a4e60e9dd45ffd7c32a/dotnet-hosting-6.0.0-preview.1.21103.6-win.exe",
- "hash": "46e3b98a2aff2125dd23e968bb66e117934208a176ef86067fea5c7f1e7ed9e8a9b8913933067fda02af7f787a5307d4fde18b2f33417e92982c762f5e910925",
- "akams": "https://aka.ms/dotnetcore-6-0-windowshosting"
- }
+ {
+ "name": "aspnetcore-runtime-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-linux-arm.tar.gz",
+ "hash": "253c3e18705954121c843d367e3b2cbb8ffc46649f2e0db255b35833163e5dec6b5df41c4970102281af68cf8d912222db168de39e2171af39b0cc163bc17eb7"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-linux-arm64.tar.gz",
+ "hash": "4f996f48fd215b63b84daf24a4ab08dd5b6877dab6bef0e6c35ec945152b6e5b22dcba9d50ac1198d5876313f0bcd0c800aa5a8cc83ec7647e77466f74dac22e"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-linux-musl-arm.tar.gz",
+ "hash": "465797b3b8d1552e9a46092481f1c816827bf01c532cb8b7aae110870a4ec9f12500adb91edafbcbbf1ae46338a4851845d56de21274d5c6c2b6ccb395d9514f"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-linux-musl-arm64.tar.gz",
+ "hash": "7709a4a05a0e56a4a585089051159db840c0a8d3072bb936076b1c70c89c2f1a0b54783e64d762a2d0dd61b6bb5144dbacad567ba46992196c41014a51badccf"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-linux-musl-x64.tar.gz",
+ "hash": "015564ad968b0916f122aaebcc71bd6800ac480179cb7423dca45450b9e61d271207a86be5a7cc0c1628b1e7fa4906133819d47beaa180ca75c04101afcee9b8"
+ },
+ {
+ "name": "aspnetcore-runtime-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-linux-x64.tar.gz",
+ "hash": "bf5d4f5c1dfa63e937f4d0e6b800283437a3df5c55b2e426c3efb0b8dc9794ba704f5d4468acc130f0f3b81ace3e3d46ee11945bbc5f34bbd29d7b54c36630fc"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-arm64.tar.gz",
+ "rid": "osx-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-osx-arm64.tar.gz",
+ "hash": "43b24242a57da6735bef26f4a039aa1c9bc7971f4d2d8ba28a8c019da133207f180d672144e4e122e274a7da11c65ef8932e9544d673d506b9e25ec1de740616"
+ },
+ {
+ "name": "aspnetcore-runtime-osx-x64.tar.gz",
+ "rid": "osx-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-osx-x64.tar.gz",
+ "hash": "5833bd67f1c7e2b16a3bacab66c94c20a3cee2ed9619c7954e6be164b802438eef602d4adaf057a13c729b6e357ff29e923c4be16b852836132848b90c22ed62"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-win-arm64.exe",
+ "hash": "3b9c557b748b0cc8f0a9b73e0d19a3300049f4adb01e859ffe4d45c7aee81800dfbe43b779755fb51c16c1b1d005e9ef26f0f63226a241567ac5b552bcc8e5c3"
+ },
+ {
+ "name": "aspnetcore-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-win-arm64.zip",
+ "hash": "388de23c5d88946f343ea885510faf6ab629dfccbf8fc3db13d516df154d876b55c2b6faf31cbca50910c6ab2802cdc633d92ec57f33d5bb9cba97ca9ef7d95b"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-win-x64.exe",
+ "hash": "836b26c38e372af0d89b54c449874f56f253a36185c77ee1cd7d81225d0bbab3e842949268b047f8b73563bcbee84e1ec386c754b271ded9f090f8445e332cf5"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-win-x64.zip",
+ "hash": "a5e5c941ad8b831c31fe623d0d3675bb9e1b4c1a442a5890061b83ff874e0c106e87fa18394873798c193de8ce0146c90d5903e98c0926929614b15ffdde2f12"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-win-x86.exe",
+ "hash": "243fb5db98556388120a7213c2950cd9a3a6e87d2c64df29a415f2d6b5f0f76fefbbf032b8f06edc932073503b792d396c36471bed676de2e48da975abff9942"
+ },
+ {
+ "name": "aspnetcore-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-10.0.0-preview.1.25120.3-win-x86.zip",
+ "hash": "12ba1b42491c7327358671429bed97ecd1483ad248c2a60c0402e9c29946ca5b38746c8fe006ec683ec7a33efdf8870e4955b122ce39d7bb62febaf5baa93fb3"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
+ "rid": "linux-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-composite-10.0.0-preview.1.25120.3-linux-arm.tar.gz",
+ "hash": "35b67d2a31281e8ed8a6194d661e78410b5b2c8c552b0568fd24133e108978f5e31f6f7bdd21424cc0b324d1750b0f0b56a066c78694f446749048a6a10aea1e"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
+ "rid": "linux-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-composite-10.0.0-preview.1.25120.3-linux-arm64.tar.gz",
+ "hash": "c6dd0af60294bfc9a0de1cf39b859a5cae2c9c54a5ef7182fc4d140bf1b9ab2aee0f117865792dff98fb892a7e9006b6cdc299e0b4c531a7188a9b04d23787fa"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
+ "rid": "linux-musl-arm",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-composite-10.0.0-preview.1.25120.3-linux-musl-arm.tar.gz",
+ "hash": "31ced448fa58247f0653e178e1205afadf4ee85ea8bc6db59a5d71db7d60ebb0ef9b771ca39ac7e3c7faeba37eb4995c23446550d4f5aed2441ce1508ed3a36b"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
+ "rid": "linux-musl-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-composite-10.0.0-preview.1.25120.3-linux-musl-arm64.tar.gz",
+ "hash": "631cab0c707240409314e515f65ea7cc67e4be5234fd5d2042f119bcd54ebfa582e4e4bca77501f12f66b7efda5f66cd5dcc390a6561ae85005b6849f5c61afb"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
+ "rid": "linux-musl-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-composite-10.0.0-preview.1.25120.3-linux-musl-x64.tar.gz",
+ "hash": "ce56388e2cf567bbae78be9e63b7bac5a5f00202357f60c3b68d98d09b5fcc2ae281811cf163192e51a3bce0f3e655927438346a5648b9dfcf85c360993d71d7"
+ },
+ {
+ "name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
+ "rid": "linux-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/aspnetcore-runtime-composite-10.0.0-preview.1.25120.3-linux-x64.tar.gz",
+ "hash": "a9771a74c99e5c4e878e9371e00ed84b243c057ece276209d51d32538fe8db621e4af4245d92a4015b6f071f7b4f8c15a78593f8f8cf089d94012e2def4d10f7"
+ },
+ {
+ "name": "dotnet-hosting-win.exe",
+ "rid": "",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.1.25120.3/dotnet-hosting-10.0.0-preview.1.25120.3-win.exe",
+ "hash": "a417fde9b7e1d143408d74b8a92999337221b2042c558e83e0fba34f8706ed024b3208ffd4b4125ea4e1821d8fffc46b47425a016b272e18fe415c724831f525",
+ "akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
+ }
]
},
"windowsdesktop": {
- "version": "6.0.0-preview.1.21103.5",
- "version-display": "6.0.0-preview.1",
+ "version": "10.0.0-preview.1.25080.4",
+ "version-display": "10.0.0-preview.1",
"files": [
- {
- "name": "windowsdesktop-runtime-win-x64.exe",
- "rid": "win-x64",
- "url": "https://download.visualstudio.microsoft.com/download/pr/f0b993bb-ac67-4e10-b2b3-193c426dbb32/25aff17ca340404619c01ce5c3b863e9/windowsdesktop-runtime-6.0.0-preview.1.21103.5-win-x64.exe",
- "hash": "681d0388e06087a5ef077eab2a756a0ad4ca14270778b1fad8607119e37985f85d305fa57300d2a66006b3a9c97321bbfb6ab73a9717d0eae80af92b62f99838"
- },
- {
- "name": "windowsdesktop-runtime-win-x86.exe",
- "rid": "win-x86",
- "url": "https://download.visualstudio.microsoft.com/download/pr/4dcdf96f-efab-4e31-9958-a94d9e2d9941/55ba1027551e3c6c554c4687a2e31abc/windowsdesktop-runtime-6.0.0-preview.1.21103.5-win-x86.exe",
- "hash": "dab5ea83d60c04531a47a39977d5ec9f44b936eb5014caefd10dabd8443d89ab79bf2b19e48d0260f2fc94a07d24baacb841fd556250b9c5e4e8891a78ee93f3"
- }
+ {
+ "name": "windowsdesktop-runtime-win-arm64.exe",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.1.25080.4/windowsdesktop-runtime-10.0.0-preview.1.25080.4-win-arm64.exe",
+ "hash": "f052ba22d9737c5cc00035ec6484bd0210e53837b2bc07e6bac08627d00213a8aad225912fd163425961d8fdc4ee5ddce0e7cab577e81ba5c79b546ded58eb9f"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-arm64.zip",
+ "rid": "win-arm64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.1.25080.4/windowsdesktop-runtime-10.0.0-preview.1.25080.4-win-arm64.zip",
+ "hash": "e47be4dee94ac62bcc43389c6e7542002c280c694bb3780b9e67d0255f8701f238ff76f81bb5604b4df3ade478dedcf53a8ef56d9a2f1547e2c23b862a17cb4f"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.exe",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.1.25080.4/windowsdesktop-runtime-10.0.0-preview.1.25080.4-win-x64.exe",
+ "hash": "796ac79ed66d15cb4f0151645f2e424a60d41d034f6ac647515a93390a9c7d814fe6691c6a209957a14a296f499f0912f744a3fde7e7cc47855f624b8801439b"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x64.zip",
+ "rid": "win-x64",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.1.25080.4/windowsdesktop-runtime-10.0.0-preview.1.25080.4-win-x64.zip",
+ "hash": "0b89790cda0d425771d2a8159bf4db768e5931892392af163ffd34fa494dce1dc22f025efb799a513b77e7a2172a5012bf9211b35d2a9e755bc39c326f487c15"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.exe",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.1.25080.4/windowsdesktop-runtime-10.0.0-preview.1.25080.4-win-x86.exe",
+ "hash": "985a3919b9a31cc74e8a8f448800406ae008b6b512b08b081bc88eb595f3c1a0caff4c65e316023a4cb538d52d4daea440326cbdbc9004d99e2b4b602a78d684"
+ },
+ {
+ "name": "windowsdesktop-runtime-win-x86.zip",
+ "rid": "win-x86",
+ "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.1.25080.4/windowsdesktop-runtime-10.0.0-preview.1.25080.4-win-x86.zip",
+ "hash": "608b95683025ca023714ef07c5c6006f34eb01f161517a51039e08210be9d36fcaa1508c03fa63758ffabc1f13de55b902ff0c5032a3753a0e555b84c9e1ad6e"
+ }
]
}
}
- ]
-}
+ ],
+ "signature": {
+ "expiration": "2026-09-07T18:14:54.5662284+00:00",
+ "file": "releases.json.20260609181454.p7s"
+ }
+}
\ No newline at end of file
diff --git a/src/app/Fake.Sql.SqlPackage/Fake.Sql.SqlPackage.fsproj b/src/app/Fake.Sql.SqlPackage/Fake.Sql.SqlPackage.fsproj
index 5dd1bc68b26..9267cb7f02f 100644
--- a/src/app/Fake.Sql.SqlPackage/Fake.Sql.SqlPackage.fsproj
+++ b/src/app/Fake.Sql.SqlPackage/Fake.Sql.SqlPackage.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);DOTNETCORE
Fake.Sql.SqlPackage
Library
diff --git a/src/app/Fake.Testing.Common/Fake.Testing.Common.fsproj b/src/app/Fake.Testing.Common/Fake.Testing.Common.fsproj
index 475458c1f4f..d153c849e2a 100644
--- a/src/app/Fake.Testing.Common/Fake.Testing.Common.fsproj
+++ b/src/app/Fake.Testing.Common/Fake.Testing.Common.fsproj
@@ -1,7 +1,7 @@
1.0.0
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Testing.Common
Library
diff --git a/src/app/Fake.Testing.Fixie/Fake.Testing.Fixie.fsproj b/src/app/Fake.Testing.Fixie/Fake.Testing.Fixie.fsproj
index 6b678b5177c..b4c4f6b4768 100644
--- a/src/app/Fake.Testing.Fixie/Fake.Testing.Fixie.fsproj
+++ b/src/app/Fake.Testing.Fixie/Fake.Testing.Fixie.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Testing.Fixie
Library
diff --git a/src/app/Fake.Testing.ReportGenerator/Fake.Testing.ReportGenerator.fsproj b/src/app/Fake.Testing.ReportGenerator/Fake.Testing.ReportGenerator.fsproj
index 6cd58699d29..e3db4adbb34 100644
--- a/src/app/Fake.Testing.ReportGenerator/Fake.Testing.ReportGenerator.fsproj
+++ b/src/app/Fake.Testing.ReportGenerator/Fake.Testing.ReportGenerator.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Testing.ReportGenerator
Library
diff --git a/src/app/Fake.Testing.SonarQube/Fake.Testing.SonarQube.fsproj b/src/app/Fake.Testing.SonarQube/Fake.Testing.SonarQube.fsproj
index c0dc51141a4..e6681c2663d 100644
--- a/src/app/Fake.Testing.SonarQube/Fake.Testing.SonarQube.fsproj
+++ b/src/app/Fake.Testing.SonarQube/Fake.Testing.SonarQube.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Testing.SonarQube
Library
diff --git a/src/app/Fake.Tools.Git/Fake.Tools.Git.fsproj b/src/app/Fake.Tools.Git/Fake.Tools.Git.fsproj
index a1577b777f6..15a51c38734 100644
--- a/src/app/Fake.Tools.Git/Fake.Tools.Git.fsproj
+++ b/src/app/Fake.Tools.Git/Fake.Tools.Git.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Tools.Git
Library
diff --git a/src/app/Fake.Tools.GitVersion/Fake.Tools.GitVersion.fsproj b/src/app/Fake.Tools.GitVersion/Fake.Tools.GitVersion.fsproj
index 04609e9e8a1..0e3297e627e 100644
--- a/src/app/Fake.Tools.GitVersion/Fake.Tools.GitVersion.fsproj
+++ b/src/app/Fake.Tools.GitVersion/Fake.Tools.GitVersion.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Tools.GitVersion
Library
diff --git a/src/app/Fake.Tools.Octo/Fake.Tools.Octo.fsproj b/src/app/Fake.Tools.Octo/Fake.Tools.Octo.fsproj
index 3c0c02a921b..a414f6f6542 100644
--- a/src/app/Fake.Tools.Octo/Fake.Tools.Octo.fsproj
+++ b/src/app/Fake.Tools.Octo/Fake.Tools.Octo.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Tools.Octo
Library
diff --git a/src/app/Fake.Tools.Pickles/Fake.Tools.Pickles.fsproj b/src/app/Fake.Tools.Pickles/Fake.Tools.Pickles.fsproj
index 644bede6c76..e751954a64d 100644
--- a/src/app/Fake.Tools.Pickles/Fake.Tools.Pickles.fsproj
+++ b/src/app/Fake.Tools.Pickles/Fake.Tools.Pickles.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Tools.Pickles
Library
diff --git a/src/app/Fake.Tools.Rsync/Fake.Tools.Rsync.fsproj b/src/app/Fake.Tools.Rsync/Fake.Tools.Rsync.fsproj
index 6f1ca444394..fc25925b745 100644
--- a/src/app/Fake.Tools.Rsync/Fake.Tools.Rsync.fsproj
+++ b/src/app/Fake.Tools.Rsync/Fake.Tools.Rsync.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Tools.Rsync
Library
true
diff --git a/src/app/Fake.Tools.SignTool/Fake.Tools.SignTool.fsproj b/src/app/Fake.Tools.SignTool/Fake.Tools.SignTool.fsproj
index 61e79772d8e..6ada5061cfa 100644
--- a/src/app/Fake.Tools.SignTool/Fake.Tools.SignTool.fsproj
+++ b/src/app/Fake.Tools.SignTool/Fake.Tools.SignTool.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Tools.SignTool
Library
true
diff --git a/src/app/Fake.Windows.Chocolatey/Fake.Windows.Chocolatey.fsproj b/src/app/Fake.Windows.Chocolatey/Fake.Windows.Chocolatey.fsproj
index 975fe103d28..40f57628b3a 100644
--- a/src/app/Fake.Windows.Chocolatey/Fake.Windows.Chocolatey.fsproj
+++ b/src/app/Fake.Windows.Chocolatey/Fake.Windows.Chocolatey.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
$(DefineConstants);NO_DOTNETCORE_BOOTSTRAP
Fake.Windows.Chocolatey
Library
diff --git a/src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj b/src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj
index 4d5cd1992c5..818c013f388 100644
--- a/src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj
+++ b/src/app/Fake.Windows.Registry/Fake.Windows.Registry.fsproj
@@ -1,6 +1,6 @@
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
Fake.Windows.Registry
Library
true
diff --git a/src/app/Fake.netcore/Fake.netcore.fsproj b/src/app/Fake.netcore/Fake.netcore.fsproj
index 9596f637b38..5a56b71988f 100644
--- a/src/app/Fake.netcore/Fake.netcore.fsproj
+++ b/src/app/Fake.netcore/Fake.netcore.fsproj
@@ -1,6 +1,6 @@
- net6.0
+ net10.0
$(DefineConstants);CORE_CLR;DOTNETCORE;EXPLICIT_DEPENDENCIES;NETSTANDARD;NETSTANDARD1_6
true
Portable
diff --git a/src/app/Fake.netcore/Properties/launchSettings.json b/src/app/Fake.netcore/Properties/launchSettings.json
index 3f692652e61..28f8238ac87 100644
--- a/src/app/Fake.netcore/Properties/launchSettings.json
+++ b/src/app/Fake.netcore/Properties/launchSettings.json
@@ -3,7 +3,7 @@
"Fake.netcore": {
"commandName": "Project",
"commandLineArgs": "-s run test.fsx",
- "workingDirectory": "E:\\projects\\FAKE\\temp"
+ "workingDirectory": "./../../../temp"
}
}
}
\ No newline at end of file
diff --git a/src/app/fake-cli/fake-cli.fsproj b/src/app/fake-cli/fake-cli.fsproj
index 58855ef3139..7406b86ac8e 100644
--- a/src/app/fake-cli/fake-cli.fsproj
+++ b/src/app/fake-cli/fake-cli.fsproj
@@ -3,9 +3,8 @@
true
Exe
fake
- net6.0
+ net10.0
Major
- linux-x64
/opt/fake
$([System.IO.File]::ReadAllText('$(MSBuildProjectDirectory)/debian-postinst.sh'))
@@ -26,7 +25,7 @@
- 0.1.153-*
+ 0.1.232-*
all
diff --git a/src/template/fake-template/Content/.config/dotnet-tools.json b/src/template/fake-template/Content/.config/dotnet-tools.json
index 787b313fb8d..b8241e43850 100644
--- a/src/template/fake-template/Content/.config/dotnet-tools.json
+++ b/src/template/fake-template/Content/.config/dotnet-tools.json
@@ -4,7 +4,7 @@
"tools": {
"fake-cli": {
//#if (version == "latest")
- "version": "5.19.0",
+ "version": "10.0.0-alpha",
////#else
//"version": "(version)",
//#endif
@@ -13,4 +13,4 @@
]
}
}
-}
\ No newline at end of file
+}
diff --git a/src/template/fake-template/Content/.template.config/template.json b/src/template/fake-template/Content/.template.config/template.json
index 736e3dfe4e0..42401daa4ff 100644
--- a/src/template/fake-template/Content/.template.config/template.json
+++ b/src/template/fake-template/Content/.template.config/template.json
@@ -160,7 +160,7 @@
"actionId": "3A7C4B45-1F5D-4A30-959A-51B88E82B5D2",
"args": {
"executable": "dotnet",
- "args": "tool update fake-cli"
+ "args": "tool update fake-cli --prerelease"
},
"continueOnError": false
}]
diff --git a/src/template/fake-template/Content/build.buildtask.fsx b/src/template/fake-template/Content/build.buildtask.fsx
index a1bb4c46ef3..b73bb9e82aa 100644
--- a/src/template/fake-template/Content/build.buildtask.fsx
+++ b/src/template/fake-template/Content/build.buildtask.fsx
@@ -1,8 +1,8 @@
//#if (dependencies == "inline")
#r "paket:
-nuget Fake.DotNet.Cli
-nuget Fake.IO.FileSystem
-nuget Fake.Core.Target
+nuget Fake.DotNet.Cli prerelease
+nuget Fake.IO.FileSystem prerelease
+nuget Fake.Core.Target prerelease
nuget BlackFox.Fake.BuildTask //"
//#endif
#load ".fake/(build.fsx)/intellisense.fsx"
diff --git a/src/template/fake-template/Content/build.fake.fsx b/src/template/fake-template/Content/build.fake.fsx
index 71a8279aca1..38ba78e0041 100644
--- a/src/template/fake-template/Content/build.fake.fsx
+++ b/src/template/fake-template/Content/build.fake.fsx
@@ -1,8 +1,8 @@
//#if (dependencies == "inline")
#r "paket:
-nuget Fake.DotNet.Cli
-nuget Fake.IO.FileSystem
-nuget Fake.Core.Target //"
+nuget Fake.DotNet.Cli prerelease
+nuget Fake.IO.FileSystem prerelease
+nuget Fake.Core.Target prerelease //"
//#endif
#load ".fake/(build.fsx)/intellisense.fsx"
diff --git a/src/template/fake-template/Content/fake.tool.cmd b/src/template/fake-template/Content/fake.tool.cmd
index 9a4103bf6cf..c1ad4645bfa 100644
--- a/src/template/fake-template/Content/fake.tool.cmd
+++ b/src/template/fake-template/Content/fake.tool.cmd
@@ -2,10 +2,10 @@ SET TOOL_PATH=(ToolPath)
IF NOT EXIST "%TOOL_PATH%\fake.exe" (
rem #if (version == "latest")
- dotnet tool install fake-cli --tool-path ./%TOOL_PATH%
+ dotnet tool install fake-cli --tool-path ./%TOOL_PATH% --prerelease --allow-downgrade
rem #else
- dotnet tool install fake-cli --tool-path ./%TOOL_PATH% --version (version)
+ dotnet tool install fake-cli --tool-path ./%TOOL_PATH% --version (version) --allow-downgrade
rem #endif
)
-"%TOOL_PATH%/fake.exe" %*
\ No newline at end of file
+"%TOOL_PATH%/fake.exe" %*
diff --git a/src/template/fake-template/Content/fake.tool.sh b/src/template/fake-template/Content/fake.tool.sh
index 4cd1c0b88d2..a4d3a9f392c 100644
--- a/src/template/fake-template/Content/fake.tool.sh
+++ b/src/template/fake-template/Content/fake.tool.sh
@@ -23,9 +23,9 @@ FAKE="$TOOL_PATH"/fake
if ! [ -e "$FAKE" ]
then
#if (version == "latest")
- dotnet tool install fake-cli --tool-path "$TOOL_PATH"
+ dotnet tool install fake-cli --tool-path "$TOOL_PATH" --prerelease --allow-downgrade
#else
- dotnet tool install fake-cli --tool-path "$TOOL_PATH" --version (version)
+ dotnet tool install fake-cli --tool-path "$TOOL_PATH" --version (version) --allow-downgrade
#endif
fi
"$FAKE" "$@"
diff --git a/src/template/fake-template/Content/paket.dependencies b/src/template/fake-template/Content/paket.dependencies
index 7e95343fe19..d49979043da 100644
--- a/src/template/fake-template/Content/paket.dependencies
+++ b/src/template/fake-template/Content/paket.dependencies
@@ -2,9 +2,9 @@
group Build
storage none
source https://api.nuget.org/v3/index.json
- nuget Fake.DotNet.Cli
- nuget Fake.IO.FileSystem
- nuget Fake.Core.Target
+ nuget Fake.DotNet.Cli prerelease
+ nuget Fake.IO.FileSystem prerelease
+ nuget Fake.Core.Target prerelease
//#if (dsl == "buildtask")
- nuget BlackFox.Fake.BuildTask
- //#endif
\ No newline at end of file
+ nuget BlackFox.Fake.BuildTask prerelease
+ //#endif
diff --git a/src/template/fake-template/fake-template.fsproj b/src/template/fake-template/fake-template.fsproj
index ccc5f26ccf9..6e679bafb2b 100644
--- a/src/template/fake-template/fake-template.fsproj
+++ b/src/template/fake-template/fake-template.fsproj
@@ -6,7 +6,7 @@
true
false
true
- net6.0;netstandard2.0
+ net10.0;netstandard2.0
diff --git a/src/test/Fake.Core.CommandLine.UnitTests/Fake.Core.CommandLine.UnitTests.fsproj b/src/test/Fake.Core.CommandLine.UnitTests/Fake.Core.CommandLine.UnitTests.fsproj
index c2b41dd1cdb..aa6cc636a89 100644
--- a/src/test/Fake.Core.CommandLine.UnitTests/Fake.Core.CommandLine.UnitTests.fsproj
+++ b/src/test/Fake.Core.CommandLine.UnitTests/Fake.Core.CommandLine.UnitTests.fsproj
@@ -1,7 +1,7 @@
Exe
- net6.0
+ net10.0
diff --git a/src/test/Fake.Core.IntegrationTests/Fake.Core.IntegrationTests.fsproj b/src/test/Fake.Core.IntegrationTests/Fake.Core.IntegrationTests.fsproj
index 91d81c59154..8273d819832 100644
--- a/src/test/Fake.Core.IntegrationTests/Fake.Core.IntegrationTests.fsproj
+++ b/src/test/Fake.Core.IntegrationTests/Fake.Core.IntegrationTests.fsproj
@@ -1,7 +1,7 @@
Exe
- net6.0
+ net10.0
diff --git a/src/test/Fake.Core.IntegrationTests/Fake.DotNet.sdkAssemblyResolver.fs b/src/test/Fake.Core.IntegrationTests/Fake.DotNet.sdkAssemblyResolver.fs
index 3af3c64a789..7c4749a6934 100644
--- a/src/test/Fake.Core.IntegrationTests/Fake.DotNet.sdkAssemblyResolver.fs
+++ b/src/test/Fake.Core.IntegrationTests/Fake.DotNet.sdkAssemblyResolver.fs
@@ -13,7 +13,7 @@ open Fake.Runtime
let tests =
testList
"Fake.DotNet.sdkAssemblyResolverTests"
- [ testCase "Runner run script with 6.0.300 SDK version assemblies"
+ [ testCase "Runner run script with 10.0.100 SDK version assemblies"
<| fun _ ->
try
use d = createTestDir ()
@@ -29,8 +29,8 @@ let tests =
ForceInstall = true
WorkingDirectory = scenarioTempPath "core-reference-assemblies-net60100"
CustomInstallDir = Some preparedDir
- Channel = DotNet.CliChannel.Version 6 0
- Version = DotNet.CliVersion.Version "6.0.300" })
+ Channel = DotNet.CliChannel.Version 10 0
+ Version = DotNet.CliVersion.Version "10.0.100" })
|> ignore
Environment.setEnvironVar "FAKE_SDK_RESOLVER_CUSTOM_DOTNET_PATH" preparedDir
@@ -47,7 +47,7 @@ let tests =
let stdOut = String.Join("\n", result.Messages).Trim()
let expectedNet6PathPortion =
- "packs" > "Microsoft.NETCore.App.Ref" > "6.0.5" > "ref" > "net6.0"
+ "packs" > "Microsoft.NETCore.App.Ref" > "10.0.0" > "ref" > "net10.0"
(sprintf "stdout should contain path like '%s', but was: '%s'" expectedNet6PathPortion stdOut)
|> Expect.isTrue (stdOut.Contains expectedNet6PathPortion)
@@ -55,7 +55,7 @@ let tests =
// clean up after the test run
Environment.setEnvironVar "FAKE_SDK_RESOLVER_CUSTOM_DOTNET_PATH" ""
- testCase "Runner run script with 6.0.301 SDK version assemblies"
+ testCase "Runner run script with 10.0.101 SDK version assemblies"
<| fun _ ->
try
use d = createTestDir ()
@@ -71,8 +71,8 @@ let tests =
ForceInstall = true
WorkingDirectory = scenarioTempPath "core-reference-assemblies-net60101"
CustomInstallDir = Some preparedDir
- Channel = DotNet.CliChannel.Version 6 0
- Version = DotNet.CliVersion.Version "6.0.301" })
+ Channel = DotNet.CliChannel.Version 10 0
+ Version = DotNet.CliVersion.Version "10.0.101" })
|> ignore
Environment.setEnvironVar "FAKE_SDK_RESOLVER_CUSTOM_DOTNET_PATH" preparedDir
@@ -89,7 +89,7 @@ let tests =
let stdOut = String.Join("\n", result.Messages).Trim()
let expectedNet6PathPortion =
- "packs" > "Microsoft.NETCore.App.Ref" > "6.0.6" > "ref" > "net6.0"
+ "packs" > "Microsoft.NETCore.App.Ref" > "10.0.1" > "ref" > "net10.0"
(sprintf "stdout should contain path like '%s', but was: '%s'" expectedNet6PathPortion stdOut)
|> Expect.isTrue (stdOut.Contains expectedNet6PathPortion)
@@ -112,8 +112,8 @@ let tests =
ForceInstall = true
WorkingDirectory = scenarioTempPath "core-reference-assemblies-net60101-rollforward"
CustomInstallDir = Some preparedDir
- Channel = DotNet.CliChannel.Version 6 0
- Version = DotNet.CliVersion.Version "6.0.301" })
+ Channel = DotNet.CliChannel.Version 10 0
+ Version = DotNet.CliVersion.Version "10.0.101" })
|> ignore
let result =
@@ -127,7 +127,7 @@ let tests =
Expect.isTrue result.OK "The build did not succeed"
- testCase "Runner run script with 6.0.300 SDK version assemblies and resolve runtime version from cached file"
+ testCase "Runner run script with 10.0.100 SDK version assemblies and resolve runtime version from cached file"
<| fun _ ->
try
use d = createTestDir ()
@@ -143,8 +143,8 @@ let tests =
ForceInstall = true
WorkingDirectory = scenarioTempPath "core-reference-assemblies-net60100"
CustomInstallDir = Some preparedDir
- Channel = DotNet.CliChannel.Version 6 0
- Version = DotNet.CliVersion.Version "6.0.300" })
+ Channel = DotNet.CliChannel.Version 10 0
+ Version = DotNet.CliVersion.Version "10.0.100" })
|> ignore
Environment.setEnvironVar "FAKE_SDK_RESOLVER_CUSTOM_DOTNET_PATH" preparedDir
@@ -164,7 +164,7 @@ let tests =
printfn "%s" stdOut
let expectedNet6PathPortion =
- "packs" > "Microsoft.NETCore.App.Ref" > "6.0.5" > "ref" > "net6.0"
+ "packs" > "Microsoft.NETCore.App.Ref" > "10.0.0" > "ref" > "net10.0"
let expectedCacheFileResolutionMessage =
"Trying to resolve runtime version from cache.."
diff --git a/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs b/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs
index 72b5eb2ecdc..653d3781fcf 100644
--- a/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs
+++ b/src/test/Fake.Core.IntegrationTests/SimpleHelloWorldTests.fs
@@ -47,13 +47,19 @@ let tests =
prepare scenario
let scenarioPath = resolvePath scenario ""
// dotnet tool install --version 5.19.0-alpha.local.1 fake-cli --add-source /e/Projects/FAKE/release/dotnetcore/
+
+ // Work around https://github.com/dotnet/sdk/issues/40655 by specifying the tool manifest explicitly
+ let manifestPath = Path.Combine(scenarioPath, ".config", "dotnet-tools.json")
+
[ yield!
[ "tool"
"install"
"--prerelease"
"fake-cli"
"--add-source"
- releaseDotnetCoreDir ] ]
+ releaseDotnetCoreDir
+ "--tool-manifest"
+ manifestPath ] ]
|> runDotNetRaw
|> CreateProcess.withWorkingDirectory scenarioPath
|> CreateProcess.ensureExitCode
diff --git a/src/test/Fake.Core.IntegrationTests/TestHelpers.fs b/src/test/Fake.Core.IntegrationTests/TestHelpers.fs
index 252780911fb..6829072a8c0 100644
--- a/src/test/Fake.Core.IntegrationTests/TestHelpers.fs
+++ b/src/test/Fake.Core.IntegrationTests/TestHelpers.fs
@@ -70,7 +70,22 @@ let releaseDotnetCoreDir = Path.getFullName (releaseDir + "/dotnetcore")
let fakeToolPath =
let rawWithoutExtension =
- Path.getFullName (releaseDir + "/dotnetcore/Fake.netcore/current/fake")
+ let releasePath = releaseDir > "dotnetcore" > "Fake.netcore" > "current"
+
+ if System.IO.Directory.Exists releasePath then
+ Path.getFullName (releasePath > "fake")
+ else // Local debug:
+ Path.getFullName (
+ releaseDir
+ > ".."
+ > "src"
+ > "app"
+ > "Fake.netcore"
+ > "bin"
+ > "Debug"
+ > "net10.0"
+ > "fake"
+ )
if Environment.isUnix then
rawWithoutExtension
diff --git a/src/test/Fake.Core.UnitTests/Fake.Core.UnitTests.fsproj b/src/test/Fake.Core.UnitTests/Fake.Core.UnitTests.fsproj
index a24806cf9a1..581f9a5959e 100644
--- a/src/test/Fake.Core.UnitTests/Fake.Core.UnitTests.fsproj
+++ b/src/test/Fake.Core.UnitTests/Fake.Core.UnitTests.fsproj
@@ -2,7 +2,7 @@
Exe
- net6.0
+ net10.0
true
diff --git a/src/test/Fake.DotNet.Cli.IntegrationTests/Fake.DotNet.Cli.IntegrationTests.fsproj b/src/test/Fake.DotNet.Cli.IntegrationTests/Fake.DotNet.Cli.IntegrationTests.fsproj
index 2160a9deeda..10773f2e8bb 100644
--- a/src/test/Fake.DotNet.Cli.IntegrationTests/Fake.DotNet.Cli.IntegrationTests.fsproj
+++ b/src/test/Fake.DotNet.Cli.IntegrationTests/Fake.DotNet.Cli.IntegrationTests.fsproj
@@ -1,7 +1,7 @@
Exe
- net6.0
+ net10.0
diff --git a/src/test/Fake.DotNet.Cli.IntegrationTests/TemplateTests.fs b/src/test/Fake.DotNet.Cli.IntegrationTests/TemplateTests.fs
index b98208b5d5f..49094687215 100644
--- a/src/test/Fake.DotNet.Cli.IntegrationTests/TemplateTests.fs
+++ b/src/test/Fake.DotNet.Cli.IntegrationTests/TemplateTests.fs
@@ -69,10 +69,32 @@ let isProcessSucceeded message (r: ProcessResult) =
let timeout = (TimeSpan.FromMinutes 10.)
+let writeTestNuGetConfig rootDir =
+
+ let nugetConfigFilePath = System.IO.Path.Combine(rootDir, "NuGet.config")
+
+ let nugetPackageFolder =
+ System.IO.Path.Combine(__SOURCE_DIRECTORY__, "..", "..", "..", "release", "dotnetcore")
+
+ let nugetConfig =
+ $"""
+
+
+
+
+
+
+
+ """
+
+ System.IO.File.WriteAllText(nugetConfigFilePath, nugetConfig)
+
let runTemplate rootDir kind dependencies dsl =
Directory.ensure rootDir
try
+ writeTestNuGetConfig rootDir
+
let result =
DotNet.exec
(dotnetWorkingDir rootDir >> redirect ())
@@ -132,16 +154,6 @@ let fileExists dir fileName =
let setupTemplate () =
Process.setEnableProcessTracing true
- try
- DotNet.uninstallTemplate templatePackageName
- with exn ->
- $"should clear out preexisting templates\nDebugging Info: {getDebuggingInfo ()}"
- |> Expect.isTrue false
-
- printfn $"{Environment.CurrentDirectory}"
-
- DotNet.setupEnv dotnetSdk.Value
-
let templateNupkg =
GlobbingPattern.create "../../../release/dotnetcore/fake-template.*.nupkg"
|> GlobbingPattern.setBaseDir __SOURCE_DIRECTORY__
@@ -154,6 +166,16 @@ let setupTemplate () =
| Some t -> t
| Option.None -> templatePackageName
+ try // Specs have changed: needs full package name: https://github.com/dotnet/docs/pull/3054
+ DotNet.uninstallTemplate templatePackageName
+ with exn ->
+ $"should clear out preexisting templates\nDebugging Info: {getDebuggingInfo ()}"
+ |> Expect.isTrue false
+
+ printfn $"{Environment.CurrentDirectory}"
+
+ DotNet.setupEnv dotnetSdk.Value
+
try
DotNet.installTemplate fakeTemplateName id
with exn ->
diff --git a/src/test/Fake.ExpectoSupport/Fake.ExpectoSupport.fsproj b/src/test/Fake.ExpectoSupport/Fake.ExpectoSupport.fsproj
index 2139083daf4..e04f3283a87 100644
--- a/src/test/Fake.ExpectoSupport/Fake.ExpectoSupport.fsproj
+++ b/src/test/Fake.ExpectoSupport/Fake.ExpectoSupport.fsproj
@@ -1,7 +1,7 @@
- net6.0
+ net10.0
diff --git a/src/test/TestTools/StandardOutputErrorTool/StandardOutputErrorTool.csproj b/src/test/TestTools/StandardOutputErrorTool/StandardOutputErrorTool.csproj
index 41f1d5ad4b2..a15a29bf12c 100644
--- a/src/test/TestTools/StandardOutputErrorTool/StandardOutputErrorTool.csproj
+++ b/src/test/TestTools/StandardOutputErrorTool/StandardOutputErrorTool.csproj
@@ -2,7 +2,7 @@
Exe
- net6.0
+ net10.0
diff --git a/src/test/TestTools/TeeTool/TeeTool.csproj b/src/test/TestTools/TeeTool/TeeTool.csproj
index 41f1d5ad4b2..a15a29bf12c 100644
--- a/src/test/TestTools/TeeTool/TeeTool.csproj
+++ b/src/test/TestTools/TeeTool/TeeTool.csproj
@@ -2,7 +2,7 @@
Exe
- net6.0
+ net10.0