summaryrefslogtreecommitdiff
path: root/lang/linux-dotnet-runtime
diff options
context:
space:
mode:
Diffstat (limited to 'lang/linux-dotnet-runtime')
-rw-r--r--lang/linux-dotnet-runtime/Makefile48
-rw-r--r--lang/linux-dotnet-runtime/distinfo3
-rw-r--r--lang/linux-dotnet-runtime/pkg-descr19
-rw-r--r--lang/linux-dotnet-runtime/pkg-plist175
4 files changed, 0 insertions, 245 deletions
diff --git a/lang/linux-dotnet-runtime/Makefile b/lang/linux-dotnet-runtime/Makefile
deleted file mode 100644
index 2cc47fc22d5a..000000000000
--- a/lang/linux-dotnet-runtime/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME?= dotnet-runtime
-DISTVERSION?= 2.0.7
-DISTVERSIONSUFFIX= -linux-x64
-CATEGORIES= lang
-MASTER_SITES?= https://download.microsoft.com/download/E/F/7/EF7302FE-4F84-4529-9E3A-893450F76501/
-PKGNAMEPREFIX= linux-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cross-platform .NET implementation
-WWW= https://www.microsoft.com/net/
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= Ancient version, no practical use
-EXPIRATION_DATE=2025-07-01
-
-ONLY_FOR_ARCHS= amd64
-
-.if ${PORTNAME} != dotnet-cli
-RUN_DEPENDS= dotnet:lang/linux-dotnet-cli
-.endif
-
-USES= linux:c7
-USE_LINUX?= curl icu libunwind lttng-ust openssl
-
-DATADIR= ${PREFIX}/share/dotnet
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-SLAVEDIR= ${.CURDIR}
-DISTINFO_FILE?= ${SLAVEDIR}/distinfo
-PLIST= ${SLAVEDIR}/pkg-plist
-PLIST_SUB= VERSION=${DISTVERSION}
-
-BINFILES?= shared/Microsoft.NETCore.App/${DISTVERSION}/createdump
-
-.if !target(do-install)
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
- ${RM} ${STAGEDIR}${DATADIR}/dotnet ${STAGEDIR}${DATADIR}/LICENSE.txt ${STAGEDIR}${DATADIR}/ThirdPartyNotices.txt
-.for bin in ${BINFILES}
- ${RM} ${STAGEDIR}${DATADIR}/${bin}
- ${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${STAGEDIR}${DATADIR}/${bin}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/lang/linux-dotnet-runtime/distinfo b/lang/linux-dotnet-runtime/distinfo
deleted file mode 100644
index e75794bb3cd5..000000000000
--- a/lang/linux-dotnet-runtime/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1529167019
-SHA256 (dotnet-runtime-2.0.7-linux-x64.tar.gz) = 680ea40a1fafb7a6f93897df70077b64f0081b7d9b0f1358f5897ffd949d6b71
-SIZE (dotnet-runtime-2.0.7-linux-x64.tar.gz) = 26026608
diff --git a/lang/linux-dotnet-runtime/pkg-descr b/lang/linux-dotnet-runtime/pkg-descr
deleted file mode 100644
index 2966c8588f57..000000000000
--- a/lang/linux-dotnet-runtime/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-.NET Core is a free and open-source managed software framework. It consists of
-CoreCLR, a complete runtime implementation of CLR, the virtual machine that
-manages the execution of .NET programs. CoreCLR comes with an improved
-just-in-time compiler, called RyuJIT. .NET Core also includes CoreFX, which is
-a partial fork of FCL. While .NET Core shares a subset of .NET Framework APIs,
-it comes with its own API that is not part of .NET Framework. Further,
-.NET Core contains CoreRT, the .NET Native runtime optimized to be integrated
-into AOT compiled native binaries. A variant of the .NET Core library is used
-for UWP. .NET Core's command-line interface offers an execution entry point
-for operating systems and provides developer services like compilation and
-package management.
-
-.NET Core supports four cross-platform scenarios: ASP.NET Core web apps,
-command-line apps, libraries, and Universal Windows Platform apps. It does not
-implement Windows Forms or WPF which render the standard GUI for desktop
-software on Windows. .NET Core is also modular, meaning that instead of
-assemblies, developers work with NuGet packages. Unlike .NET Framework, which
-is serviced using Windows Update, .NET Core relies on its package manager to
-receive updates.
diff --git a/lang/linux-dotnet-runtime/pkg-plist b/lang/linux-dotnet-runtime/pkg-plist
deleted file mode 100644
index 465b9bbc742a..000000000000
--- a/lang/linux-dotnet-runtime/pkg-plist
+++ /dev/null
@@ -1,175 +0,0 @@
-%%DATADIR%%/host/fxr/%%VERSION%%/libhostfxr.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/.version
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.CSharp.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.NETCore.App.deps.json
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.VisualBasic.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/Microsoft.Win32.Registry.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/SOS.NETCore.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.AppContext.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Buffers.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Concurrent.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Immutable.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.NonGeneric.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.Specialized.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Collections.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Annotations.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Composition.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.DataAnnotations.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.EventBasedAsync.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.TypeConverter.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ComponentModel.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Configuration.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Console.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Core.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Data.Common.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Data.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Contracts.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Debug.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.DiagnosticSource.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.FileVersionInfo.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Process.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.StackTrace.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.TextWriterTraceListener.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tools.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.TraceSource.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Diagnostics.Tracing.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Drawing.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Drawing.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Dynamic.Runtime.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Calendars.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Extensions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.Native.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Globalization.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.FileSystem.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.Native.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.ZipFile.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Compression.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.AccessControl.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.DriveInfo.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.Watcher.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.FileSystem.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.IsolatedStorage.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.MemoryMappedFiles.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.Pipes.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.UnmanagedMemoryStream.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.IO.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Expressions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Parallel.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.Queryable.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Linq.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.a
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Native.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.Native.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Http.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.HttpListener.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Mail.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.NameResolution.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.NetworkInformation.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Ping.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Requests.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.Native.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Security.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.ServicePoint.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.Sockets.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebClient.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebHeaderCollection.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebProxy.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebSockets.Client.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.WebSockets.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Net.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Numerics.Vectors.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Numerics.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ObjectModel.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.CoreLib.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.DataContractSerialization.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Uri.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Xml.Linq.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Private.Xml.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.DispatchProxy.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.ILGeneration.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.Lightweight.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Emit.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Extensions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Metadata.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.TypeExtensions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Reflection.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.Reader.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.ResourceManager.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Resources.Writer.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.CompilerServices.VisualC.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Extensions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Handles.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.RuntimeInformation.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.WindowsRuntime.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.InteropServices.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Loader.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Numerics.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Formatters.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Json.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.Xml.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.Serialization.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Runtime.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.AccessControl.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Claims.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Algorithms.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Cng.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Csp.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Encoding.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Native.OpenSsl.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.OpenSsl.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.Primitives.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Cryptography.X509Certificates.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.Windows.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.Principal.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.SecureString.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Security.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ServiceModel.Web.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ServiceProcess.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.Extensions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.Encoding.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Text.RegularExpressions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Overlapped.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Dataflow.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Extensions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.Parallel.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Tasks.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Thread.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.ThreadPool.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.Timer.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Threading.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Transactions.Local.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Transactions.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.ValueTuple.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Web.HttpUtility.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Web.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Windows.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.Linq.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.ReaderWriter.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.Serialization.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XDocument.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.XDocument.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XPath.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XmlDocument.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.XmlSerializer.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.Xml.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/System.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/WindowsBase.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/createdump
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libclrjit.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclr.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libcoreclrtraceptprovider.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libdbgshim.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libhostpolicy.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordaccore.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libmscordbi.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsos.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/libsosplugin.so
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/mscorlib.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/netstandard.dll
-%%DATADIR%%/shared/Microsoft.NETCore.App/%%VERSION%%/sosdocsunix.txt