summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlastair Hughes2022-04-03 20:48:47 +1200
committerAlastair Hughes2022-04-03 21:07:36 +1200
commit1a47e1705e1b9c443a500f44a5cabdfddc2d9740 (patch)
tree31f67b097e48cc61582cad282238c4f0cbd3d542
parent3fc76a4c6fdaea330a23c0fd9995770d2e9e18b0 (diff)
downloadaur-1a47e1705e1b9c443a500f44a5cabdfddc2d9740.tar.gz
Update to v1.5.6
Maybe due to the .NET 5 update the gog package is somewhat broken, complaining it can't find the .a versions of some libraries as required by the .deps.json file. Provide a version of that file with those dependency references removed as it seems to work just fine with the dynamically linked versions.
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD28
-rw-r--r--Stardew Valley.deps.json2902
-rwxr-xr-xStardewValley7
5 files changed, 2920 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8bf92480e8e..3d4d1c38b496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gog-stardew-valley
pkgdesc = You’ve inherited your grandfather’s old farm plot in Stardew Valley. Armed with hand-me-down tools and a few coins, you set out to begin your new life.
- pkgver = 1.4.5
+ pkgver = 1.5.6
pkgrel = 1
epoch = 1
url = http://stardewvalley.net/
@@ -8,11 +8,11 @@ pkgbase = gog-stardew-valley
license = custom
source = gog-stardew-valley
source = gog-stardew-valley.desktop
- source = local:///stardew_valley_1_5_4_1396293314_48235.sh
- source = StardewValley
+ source = local:///stardew_valley_1_5_6_1988831614_53040.sh
+ source = Stardew Valley.deps.json
sha256sums = 9f51b56b351824493c381731f29175b0897fa0dc4169a9b9160b5a12003883dc
sha256sums = ca0fe151f73f5e8b594b226e1b0539655a2d95a7848eb0e43961cb6daa0de2ff
- sha256sums = a3716bd7e3f3419e1ce28abc047b7a07153826d9a17a60dab1901ff1572ec816
- sha256sums = 0c6826084d72917748e54f9308b7395f8d3780b4a745860839203e2af428d202
+ sha256sums = 692722cb77acbccf7392abfbaec54cae34fd6edb8e62cfb2843f70494cb5ea91
+ sha256sums = 10dfb770fb4ea83d040396c744a0f068c812ede06d8a176a452f6f1c392acc73
pkgname = gog-stardew-valley
diff --git a/.gitignore b/.gitignore
index 1fd4ed99b292..27336fefd1eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,4 @@
!.SRCINFO
!gog-stardew-valley
!gog-stardew-valley.desktop
-!StardewValley
+!Stardew Valley.deps.json
diff --git a/PKGBUILD b/PKGBUILD
index be93a64d24e9..b16bc7e5f94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dan Beste <drb@wishalloy.io>
pkgname='gog-stardew-valley'
-pkgver=1.4.5
+pkgver=1.5.6
pkgrel=1
# Fix upstream versioning shenanigans:
epoch=1
@@ -15,15 +15,14 @@ arch=('x86_64')
source=(
"${pkgname}"
"${pkgname}.desktop"
- 'local:///stardew_valley_1_5_4_1396293314_48235.sh'
- 'StardewValley'
-)
-sha256sums=(
- '9f51b56b351824493c381731f29175b0897fa0dc4169a9b9160b5a12003883dc'
- 'ca0fe151f73f5e8b594b226e1b0539655a2d95a7848eb0e43961cb6daa0de2ff'
- 'a3716bd7e3f3419e1ce28abc047b7a07153826d9a17a60dab1901ff1572ec816'
- '0c6826084d72917748e54f9308b7395f8d3780b4a745860839203e2af428d202'
+ 'local:///stardew_valley_1_5_6_1988831614_53040.sh'
+ 'Stardew Valley.deps.json'
)
+sha256sums=('9f51b56b351824493c381731f29175b0897fa0dc4169a9b9160b5a12003883dc'
+ 'ca0fe151f73f5e8b594b226e1b0539655a2d95a7848eb0e43961cb6daa0de2ff'
+ '692722cb77acbccf7392abfbaec54cae34fd6edb8e62cfb2843f70494cb5ea91'
+ '10dfb770fb4ea83d040396c744a0f068c812ede06d8a176a452f6f1c392acc73')
+
package() {
install -d "${pkgdir}/opt/${pkgname}/"
@@ -61,13 +60,10 @@ package() {
"${srcdir}/${pkgname}.desktop" \
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
- # Workarounds for upstream silliness:
- cd "${pkgdir}/opt/gog-stardew-valley/game"
- # Unless i686 is requested, I am only going to support machine architectures
- # that I can test with:
- ln -s mcs.bin.x86_64 mcs
- # Simplified "bootstrapping" script:
- install -m 755 "${srcdir}/StardewValley" StardewValley
+ # Remove broken .a library references
+ install -m 644 \
+ "${srcdir}/Stardew Valley.deps.json" \
+ "${pkgdir}/opt/${pkgname}/game/Stardew Valley.deps.json"
}
# vim: ts=2 sw=2 et:
diff --git a/Stardew Valley.deps.json b/Stardew Valley.deps.json
new file mode 100644
index 000000000000..000736b69940
--- /dev/null
+++ b/Stardew Valley.deps.json
@@ -0,0 +1,2902 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0/linux-x64",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {},
+ ".NETCoreApp,Version=v5.0/linux-x64": {
+ "Stardew Valley/1.3.37": {
+ "dependencies": {
+ "BmFont": "1.0.0",
+ "CPExtBmFont": "1.0.0",
+ "Lidgren.Network": "1.0.0",
+ "MonoGame.Content.Builder.Task": "3.8.0.1641",
+ "MonoGame.Framework.DesktopGL": "3.8.0.1641",
+ "SkiaSharp": "2.80.3-preview.93",
+ "SkiaSharp.NativeAssets.Linux": "2.80.3-preview.93",
+ "StardewValley.GameData": "1.0.0",
+ "System.Reflection.Emit": "4.3.0",
+ "TextCopy": "4.3.1",
+ "xTile": "1.0.0",
+ "GalaxyCSharp": "3.133.7.0",
+ "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "5.0.7"
+ },
+ "runtime": {
+ "Stardew Valley.dll": {}
+ }
+ },
+ "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/5.0.7": {
+ "runtime": {
+ "Microsoft.CSharp.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "Microsoft.VisualBasic.Core.dll": {
+ "assemblyVersion": "10.0.6.0",
+ "fileVersion": "11.0.721.25508"
+ },
+ "Microsoft.VisualBasic.dll": {
+ "assemblyVersion": "10.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "Microsoft.Win32.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "Microsoft.Win32.Registry.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.AppContext.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Buffers.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Collections.Concurrent.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Collections.Immutable.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Collections.NonGeneric.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Collections.Specialized.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Collections.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ComponentModel.Annotations.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ComponentModel.DataAnnotations.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ComponentModel.EventBasedAsync.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ComponentModel.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ComponentModel.TypeConverter.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ComponentModel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Configuration.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Console.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Core.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Data.Common.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Data.DataSetExtensions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Data.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.Contracts.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.Debug.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.FileVersionInfo.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.Process.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.StackTrace.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.TextWriterTraceListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.Tools.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.TraceSource.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Diagnostics.Tracing.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Drawing.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Drawing.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Dynamic.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Formats.Asn1.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Globalization.Calendars.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Globalization.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Globalization.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.Compression.Brotli.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.Compression.FileSystem.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.Compression.ZipFile.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.Compression.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.FileSystem.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.FileSystem.DriveInfo.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.FileSystem.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.FileSystem.Watcher.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.FileSystem.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.IsolatedStorage.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.MemoryMappedFiles.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.Pipes.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.Pipes.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.UnmanagedMemoryStream.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.IO.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Linq.Expressions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Linq.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Linq.Queryable.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Linq.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Memory.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Http.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Http.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.HttpListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Mail.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.NameResolution.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.NetworkInformation.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Ping.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Requests.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Security.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.ServicePoint.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.Sockets.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.WebClient.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.WebHeaderCollection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.WebProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.WebSockets.Client.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.WebSockets.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Net.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Numerics.Vectors.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Numerics.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ObjectModel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Private.DataContractSerialization.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Private.Uri.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Private.Xml.Linq.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Private.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.DispatchProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.Emit.ILGeneration.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.Emit.Lightweight.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.Emit.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.Metadata.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.TypeExtensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Reflection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Resources.Reader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Resources.ResourceManager.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Resources.Writer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.CompilerServices.Unsafe.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "0.0.0.0"
+ },
+ "System.Runtime.CompilerServices.VisualC.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Handles.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.InteropServices.RuntimeInformation.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.InteropServices.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Intrinsics.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Loader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Numerics.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Serialization.Formatters.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Serialization.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Serialization.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Serialization.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Claims.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Cryptography.Algorithms.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Cryptography.Cng.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Cryptography.Csp.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Cryptography.Encoding.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Cryptography.OpenSsl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Cryptography.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Cryptography.X509Certificates.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Principal.Windows.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.Principal.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.SecureString.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Security.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ServiceModel.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ServiceProcess.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Text.Encoding.CodePages.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Text.Encoding.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Text.Encoding.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Text.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Text.RegularExpressions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Channels.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Overlapped.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Tasks.Dataflow.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Tasks.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Tasks.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Tasks.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Thread.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.ThreadPool.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.Timer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Threading.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Transactions.Local.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Transactions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.ValueTuple.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Web.HttpUtility.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Windows.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.Linq.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.ReaderWriter.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.XPath.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.XPath.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.XmlDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.XmlSerializer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Xml.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "WindowsBase.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "mscorlib.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "netstandard.dll": {
+ "assemblyVersion": "2.1.0.0",
+ "fileVersion": "5.0.721.25508"
+ },
+ "System.Private.CoreLib.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.721.25508"
+ }
+ },
+ "native": {
+ "createdump": {
+ "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"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {},
+ "Microsoft.NETCore.Targets/1.1.0": {},
+ "MonoGame.Content.Builder.Task/3.8.0.1641": {},
+ "runtime.any.System.IO/4.3.0": {},
+ "runtime.any.System.Reflection/4.3.0": {},
+ "runtime.any.System.Reflection.Primitives/4.3.0": {},
+ "runtime.any.System.Runtime/4.3.0": {
+ "dependencies": {
+ "System.Private.Uri": "4.3.0"
+ }
+ },
+ "runtime.any.System.Text.Encoding/4.3.0": {},
+ "runtime.any.System.Threading.Tasks/4.3.0": {},
+ "runtime.native.System/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0"
+ }
+ },
+ "runtime.unix.System.Private.Uri/4.3.0": {
+ "dependencies": {
+ "runtime.native.System": "4.3.0"
+ }
+ },
+ "SkiaSharp/2.80.3-preview.93": {
+ "dependencies": {
+ "System.Memory": "4.5.3"
+ },
+ "runtime": {
+ "lib/netstandard2.0/SkiaSharp.dll": {
+ "assemblyVersion": "2.80.0.0",
+ "fileVersion": "2.80.3.0"
+ }
+ }
+ },
+ "SkiaSharp.NativeAssets.Linux/2.80.3-preview.93": {
+ "dependencies": {
+ "SkiaSharp": "2.80.3-preview.93"
+ },
+ "native": {
+ "runtimes/linux-x64/native/libSkiaSharp.so": {
+ "fileVersion": "0.0.0.0"
+ }
+ }
+ },
+ "System.IO/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0",
+ "System.Text.Encoding": "4.3.0",
+ "System.Threading.Tasks": "4.3.0",
+ "runtime.any.System.IO": "4.3.0"
+ }
+ },
+ "System.Memory/4.5.3": {},
+ "System.Private.Uri/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "runtime.unix.System.Private.Uri": "4.3.0"
+ }
+ },
+ "System.Reflection/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.IO": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0",
+ "runtime.any.System.Reflection": "4.3.0"
+ }
+ },
+ "System.Reflection.Emit/4.3.0": {
+ "dependencies": {
+ "System.IO": "4.3.0",
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Emit.ILGeneration": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
+ },
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
+ "dependencies": {
+ "System.Reflection": "4.3.0",
+ "System.Reflection.Primitives": "4.3.0",
+ "System.Runtime": "4.3.0"
+ }
+ },
+ "System.Reflection.Primitives/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0",
+ "runtime.any.System.Reflection.Primitives": "4.3.0"
+ }
+ },
+ "System.Runtime/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "runtime.any.System.Runtime": "4.3.0"
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0",
+ "runtime.any.System.Text.Encoding": "4.3.0"
+ }
+ },
+ "System.Threading.Tasks/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0",
+ "runtime.any.System.Threading.Tasks": "4.3.0"
+ }
+ },
+ "TextCopy/4.3.1": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
+ },
+ "runtime": {
+ "lib/net5.0/TextCopy.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "BmFont/1.0.0": {
+ "runtime": {
+ "BmFont.dll": {}
+ }
+ },
+ "CPExtBmFont/1.0.0": {
+ "dependencies": {
+ "BmFont": "1.0.0"
+ },
+ "runtime": {
+ "CPExtBmFont.dll": {}
+ }
+ },
+ "FAudio-CS/1.0.0": {
+ "runtime": {
+ "FAudio-CS.dll": {}
+ }
+ },
+ "Lidgren.Network/1.0.0": {
+ "dependencies": {
+ "MonoGame.Framework.DesktopGL": "3.8.0.1641"
+ },
+ "runtime": {
+ "Lidgren.Network.dll": {}
+ }
+ },
+ "MonoGame.Framework.DesktopGL/3.8.0.1641": {
+ "dependencies": {
+ "FAudio-CS": "1.0.0"
+ },
+ "runtime": {
+ "MonoGame.Framework.dll": {}
+ }
+ },
+ "StardewValley.GameData/1.0.0": {
+ "dependencies": {
+ "MonoGame.Content.Builder.Task": "3.8.0.1641"
+ },
+ "runtime": {
+ "StardewValley.GameData.dll": {}
+ }
+ },
+ "xTile/1.0.0": {
+ "dependencies": {
+ "MonoGame.Framework.DesktopGL": "3.8.0.1641"
+ },
+ "runtime": {
+ "xTile.dll": {}
+ }
+ },
+ "GalaxyCSharp/3.133.7.0": {
+ "runtime": {
+ "GalaxyCSharp.dll": {
+ "assemblyVersion": "3.133.7.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Stardew Valley/1.3.37": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/5.0.7": {
+ "type": "runtimepack",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
+ "path": "microsoft.netcore.targets/1.1.0",
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
+ },
+ "MonoGame.Content.Builder.Task/3.8.0.1641": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oHA60q9MhkqGnSiJlXosdynD400sQ/j1Ef+0XkJYIQT4Io9RQ6Zk8i0vjpnIbQ0PgsoaQN3IRYjNzkhqq3uUGA==",
+ "path": "monogame.content.builder.task/3.8.0.1641",
+ "hashPath": "monogame.content.builder.task.3.8.0.1641.nupkg.sha512"
+ },
+ "runtime.any.System.IO/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==",
+ "path": "runtime.any.system.io/4.3.0",
+ "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512"
+ },
+ "runtime.any.System.Reflection/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==",
+ "path": "runtime.any.system.reflection/4.3.0",
+ "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512"
+ },
+ "runtime.any.System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==",
+ "path": "runtime.any.system.reflection.primitives/4.3.0",
+ "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512"
+ },
+ "runtime.any.System.Runtime/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
+ "path": "runtime.any.system.runtime/4.3.0",
+ "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512"
+ },
+ "runtime.any.System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==",
+ "path": "runtime.any.system.text.encoding/4.3.0",
+ "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512"
+ },
+ "runtime.any.System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==",
+ "path": "runtime.any.system.threading.tasks/4.3.0",
+ "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512"
+ },
+ "runtime.native.System/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
+ "path": "runtime.native.system/4.3.0",
+ "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
+ },
+ "runtime.unix.System.Private.Uri/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ooWzobr5RAq34r9uan1r/WPXJYG1XWy9KanrxNvEnBzbFdQbMG7Y3bVi4QxR7xZMNLOxLLTAyXvnSkfj5boZSg==",
+ "path": "runtime.unix.system.private.uri/4.3.0",
+ "hashPath": "runtime.unix.system.private.uri.4.3.0.nupkg.sha512"
+ },
+ "SkiaSharp/2.80.3-preview.93": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yo2DzptVlqV2M1B4BxtT4itb+52HDpp7g9VhDCRKynNo7z2GaeC35kwgRVY+0kJK2hg7S4DhEiPspvVgnEAeuw==",
+ "path": "skiasharp/2.80.3-preview.93",
+ "hashPath": "skiasharp.2.80.3-preview.93.nupkg.sha512"
+ },
+ "SkiaSharp.NativeAssets.Linux/2.80.3-preview.93": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-iUjbeVoLjJWaZjLFzfgRryzzar6jk/u/CfnFjEcV+p9GOKZrR4c5D3KsQyJvBlfN2bmOtNYdRRPqxSVQ7c1Krg==",
+ "path": "skiasharp.nativeassets.linux/2.80.3-preview.93",
+ "hashPath": "skiasharp.nativeassets.linux.2.80.3-preview.93.nupkg.sha512"
+ },
+ "System.IO/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
+ "path": "system.io/4.3.0",
+ "hashPath": "system.io.4.3.0.nupkg.sha512"
+ },
+ "System.Memory/4.5.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
+ "path": "system.memory/4.5.3",
+ "hashPath": "system.memory.4.5.3.nupkg.sha512"
+ },
+ "System.Private.Uri/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
+ "path": "system.private.uri/4.3.0",
+ "hashPath": "system.private.uri.4.3.0.nupkg.sha512"
+ },
+ "System.Reflection/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
+ "path": "system.reflection/4.3.0",
+ "hashPath": "system.reflection.4.3.0.nupkg.sha512"
+ },
+ "System.Reflection.Emit/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
+ "path": "system.reflection.emit/4.3.0",
+ "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
+ },
+ "System.Reflection.Emit.ILGeneration/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
+ "path": "system.reflection.emit.ilgeneration/4.3.0",
+ "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
+ },
+ "System.Reflection.Primitives/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
+ "path": "system.reflection.primitives/4.3.0",
+ "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
+ },
+ "System.Runtime/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
+ "path": "system.runtime/4.3.0",
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
+ },
+ "System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
+ "path": "system.text.encoding/4.3.0",
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
+ },
+ "System.Threading.Tasks/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
+ "path": "system.threading.tasks/4.3.0",
+ "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
+ },
+ "TextCopy/4.3.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IpRENnjTZXZk7Hi8q0ze6VEFGny9+IIEe+51f/OVQYYzyWVhY8ZLOpYB9CRQoQpo+5/ALKaION1Bxn5LuRCrCw==",
+ "path": "textcopy/4.3.1",
+ "hashPath": "textcopy.4.3.1.nupkg.sha512"
+ },
+ "BmFont/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "CPExtBmFont/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "FAudio-CS/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Lidgren.Network/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "MonoGame.Framework.DesktopGL/3.8.0.1641": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "StardewValley.GameData/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "xTile/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "GalaxyCSharp/3.133.7.0": {
+ "type": "reference",
+ "serviceable": false,
+ "sha512": ""
+ }
+ },
+ "runtimes": {
+ "alpine-x64": [
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.10-x64": [
+ "alpine.3.10",
+ "alpine.3.9-x64",
+ "alpine.3.9",
+ "alpine.3.8-x64",
+ "alpine.3.8",
+ "alpine.3.7-x64",
+ "alpine.3.7",
+ "alpine.3.6-x64",
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.11-x64": [
+ "alpine.3.11",
+ "alpine.3.10-x64",
+ "alpine.3.10",
+ "alpine.3.9-x64",
+ "alpine.3.9",
+ "alpine.3.8-x64",
+ "alpine.3.8",
+ "alpine.3.7-x64",
+ "alpine.3.7",
+ "alpine.3.6-x64",
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.12-x64": [
+ "alpine.3.12",
+ "alpine.3.11-x64",
+ "alpine.3.11",
+ "alpine.3.10-x64",
+ "alpine.3.10",
+ "alpine.3.9-x64",
+ "alpine.3.9",
+ "alpine.3.8-x64",
+ "alpine.3.8",
+ "alpine.3.7-x64",
+ "alpine.3.7",
+ "alpine.3.6-x64",
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.13-x64": [
+ "alpine.3.13",
+ "alpine.3.12-x64",
+ "alpine.3.12",
+ "alpine.3.11-x64",
+ "alpine.3.11",
+ "alpine.3.10-x64",
+ "alpine.3.10",
+ "alpine.3.9-x64",
+ "alpine.3.9",
+ "alpine.3.8-x64",
+ "alpine.3.8",
+ "alpine.3.7-x64",
+ "alpine.3.7",
+ "alpine.3.6-x64",
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.6-x64": [
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.7-x64": [
+ "alpine.3.7",
+ "alpine.3.6-x64",
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.8-x64": [
+ "alpine.3.8",
+ "alpine.3.7-x64",
+ "alpine.3.7",
+ "alpine.3.6-x64",
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "alpine.3.9-x64": [
+ "alpine.3.9",
+ "alpine.3.8-x64",
+ "alpine.3.8",
+ "alpine.3.7-x64",
+ "alpine.3.7",
+ "alpine.3.6-x64",
+ "alpine.3.6",
+ "alpine-x64",
+ "alpine",
+ "linux-musl-x64",
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android-x64": [
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.21-x64": [
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.22-x64": [
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.23-x64": [
+ "android.23",
+ "android.22-x64",
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.24-x64": [
+ "android.24",
+ "android.23-x64",
+ "android.23",
+ "android.22-x64",
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.25-x64": [
+ "android.25",
+ "android.24-x64",
+ "android.24",
+ "android.23-x64",
+ "android.23",
+ "android.22-x64",
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.26-x64": [
+ "android.26",
+ "android.25-x64",
+ "android.25",
+ "android.24-x64",
+ "android.24",
+ "android.23-x64",
+ "android.23",
+ "android.22-x64",
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.27-x64": [
+ "android.27",
+ "android.26-x64",
+ "android.26",
+ "android.25-x64",
+ "android.25",
+ "android.24-x64",
+ "android.24",
+ "android.23-x64",
+ "android.23",
+ "android.22-x64",
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.28-x64": [
+ "android.28",
+ "android.27-x64",
+ "android.27",
+ "android.26-x64",
+ "android.26",
+ "android.25-x64",
+ "android.25",
+ "android.24-x64",
+ "android.24",
+ "android.23-x64",
+ "android.23",
+ "android.22-x64",
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "android.29-x64": [
+ "android.29",
+ "android.28-x64",
+ "android.28",
+ "android.27-x64",
+ "android.27",
+ "android.26-x64",
+ "android.26",
+ "android.25-x64",
+ "android.25",
+ "android.24-x64",
+ "android.24",
+ "android.23-x64",
+ "android.23",
+ "android.22-x64",
+ "android.22",
+ "android.21-x64",
+ "android.21",
+ "android-x64",
+ "android",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "arch-x64": [
+ "arch",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "centos-x64": [
+ "centos",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "centos.7-x64": [
+ "centos.7",
+ "centos-x64",
+ "rhel.7-x64",
+ "centos",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "centos.8-x64": [
+ "centos.8",
+ "centos-x64",
+ "rhel.8-x64",
+ "centos",
+ "rhel.8",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "centos.9-x64": [
+ "centos.9",
+ "centos-x64",
+ "rhel.9-x64",
+ "centos",
+ "rhel.9",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "debian-x64": [
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "debian.10-x64": [
+ "debian.10",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "debian.8-x64": [
+ "debian.8",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "debian.9-x64": [
+ "debian.9",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora-x64": [
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.23-x64": [
+ "fedora.23",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.24-x64": [
+ "fedora.24",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.25-x64": [
+ "fedora.25",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.26-x64": [
+ "fedora.26",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.27-x64": [
+ "fedora.27",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.28-x64": [
+ "fedora.28",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.29-x64": [
+ "fedora.29",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.30-x64": [
+ "fedora.30",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.31-x64": [
+ "fedora.31",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.32-x64": [
+ "fedora.32",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.33-x64": [
+ "fedora.33",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.34-x64": [
+ "fedora.34",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "fedora.35-x64": [
+ "fedora.35",
+ "fedora-x64",
+ "fedora",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "gentoo-x64": [
+ "gentoo",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linux-musl-x64": [
+ "linux-musl",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linux-x64": [
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.17-x64": [
+ "linuxmint.17",
+ "ubuntu.14.04-x64",
+ "ubuntu.14.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.17.1-x64": [
+ "linuxmint.17.1",
+ "linuxmint.17-x64",
+ "linuxmint.17",
+ "ubuntu.14.04-x64",
+ "ubuntu.14.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.17.2-x64": [
+ "linuxmint.17.2",
+ "linuxmint.17.1-x64",
+ "linuxmint.17.1",
+ "linuxmint.17-x64",
+ "linuxmint.17",
+ "ubuntu.14.04-x64",
+ "ubuntu.14.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.17.3-x64": [
+ "linuxmint.17.3",
+ "linuxmint.17.2-x64",
+ "linuxmint.17.2",
+ "linuxmint.17.1-x64",
+ "linuxmint.17.1",
+ "linuxmint.17-x64",
+ "linuxmint.17",
+ "ubuntu.14.04-x64",
+ "ubuntu.14.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.18-x64": [
+ "linuxmint.18",
+ "ubuntu.16.04-x64",
+ "ubuntu.16.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.18.1-x64": [
+ "linuxmint.18.1",
+ "linuxmint.18-x64",
+ "linuxmint.18",
+ "ubuntu.16.04-x64",
+ "ubuntu.16.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.18.2-x64": [
+ "linuxmint.18.2",
+ "linuxmint.18.1-x64",
+ "linuxmint.18.1",
+ "linuxmint.18-x64",
+ "linuxmint.18",
+ "ubuntu.16.04-x64",
+ "ubuntu.16.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "linuxmint.18.3-x64": [
+ "linuxmint.18.3",
+ "linuxmint.18.2-x64",
+ "linuxmint.18.2",
+ "linuxmint.18.1-x64",
+ "linuxmint.18.1",
+ "linuxmint.18-x64",
+ "linuxmint.18",
+ "ubuntu.16.04-x64",
+ "ubuntu.16.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "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"
+ ],
+ "ol-x64": [
+ "ol",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7-x64": [
+ "ol.7",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7.0-x64": [
+ "ol.7.0",
+ "ol.7-x64",
+ "rhel.7.0-x64",
+ "ol.7",
+ "rhel.7.0",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7.1-x64": [
+ "ol.7.1",
+ "ol.7.0-x64",
+ "rhel.7.1-x64",
+ "ol.7.0",
+ "rhel.7.1",
+ "ol.7-x64",
+ "rhel.7.0-x64",
+ "ol.7",
+ "rhel.7.0",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7.2-x64": [
+ "ol.7.2",
+ "ol.7.1-x64",
+ "rhel.7.2-x64",
+ "ol.7.1",
+ "rhel.7.2",
+ "ol.7.0-x64",
+ "rhel.7.1-x64",
+ "ol.7.0",
+ "rhel.7.1",
+ "ol.7-x64",
+ "rhel.7.0-x64",
+ "ol.7",
+ "rhel.7.0",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7.3-x64": [
+ "ol.7.3",
+ "ol.7.2-x64",
+ "rhel.7.3-x64",
+ "ol.7.2",
+ "rhel.7.3",
+ "ol.7.1-x64",
+ "rhel.7.2-x64",
+ "ol.7.1",
+ "rhel.7.2",
+ "ol.7.0-x64",
+ "rhel.7.1-x64",
+ "ol.7.0",
+ "rhel.7.1",
+ "ol.7-x64",
+ "rhel.7.0-x64",
+ "ol.7",
+ "rhel.7.0",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7.4-x64": [
+ "ol.7.4",
+ "ol.7.3-x64",
+ "rhel.7.4-x64",
+ "ol.7.3",
+ "rhel.7.4",
+ "ol.7.2-x64",
+ "rhel.7.3-x64",
+ "ol.7.2",
+ "rhel.7.3",
+ "ol.7.1-x64",
+ "rhel.7.2-x64",
+ "ol.7.1",
+ "rhel.7.2",
+ "ol.7.0-x64",
+ "rhel.7.1-x64",
+ "ol.7.0",
+ "rhel.7.1",
+ "ol.7-x64",
+ "rhel.7.0-x64",
+ "ol.7",
+ "rhel.7.0",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7.5-x64": [
+ "ol.7.5",
+ "ol.7.4-x64",
+ "rhel.7.5-x64",
+ "ol.7.4",
+ "rhel.7.5",
+ "ol.7.3-x64",
+ "rhel.7.4-x64",
+ "ol.7.3",
+ "rhel.7.4",
+ "ol.7.2-x64",
+ "rhel.7.3-x64",
+ "ol.7.2",
+ "rhel.7.3",
+ "ol.7.1-x64",
+ "rhel.7.2-x64",
+ "ol.7.1",
+ "rhel.7.2",
+ "ol.7.0-x64",
+ "rhel.7.1-x64",
+ "ol.7.0",
+ "rhel.7.1",
+ "ol.7-x64",
+ "rhel.7.0-x64",
+ "ol.7",
+ "rhel.7.0",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.7.6-x64": [
+ "ol.7.6",
+ "ol.7.5-x64",
+ "rhel.7.6-x64",
+ "ol.7.5",
+ "rhel.7.6",
+ "ol.7.4-x64",
+ "rhel.7.5-x64",
+ "ol.7.4",
+ "rhel.7.5",
+ "ol.7.3-x64",
+ "rhel.7.4-x64",
+ "ol.7.3",
+ "rhel.7.4",
+ "ol.7.2-x64",
+ "rhel.7.3-x64",
+ "ol.7.2",
+ "rhel.7.3",
+ "ol.7.1-x64",
+ "rhel.7.2-x64",
+ "ol.7.1",
+ "rhel.7.2",
+ "ol.7.0-x64",
+ "rhel.7.1-x64",
+ "ol.7.0",
+ "rhel.7.1",
+ "ol.7-x64",
+ "rhel.7.0-x64",
+ "ol.7",
+ "rhel.7.0",
+ "ol-x64",
+ "rhel.7-x64",
+ "ol",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.8-x64": [
+ "ol.8",
+ "ol-x64",
+ "rhel.8-x64",
+ "ol",
+ "rhel.8",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ol.8.0-x64": [
+ "ol.8.0",
+ "ol.8-x64",
+ "rhel.8.0-x64",
+ "ol.8",
+ "rhel.8.0",
+ "ol-x64",
+ "rhel.8-x64",
+ "ol",
+ "rhel.8",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "opensuse-x64": [
+ "opensuse",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "opensuse.13.2-x64": [
+ "opensuse.13.2",
+ "opensuse-x64",
+ "opensuse",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "opensuse.15.0-x64": [
+ "opensuse.15.0",
+ "opensuse-x64",
+ "opensuse",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "opensuse.15.1-x64": [
+ "opensuse.15.1",
+ "opensuse-x64",
+ "opensuse",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "opensuse.42.1-x64": [
+ "opensuse.42.1",
+ "opensuse-x64",
+ "opensuse",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "opensuse.42.2-x64": [
+ "opensuse.42.2",
+ "opensuse-x64",
+ "opensuse",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "opensuse.42.3-x64": [
+ "opensuse.42.3",
+ "opensuse-x64",
+ "opensuse",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel-x64": [
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.6-x64": [
+ "rhel.6",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7-x64": [
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7.0-x64": [
+ "rhel.7.0",
+ "rhel.7-x64",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7.1-x64": [
+ "rhel.7.1",
+ "rhel.7.0-x64",
+ "rhel.7.0",
+ "rhel.7-x64",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7.2-x64": [
+ "rhel.7.2",
+ "rhel.7.1-x64",
+ "rhel.7.1",
+ "rhel.7.0-x64",
+ "rhel.7.0",
+ "rhel.7-x64",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7.3-x64": [
+ "rhel.7.3",
+ "rhel.7.2-x64",
+ "rhel.7.2",
+ "rhel.7.1-x64",
+ "rhel.7.1",
+ "rhel.7.0-x64",
+ "rhel.7.0",
+ "rhel.7-x64",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7.4-x64": [
+ "rhel.7.4",
+ "rhel.7.3-x64",
+ "rhel.7.3",
+ "rhel.7.2-x64",
+ "rhel.7.2",
+ "rhel.7.1-x64",
+ "rhel.7.1",
+ "rhel.7.0-x64",
+ "rhel.7.0",
+ "rhel.7-x64",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7.5-x64": [
+ "rhel.7.5",
+ "rhel.7.4-x64",
+ "rhel.7.4",
+ "rhel.7.3-x64",
+ "rhel.7.3",
+ "rhel.7.2-x64",
+ "rhel.7.2",
+ "rhel.7.1-x64",
+ "rhel.7.1",
+ "rhel.7.0-x64",
+ "rhel.7.0",
+ "rhel.7-x64",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.7.6-x64": [
+ "rhel.7.6",
+ "rhel.7.5-x64",
+ "rhel.7.5",
+ "rhel.7.4-x64",
+ "rhel.7.4",
+ "rhel.7.3-x64",
+ "rhel.7.3",
+ "rhel.7.2-x64",
+ "rhel.7.2",
+ "rhel.7.1-x64",
+ "rhel.7.1",
+ "rhel.7.0-x64",
+ "rhel.7.0",
+ "rhel.7-x64",
+ "rhel.7",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.8-x64": [
+ "rhel.8",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.8.0-x64": [
+ "rhel.8.0",
+ "rhel.8-x64",
+ "rhel.8",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.8.1-x64": [
+ "rhel.8.1",
+ "rhel.8.0-x64",
+ "rhel.8.0",
+ "rhel.8-x64",
+ "rhel.8",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "rhel.9-x64": [
+ "rhel.9",
+ "rhel-x64",
+ "rhel",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles-x64": [
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles.12-x64": [
+ "sles.12",
+ "sles-x64",
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles.12.1-x64": [
+ "sles.12.1",
+ "sles.12-x64",
+ "sles.12",
+ "sles-x64",
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles.12.2-x64": [
+ "sles.12.2",
+ "sles.12.1-x64",
+ "sles.12.1",
+ "sles.12-x64",
+ "sles.12",
+ "sles-x64",
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles.12.3-x64": [
+ "sles.12.3",
+ "sles.12.2-x64",
+ "sles.12.2",
+ "sles.12.1-x64",
+ "sles.12.1",
+ "sles.12-x64",
+ "sles.12",
+ "sles-x64",
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles.12.4-x64": [
+ "sles.12.4",
+ "sles.12.3-x64",
+ "sles.12.3",
+ "sles.12.2-x64",
+ "sles.12.2",
+ "sles.12.1-x64",
+ "sles.12.1",
+ "sles.12-x64",
+ "sles.12",
+ "sles-x64",
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles.15-x64": [
+ "sles.15",
+ "sles.12.4-x64",
+ "sles.12.4",
+ "sles.12.3-x64",
+ "sles.12.3",
+ "sles.12.2-x64",
+ "sles.12.2",
+ "sles.12.1-x64",
+ "sles.12.1",
+ "sles.12-x64",
+ "sles.12",
+ "sles-x64",
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "sles.15.1-x64": [
+ "sles.15.1",
+ "sles.15-x64",
+ "sles.15",
+ "sles.12.4-x64",
+ "sles.12.4",
+ "sles.12.3-x64",
+ "sles.12.3",
+ "sles.12.2-x64",
+ "sles.12.2",
+ "sles.12.1-x64",
+ "sles.12.1",
+ "sles.12-x64",
+ "sles.12",
+ "sles-x64",
+ "sles",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu-x64": [
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.14.04-x64": [
+ "ubuntu.14.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.14.10-x64": [
+ "ubuntu.14.10",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.15.04-x64": [
+ "ubuntu.15.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.15.10-x64": [
+ "ubuntu.15.10",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.16.04-x64": [
+ "ubuntu.16.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.16.10-x64": [
+ "ubuntu.16.10",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.17.04-x64": [
+ "ubuntu.17.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.17.10-x64": [
+ "ubuntu.17.10",
+ "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"
+ ],
+ "ubuntu.18.10-x64": [
+ "ubuntu.18.10",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.19.04-x64": [
+ "ubuntu.19.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.19.10-x64": [
+ "ubuntu.19.10",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.20.04-x64": [
+ "ubuntu.20.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.20.10-x64": [
+ "ubuntu.20.10",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.21.04-x64": [
+ "ubuntu.21.04",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ],
+ "ubuntu.21.10-x64": [
+ "ubuntu.21.10",
+ "ubuntu-x64",
+ "ubuntu",
+ "debian-x64",
+ "debian",
+ "linux-x64",
+ "linux",
+ "unix-x64",
+ "unix",
+ "any",
+ "base"
+ ]
+ }
+}
diff --git a/StardewValley b/StardewValley
deleted file mode 100755
index 1f0f8fbb3bec..000000000000
--- a/StardewValley
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-cd "$(dirname "$0")"
-
-if [[ -f mcs ]]; then
- ./StardewValley.bin.x86_64 "${@}"
-fi