diff --git a/NuGet.config b/NuGet.config
index 064229f6edf866..d5dbd101f043e1 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -9,11 +9,8 @@
-
-
-
1.0.0-rc.2.21511.46
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 2.5.1-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
- 6.0.0-beta.21522.3
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 2.5.1-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
+ 6.0.0-beta.21560.2
6.0.0-preview.1.102
diff --git a/eng/build.ps1 b/eng/build.ps1
index af253dfb3dbd43..14dadeec13b1de 100644
--- a/eng/build.ps1
+++ b/eng/build.ps1
@@ -254,6 +254,10 @@ foreach ($argument in $PSBoundParameters.Keys)
$failedBuilds = @()
+# Disable targeting pack caching as we reference a partially constructed targeting pack and update it later.
+# The later changes are ignored when using the cache.
+$env:DOTNETSDK_ALLOW_TARGETING_PACK_CACHING=0
+
if ($os -eq "Browser") {
# override default arch for Browser, we only support wasm
$arch = "wasm"
diff --git a/eng/build.sh b/eng/build.sh
index 128e720d3c0b2d..8836bde10c492f 100755
--- a/eng/build.sh
+++ b/eng/build.sh
@@ -468,6 +468,10 @@ fi
initDistroRid $os $arch $crossBuild $portableBuild
+# Disable targeting pack caching as we reference a partially constructed targeting pack and update it later.
+# The later changes are ignored when using the cache.
+export DOTNETSDK_ALLOW_TARGETING_PACK_CACHING=0
+
# URL-encode space (%20) to avoid quoting issues until the msbuild call in /eng/common/tools.sh.
# In *proj files (XML docs), URL-encoded string are rendered in their decoded form.
cmakeargs="${cmakeargs// /%20}"
diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml
index 69eb67849d741d..4882dd931341e0 100644
--- a/eng/common/templates/job/execute-sdl.yml
+++ b/eng/common/templates/job/execute-sdl.yml
@@ -62,7 +62,7 @@ jobs:
pool:
# To extract archives (.tar.gz, .zip), we need access to "tar", added in Windows 10/2019.
${{ if eq(parameters.extractArchiveArtifacts, 'false') }}:
- name: Hosted VS2017
+ vmImage: windows-2019
${{ if ne(parameters.extractArchiveArtifacts, 'false') }}:
vmImage: windows-2019
steps:
diff --git a/eng/common/templates/job/onelocbuild.yml b/eng/common/templates/job/onelocbuild.yml
index e8bc77d2ebbe39..2b55a567f82ae5 100644
--- a/eng/common/templates/job/onelocbuild.yml
+++ b/eng/common/templates/job/onelocbuild.yml
@@ -4,7 +4,7 @@ parameters:
# Optional: A defined YAML pool - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#pool
pool:
- vmImage: vs2017-win2016
+ vmImage: windows-2019
CeapexPat: $(dn-bot-ceapex-package-r) # PAT for the loc AzDO instance https://dev.azure.com/ceapex
GithubPat: $(BotAccount-dotnet-bot-repo-PAT)
diff --git a/eng/common/templates/job/source-index-stage1.yml b/eng/common/templates/job/source-index-stage1.yml
index 1cc0c29e4fdabc..d8990549e8097e 100644
--- a/eng/common/templates/job/source-index-stage1.yml
+++ b/eng/common/templates/job/source-index-stage1.yml
@@ -6,7 +6,7 @@ parameters:
preSteps: []
binlogPath: artifacts/log/Debug/Build.binlog
pool:
- vmImage: vs2017-win2016
+ vmImage: windows-2019
condition: ''
dependsOn: ''
diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml
index a1f8fce96ca81d..90015a7e5ae3f1 100644
--- a/eng/common/templates/jobs/jobs.yml
+++ b/eng/common/templates/jobs/jobs.yml
@@ -83,7 +83,7 @@ jobs:
- ${{ if eq(parameters.enableSourceBuild, true) }}:
- Source_Build_Complete
pool:
- vmImage: vs2017-win2016
+ vmImage: windows-2019
runAsPublic: ${{ parameters.runAsPublic }}
publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }}
enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }}
@@ -96,4 +96,4 @@ jobs:
dependsOn:
- Asset_Registry_Publish
pool:
- vmImage: vs2017-win2016
+ vmImage: windows-2019
diff --git a/global.json b/global.json
index 472931979ee5d2..38978a4a66c62a 100644
--- a/global.json
+++ b/global.json
@@ -1,21 +1,21 @@
{
"sdk": {
- "version": "6.0.100-rc.1.21430.12",
+ "version": "6.0.100",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
- "dotnet": "6.0.100-rc.1.21430.12"
+ "dotnet": "6.0.100"
},
"native-tools": {
"cmake": "3.16.4",
"python3": "3.7.1"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "6.0.0-beta.21522.3",
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21522.3",
- "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21522.3",
- "Microsoft.DotNet.SharedFramework.Sdk": "6.0.0-beta.21522.3",
+ "Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "6.0.0-beta.21560.2",
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21560.2",
+ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21560.2",
+ "Microsoft.DotNet.SharedFramework.Sdk": "6.0.0-beta.21560.2",
"Microsoft.Build.NoTargets": "3.1.0",
"Microsoft.Build.Traversal": "3.0.23",
"Microsoft.NET.Sdk.IL": "6.0.0-rc.1.21415.6"
diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj
index f1e52a78e99c12..18a665f80baac5 100644
--- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj
+++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Ref.sfxproj
@@ -4,6 +4,7 @@
TargetingPack
true
+ false
dotnet-targeting-pack
dotnet-targeting-pack
$(SharedFrameworkName).PGO
@@ -19,4 +20,8 @@
+
+
+
+
diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/PlatformManifest.txt b/src/installer/pkg/sfx/Microsoft.NETCore.App/PlatformManifest.txt
new file mode 100644
index 00000000000000..981251ae96d2bf
--- /dev/null
+++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/PlatformManifest.txt
@@ -0,0 +1,338 @@
+System.Globalization.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Globalization.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+System.IO.Compression.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+System.IO.Compression.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+System.IO.Compression.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Net.Http.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Net.Http.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Net.Http.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Net.Security.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Net.Security.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Net.Security.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Security.Cryptography.Native.Apple.a|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Security.Cryptography.Native.Apple.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Security.Cryptography.Native.OpenSsl.a|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Security.Cryptography.Native.OpenSsl.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Security.Cryptography.Native.OpenSsl.so|Microsoft.NETCore.App.Ref||0.0.0.0
+clrcompression.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+Microsoft.CSharp.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+Microsoft.VisualBasic.Core.dll|Microsoft.NETCore.App.Ref|11.0.0.0|6.0.21.52210
+Microsoft.Win32.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+Microsoft.Win32.Registry.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.AppContext.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Buffers.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Collections.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Collections.Concurrent.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Collections.Immutable.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Collections.NonGeneric.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Collections.Specialized.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.ComponentModel.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.ComponentModel.Annotations.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.ComponentModel.EventBasedAsync.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.ComponentModel.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.ComponentModel.TypeConverter.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Console.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Data.Common.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Data.DataSetExtensions.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Diagnostics.Contracts.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.Debug.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.DiagnosticSource.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.FileVersionInfo.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.Process.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.StackTrace.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.TextWriterTraceListener.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.Tools.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.TraceSource.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Diagnostics.Tracing.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Drawing.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Dynamic.Runtime.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Formats.Asn1.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Globalization.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Globalization.Calendars.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Globalization.Extensions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.Compression.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.Compression.Brotli.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.Compression.ZipFile.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.FileSystem.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.FileSystem.AccessControl.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.FileSystem.DriveInfo.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.FileSystem.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.FileSystem.Watcher.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.IsolatedStorage.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.MemoryMappedFiles.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.Pipes.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.Pipes.AccessControl.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.IO.UnmanagedMemoryStream.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Linq.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Linq.Expressions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Linq.Parallel.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Linq.Queryable.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Memory.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Http.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Http.Json.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.HttpListener.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Mail.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.NameResolution.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.NetworkInformation.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Ping.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Quic.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Requests.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Security.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.ServicePoint.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.Sockets.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.WebClient.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.WebHeaderCollection.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.WebProxy.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.WebSockets.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Net.WebSockets.Client.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Numerics.Vectors.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.ObjectModel.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.DataContractSerialization.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.Runtime.InteropServices.JavaScript.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.Uri.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.Xml.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.Xml.Linq.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.DispatchProxy.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.Emit.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.Emit.ILGeneration.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.Emit.Lightweight.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.Extensions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.Metadata.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Reflection.TypeExtensions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Resources.Reader.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Resources.ResourceManager.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Resources.Writer.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.CompilerServices.Unsafe.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.CompilerServices.VisualC.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Extensions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Handles.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.InteropServices.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.InteropServices.RuntimeInformation.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Intrinsics.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Loader.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Numerics.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Serialization.Formatters.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Serialization.Json.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Serialization.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Runtime.Serialization.Xml.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.AccessControl.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Claims.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Cryptography.Algorithms.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Cryptography.Cng.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Cryptography.Csp.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Cryptography.Encoding.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Cryptography.OpenSsl.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Cryptography.Primitives.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Cryptography.X509Certificates.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Principal.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.Principal.Windows.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Security.SecureString.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Text.Encoding.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Text.Encoding.CodePages.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Text.Encoding.Extensions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Text.Encodings.Web.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Text.Json.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Text.RegularExpressions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Channels.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Overlapped.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Tasks.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Tasks.Dataflow.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Tasks.Extensions.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Tasks.Parallel.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Thread.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.ThreadPool.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Threading.Timer.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Transactions.Local.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.ValueTuple.dll|Microsoft.NETCore.App.Ref|4.0.3.0|6.0.21.52210
+System.Web.HttpUtility.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Xml.ReaderWriter.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Xml.XDocument.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Xml.XmlDocument.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Xml.XmlSerializer.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Xml.XPath.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Xml.XPath.XDocument.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+mscorlib.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+Microsoft.VisualBasic.dll|Microsoft.NETCore.App.Ref|10.0.0.0|6.0.21.52210
+System.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.ComponentModel.DataAnnotations.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Configuration.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Core.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Data.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Drawing.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.IO.Compression.FileSystem.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Net.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Numerics.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Runtime.Serialization.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Security.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.ServiceProcess.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.ServiceModel.Web.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Transactions.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Web.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Windows.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Xml.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Xml.Serialization.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+System.Xml.Linq.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+WindowsBase.dll|Microsoft.NETCore.App.Ref|4.0.0.0|6.0.21.52210
+netstandard.dll|Microsoft.NETCore.App.Ref|2.1.0.0|6.0.21.52210
+System.Private.CoreLib.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.DataContractSerialization.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.Uri.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.Xml.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+System.Private.Xml.Linq.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+libSystem.Globalization.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Globalization.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.IO.Compression.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.IO.Compression.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.IO.Compression.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Net.Http.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Net.Http.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Net.Http.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Net.Security.Native.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Net.Security.Native.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Net.Security.Native.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Security.Cryptography.Native.Apple.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Security.Cryptography.Native.Apple.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Security.Cryptography.Native.Android.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Security.Cryptography.Native.Android.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Security.Cryptography.Native.OpenSsl.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Security.Cryptography.Native.OpenSsl.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libSystem.Security.Cryptography.Native.OpenSsl.so|Microsoft.NETCore.App.Ref||0.0.0.0
+coreclr.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libcoreclr.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libcoreclr.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+clretwrc.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+clrjit.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libclrjit.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libclrjit.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+dbgshim.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libdbgshim.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libdbgshim.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+mscordaccore.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libmscordaccore.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libmscordaccore.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+mscordbi.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libmscordbi.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libmscordbi.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+mscorrc.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+api-ms-win-core-console-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-console-l1-2-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-datetime-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-debug-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-errorhandling-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-file-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-file-l1-2-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-file-l2-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-handle-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-heap-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-interlocked-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-libraryloader-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-localization-l1-2-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-memory-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-namedpipe-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-processenvironment-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-processthreads-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-processthreads-l1-1-1.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-profile-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-rtlsupport-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-string-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-synch-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-synch-l1-2-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-sysinfo-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-timezone-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-core-util-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-conio-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-convert-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-environment-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-filesystem-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-heap-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-locale-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-math-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-multibyte-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-private-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-process-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-runtime-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-stdio-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-string-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-time-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+api-ms-win-crt-utility-l1-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+API-MS-Win-core-xstate-l2-1-0.dll|Microsoft.NETCore.App.Ref||10.0.19041.1
+ucrtbase.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+msquic.dll|Microsoft.NETCore.App.Ref||1.8.0.0
+System.IO.Compression.Native.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+createdump.exe|Microsoft.NETCore.App.Ref||6.0.21.52210
+createdump|Microsoft.NETCore.App.Ref||0.0.0.0
+libcoreclrtraceptprovider.so|Microsoft.NETCore.App.Ref||0.0.0.0
+Microsoft.DiaSymReader.Native.x86.dll|Microsoft.NETCore.App.Ref||14.28.29715.1
+Microsoft.DiaSymReader.Native.amd64.dll|Microsoft.NETCore.App.Ref||14.28.29715.1
+Microsoft.DiaSymReader.Native.arm.dll|Microsoft.NETCore.App.Ref||14.28.29715.1
+Microsoft.DiaSymReader.Native.arm64.dll|Microsoft.NETCore.App.Ref||14.28.29715.1
+libmonosgen-2.0.lib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmonosgen-2.0.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmonosgen-2.0.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libmonosgen-2.0.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+llc|Microsoft.NETCore.App.Ref||0.0.0.0
+mono-aot-cross|Microsoft.NETCore.App.Ref||0.0.0.0
+mono-aot-cross.exe|Microsoft.NETCore.App.Ref||6.0.21.52210
+opt|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-diagnostics_tracing.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libmono-component-diagnostics_tracing.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-diagnostics_tracing.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-diagnostics_tracing-static.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-diagnostics_tracing-stub-static.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-diagnostics_tracing-static.lib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-diagnostics_tracing-stub-static.lib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-hot_reload.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libmono-component-hot_reload.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-hot_reload.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-hot_reload-static.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-hot_reload-stub-static.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-hot_reload-static.lib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-hot_reload-stub-static.lib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-debugger.dll|Microsoft.NETCore.App.Ref||6.0.21.52210
+libmono-component-debugger.so|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-debugger.dylib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-debugger-static.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-debugger-stub-static.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-debugger-static.lib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-component-debugger-stub-static.lib|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-ee-interp.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-icall-table.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-ilgen.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libmono-profiler-aot.a|Microsoft.NETCore.App.Ref||0.0.0.0
+System.Private.Runtime.InteropServices.Javascript.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+dotnet.js|Microsoft.NETCore.App.Ref||0.0.0.0
+dotnet.wasm|Microsoft.NETCore.App.Ref||0.0.0.0
+dotnet.timezones.blat|Microsoft.NETCore.App.Ref||0.0.0.0
+icudt.dat|Microsoft.NETCore.App.Ref||0.0.0.0
+icudt_no_CJK.dat|Microsoft.NETCore.App.Ref||0.0.0.0
+icudt_CJK.dat|Microsoft.NETCore.App.Ref||0.0.0.0
+icudt_EFIGS.dat|Microsoft.NETCore.App.Ref||0.0.0.0
+icudt_optimal.dat|Microsoft.NETCore.App.Ref||0.0.0.0
+icudt_optimal_no_CJK.dat|Microsoft.NETCore.App.Ref||0.0.0.0
+binding_support.js|Microsoft.NETCore.App.Ref||0.0.0.0
+dotnet_support.js|Microsoft.NETCore.App.Ref||0.0.0.0
+library_mono.js|Microsoft.NETCore.App.Ref||0.0.0.0
+pal_random.js|Microsoft.NETCore.App.Ref||0.0.0.0
+corebindings.c|Microsoft.NETCore.App.Ref||0.0.0.0
+driver.c|Microsoft.NETCore.App.Ref||0.0.0.0
+pinvoke.c|Microsoft.NETCore.App.Ref||0.0.0.0
+pinvoke.h|Microsoft.NETCore.App.Ref||0.0.0.0
+emcc-default.rsp|Microsoft.NETCore.App.Ref||0.0.0.0
+emcc-props.json|Microsoft.NETCore.App.Ref||0.0.0.0
+libicudata.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libicui18n.a|Microsoft.NETCore.App.Ref||0.0.0.0
+libicuuc.a|Microsoft.NETCore.App.Ref||0.0.0.0
+mscordaccore_amd64_amd64_6.0.21.52210.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210
+mscordaccore_amd64_amd64_6.0.21.52210.dll|Microsoft.NETCore.App.Ref|6.0.0.0|6.0.21.52210