diff --git a/assets/dotnet-core/.gitignore b/assets/dotnet-core/.gitignore index 2416a678e..7c48ea3cd 100644 --- a/assets/dotnet-core/.gitignore +++ b/assets/dotnet-core/.gitignore @@ -1 +1,2 @@ +bin obj/ diff --git a/assets/dotnet-core/Makefile b/assets/dotnet-core/Makefile new file mode 100644 index 000000000..920d3214f --- /dev/null +++ b/assets/dotnet-core/Makefile @@ -0,0 +1,10 @@ +all: cflinuxfs cflinuxfs4 + +cflinuxfs3: + dotnet publish -f net6.0 -c Release --sc -r ubuntu.18.04-x64 -o ./cflinuxfs3 + +cflinuxfs4: + dotnet publish -f net6.0 -c Release --sc -r ubuntu.22.04-x64 -o ./cflinuxfs4 + +.PHONY: \ + all diff --git a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.deps.json b/assets/dotnet-core/bin/Release/net6.0/dotnet-core.deps.json deleted file mode 100644 index ebb3d7bb2..000000000 --- a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.deps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "dotnet-core/1.0.0": { - "runtime": { - "dotnet-core.dll": {} - } - } - } - }, - "libraries": { - "dotnet-core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.pdb b/assets/dotnet-core/bin/Release/net6.0/dotnet-core.pdb deleted file mode 100644 index a1b260e0d..000000000 Binary files a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.pdb and /dev/null differ diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core b/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core deleted file mode 100755 index 14fed7dc3..000000000 Binary files a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core and /dev/null differ diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.deps.json b/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.deps.json deleted file mode 100644 index ebb3d7bb2..000000000 --- a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.deps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "dotnet-core/1.0.0": { - "runtime": { - "dotnet-core.dll": {} - } - } - } - }, - "libraries": { - "dotnet-core/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.pdb b/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.pdb deleted file mode 100644 index a1b260e0d..000000000 Binary files a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.pdb and /dev/null differ diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/web.config b/assets/dotnet-core/bin/Release/net6.0/publish/web.config deleted file mode 100644 index 6db1397e2..000000000 --- a/assets/dotnet-core/bin/Release/net6.0/publish/web.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Antiforgery.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Antiforgery.dll new file mode 100755 index 000000000..a6e91af5a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Antiforgery.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Abstractions.dll new file mode 100755 index 000000000..1a78e11d7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Cookies.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Cookies.dll new file mode 100755 index 000000000..948c96d45 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Cookies.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Core.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Core.dll new file mode 100755 index 000000000..d5661e754 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.OAuth.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.OAuth.dll new file mode 100755 index 000000000..af0561ad5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.OAuth.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.dll new file mode 100755 index 000000000..5ba8dfa8c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authentication.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authorization.Policy.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authorization.Policy.dll new file mode 100755 index 000000000..6ed654781 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authorization.Policy.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authorization.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authorization.dll new file mode 100755 index 000000000..f18eb2458 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Authorization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Authorization.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Authorization.dll new file mode 100755 index 000000000..4c4523619 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Authorization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Forms.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Forms.dll new file mode 100755 index 000000000..b272771f3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Forms.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Server.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Server.dll new file mode 100755 index 000000000..80a40bfec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Server.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Web.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Web.dll new file mode 100755 index 000000000..caa2de043 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.dll new file mode 100755 index 000000000..1fe63d42f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Components.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Connections.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Connections.Abstractions.dll new file mode 100755 index 000000000..be06e33e0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Connections.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.CookiePolicy.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.CookiePolicy.dll new file mode 100755 index 000000000..07fa12419 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.CookiePolicy.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cors.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cors.dll new file mode 100755 index 000000000..e78ece7e3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cors.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cryptography.Internal.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cryptography.Internal.dll new file mode 100755 index 000000000..00b8864e1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cryptography.Internal.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll new file mode 100755 index 000000000..67822e58e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.Abstractions.dll new file mode 100755 index 000000000..dfdbb5877 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.Extensions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.Extensions.dll new file mode 100755 index 000000000..4247f8d25 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.dll new file mode 100755 index 000000000..119a77560 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.DataProtection.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.Abstractions.dll new file mode 100755 index 000000000..7e529ad6f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll new file mode 100755 index 000000000..9b8faca66 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.dll new file mode 100755 index 000000000..b1460c2f6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Diagnostics.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HostFiltering.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HostFiltering.dll new file mode 100755 index 000000000..ba8b5258e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HostFiltering.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.Abstractions.dll new file mode 100755 index 000000000..8a1d5f0a6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll new file mode 100755 index 000000000..b8d8ec06f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.dll new file mode 100755 index 000000000..bb187872d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Hosting.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Html.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Html.Abstractions.dll new file mode 100755 index 000000000..9a5021577 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Html.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Abstractions.dll new file mode 100755 index 000000000..42a2ef59b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Connections.Common.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Connections.Common.dll new file mode 100755 index 000000000..a58e9c280 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Connections.Common.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Connections.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Connections.dll new file mode 100755 index 000000000..5831431ec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Connections.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Extensions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Extensions.dll new file mode 100755 index 000000000..0e0e9a200 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Features.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Features.dll new file mode 100755 index 000000000..53f5ae1ee Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Features.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Results.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Results.dll new file mode 100755 index 000000000..dd100f483 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.Results.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.dll new file mode 100755 index 000000000..baa185c0f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Http.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpLogging.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpLogging.dll new file mode 100755 index 000000000..d20290b59 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpLogging.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpOverrides.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpOverrides.dll new file mode 100755 index 000000000..20bc000ae Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpOverrides.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpsPolicy.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpsPolicy.dll new file mode 100755 index 000000000..5f8c94d1f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.HttpsPolicy.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Identity.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Identity.dll new file mode 100755 index 000000000..2a12e07ca Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Identity.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Localization.Routing.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Localization.Routing.dll new file mode 100755 index 000000000..9d2ee840e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Localization.Routing.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Localization.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Localization.dll new file mode 100755 index 000000000..ddf11fec7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Localization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Metadata.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Metadata.dll new file mode 100755 index 000000000..f2bc48b6e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Metadata.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Abstractions.dll new file mode 100755 index 000000000..feaa6661e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.ApiExplorer.dll new file mode 100755 index 000000000..e33133c4b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.ApiExplorer.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Core.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Core.dll new file mode 100755 index 000000000..2795445df Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Cors.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Cors.dll new file mode 100755 index 000000000..c39f9460e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Cors.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.DataAnnotations.dll new file mode 100755 index 000000000..31fbe23eb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.DataAnnotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Formatters.Json.dll new file mode 100755 index 000000000..9d8ee6759 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Formatters.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll new file mode 100755 index 000000000..61148810c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Localization.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Localization.dll new file mode 100755 index 000000000..f423f1d7a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Localization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Razor.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Razor.dll new file mode 100755 index 000000000..b2d77fe09 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.Razor.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.RazorPages.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.RazorPages.dll new file mode 100755 index 000000000..d256c6b3b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.RazorPages.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.TagHelpers.dll new file mode 100755 index 000000000..e3bdaecee Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.TagHelpers.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.ViewFeatures.dll new file mode 100755 index 000000000..6e63a5fd8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.ViewFeatures.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.dll new file mode 100755 index 000000000..3047f1792 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Mvc.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Razor.Runtime.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Razor.Runtime.dll new file mode 100755 index 000000000..f402a114d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Razor.Runtime.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Razor.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Razor.dll new file mode 100755 index 000000000..a5bade8bd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Razor.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll new file mode 100755 index 000000000..7eba443a8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCaching.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCaching.dll new file mode 100755 index 000000000..e44baebcd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCaching.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCompression.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCompression.dll new file mode 100755 index 000000000..7157d9df6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.ResponseCompression.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Rewrite.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Rewrite.dll new file mode 100755 index 000000000..4616418e2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Rewrite.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Routing.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Routing.Abstractions.dll new file mode 100755 index 000000000..060fdafc9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Routing.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Routing.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Routing.dll new file mode 100755 index 000000000..9b74f3c72 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Routing.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.HttpSys.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.HttpSys.dll new file mode 100755 index 000000000..afbdd214f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.HttpSys.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.IIS.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.IIS.dll new file mode 100755 index 000000000..d89c36b6e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.IIS.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.IISIntegration.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.IISIntegration.dll new file mode 100755 index 000000000..9f7dc0804 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.IISIntegration.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Core.dll new file mode 100755 index 000000000..03c66d265 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll new file mode 100755 index 000000000..3fd5dea6d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll new file mode 100755 index 000000000..2f258756f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.dll new file mode 100755 index 000000000..6fd85d678 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Server.Kestrel.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Session.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Session.dll new file mode 100755 index 000000000..dbf35732d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.Session.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Common.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Common.dll new file mode 100755 index 000000000..e11e9f78b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Common.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Core.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Core.dll new file mode 100755 index 000000000..1e3b13751 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Protocols.Json.dll new file mode 100755 index 000000000..ee3de863b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.Protocols.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.dll new file mode 100755 index 000000000..4802213a2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.SignalR.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.StaticFiles.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.StaticFiles.dll new file mode 100755 index 000000000..624efe959 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.StaticFiles.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.WebSockets.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.WebSockets.dll new file mode 100755 index 000000000..d538efd52 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.WebSockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.WebUtilities.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.WebUtilities.dll new file mode 100755 index 000000000..95c59f8d4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.WebUtilities.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.dll new file mode 100755 index 000000000..ebda44164 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.AspNetCore.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.CSharp.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.CSharp.dll new file mode 100755 index 000000000..05c56a98d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.CSharp.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Caching.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Caching.Abstractions.dll new file mode 100755 index 000000000..f0fea5afc Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Caching.Memory.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Caching.Memory.dll new file mode 100755 index 000000000..07a737b49 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Abstractions.dll new file mode 100755 index 000000000..086871ff0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Binder.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Binder.dll new file mode 100755 index 000000000..588978d21 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Binder.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.CommandLine.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.CommandLine.dll new file mode 100755 index 000000000..325d59f0d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.CommandLine.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll new file mode 100755 index 000000000..e7d8b7bf5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.EnvironmentVariables.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.FileExtensions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.FileExtensions.dll new file mode 100755 index 000000000..90ba37b19 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.FileExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Ini.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Ini.dll new file mode 100755 index 000000000..a65e31c3c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Ini.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Json.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Json.dll new file mode 100755 index 000000000..ee794d023 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.KeyPerFile.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.KeyPerFile.dll new file mode 100755 index 000000000..82d126a95 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.KeyPerFile.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.UserSecrets.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.UserSecrets.dll new file mode 100755 index 000000000..3013f69f4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.UserSecrets.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Xml.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Xml.dll new file mode 100755 index 000000000..e6f108ead Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.dll new file mode 100755 index 000000000..420ea148e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Configuration.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100755 index 000000000..aefda3a53 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.DependencyInjection.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.DependencyInjection.dll new file mode 100755 index 000000000..fe040340d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll new file mode 100755 index 000000000..4b2bdb7ea Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Diagnostics.HealthChecks.dll new file mode 100755 index 000000000..75e690328 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Diagnostics.HealthChecks.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Features.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Features.dll new file mode 100755 index 000000000..90509fa41 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Features.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Abstractions.dll new file mode 100755 index 000000000..3e4829afc Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Composite.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Composite.dll new file mode 100755 index 000000000..06ffcf332 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Composite.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Embedded.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Embedded.dll new file mode 100755 index 000000000..fd78171ee Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Embedded.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Physical.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Physical.dll new file mode 100755 index 000000000..eace1e569 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileProviders.Physical.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileSystemGlobbing.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileSystemGlobbing.dll new file mode 100755 index 000000000..39decf99e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.FileSystemGlobbing.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Hosting.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Hosting.Abstractions.dll new file mode 100755 index 000000000..35f0e72a6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Hosting.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Hosting.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Hosting.dll new file mode 100755 index 000000000..375b18472 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Hosting.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Http.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Http.dll new file mode 100755 index 000000000..d0f59a5cb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Http.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Identity.Core.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Identity.Core.dll new file mode 100755 index 000000000..646a1a606 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Identity.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Identity.Stores.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Identity.Stores.dll new file mode 100755 index 000000000..59df5372c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Identity.Stores.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Localization.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Localization.Abstractions.dll new file mode 100755 index 000000000..c983d6d83 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Localization.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Localization.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Localization.dll new file mode 100755 index 000000000..425703074 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Localization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Abstractions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100755 index 000000000..7b69b7da5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Configuration.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Configuration.dll new file mode 100755 index 000000000..04202e04a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Configuration.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Console.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Console.dll new file mode 100755 index 000000000..c8b9276a2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Console.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Debug.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Debug.dll new file mode 100755 index 000000000..e8ac49856 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.Debug.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.EventLog.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.EventLog.dll new file mode 100755 index 000000000..5d9b8ac38 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.EventLog.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.EventSource.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.EventSource.dll new file mode 100755 index 000000000..e4ce82c45 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.EventSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.TraceSource.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.TraceSource.dll new file mode 100755 index 000000000..cba12828c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.TraceSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.dll new file mode 100755 index 000000000..425f2a7d9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Logging.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.ObjectPool.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.ObjectPool.dll new file mode 100755 index 000000000..1b36eddc6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.ObjectPool.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.ConfigurationExtensions.dll new file mode 100755 index 000000000..fd46f7fb9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.DataAnnotations.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.DataAnnotations.dll new file mode 100755 index 000000000..8c9ae8950 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.DataAnnotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.dll new file mode 100755 index 000000000..62c2225ce Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Options.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Primitives.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Primitives.dll new file mode 100755 index 000000000..d4838ef3d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.WebEncoders.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.WebEncoders.dll new file mode 100755 index 000000000..928af0000 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Extensions.WebEncoders.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.JSInterop.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.JSInterop.dll new file mode 100755 index 000000000..3218d29fe Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.JSInterop.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Net.Http.Headers.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Net.Http.Headers.dll new file mode 100755 index 000000000..a68828147 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Net.Http.Headers.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.VisualBasic.Core.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.VisualBasic.Core.dll new file mode 100755 index 000000000..d9fd30a70 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.VisualBasic.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.VisualBasic.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.VisualBasic.dll new file mode 100755 index 000000000..562f6e707 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.VisualBasic.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Win32.Primitives.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Win32.Primitives.dll new file mode 100755 index 000000000..565a61181 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Win32.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/Microsoft.Win32.Registry.dll b/assets/dotnet-core/cflinuxfs3/Microsoft.Win32.Registry.dll new file mode 100755 index 000000000..b4b4d227b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/Microsoft.Win32.Registry.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.AppContext.dll b/assets/dotnet-core/cflinuxfs3/System.AppContext.dll new file mode 100755 index 000000000..55ce02bc8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.AppContext.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Buffers.dll b/assets/dotnet-core/cflinuxfs3/System.Buffers.dll new file mode 100755 index 000000000..f8e12debf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Buffers.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Collections.Concurrent.dll b/assets/dotnet-core/cflinuxfs3/System.Collections.Concurrent.dll new file mode 100755 index 000000000..dc62dc46d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Collections.Concurrent.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Collections.Immutable.dll b/assets/dotnet-core/cflinuxfs3/System.Collections.Immutable.dll new file mode 100755 index 000000000..721c673e4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Collections.Immutable.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Collections.NonGeneric.dll b/assets/dotnet-core/cflinuxfs3/System.Collections.NonGeneric.dll new file mode 100755 index 000000000..22cad5004 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Collections.NonGeneric.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Collections.Specialized.dll b/assets/dotnet-core/cflinuxfs3/System.Collections.Specialized.dll new file mode 100755 index 000000000..cb45e48ad Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Collections.Specialized.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Collections.dll b/assets/dotnet-core/cflinuxfs3/System.Collections.dll new file mode 100755 index 000000000..c69d7241d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Collections.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ComponentModel.Annotations.dll b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.Annotations.dll new file mode 100755 index 000000000..29e3c7a60 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.Annotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ComponentModel.DataAnnotations.dll b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.DataAnnotations.dll new file mode 100755 index 000000000..19205bdaa Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.DataAnnotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ComponentModel.EventBasedAsync.dll b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.EventBasedAsync.dll new file mode 100755 index 000000000..713fbc580 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.EventBasedAsync.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ComponentModel.Primitives.dll b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.Primitives.dll new file mode 100755 index 000000000..3c1dab9c8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ComponentModel.TypeConverter.dll b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.TypeConverter.dll new file mode 100755 index 000000000..2f03e47dd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.TypeConverter.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ComponentModel.dll b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.dll new file mode 100755 index 000000000..c6c8a168d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ComponentModel.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Configuration.dll b/assets/dotnet-core/cflinuxfs3/System.Configuration.dll new file mode 100755 index 000000000..c92ffb7c5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Configuration.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Console.dll b/assets/dotnet-core/cflinuxfs3/System.Console.dll new file mode 100755 index 000000000..a9c682c82 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Console.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Core.dll b/assets/dotnet-core/cflinuxfs3/System.Core.dll new file mode 100755 index 000000000..f29f8d7be Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Data.Common.dll b/assets/dotnet-core/cflinuxfs3/System.Data.Common.dll new file mode 100755 index 000000000..a6ec9f090 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Data.Common.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Data.DataSetExtensions.dll b/assets/dotnet-core/cflinuxfs3/System.Data.DataSetExtensions.dll new file mode 100755 index 000000000..89234172c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Data.DataSetExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Data.dll b/assets/dotnet-core/cflinuxfs3/System.Data.dll new file mode 100755 index 000000000..05ffebfb6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Data.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Contracts.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Contracts.dll new file mode 100755 index 000000000..6129d18fa Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Contracts.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Debug.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Debug.dll new file mode 100755 index 000000000..bc56fbc31 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Debug.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.DiagnosticSource.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.DiagnosticSource.dll new file mode 100755 index 000000000..399810d97 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.DiagnosticSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.EventLog.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.EventLog.dll new file mode 100755 index 000000000..cc7f6737a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.EventLog.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.FileVersionInfo.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.FileVersionInfo.dll new file mode 100755 index 000000000..ab1f7c5e1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.FileVersionInfo.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Process.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Process.dll new file mode 100755 index 000000000..5e90e009a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Process.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.StackTrace.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.StackTrace.dll new file mode 100755 index 000000000..0757eb33e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.StackTrace.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.TextWriterTraceListener.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.TextWriterTraceListener.dll new file mode 100755 index 000000000..35b2f281e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Tools.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Tools.dll new file mode 100755 index 000000000..1b829398d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Tools.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.TraceSource.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.TraceSource.dll new file mode 100755 index 000000000..00cfccdfd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.TraceSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Tracing.dll b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Tracing.dll new file mode 100755 index 000000000..c56787730 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Diagnostics.Tracing.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Drawing.Primitives.dll b/assets/dotnet-core/cflinuxfs3/System.Drawing.Primitives.dll new file mode 100755 index 000000000..06cbe3e47 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Drawing.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Drawing.dll b/assets/dotnet-core/cflinuxfs3/System.Drawing.dll new file mode 100755 index 000000000..4eaf70818 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Drawing.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Dynamic.Runtime.dll b/assets/dotnet-core/cflinuxfs3/System.Dynamic.Runtime.dll new file mode 100755 index 000000000..4f7ef4df0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Dynamic.Runtime.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Formats.Asn1.dll b/assets/dotnet-core/cflinuxfs3/System.Formats.Asn1.dll new file mode 100755 index 000000000..b7af8e4d5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Formats.Asn1.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Globalization.Calendars.dll b/assets/dotnet-core/cflinuxfs3/System.Globalization.Calendars.dll new file mode 100755 index 000000000..f78a08390 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Globalization.Calendars.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Globalization.Extensions.dll b/assets/dotnet-core/cflinuxfs3/System.Globalization.Extensions.dll new file mode 100755 index 000000000..0cf88e665 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Globalization.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Globalization.dll b/assets/dotnet-core/cflinuxfs3/System.Globalization.dll new file mode 100755 index 000000000..9076258ec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Globalization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.Compression.Brotli.dll b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.Brotli.dll new file mode 100755 index 000000000..56e586326 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.Brotli.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.Compression.FileSystem.dll b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.FileSystem.dll new file mode 100755 index 000000000..3d657af44 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.FileSystem.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.Compression.ZipFile.dll b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.ZipFile.dll new file mode 100755 index 000000000..f904366ac Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.ZipFile.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.Compression.dll b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.dll new file mode 100755 index 000000000..8d4194cdf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.Compression.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.AccessControl.dll b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.AccessControl.dll new file mode 100755 index 000000000..c4e4bda50 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.AccessControl.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.DriveInfo.dll b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.DriveInfo.dll new file mode 100755 index 000000000..a56e882fe Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.DriveInfo.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.Primitives.dll b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.Primitives.dll new file mode 100755 index 000000000..a1f0ac283 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.Watcher.dll b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.Watcher.dll new file mode 100755 index 000000000..2307d1ad1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.Watcher.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.dll b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.dll new file mode 100755 index 000000000..5aa31b9ff Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.FileSystem.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.IsolatedStorage.dll b/assets/dotnet-core/cflinuxfs3/System.IO.IsolatedStorage.dll new file mode 100755 index 000000000..a36c27401 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.IsolatedStorage.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.MemoryMappedFiles.dll b/assets/dotnet-core/cflinuxfs3/System.IO.MemoryMappedFiles.dll new file mode 100755 index 000000000..36c23f7e8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.MemoryMappedFiles.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.Pipelines.dll b/assets/dotnet-core/cflinuxfs3/System.IO.Pipelines.dll new file mode 100755 index 000000000..1ba4ca5f5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.Pipelines.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.Pipes.AccessControl.dll b/assets/dotnet-core/cflinuxfs3/System.IO.Pipes.AccessControl.dll new file mode 100755 index 000000000..c5161161b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.Pipes.AccessControl.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.Pipes.dll b/assets/dotnet-core/cflinuxfs3/System.IO.Pipes.dll new file mode 100755 index 000000000..372d428f2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.Pipes.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.UnmanagedMemoryStream.dll b/assets/dotnet-core/cflinuxfs3/System.IO.UnmanagedMemoryStream.dll new file mode 100755 index 000000000..8f22aee3e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.UnmanagedMemoryStream.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.IO.dll b/assets/dotnet-core/cflinuxfs3/System.IO.dll new file mode 100755 index 000000000..1c0f3049f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.IO.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Linq.Expressions.dll b/assets/dotnet-core/cflinuxfs3/System.Linq.Expressions.dll new file mode 100755 index 000000000..a53d8ccb0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Linq.Expressions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Linq.Parallel.dll b/assets/dotnet-core/cflinuxfs3/System.Linq.Parallel.dll new file mode 100755 index 000000000..63f91fe7d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Linq.Parallel.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Linq.Queryable.dll b/assets/dotnet-core/cflinuxfs3/System.Linq.Queryable.dll new file mode 100755 index 000000000..dd62f439c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Linq.Queryable.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Linq.dll b/assets/dotnet-core/cflinuxfs3/System.Linq.dll new file mode 100755 index 000000000..ab0d10914 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Linq.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Memory.dll b/assets/dotnet-core/cflinuxfs3/System.Memory.dll new file mode 100755 index 000000000..a62de6be5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Memory.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Http.Json.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Http.Json.dll new file mode 100755 index 000000000..d562d3098 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Http.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Http.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Http.dll new file mode 100755 index 000000000..edf3e60f9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Http.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.HttpListener.dll b/assets/dotnet-core/cflinuxfs3/System.Net.HttpListener.dll new file mode 100755 index 000000000..41bebd083 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.HttpListener.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Mail.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Mail.dll new file mode 100755 index 000000000..8a1685db0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Mail.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.NameResolution.dll b/assets/dotnet-core/cflinuxfs3/System.Net.NameResolution.dll new file mode 100755 index 000000000..57602fb76 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.NameResolution.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.NetworkInformation.dll b/assets/dotnet-core/cflinuxfs3/System.Net.NetworkInformation.dll new file mode 100755 index 000000000..8ed5bc15a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.NetworkInformation.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Ping.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Ping.dll new file mode 100755 index 000000000..d5c32c7e3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Ping.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Primitives.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Primitives.dll new file mode 100755 index 000000000..6162c879b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Quic.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Quic.dll new file mode 100755 index 000000000..fa35a5242 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Quic.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Requests.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Requests.dll new file mode 100755 index 000000000..f1b41c53a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Requests.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Security.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Security.dll new file mode 100755 index 000000000..01bf29bda Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Security.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.ServicePoint.dll b/assets/dotnet-core/cflinuxfs3/System.Net.ServicePoint.dll new file mode 100755 index 000000000..eb6f3390e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.ServicePoint.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.Sockets.dll b/assets/dotnet-core/cflinuxfs3/System.Net.Sockets.dll new file mode 100755 index 000000000..5d5a6ff9a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.Sockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.WebClient.dll b/assets/dotnet-core/cflinuxfs3/System.Net.WebClient.dll new file mode 100755 index 000000000..c4c29374c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.WebClient.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.WebHeaderCollection.dll b/assets/dotnet-core/cflinuxfs3/System.Net.WebHeaderCollection.dll new file mode 100755 index 000000000..80ec33c55 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.WebHeaderCollection.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.WebProxy.dll b/assets/dotnet-core/cflinuxfs3/System.Net.WebProxy.dll new file mode 100755 index 000000000..86c0b19c4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.WebProxy.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.WebSockets.Client.dll b/assets/dotnet-core/cflinuxfs3/System.Net.WebSockets.Client.dll new file mode 100755 index 000000000..8eb3e9f32 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.WebSockets.Client.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.WebSockets.dll b/assets/dotnet-core/cflinuxfs3/System.Net.WebSockets.dll new file mode 100755 index 000000000..a77956060 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.WebSockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Net.dll b/assets/dotnet-core/cflinuxfs3/System.Net.dll new file mode 100755 index 000000000..7ef2e0680 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Net.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Numerics.Vectors.dll b/assets/dotnet-core/cflinuxfs3/System.Numerics.Vectors.dll new file mode 100755 index 000000000..0243cc719 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Numerics.Vectors.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Numerics.dll b/assets/dotnet-core/cflinuxfs3/System.Numerics.dll new file mode 100755 index 000000000..22e96e803 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Numerics.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ObjectModel.dll b/assets/dotnet-core/cflinuxfs3/System.ObjectModel.dll new file mode 100755 index 000000000..41ff3d773 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ObjectModel.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Private.CoreLib.dll b/assets/dotnet-core/cflinuxfs3/System.Private.CoreLib.dll new file mode 100755 index 000000000..2d84a3e91 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Private.CoreLib.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Private.DataContractSerialization.dll b/assets/dotnet-core/cflinuxfs3/System.Private.DataContractSerialization.dll new file mode 100755 index 000000000..bbc4ce728 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Private.DataContractSerialization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Private.Uri.dll b/assets/dotnet-core/cflinuxfs3/System.Private.Uri.dll new file mode 100755 index 000000000..1cde4def0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Private.Uri.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Private.Xml.Linq.dll b/assets/dotnet-core/cflinuxfs3/System.Private.Xml.Linq.dll new file mode 100755 index 000000000..ab74e4964 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Private.Xml.Linq.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Private.Xml.dll b/assets/dotnet-core/cflinuxfs3/System.Private.Xml.dll new file mode 100755 index 000000000..031f33ffc Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Private.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.DispatchProxy.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.DispatchProxy.dll new file mode 100755 index 000000000..9dc7e2a3a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.DispatchProxy.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.ILGeneration.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.ILGeneration.dll new file mode 100755 index 000000000..7f92103c3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.ILGeneration.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.Lightweight.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.Lightweight.dll new file mode 100755 index 000000000..68ca1ba5d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.Lightweight.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.dll new file mode 100755 index 000000000..f4d6d4d51 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.Emit.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.Extensions.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.Extensions.dll new file mode 100755 index 000000000..077143aa1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.Metadata.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.Metadata.dll new file mode 100755 index 000000000..2e6b8d355 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.Metadata.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.Primitives.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.Primitives.dll new file mode 100755 index 000000000..fa3e23b5f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.TypeExtensions.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.TypeExtensions.dll new file mode 100755 index 000000000..f93d444cf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.TypeExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Reflection.dll b/assets/dotnet-core/cflinuxfs3/System.Reflection.dll new file mode 100755 index 000000000..c47eec54a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Reflection.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Resources.Reader.dll b/assets/dotnet-core/cflinuxfs3/System.Resources.Reader.dll new file mode 100755 index 000000000..cf2a62b98 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Resources.Reader.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Resources.ResourceManager.dll b/assets/dotnet-core/cflinuxfs3/System.Resources.ResourceManager.dll new file mode 100755 index 000000000..ae7d35327 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Resources.ResourceManager.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Resources.Writer.dll b/assets/dotnet-core/cflinuxfs3/System.Resources.Writer.dll new file mode 100755 index 000000000..7d89e2150 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Resources.Writer.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.CompilerServices.Unsafe.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.CompilerServices.Unsafe.dll new file mode 100755 index 000000000..80371a629 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.CompilerServices.VisualC.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.CompilerServices.VisualC.dll new file mode 100755 index 000000000..0ebd914f7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Extensions.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Extensions.dll new file mode 100755 index 000000000..622205b33 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Handles.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Handles.dll new file mode 100755 index 000000000..1bb3228b5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Handles.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.InteropServices.RuntimeInformation.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100755 index 000000000..505b0e6a5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.InteropServices.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.InteropServices.dll new file mode 100755 index 000000000..dc01361bd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.InteropServices.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Intrinsics.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Intrinsics.dll new file mode 100755 index 000000000..420daaeb4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Intrinsics.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Loader.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Loader.dll new file mode 100755 index 000000000..c3718a3fd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Loader.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Numerics.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Numerics.dll new file mode 100755 index 000000000..2f64befcf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Numerics.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Formatters.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Formatters.dll new file mode 100755 index 000000000..f8c388479 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Formatters.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Json.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Json.dll new file mode 100755 index 000000000..f8e937051 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Primitives.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Primitives.dll new file mode 100755 index 000000000..c937f77c8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Xml.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Xml.dll new file mode 100755 index 000000000..ad020eb5e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.dll new file mode 100755 index 000000000..4cd03cfa6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.Serialization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Runtime.dll b/assets/dotnet-core/cflinuxfs3/System.Runtime.dll new file mode 100755 index 000000000..da9897eaf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Runtime.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.AccessControl.dll b/assets/dotnet-core/cflinuxfs3/System.Security.AccessControl.dll new file mode 100755 index 000000000..097730b3c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.AccessControl.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Claims.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Claims.dll new file mode 100755 index 000000000..eb8aad3ec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Claims.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Algorithms.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Algorithms.dll new file mode 100755 index 000000000..3382d08c3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Algorithms.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Cng.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Cng.dll new file mode 100755 index 000000000..6cb74a20a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Cng.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Csp.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Csp.dll new file mode 100755 index 000000000..76fe90881 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Csp.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Encoding.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Encoding.dll new file mode 100755 index 000000000..28e6ba869 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Encoding.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.OpenSsl.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.OpenSsl.dll new file mode 100755 index 000000000..64eba7c58 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.OpenSsl.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Pkcs.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Pkcs.dll new file mode 100755 index 000000000..2cbd5af67 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Pkcs.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Primitives.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Primitives.dll new file mode 100755 index 000000000..591f61b99 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.X509Certificates.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.X509Certificates.dll new file mode 100755 index 000000000..490520eb2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.X509Certificates.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Xml.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Xml.dll new file mode 100755 index 000000000..1a6fcae44 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Cryptography.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Principal.Windows.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Principal.Windows.dll new file mode 100755 index 000000000..dbf40bee9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Principal.Windows.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.Principal.dll b/assets/dotnet-core/cflinuxfs3/System.Security.Principal.dll new file mode 100755 index 000000000..df0096ef5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.Principal.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.SecureString.dll b/assets/dotnet-core/cflinuxfs3/System.Security.SecureString.dll new file mode 100755 index 000000000..953aae37f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.SecureString.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Security.dll b/assets/dotnet-core/cflinuxfs3/System.Security.dll new file mode 100755 index 000000000..78ef61af7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Security.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ServiceModel.Web.dll b/assets/dotnet-core/cflinuxfs3/System.ServiceModel.Web.dll new file mode 100755 index 000000000..636c59453 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ServiceModel.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ServiceProcess.dll b/assets/dotnet-core/cflinuxfs3/System.ServiceProcess.dll new file mode 100755 index 000000000..3880bc9f8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ServiceProcess.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.CodePages.dll b/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.CodePages.dll new file mode 100755 index 000000000..e82bcf012 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.CodePages.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.Extensions.dll b/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.Extensions.dll new file mode 100755 index 000000000..3a0d66a24 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.dll b/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.dll new file mode 100755 index 000000000..e415adb49 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Text.Encoding.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Text.Encodings.Web.dll b/assets/dotnet-core/cflinuxfs3/System.Text.Encodings.Web.dll new file mode 100755 index 000000000..3062de58a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Text.Encodings.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Text.Json.dll b/assets/dotnet-core/cflinuxfs3/System.Text.Json.dll new file mode 100755 index 000000000..d274c81d0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Text.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Text.RegularExpressions.dll b/assets/dotnet-core/cflinuxfs3/System.Text.RegularExpressions.dll new file mode 100755 index 000000000..cdbe4854c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Text.RegularExpressions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Channels.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Channels.dll new file mode 100755 index 000000000..ecd60ef3a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Channels.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Overlapped.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Overlapped.dll new file mode 100755 index 000000000..9a350b573 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Overlapped.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Dataflow.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Dataflow.dll new file mode 100755 index 000000000..2b1a07a93 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Dataflow.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Extensions.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Extensions.dll new file mode 100755 index 000000000..b0ecc5128 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Parallel.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Parallel.dll new file mode 100755 index 000000000..ffe708228 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.Parallel.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.dll new file mode 100755 index 000000000..78a981c6f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Tasks.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Thread.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Thread.dll new file mode 100755 index 000000000..ceb230305 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Thread.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.ThreadPool.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.ThreadPool.dll new file mode 100755 index 000000000..bad5fb5cf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.ThreadPool.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.Timer.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.Timer.dll new file mode 100755 index 000000000..63ef6c0b7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.Timer.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Threading.dll b/assets/dotnet-core/cflinuxfs3/System.Threading.dll new file mode 100755 index 000000000..8d18be6b2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Threading.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Transactions.Local.dll b/assets/dotnet-core/cflinuxfs3/System.Transactions.Local.dll new file mode 100755 index 000000000..2b658979d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Transactions.Local.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Transactions.dll b/assets/dotnet-core/cflinuxfs3/System.Transactions.dll new file mode 100755 index 000000000..027a9ba02 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Transactions.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.ValueTuple.dll b/assets/dotnet-core/cflinuxfs3/System.ValueTuple.dll new file mode 100755 index 000000000..eaf947bf8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.ValueTuple.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Web.HttpUtility.dll b/assets/dotnet-core/cflinuxfs3/System.Web.HttpUtility.dll new file mode 100755 index 000000000..604db1573 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Web.HttpUtility.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Web.dll b/assets/dotnet-core/cflinuxfs3/System.Web.dll new file mode 100755 index 000000000..0a35486b4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Windows.dll b/assets/dotnet-core/cflinuxfs3/System.Windows.dll new file mode 100755 index 000000000..3f72aa20f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Windows.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.Linq.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.Linq.dll new file mode 100755 index 000000000..95e65aa0f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.Linq.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.ReaderWriter.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.ReaderWriter.dll new file mode 100755 index 000000000..446c269d2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.ReaderWriter.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.Serialization.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.Serialization.dll new file mode 100755 index 000000000..58bc686af Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.Serialization.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.XDocument.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.XDocument.dll new file mode 100755 index 000000000..b49046846 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.XDocument.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.XPath.XDocument.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.XPath.XDocument.dll new file mode 100755 index 000000000..bb952a980 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.XPath.XDocument.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.XPath.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.XPath.dll new file mode 100755 index 000000000..965600753 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.XPath.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.XmlDocument.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.XmlDocument.dll new file mode 100755 index 000000000..c8cf62a1a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.XmlDocument.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.XmlSerializer.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.XmlSerializer.dll new file mode 100755 index 000000000..da15a1782 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.XmlSerializer.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.Xml.dll b/assets/dotnet-core/cflinuxfs3/System.Xml.dll new file mode 100755 index 000000000..1d8a9dfa8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/System.dll b/assets/dotnet-core/cflinuxfs3/System.dll new file mode 100755 index 000000000..6bed07934 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/System.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/WindowsBase.dll b/assets/dotnet-core/cflinuxfs3/WindowsBase.dll new file mode 100755 index 000000000..6bb8dbfde Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/WindowsBase.dll differ diff --git a/assets/dotnet-core/bin/Release/net6.0/appsettings.Development.json b/assets/dotnet-core/cflinuxfs3/appsettings.Development.json similarity index 100% rename from assets/dotnet-core/bin/Release/net6.0/appsettings.Development.json rename to assets/dotnet-core/cflinuxfs3/appsettings.Development.json diff --git a/assets/dotnet-core/bin/Release/net6.0/appsettings.json b/assets/dotnet-core/cflinuxfs3/appsettings.json similarity index 100% rename from assets/dotnet-core/bin/Release/net6.0/appsettings.json rename to assets/dotnet-core/cflinuxfs3/appsettings.json diff --git a/assets/dotnet-core/cflinuxfs3/createdump b/assets/dotnet-core/cflinuxfs3/createdump new file mode 100755 index 000000000..6a6592b2f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/createdump differ diff --git a/assets/dotnet-core/bin/Release/net6.0/dotnet-core b/assets/dotnet-core/cflinuxfs3/dotnet-core similarity index 98% rename from assets/dotnet-core/bin/Release/net6.0/dotnet-core rename to assets/dotnet-core/cflinuxfs3/dotnet-core index 14fed7dc3..3a0b66b8b 100755 Binary files a/assets/dotnet-core/bin/Release/net6.0/dotnet-core and b/assets/dotnet-core/cflinuxfs3/dotnet-core differ diff --git a/assets/dotnet-core/cflinuxfs3/dotnet-core.deps.json b/assets/dotnet-core/cflinuxfs3/dotnet-core.deps.json new file mode 100644 index 000000000..4576cb86a --- /dev/null +++ b/assets/dotnet-core/cflinuxfs3/dotnet-core.deps.json @@ -0,0 +1,1336 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0/ubuntu.18.04-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {}, + ".NETCoreApp,Version=v6.0/ubuntu.18.04-x64": { + "dotnet-core/1.0.0": { + "dependencies": { + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "6.0.9", + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64": "6.0.9" + }, + "runtime": { + "dotnet-core.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.100.922.41905" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.AppContext.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Buffers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Drawing.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Security.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "WindowsBase.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "6.0.922.41905" + } + }, + "native": { + "createdump": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Globalization.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.IO.Compression.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Net.Security.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Security.Cryptography.Native.OpenSsl.so": { + "fileVersion": "0.0.0.0" + }, + "libclrjit.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclr.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclrtraceptprovider.so": { + "fileVersion": "0.0.0.0" + }, + "libdbgshim.so": { + "fileVersion": "0.0.0.0" + }, + "libhostfxr.so": { + "fileVersion": "0.0.0.0" + }, + "libhostpolicy.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordaccore.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordbi.so": { + "fileVersion": "0.0.0.0" + } + } + }, + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64/6.0.9": { + "runtime": { + "Microsoft.AspNetCore.Antiforgery.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Cookies.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.OAuth.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authorization.Policy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authorization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Authorization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Forms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Server.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Connections.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.CookiePolicy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cryptography.Internal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HostFiltering.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Html.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Connections.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Connections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Features.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Results.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpLogging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpOverrides.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpsPolicy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Identity.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Localization.Routing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Cors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Razor.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.RazorPages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.TagHelpers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Razor.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Razor.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCaching.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCompression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Rewrite.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Routing.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Routing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.HttpSys.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.IIS.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.IISIntegration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Session.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.StaticFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.WebUtilities.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Caching.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Binder.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.CommandLine.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.FileExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Ini.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.KeyPerFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Configuration.UserSecrets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.322.12309" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Features.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.FileProviders.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileProviders.Composite.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileProviders.Embedded.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.FileProviders.Physical.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileSystemGlobbing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Hosting.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Identity.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Identity.Stores.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Localization.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Extensions.Logging.Configuration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.EventSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.ObjectPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Options.DataAnnotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Options.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.WebEncoders.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.JSInterop.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Net.Http.Headers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "System.Diagnostics.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "System.IO.Pipelines.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" + }, + "System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" + }, + "System.Security.Cryptography.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + } + } + } + } + }, + "libraries": { + "dotnet-core/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64/6.0.9": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + } + }, + "runtimes": { + "linuxmint.19-x64": [ + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.1-x64": [ + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.2-x64": [ + "linuxmint.19.2", + "linuxmint.19.1-x64", + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.18.04-x64": [ + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.dll b/assets/dotnet-core/cflinuxfs3/dotnet-core.dll similarity index 69% rename from assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.dll rename to assets/dotnet-core/cflinuxfs3/dotnet-core.dll index 18287b4e4..161d92af4 100644 Binary files a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.dll and b/assets/dotnet-core/cflinuxfs3/dotnet-core.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/dotnet-core.pdb b/assets/dotnet-core/cflinuxfs3/dotnet-core.pdb new file mode 100644 index 000000000..132deac2a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/dotnet-core.pdb differ diff --git a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.runtimeconfig.json b/assets/dotnet-core/cflinuxfs3/dotnet-core.runtimeconfig.json similarity index 82% rename from assets/dotnet-core/bin/Release/net6.0/dotnet-core.runtimeconfig.json rename to assets/dotnet-core/cflinuxfs3/dotnet-core.runtimeconfig.json index 80d034712..b9413902c 100644 --- a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.runtimeconfig.json +++ b/assets/dotnet-core/cflinuxfs3/dotnet-core.runtimeconfig.json @@ -1,14 +1,14 @@ { "runtimeOptions": { "tfm": "net6.0", - "frameworks": [ + "includedFrameworks": [ { "name": "Microsoft.NETCore.App", - "version": "6.0.0" + "version": "6.0.9" }, { "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" + "version": "6.0.9" } ], "configProperties": { diff --git a/assets/dotnet-core/cflinuxfs3/libSystem.Globalization.Native.so b/assets/dotnet-core/cflinuxfs3/libSystem.Globalization.Native.so new file mode 100755 index 000000000..5f3ae800b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libSystem.Globalization.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libSystem.IO.Compression.Native.so b/assets/dotnet-core/cflinuxfs3/libSystem.IO.Compression.Native.so new file mode 100755 index 000000000..aa1b8bda6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libSystem.IO.Compression.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libSystem.Native.so b/assets/dotnet-core/cflinuxfs3/libSystem.Native.so new file mode 100755 index 000000000..c10b7f38b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libSystem.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libSystem.Net.Security.Native.so b/assets/dotnet-core/cflinuxfs3/libSystem.Net.Security.Native.so new file mode 100755 index 000000000..1e6f4351b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libSystem.Net.Security.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libSystem.Security.Cryptography.Native.OpenSsl.so b/assets/dotnet-core/cflinuxfs3/libSystem.Security.Cryptography.Native.OpenSsl.so new file mode 100755 index 000000000..a00c83416 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libSystem.Security.Cryptography.Native.OpenSsl.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libclrjit.so b/assets/dotnet-core/cflinuxfs3/libclrjit.so new file mode 100755 index 000000000..3b6c3fa9c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libclrjit.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libcoreclr.so b/assets/dotnet-core/cflinuxfs3/libcoreclr.so new file mode 100755 index 000000000..8f8712a94 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libcoreclr.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libcoreclrtraceptprovider.so b/assets/dotnet-core/cflinuxfs3/libcoreclrtraceptprovider.so new file mode 100755 index 000000000..34f808c46 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libcoreclrtraceptprovider.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libdbgshim.so b/assets/dotnet-core/cflinuxfs3/libdbgshim.so new file mode 100755 index 000000000..42030d187 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libdbgshim.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libhostfxr.so b/assets/dotnet-core/cflinuxfs3/libhostfxr.so new file mode 100755 index 000000000..78af2c42f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libhostfxr.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libhostpolicy.so b/assets/dotnet-core/cflinuxfs3/libhostpolicy.so new file mode 100755 index 000000000..2b340b79a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libhostpolicy.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libmscordaccore.so b/assets/dotnet-core/cflinuxfs3/libmscordaccore.so new file mode 100755 index 000000000..4ac43af6e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libmscordaccore.so differ diff --git a/assets/dotnet-core/cflinuxfs3/libmscordbi.so b/assets/dotnet-core/cflinuxfs3/libmscordbi.so new file mode 100755 index 000000000..22bcfd5eb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/libmscordbi.so differ diff --git a/assets/dotnet-core/cflinuxfs3/mscorlib.dll b/assets/dotnet-core/cflinuxfs3/mscorlib.dll new file mode 100755 index 000000000..e322263bb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/mscorlib.dll differ diff --git a/assets/dotnet-core/cflinuxfs3/netstandard.dll b/assets/dotnet-core/cflinuxfs3/netstandard.dll new file mode 100755 index 000000000..f07a7cf5a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs3/netstandard.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Antiforgery.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Antiforgery.dll new file mode 100755 index 000000000..a6e91af5a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Antiforgery.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Abstractions.dll new file mode 100755 index 000000000..1a78e11d7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Cookies.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Cookies.dll new file mode 100755 index 000000000..948c96d45 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Cookies.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Core.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Core.dll new file mode 100755 index 000000000..d5661e754 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.OAuth.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.OAuth.dll new file mode 100755 index 000000000..af0561ad5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.OAuth.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.dll new file mode 100755 index 000000000..5ba8dfa8c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authentication.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authorization.Policy.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authorization.Policy.dll new file mode 100755 index 000000000..6ed654781 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authorization.Policy.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authorization.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authorization.dll new file mode 100755 index 000000000..f18eb2458 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Authorization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Authorization.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Authorization.dll new file mode 100755 index 000000000..4c4523619 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Authorization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Forms.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Forms.dll new file mode 100755 index 000000000..b272771f3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Forms.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Server.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Server.dll new file mode 100755 index 000000000..80a40bfec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Server.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Web.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Web.dll new file mode 100755 index 000000000..caa2de043 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.dll new file mode 100755 index 000000000..1fe63d42f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Components.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Connections.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Connections.Abstractions.dll new file mode 100755 index 000000000..be06e33e0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Connections.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.CookiePolicy.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.CookiePolicy.dll new file mode 100755 index 000000000..07fa12419 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.CookiePolicy.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cors.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cors.dll new file mode 100755 index 000000000..e78ece7e3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cors.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cryptography.Internal.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cryptography.Internal.dll new file mode 100755 index 000000000..00b8864e1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cryptography.Internal.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll new file mode 100755 index 000000000..67822e58e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.Abstractions.dll new file mode 100755 index 000000000..dfdbb5877 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.Extensions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.Extensions.dll new file mode 100755 index 000000000..4247f8d25 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.dll new file mode 100755 index 000000000..119a77560 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.DataProtection.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.Abstractions.dll new file mode 100755 index 000000000..7e529ad6f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll new file mode 100755 index 000000000..9b8faca66 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.dll new file mode 100755 index 000000000..b1460c2f6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Diagnostics.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HostFiltering.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HostFiltering.dll new file mode 100755 index 000000000..ba8b5258e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HostFiltering.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.Abstractions.dll new file mode 100755 index 000000000..8a1d5f0a6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll new file mode 100755 index 000000000..b8d8ec06f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.dll new file mode 100755 index 000000000..bb187872d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Hosting.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Html.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Html.Abstractions.dll new file mode 100755 index 000000000..9a5021577 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Html.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Abstractions.dll new file mode 100755 index 000000000..42a2ef59b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Connections.Common.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Connections.Common.dll new file mode 100755 index 000000000..a58e9c280 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Connections.Common.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Connections.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Connections.dll new file mode 100755 index 000000000..5831431ec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Connections.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Extensions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Extensions.dll new file mode 100755 index 000000000..0e0e9a200 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Features.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Features.dll new file mode 100755 index 000000000..53f5ae1ee Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Features.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Results.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Results.dll new file mode 100755 index 000000000..dd100f483 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.Results.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.dll new file mode 100755 index 000000000..baa185c0f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Http.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpLogging.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpLogging.dll new file mode 100755 index 000000000..d20290b59 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpLogging.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpOverrides.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpOverrides.dll new file mode 100755 index 000000000..20bc000ae Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpOverrides.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpsPolicy.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpsPolicy.dll new file mode 100755 index 000000000..5f8c94d1f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.HttpsPolicy.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Identity.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Identity.dll new file mode 100755 index 000000000..2a12e07ca Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Identity.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Localization.Routing.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Localization.Routing.dll new file mode 100755 index 000000000..9d2ee840e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Localization.Routing.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Localization.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Localization.dll new file mode 100755 index 000000000..ddf11fec7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Localization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Metadata.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Metadata.dll new file mode 100755 index 000000000..f2bc48b6e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Metadata.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Abstractions.dll new file mode 100755 index 000000000..feaa6661e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.ApiExplorer.dll new file mode 100755 index 000000000..e33133c4b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.ApiExplorer.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Core.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Core.dll new file mode 100755 index 000000000..2795445df Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Cors.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Cors.dll new file mode 100755 index 000000000..c39f9460e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Cors.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.DataAnnotations.dll new file mode 100755 index 000000000..31fbe23eb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.DataAnnotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Formatters.Json.dll new file mode 100755 index 000000000..9d8ee6759 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Formatters.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll new file mode 100755 index 000000000..61148810c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Localization.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Localization.dll new file mode 100755 index 000000000..f423f1d7a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Localization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Razor.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Razor.dll new file mode 100755 index 000000000..b2d77fe09 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.Razor.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.RazorPages.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.RazorPages.dll new file mode 100755 index 000000000..d256c6b3b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.RazorPages.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.TagHelpers.dll new file mode 100755 index 000000000..e3bdaecee Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.TagHelpers.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.ViewFeatures.dll new file mode 100755 index 000000000..6e63a5fd8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.ViewFeatures.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.dll new file mode 100755 index 000000000..3047f1792 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Mvc.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Razor.Runtime.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Razor.Runtime.dll new file mode 100755 index 000000000..f402a114d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Razor.Runtime.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Razor.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Razor.dll new file mode 100755 index 000000000..a5bade8bd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Razor.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll new file mode 100755 index 000000000..7eba443a8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCaching.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCaching.dll new file mode 100755 index 000000000..e44baebcd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCaching.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCompression.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCompression.dll new file mode 100755 index 000000000..7157d9df6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.ResponseCompression.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Rewrite.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Rewrite.dll new file mode 100755 index 000000000..4616418e2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Rewrite.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Routing.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Routing.Abstractions.dll new file mode 100755 index 000000000..060fdafc9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Routing.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Routing.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Routing.dll new file mode 100755 index 000000000..9b74f3c72 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Routing.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.HttpSys.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.HttpSys.dll new file mode 100755 index 000000000..afbdd214f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.HttpSys.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.IIS.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.IIS.dll new file mode 100755 index 000000000..d89c36b6e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.IIS.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.IISIntegration.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.IISIntegration.dll new file mode 100755 index 000000000..9f7dc0804 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.IISIntegration.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Core.dll new file mode 100755 index 000000000..03c66d265 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll new file mode 100755 index 000000000..3fd5dea6d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll new file mode 100755 index 000000000..2f258756f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.dll new file mode 100755 index 000000000..6fd85d678 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Server.Kestrel.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Session.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Session.dll new file mode 100755 index 000000000..dbf35732d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.Session.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Common.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Common.dll new file mode 100755 index 000000000..e11e9f78b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Common.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Core.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Core.dll new file mode 100755 index 000000000..1e3b13751 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Protocols.Json.dll new file mode 100755 index 000000000..ee3de863b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.Protocols.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.dll new file mode 100755 index 000000000..4802213a2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.SignalR.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.StaticFiles.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.StaticFiles.dll new file mode 100755 index 000000000..624efe959 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.StaticFiles.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.WebSockets.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.WebSockets.dll new file mode 100755 index 000000000..d538efd52 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.WebSockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.WebUtilities.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.WebUtilities.dll new file mode 100755 index 000000000..95c59f8d4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.WebUtilities.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.dll new file mode 100755 index 000000000..ebda44164 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.AspNetCore.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.CSharp.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.CSharp.dll new file mode 100755 index 000000000..05c56a98d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.CSharp.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Caching.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Caching.Abstractions.dll new file mode 100755 index 000000000..f0fea5afc Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Caching.Memory.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Caching.Memory.dll new file mode 100755 index 000000000..07a737b49 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Abstractions.dll new file mode 100755 index 000000000..086871ff0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Binder.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Binder.dll new file mode 100755 index 000000000..588978d21 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Binder.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.CommandLine.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.CommandLine.dll new file mode 100755 index 000000000..325d59f0d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.CommandLine.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.EnvironmentVariables.dll new file mode 100755 index 000000000..e7d8b7bf5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.EnvironmentVariables.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.FileExtensions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.FileExtensions.dll new file mode 100755 index 000000000..90ba37b19 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.FileExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Ini.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Ini.dll new file mode 100755 index 000000000..a65e31c3c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Ini.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Json.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Json.dll new file mode 100755 index 000000000..ee794d023 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.KeyPerFile.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.KeyPerFile.dll new file mode 100755 index 000000000..82d126a95 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.KeyPerFile.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.UserSecrets.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.UserSecrets.dll new file mode 100755 index 000000000..3013f69f4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.UserSecrets.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Xml.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Xml.dll new file mode 100755 index 000000000..e6f108ead Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.dll new file mode 100755 index 000000000..420ea148e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Configuration.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100755 index 000000000..aefda3a53 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.DependencyInjection.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.DependencyInjection.dll new file mode 100755 index 000000000..fe040340d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll new file mode 100755 index 000000000..4b2bdb7ea Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Diagnostics.HealthChecks.dll new file mode 100755 index 000000000..75e690328 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Diagnostics.HealthChecks.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Features.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Features.dll new file mode 100755 index 000000000..90509fa41 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Features.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Abstractions.dll new file mode 100755 index 000000000..3e4829afc Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Composite.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Composite.dll new file mode 100755 index 000000000..06ffcf332 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Composite.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Embedded.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Embedded.dll new file mode 100755 index 000000000..fd78171ee Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Embedded.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Physical.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Physical.dll new file mode 100755 index 000000000..eace1e569 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileProviders.Physical.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileSystemGlobbing.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileSystemGlobbing.dll new file mode 100755 index 000000000..39decf99e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.FileSystemGlobbing.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Hosting.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Hosting.Abstractions.dll new file mode 100755 index 000000000..35f0e72a6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Hosting.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Hosting.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Hosting.dll new file mode 100755 index 000000000..375b18472 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Hosting.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Http.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Http.dll new file mode 100755 index 000000000..d0f59a5cb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Http.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Identity.Core.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Identity.Core.dll new file mode 100755 index 000000000..646a1a606 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Identity.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Identity.Stores.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Identity.Stores.dll new file mode 100755 index 000000000..59df5372c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Identity.Stores.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Localization.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Localization.Abstractions.dll new file mode 100755 index 000000000..c983d6d83 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Localization.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Localization.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Localization.dll new file mode 100755 index 000000000..425703074 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Localization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Abstractions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Abstractions.dll new file mode 100755 index 000000000..7b69b7da5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Configuration.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Configuration.dll new file mode 100755 index 000000000..04202e04a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Configuration.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Console.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Console.dll new file mode 100755 index 000000000..c8b9276a2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Console.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Debug.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Debug.dll new file mode 100755 index 000000000..e8ac49856 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.Debug.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.EventLog.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.EventLog.dll new file mode 100755 index 000000000..5d9b8ac38 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.EventLog.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.EventSource.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.EventSource.dll new file mode 100755 index 000000000..e4ce82c45 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.EventSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.TraceSource.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.TraceSource.dll new file mode 100755 index 000000000..cba12828c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.TraceSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.dll new file mode 100755 index 000000000..425f2a7d9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Logging.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.ObjectPool.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.ObjectPool.dll new file mode 100755 index 000000000..1b36eddc6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.ObjectPool.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.ConfigurationExtensions.dll new file mode 100755 index 000000000..fd46f7fb9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.DataAnnotations.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.DataAnnotations.dll new file mode 100755 index 000000000..8c9ae8950 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.DataAnnotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.dll new file mode 100755 index 000000000..62c2225ce Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Options.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Primitives.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Primitives.dll new file mode 100755 index 000000000..d4838ef3d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.WebEncoders.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.WebEncoders.dll new file mode 100755 index 000000000..928af0000 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Extensions.WebEncoders.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.JSInterop.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.JSInterop.dll new file mode 100755 index 000000000..3218d29fe Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.JSInterop.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Net.Http.Headers.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Net.Http.Headers.dll new file mode 100755 index 000000000..a68828147 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Net.Http.Headers.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.VisualBasic.Core.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.VisualBasic.Core.dll new file mode 100755 index 000000000..d9fd30a70 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.VisualBasic.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.VisualBasic.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.VisualBasic.dll new file mode 100755 index 000000000..562f6e707 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.VisualBasic.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Win32.Primitives.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Win32.Primitives.dll new file mode 100755 index 000000000..565a61181 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Win32.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/Microsoft.Win32.Registry.dll b/assets/dotnet-core/cflinuxfs4/Microsoft.Win32.Registry.dll new file mode 100755 index 000000000..b4b4d227b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/Microsoft.Win32.Registry.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.AppContext.dll b/assets/dotnet-core/cflinuxfs4/System.AppContext.dll new file mode 100755 index 000000000..55ce02bc8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.AppContext.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Buffers.dll b/assets/dotnet-core/cflinuxfs4/System.Buffers.dll new file mode 100755 index 000000000..f8e12debf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Buffers.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Collections.Concurrent.dll b/assets/dotnet-core/cflinuxfs4/System.Collections.Concurrent.dll new file mode 100755 index 000000000..dc62dc46d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Collections.Concurrent.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Collections.Immutable.dll b/assets/dotnet-core/cflinuxfs4/System.Collections.Immutable.dll new file mode 100755 index 000000000..721c673e4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Collections.Immutable.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Collections.NonGeneric.dll b/assets/dotnet-core/cflinuxfs4/System.Collections.NonGeneric.dll new file mode 100755 index 000000000..22cad5004 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Collections.NonGeneric.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Collections.Specialized.dll b/assets/dotnet-core/cflinuxfs4/System.Collections.Specialized.dll new file mode 100755 index 000000000..cb45e48ad Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Collections.Specialized.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Collections.dll b/assets/dotnet-core/cflinuxfs4/System.Collections.dll new file mode 100755 index 000000000..c69d7241d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Collections.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ComponentModel.Annotations.dll b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.Annotations.dll new file mode 100755 index 000000000..29e3c7a60 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.Annotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ComponentModel.DataAnnotations.dll b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.DataAnnotations.dll new file mode 100755 index 000000000..19205bdaa Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.DataAnnotations.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ComponentModel.EventBasedAsync.dll b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.EventBasedAsync.dll new file mode 100755 index 000000000..713fbc580 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.EventBasedAsync.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ComponentModel.Primitives.dll b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.Primitives.dll new file mode 100755 index 000000000..3c1dab9c8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ComponentModel.TypeConverter.dll b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.TypeConverter.dll new file mode 100755 index 000000000..2f03e47dd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.TypeConverter.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ComponentModel.dll b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.dll new file mode 100755 index 000000000..c6c8a168d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ComponentModel.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Configuration.dll b/assets/dotnet-core/cflinuxfs4/System.Configuration.dll new file mode 100755 index 000000000..c92ffb7c5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Configuration.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Console.dll b/assets/dotnet-core/cflinuxfs4/System.Console.dll new file mode 100755 index 000000000..a9c682c82 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Console.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Core.dll b/assets/dotnet-core/cflinuxfs4/System.Core.dll new file mode 100755 index 000000000..f29f8d7be Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Data.Common.dll b/assets/dotnet-core/cflinuxfs4/System.Data.Common.dll new file mode 100755 index 000000000..a6ec9f090 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Data.Common.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Data.DataSetExtensions.dll b/assets/dotnet-core/cflinuxfs4/System.Data.DataSetExtensions.dll new file mode 100755 index 000000000..89234172c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Data.DataSetExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Data.dll b/assets/dotnet-core/cflinuxfs4/System.Data.dll new file mode 100755 index 000000000..05ffebfb6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Data.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Contracts.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Contracts.dll new file mode 100755 index 000000000..6129d18fa Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Contracts.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Debug.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Debug.dll new file mode 100755 index 000000000..bc56fbc31 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Debug.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.DiagnosticSource.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.DiagnosticSource.dll new file mode 100755 index 000000000..399810d97 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.DiagnosticSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.EventLog.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.EventLog.dll new file mode 100755 index 000000000..cc7f6737a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.EventLog.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.FileVersionInfo.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.FileVersionInfo.dll new file mode 100755 index 000000000..ab1f7c5e1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.FileVersionInfo.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Process.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Process.dll new file mode 100755 index 000000000..5e90e009a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Process.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.StackTrace.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.StackTrace.dll new file mode 100755 index 000000000..0757eb33e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.StackTrace.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.TextWriterTraceListener.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.TextWriterTraceListener.dll new file mode 100755 index 000000000..35b2f281e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Tools.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Tools.dll new file mode 100755 index 000000000..1b829398d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Tools.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.TraceSource.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.TraceSource.dll new file mode 100755 index 000000000..00cfccdfd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.TraceSource.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Tracing.dll b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Tracing.dll new file mode 100755 index 000000000..c56787730 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Diagnostics.Tracing.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Drawing.Primitives.dll b/assets/dotnet-core/cflinuxfs4/System.Drawing.Primitives.dll new file mode 100755 index 000000000..06cbe3e47 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Drawing.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Drawing.dll b/assets/dotnet-core/cflinuxfs4/System.Drawing.dll new file mode 100755 index 000000000..4eaf70818 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Drawing.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Dynamic.Runtime.dll b/assets/dotnet-core/cflinuxfs4/System.Dynamic.Runtime.dll new file mode 100755 index 000000000..4f7ef4df0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Dynamic.Runtime.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Formats.Asn1.dll b/assets/dotnet-core/cflinuxfs4/System.Formats.Asn1.dll new file mode 100755 index 000000000..b7af8e4d5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Formats.Asn1.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Globalization.Calendars.dll b/assets/dotnet-core/cflinuxfs4/System.Globalization.Calendars.dll new file mode 100755 index 000000000..f78a08390 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Globalization.Calendars.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Globalization.Extensions.dll b/assets/dotnet-core/cflinuxfs4/System.Globalization.Extensions.dll new file mode 100755 index 000000000..0cf88e665 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Globalization.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Globalization.dll b/assets/dotnet-core/cflinuxfs4/System.Globalization.dll new file mode 100755 index 000000000..9076258ec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Globalization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.Compression.Brotli.dll b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.Brotli.dll new file mode 100755 index 000000000..56e586326 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.Brotli.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.Compression.FileSystem.dll b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.FileSystem.dll new file mode 100755 index 000000000..3d657af44 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.FileSystem.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.Compression.ZipFile.dll b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.ZipFile.dll new file mode 100755 index 000000000..f904366ac Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.ZipFile.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.Compression.dll b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.dll new file mode 100755 index 000000000..8d4194cdf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.Compression.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.AccessControl.dll b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.AccessControl.dll new file mode 100755 index 000000000..c4e4bda50 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.AccessControl.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.DriveInfo.dll b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.DriveInfo.dll new file mode 100755 index 000000000..a56e882fe Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.DriveInfo.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.Primitives.dll b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.Primitives.dll new file mode 100755 index 000000000..a1f0ac283 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.Watcher.dll b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.Watcher.dll new file mode 100755 index 000000000..2307d1ad1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.Watcher.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.dll b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.dll new file mode 100755 index 000000000..5aa31b9ff Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.FileSystem.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.IsolatedStorage.dll b/assets/dotnet-core/cflinuxfs4/System.IO.IsolatedStorage.dll new file mode 100755 index 000000000..a36c27401 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.IsolatedStorage.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.MemoryMappedFiles.dll b/assets/dotnet-core/cflinuxfs4/System.IO.MemoryMappedFiles.dll new file mode 100755 index 000000000..36c23f7e8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.MemoryMappedFiles.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.Pipelines.dll b/assets/dotnet-core/cflinuxfs4/System.IO.Pipelines.dll new file mode 100755 index 000000000..1ba4ca5f5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.Pipelines.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.Pipes.AccessControl.dll b/assets/dotnet-core/cflinuxfs4/System.IO.Pipes.AccessControl.dll new file mode 100755 index 000000000..c5161161b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.Pipes.AccessControl.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.Pipes.dll b/assets/dotnet-core/cflinuxfs4/System.IO.Pipes.dll new file mode 100755 index 000000000..372d428f2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.Pipes.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.UnmanagedMemoryStream.dll b/assets/dotnet-core/cflinuxfs4/System.IO.UnmanagedMemoryStream.dll new file mode 100755 index 000000000..8f22aee3e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.UnmanagedMemoryStream.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.IO.dll b/assets/dotnet-core/cflinuxfs4/System.IO.dll new file mode 100755 index 000000000..1c0f3049f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.IO.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Linq.Expressions.dll b/assets/dotnet-core/cflinuxfs4/System.Linq.Expressions.dll new file mode 100755 index 000000000..a53d8ccb0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Linq.Expressions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Linq.Parallel.dll b/assets/dotnet-core/cflinuxfs4/System.Linq.Parallel.dll new file mode 100755 index 000000000..63f91fe7d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Linq.Parallel.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Linq.Queryable.dll b/assets/dotnet-core/cflinuxfs4/System.Linq.Queryable.dll new file mode 100755 index 000000000..dd62f439c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Linq.Queryable.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Linq.dll b/assets/dotnet-core/cflinuxfs4/System.Linq.dll new file mode 100755 index 000000000..ab0d10914 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Linq.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Memory.dll b/assets/dotnet-core/cflinuxfs4/System.Memory.dll new file mode 100755 index 000000000..a62de6be5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Memory.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Http.Json.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Http.Json.dll new file mode 100755 index 000000000..d562d3098 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Http.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Http.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Http.dll new file mode 100755 index 000000000..edf3e60f9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Http.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.HttpListener.dll b/assets/dotnet-core/cflinuxfs4/System.Net.HttpListener.dll new file mode 100755 index 000000000..41bebd083 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.HttpListener.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Mail.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Mail.dll new file mode 100755 index 000000000..8a1685db0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Mail.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.NameResolution.dll b/assets/dotnet-core/cflinuxfs4/System.Net.NameResolution.dll new file mode 100755 index 000000000..57602fb76 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.NameResolution.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.NetworkInformation.dll b/assets/dotnet-core/cflinuxfs4/System.Net.NetworkInformation.dll new file mode 100755 index 000000000..8ed5bc15a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.NetworkInformation.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Ping.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Ping.dll new file mode 100755 index 000000000..d5c32c7e3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Ping.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Primitives.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Primitives.dll new file mode 100755 index 000000000..6162c879b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Quic.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Quic.dll new file mode 100755 index 000000000..fa35a5242 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Quic.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Requests.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Requests.dll new file mode 100755 index 000000000..f1b41c53a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Requests.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Security.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Security.dll new file mode 100755 index 000000000..01bf29bda Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Security.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.ServicePoint.dll b/assets/dotnet-core/cflinuxfs4/System.Net.ServicePoint.dll new file mode 100755 index 000000000..eb6f3390e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.ServicePoint.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.Sockets.dll b/assets/dotnet-core/cflinuxfs4/System.Net.Sockets.dll new file mode 100755 index 000000000..5d5a6ff9a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.Sockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.WebClient.dll b/assets/dotnet-core/cflinuxfs4/System.Net.WebClient.dll new file mode 100755 index 000000000..c4c29374c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.WebClient.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.WebHeaderCollection.dll b/assets/dotnet-core/cflinuxfs4/System.Net.WebHeaderCollection.dll new file mode 100755 index 000000000..80ec33c55 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.WebHeaderCollection.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.WebProxy.dll b/assets/dotnet-core/cflinuxfs4/System.Net.WebProxy.dll new file mode 100755 index 000000000..86c0b19c4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.WebProxy.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.WebSockets.Client.dll b/assets/dotnet-core/cflinuxfs4/System.Net.WebSockets.Client.dll new file mode 100755 index 000000000..8eb3e9f32 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.WebSockets.Client.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.WebSockets.dll b/assets/dotnet-core/cflinuxfs4/System.Net.WebSockets.dll new file mode 100755 index 000000000..a77956060 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.WebSockets.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Net.dll b/assets/dotnet-core/cflinuxfs4/System.Net.dll new file mode 100755 index 000000000..7ef2e0680 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Net.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Numerics.Vectors.dll b/assets/dotnet-core/cflinuxfs4/System.Numerics.Vectors.dll new file mode 100755 index 000000000..0243cc719 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Numerics.Vectors.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Numerics.dll b/assets/dotnet-core/cflinuxfs4/System.Numerics.dll new file mode 100755 index 000000000..22e96e803 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Numerics.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ObjectModel.dll b/assets/dotnet-core/cflinuxfs4/System.ObjectModel.dll new file mode 100755 index 000000000..41ff3d773 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ObjectModel.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Private.CoreLib.dll b/assets/dotnet-core/cflinuxfs4/System.Private.CoreLib.dll new file mode 100755 index 000000000..2d84a3e91 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Private.CoreLib.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Private.DataContractSerialization.dll b/assets/dotnet-core/cflinuxfs4/System.Private.DataContractSerialization.dll new file mode 100755 index 000000000..bbc4ce728 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Private.DataContractSerialization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Private.Uri.dll b/assets/dotnet-core/cflinuxfs4/System.Private.Uri.dll new file mode 100755 index 000000000..1cde4def0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Private.Uri.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Private.Xml.Linq.dll b/assets/dotnet-core/cflinuxfs4/System.Private.Xml.Linq.dll new file mode 100755 index 000000000..ab74e4964 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Private.Xml.Linq.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Private.Xml.dll b/assets/dotnet-core/cflinuxfs4/System.Private.Xml.dll new file mode 100755 index 000000000..031f33ffc Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Private.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.DispatchProxy.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.DispatchProxy.dll new file mode 100755 index 000000000..9dc7e2a3a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.DispatchProxy.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.ILGeneration.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.ILGeneration.dll new file mode 100755 index 000000000..7f92103c3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.ILGeneration.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.Lightweight.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.Lightweight.dll new file mode 100755 index 000000000..68ca1ba5d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.Lightweight.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.dll new file mode 100755 index 000000000..f4d6d4d51 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.Emit.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.Extensions.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.Extensions.dll new file mode 100755 index 000000000..077143aa1 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.Metadata.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.Metadata.dll new file mode 100755 index 000000000..2e6b8d355 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.Metadata.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.Primitives.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.Primitives.dll new file mode 100755 index 000000000..fa3e23b5f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.TypeExtensions.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.TypeExtensions.dll new file mode 100755 index 000000000..f93d444cf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.TypeExtensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Reflection.dll b/assets/dotnet-core/cflinuxfs4/System.Reflection.dll new file mode 100755 index 000000000..c47eec54a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Reflection.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Resources.Reader.dll b/assets/dotnet-core/cflinuxfs4/System.Resources.Reader.dll new file mode 100755 index 000000000..cf2a62b98 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Resources.Reader.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Resources.ResourceManager.dll b/assets/dotnet-core/cflinuxfs4/System.Resources.ResourceManager.dll new file mode 100755 index 000000000..ae7d35327 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Resources.ResourceManager.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Resources.Writer.dll b/assets/dotnet-core/cflinuxfs4/System.Resources.Writer.dll new file mode 100755 index 000000000..7d89e2150 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Resources.Writer.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.CompilerServices.Unsafe.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.CompilerServices.Unsafe.dll new file mode 100755 index 000000000..80371a629 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.CompilerServices.VisualC.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.CompilerServices.VisualC.dll new file mode 100755 index 000000000..0ebd914f7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Extensions.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Extensions.dll new file mode 100755 index 000000000..622205b33 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Handles.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Handles.dll new file mode 100755 index 000000000..1bb3228b5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Handles.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.InteropServices.RuntimeInformation.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100755 index 000000000..505b0e6a5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.InteropServices.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.InteropServices.dll new file mode 100755 index 000000000..dc01361bd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.InteropServices.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Intrinsics.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Intrinsics.dll new file mode 100755 index 000000000..420daaeb4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Intrinsics.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Loader.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Loader.dll new file mode 100755 index 000000000..c3718a3fd Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Loader.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Numerics.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Numerics.dll new file mode 100755 index 000000000..2f64befcf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Numerics.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Formatters.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Formatters.dll new file mode 100755 index 000000000..f8c388479 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Formatters.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Json.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Json.dll new file mode 100755 index 000000000..f8e937051 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Primitives.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Primitives.dll new file mode 100755 index 000000000..c937f77c8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Xml.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Xml.dll new file mode 100755 index 000000000..ad020eb5e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.dll new file mode 100755 index 000000000..4cd03cfa6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.Serialization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Runtime.dll b/assets/dotnet-core/cflinuxfs4/System.Runtime.dll new file mode 100755 index 000000000..da9897eaf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Runtime.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.AccessControl.dll b/assets/dotnet-core/cflinuxfs4/System.Security.AccessControl.dll new file mode 100755 index 000000000..097730b3c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.AccessControl.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Claims.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Claims.dll new file mode 100755 index 000000000..eb8aad3ec Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Claims.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Algorithms.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Algorithms.dll new file mode 100755 index 000000000..3382d08c3 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Algorithms.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Cng.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Cng.dll new file mode 100755 index 000000000..6cb74a20a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Cng.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Csp.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Csp.dll new file mode 100755 index 000000000..76fe90881 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Csp.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Encoding.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Encoding.dll new file mode 100755 index 000000000..28e6ba869 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Encoding.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.OpenSsl.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.OpenSsl.dll new file mode 100755 index 000000000..64eba7c58 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.OpenSsl.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Pkcs.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Pkcs.dll new file mode 100755 index 000000000..2cbd5af67 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Pkcs.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Primitives.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Primitives.dll new file mode 100755 index 000000000..591f61b99 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Primitives.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.X509Certificates.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.X509Certificates.dll new file mode 100755 index 000000000..490520eb2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.X509Certificates.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Xml.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Xml.dll new file mode 100755 index 000000000..1a6fcae44 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Cryptography.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Principal.Windows.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Principal.Windows.dll new file mode 100755 index 000000000..dbf40bee9 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Principal.Windows.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.Principal.dll b/assets/dotnet-core/cflinuxfs4/System.Security.Principal.dll new file mode 100755 index 000000000..df0096ef5 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.Principal.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.SecureString.dll b/assets/dotnet-core/cflinuxfs4/System.Security.SecureString.dll new file mode 100755 index 000000000..953aae37f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.SecureString.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Security.dll b/assets/dotnet-core/cflinuxfs4/System.Security.dll new file mode 100755 index 000000000..78ef61af7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Security.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ServiceModel.Web.dll b/assets/dotnet-core/cflinuxfs4/System.ServiceModel.Web.dll new file mode 100755 index 000000000..636c59453 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ServiceModel.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ServiceProcess.dll b/assets/dotnet-core/cflinuxfs4/System.ServiceProcess.dll new file mode 100755 index 000000000..3880bc9f8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ServiceProcess.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.CodePages.dll b/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.CodePages.dll new file mode 100755 index 000000000..e82bcf012 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.CodePages.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.Extensions.dll b/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.Extensions.dll new file mode 100755 index 000000000..3a0d66a24 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.dll b/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.dll new file mode 100755 index 000000000..e415adb49 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Text.Encoding.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Text.Encodings.Web.dll b/assets/dotnet-core/cflinuxfs4/System.Text.Encodings.Web.dll new file mode 100755 index 000000000..3062de58a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Text.Encodings.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Text.Json.dll b/assets/dotnet-core/cflinuxfs4/System.Text.Json.dll new file mode 100755 index 000000000..d274c81d0 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Text.Json.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Text.RegularExpressions.dll b/assets/dotnet-core/cflinuxfs4/System.Text.RegularExpressions.dll new file mode 100755 index 000000000..cdbe4854c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Text.RegularExpressions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Channels.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Channels.dll new file mode 100755 index 000000000..ecd60ef3a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Channels.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Overlapped.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Overlapped.dll new file mode 100755 index 000000000..9a350b573 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Overlapped.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Dataflow.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Dataflow.dll new file mode 100755 index 000000000..2b1a07a93 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Dataflow.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Extensions.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Extensions.dll new file mode 100755 index 000000000..b0ecc5128 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Extensions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Parallel.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Parallel.dll new file mode 100755 index 000000000..ffe708228 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.Parallel.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.dll new file mode 100755 index 000000000..78a981c6f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Tasks.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Thread.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Thread.dll new file mode 100755 index 000000000..ceb230305 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Thread.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.ThreadPool.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.ThreadPool.dll new file mode 100755 index 000000000..bad5fb5cf Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.ThreadPool.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.Timer.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.Timer.dll new file mode 100755 index 000000000..63ef6c0b7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.Timer.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Threading.dll b/assets/dotnet-core/cflinuxfs4/System.Threading.dll new file mode 100755 index 000000000..8d18be6b2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Threading.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Transactions.Local.dll b/assets/dotnet-core/cflinuxfs4/System.Transactions.Local.dll new file mode 100755 index 000000000..2b658979d Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Transactions.Local.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Transactions.dll b/assets/dotnet-core/cflinuxfs4/System.Transactions.dll new file mode 100755 index 000000000..027a9ba02 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Transactions.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.ValueTuple.dll b/assets/dotnet-core/cflinuxfs4/System.ValueTuple.dll new file mode 100755 index 000000000..eaf947bf8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.ValueTuple.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Web.HttpUtility.dll b/assets/dotnet-core/cflinuxfs4/System.Web.HttpUtility.dll new file mode 100755 index 000000000..604db1573 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Web.HttpUtility.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Web.dll b/assets/dotnet-core/cflinuxfs4/System.Web.dll new file mode 100755 index 000000000..0a35486b4 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Web.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Windows.dll b/assets/dotnet-core/cflinuxfs4/System.Windows.dll new file mode 100755 index 000000000..3f72aa20f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Windows.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.Linq.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.Linq.dll new file mode 100755 index 000000000..95e65aa0f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.Linq.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.ReaderWriter.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.ReaderWriter.dll new file mode 100755 index 000000000..446c269d2 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.ReaderWriter.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.Serialization.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.Serialization.dll new file mode 100755 index 000000000..58bc686af Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.Serialization.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.XDocument.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.XDocument.dll new file mode 100755 index 000000000..b49046846 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.XDocument.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.XPath.XDocument.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.XPath.XDocument.dll new file mode 100755 index 000000000..bb952a980 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.XPath.XDocument.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.XPath.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.XPath.dll new file mode 100755 index 000000000..965600753 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.XPath.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.XmlDocument.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.XmlDocument.dll new file mode 100755 index 000000000..c8cf62a1a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.XmlDocument.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.XmlSerializer.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.XmlSerializer.dll new file mode 100755 index 000000000..da15a1782 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.XmlSerializer.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.Xml.dll b/assets/dotnet-core/cflinuxfs4/System.Xml.dll new file mode 100755 index 000000000..1d8a9dfa8 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.Xml.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/System.dll b/assets/dotnet-core/cflinuxfs4/System.dll new file mode 100755 index 000000000..6bed07934 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/System.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/WindowsBase.dll b/assets/dotnet-core/cflinuxfs4/WindowsBase.dll new file mode 100755 index 000000000..6bb8dbfde Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/WindowsBase.dll differ diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/appsettings.Development.json b/assets/dotnet-core/cflinuxfs4/appsettings.Development.json similarity index 100% rename from assets/dotnet-core/bin/Release/net6.0/publish/appsettings.Development.json rename to assets/dotnet-core/cflinuxfs4/appsettings.Development.json diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/appsettings.json b/assets/dotnet-core/cflinuxfs4/appsettings.json similarity index 100% rename from assets/dotnet-core/bin/Release/net6.0/publish/appsettings.json rename to assets/dotnet-core/cflinuxfs4/appsettings.json diff --git a/assets/dotnet-core/cflinuxfs4/cflinuxfs3/appsettings.Development.json b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/appsettings.Development.json new file mode 100644 index 000000000..dba68eb12 --- /dev/null +++ b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + } +} diff --git a/assets/dotnet-core/cflinuxfs4/cflinuxfs3/appsettings.json b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/appsettings.json new file mode 100644 index 000000000..81ff87771 --- /dev/null +++ b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/appsettings.json @@ -0,0 +1,10 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "AllowedHosts": "*" +} diff --git a/assets/dotnet-core/cflinuxfs4/cflinuxfs3/dotnet-core.deps.json b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/dotnet-core.deps.json new file mode 100644 index 000000000..4576cb86a --- /dev/null +++ b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/dotnet-core.deps.json @@ -0,0 +1,1336 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0/ubuntu.18.04-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {}, + ".NETCoreApp,Version=v6.0/ubuntu.18.04-x64": { + "dotnet-core/1.0.0": { + "dependencies": { + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "6.0.9", + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64": "6.0.9" + }, + "runtime": { + "dotnet-core.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.100.922.41905" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.AppContext.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Buffers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Drawing.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Security.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "WindowsBase.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "6.0.922.41905" + } + }, + "native": { + "createdump": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Globalization.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.IO.Compression.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Net.Security.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Security.Cryptography.Native.OpenSsl.so": { + "fileVersion": "0.0.0.0" + }, + "libclrjit.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclr.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclrtraceptprovider.so": { + "fileVersion": "0.0.0.0" + }, + "libdbgshim.so": { + "fileVersion": "0.0.0.0" + }, + "libhostfxr.so": { + "fileVersion": "0.0.0.0" + }, + "libhostpolicy.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordaccore.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordbi.so": { + "fileVersion": "0.0.0.0" + } + } + }, + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64/6.0.9": { + "runtime": { + "Microsoft.AspNetCore.Antiforgery.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Cookies.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.OAuth.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authorization.Policy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authorization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Authorization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Forms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Server.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Connections.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.CookiePolicy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cryptography.Internal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HostFiltering.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Html.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Connections.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Connections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Features.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Results.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpLogging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpOverrides.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpsPolicy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Identity.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Localization.Routing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Cors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Razor.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.RazorPages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.TagHelpers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Razor.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Razor.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCaching.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCompression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Rewrite.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Routing.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Routing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.HttpSys.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.IIS.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.IISIntegration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Session.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.StaticFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.WebUtilities.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Caching.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Binder.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.CommandLine.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.FileExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Ini.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.KeyPerFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Configuration.UserSecrets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.322.12309" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Features.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.FileProviders.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileProviders.Composite.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileProviders.Embedded.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.FileProviders.Physical.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileSystemGlobbing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Hosting.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Identity.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Identity.Stores.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Localization.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Extensions.Logging.Configuration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.EventSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.ObjectPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Options.DataAnnotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Options.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.WebEncoders.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.JSInterop.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Net.Http.Headers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "System.Diagnostics.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "System.IO.Pipelines.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" + }, + "System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" + }, + "System.Security.Cryptography.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + } + } + } + } + }, + "libraries": { + "dotnet-core/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64/6.0.9": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + } + }, + "runtimes": { + "linuxmint.19-x64": [ + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.1-x64": [ + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.2-x64": [ + "linuxmint.19.2", + "linuxmint.19.1-x64", + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.18.04-x64": [ + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.runtimeconfig.json b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/dotnet-core.runtimeconfig.json similarity index 82% rename from assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.runtimeconfig.json rename to assets/dotnet-core/cflinuxfs4/cflinuxfs3/dotnet-core.runtimeconfig.json index 80d034712..b9413902c 100644 --- a/assets/dotnet-core/bin/Release/net6.0/publish/dotnet-core.runtimeconfig.json +++ b/assets/dotnet-core/cflinuxfs4/cflinuxfs3/dotnet-core.runtimeconfig.json @@ -1,14 +1,14 @@ { "runtimeOptions": { "tfm": "net6.0", - "frameworks": [ + "includedFrameworks": [ { "name": "Microsoft.NETCore.App", - "version": "6.0.0" + "version": "6.0.9" }, { "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" + "version": "6.0.9" } ], "configProperties": { diff --git a/assets/dotnet-core/cflinuxfs4/createdump b/assets/dotnet-core/cflinuxfs4/createdump new file mode 100755 index 000000000..6a6592b2f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/createdump differ diff --git a/assets/dotnet-core/cflinuxfs4/dotnet-core b/assets/dotnet-core/cflinuxfs4/dotnet-core new file mode 100755 index 000000000..bc3d03bc7 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/dotnet-core differ diff --git a/assets/dotnet-core/cflinuxfs4/dotnet-core.deps.json b/assets/dotnet-core/cflinuxfs4/dotnet-core.deps.json new file mode 100644 index 000000000..27f01d95d --- /dev/null +++ b/assets/dotnet-core/cflinuxfs4/dotnet-core.deps.json @@ -0,0 +1,1285 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0/ubuntu.22.04-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {}, + ".NETCoreApp,Version=v6.0/ubuntu.22.04-x64": { + "dotnet-core/1.0.0": { + "dependencies": { + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "6.0.9", + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64": "6.0.9" + }, + "runtime": { + "dotnet-core.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.100.922.41905" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.AppContext.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Buffers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Collections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Drawing.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Globalization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.IO.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Security.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Reflection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Threading.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "WindowsBase.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "6.0.922.41905" + } + }, + "native": { + "createdump": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Globalization.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.IO.Compression.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Net.Security.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Security.Cryptography.Native.OpenSsl.so": { + "fileVersion": "0.0.0.0" + }, + "libclrjit.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclr.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclrtraceptprovider.so": { + "fileVersion": "0.0.0.0" + }, + "libdbgshim.so": { + "fileVersion": "0.0.0.0" + }, + "libhostfxr.so": { + "fileVersion": "0.0.0.0" + }, + "libhostpolicy.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordaccore.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordbi.so": { + "fileVersion": "0.0.0.0" + } + } + }, + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64/6.0.9": { + "runtime": { + "Microsoft.AspNetCore.Antiforgery.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Cookies.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.OAuth.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authentication.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authorization.Policy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Authorization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Authorization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Forms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Server.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Components.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Connections.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.CookiePolicy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cryptography.Internal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.DataProtection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.HealthChecks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Diagnostics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HostFiltering.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Html.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Connections.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Connections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Features.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.Results.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpLogging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpOverrides.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.HttpsPolicy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Identity.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Localization.Routing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.ApiExplorer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Cors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.DataAnnotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Formatters.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.Razor.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.RazorPages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.TagHelpers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.ViewFeatures.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Mvc.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Razor.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Razor.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCaching.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCaching.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.ResponseCompression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Rewrite.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Routing.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Routing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.HttpSys.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.IIS.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.IISIntegration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Server.Kestrel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.Session.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.Protocols.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.SignalR.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.StaticFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.WebUtilities.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.AspNetCore.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Caching.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Caching.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Binder.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.CommandLine.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.FileExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Ini.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.KeyPerFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Configuration.UserSecrets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Configuration.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Configuration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.322.12309" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Diagnostics.HealthChecks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Features.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.FileProviders.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileProviders.Composite.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileProviders.Embedded.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.FileProviders.Physical.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.FileSystemGlobbing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Hosting.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.222.6406" + }, + "Microsoft.Extensions.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Identity.Core.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Identity.Stores.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Localization.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Localization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Logging.Abstractions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41905" + }, + "Microsoft.Extensions.Logging.Configuration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.EventSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Logging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.ObjectPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Options.DataAnnotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Options.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "Microsoft.Extensions.WebEncoders.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.JSInterop.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "Microsoft.Net.Http.Headers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.922.41926" + }, + "System.Diagnostics.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "System.IO.Pipelines.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" + }, + "System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.522.21309" + }, + "System.Security.Cryptography.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + } + } + } + } + }, + "libraries": { + "dotnet-core/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.AspNetCore.App.Runtime.linux-x64/6.0.9": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + } + }, + "runtimes": { + "ubuntu.22.04-x64": [ + "ubuntu.22.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.dll b/assets/dotnet-core/cflinuxfs4/dotnet-core.dll similarity index 69% rename from assets/dotnet-core/bin/Release/net6.0/dotnet-core.dll rename to assets/dotnet-core/cflinuxfs4/dotnet-core.dll index 18287b4e4..a1400bcf0 100644 Binary files a/assets/dotnet-core/bin/Release/net6.0/dotnet-core.dll and b/assets/dotnet-core/cflinuxfs4/dotnet-core.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/dotnet-core.pdb b/assets/dotnet-core/cflinuxfs4/dotnet-core.pdb new file mode 100644 index 000000000..cdfd12a08 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/dotnet-core.pdb differ diff --git a/assets/dotnet-core/cflinuxfs4/dotnet-core.runtimeconfig.json b/assets/dotnet-core/cflinuxfs4/dotnet-core.runtimeconfig.json new file mode 100644 index 000000000..b9413902c --- /dev/null +++ b/assets/dotnet-core/cflinuxfs4/dotnet-core.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "includedFrameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.9" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "6.0.9" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/assets/dotnet-core/cflinuxfs4/libSystem.Globalization.Native.so b/assets/dotnet-core/cflinuxfs4/libSystem.Globalization.Native.so new file mode 100755 index 000000000..5f3ae800b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libSystem.Globalization.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libSystem.IO.Compression.Native.so b/assets/dotnet-core/cflinuxfs4/libSystem.IO.Compression.Native.so new file mode 100755 index 000000000..aa1b8bda6 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libSystem.IO.Compression.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libSystem.Native.so b/assets/dotnet-core/cflinuxfs4/libSystem.Native.so new file mode 100755 index 000000000..c10b7f38b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libSystem.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libSystem.Net.Security.Native.so b/assets/dotnet-core/cflinuxfs4/libSystem.Net.Security.Native.so new file mode 100755 index 000000000..1e6f4351b Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libSystem.Net.Security.Native.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libSystem.Security.Cryptography.Native.OpenSsl.so b/assets/dotnet-core/cflinuxfs4/libSystem.Security.Cryptography.Native.OpenSsl.so new file mode 100755 index 000000000..a00c83416 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libSystem.Security.Cryptography.Native.OpenSsl.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libclrjit.so b/assets/dotnet-core/cflinuxfs4/libclrjit.so new file mode 100755 index 000000000..3b6c3fa9c Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libclrjit.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libcoreclr.so b/assets/dotnet-core/cflinuxfs4/libcoreclr.so new file mode 100755 index 000000000..8f8712a94 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libcoreclr.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libcoreclrtraceptprovider.so b/assets/dotnet-core/cflinuxfs4/libcoreclrtraceptprovider.so new file mode 100755 index 000000000..34f808c46 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libcoreclrtraceptprovider.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libdbgshim.so b/assets/dotnet-core/cflinuxfs4/libdbgshim.so new file mode 100755 index 000000000..42030d187 Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libdbgshim.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libhostfxr.so b/assets/dotnet-core/cflinuxfs4/libhostfxr.so new file mode 100755 index 000000000..78af2c42f Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libhostfxr.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libhostpolicy.so b/assets/dotnet-core/cflinuxfs4/libhostpolicy.so new file mode 100755 index 000000000..2b340b79a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libhostpolicy.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libmscordaccore.so b/assets/dotnet-core/cflinuxfs4/libmscordaccore.so new file mode 100755 index 000000000..4ac43af6e Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libmscordaccore.so differ diff --git a/assets/dotnet-core/cflinuxfs4/libmscordbi.so b/assets/dotnet-core/cflinuxfs4/libmscordbi.so new file mode 100755 index 000000000..22bcfd5eb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/libmscordbi.so differ diff --git a/assets/dotnet-core/cflinuxfs4/mscorlib.dll b/assets/dotnet-core/cflinuxfs4/mscorlib.dll new file mode 100755 index 000000000..e322263bb Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/mscorlib.dll differ diff --git a/assets/dotnet-core/cflinuxfs4/netstandard.dll b/assets/dotnet-core/cflinuxfs4/netstandard.dll new file mode 100755 index 000000000..f07a7cf5a Binary files /dev/null and b/assets/dotnet-core/cflinuxfs4/netstandard.dll differ diff --git a/detect/buildpacks.go b/detect/buildpacks.go index 7b2292381..d49fa16e7 100644 --- a/detect/buildpacks.go +++ b/detect/buildpacks.go @@ -1,6 +1,7 @@ package detect import ( + "fmt" "path/filepath" "time" @@ -116,13 +117,19 @@ var _ = DetectDescribe("Buildpacks", func() { }) Describe("dotnet-core", func() { - It("makes the app reachable via its bound route", func() { - Expect(cf.Cf("push", appName, "-m", DEFAULT_MEMORY_LIMIT, "-p", assets.NewAssets().DotnetCore).Wait(Config.DetectTimeoutDuration())).To(Exit(0)) - - Eventually(func() string { - return helpers.CurlAppRoot(Config, appName) - }).Should(ContainSubstring("Hello from dotnet-core")) - }) + for _, stack := range Config.GetStacks() { + Context(fmt.Sprintf("when using %s stack", stack), func() { + It("makes the app reachable via its bound route", func() { + assetPath, ok := assets.NewAssets().DotnetCore[stack] + Expect(ok).To(BeTrue(), fmt.Sprintf("dotnet-core app is missing asset for %s stack", stack)) + Expect(cf.Cf("push", appName, "-m", DEFAULT_MEMORY_LIMIT, "-p", assetPath, "-s", stack).Wait(Config.DetectTimeoutDuration())).To(Exit(0)) + + Eventually(func() string { + return helpers.CurlAppRoot(Config, appName) + }).Should(ContainSubstring("Hello from dotnet-core")) + }) + }) + } }) Describe("staticfile", func() { diff --git a/helpers/assets/assets.go b/helpers/assets/assets.go index 84c308a92..28e43aad5 100644 --- a/helpers/assets/assets.go +++ b/helpers/assets/assets.go @@ -7,7 +7,7 @@ type Assets struct { CredHubServiceBroker string Dora string DoraZip string - DotnetCore string + DotnetCore map[string]string Fuse string GoCallsRubyZip string Golang string @@ -45,13 +45,16 @@ type Assets struct { func NewAssets() Assets { return Assets{ - AspClassic: "assets/asp-classic", - Catnip: "assets/catnip/bin", - CredHubEnabledApp: "assets/credhub-enabled-app/credhub-enabled-app.jar", - CredHubServiceBroker: "assets/credhub-service-broker", - Dora: "assets/dora", - DoraZip: "assets/dora.zip", - DotnetCore: "assets/dotnet-core/bin/Release/net6.0/publish", + AspClassic: "assets/asp-classic", + Catnip: "assets/catnip/bin", + CredHubEnabledApp: "assets/credhub-enabled-app/credhub-enabled-app.jar", + CredHubServiceBroker: "assets/credhub-service-broker", + Dora: "assets/dora", + DoraZip: "assets/dora.zip", + DotnetCore: map[string]string{ + "cflinuxfs3": "assets/dotnet-core/cflinuxfs3", + "cflinuxfs4": "assets/dotnet-core/cflinuxfs4", + }, Fuse: "assets/fuse-mount", GoCallsRubyZip: "assets/go_calls_ruby.zip", Golang: "assets/golang",