diff --git a/.gitignore b/.gitignore index 49c7999..2737962 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ obj/ riderModule.iml /_ReSharper.Caches/ /.idea/ -ourMIPSSharp.sln.DotSettings.user \ No newline at end of file +ourMIPSSharp.sln.DotSettings.user +packages.lock.json \ No newline at end of file diff --git a/lib_ourMIPSSharp_Tests/packages.lock.json b/lib_ourMIPSSharp_Tests/packages.lock.json deleted file mode 100644 index cb3d157..0000000 --- a/lib_ourMIPSSharp_Tests/packages.lock.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net7.0": { - "coverlet.collector": { - "type": "Direct", - "requested": "[3.2.0, )", - "resolved": "3.2.0", - "contentHash": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==" - }, - "Microsoft.NET.Test.Sdk": { - "type": "Direct", - "requested": "[17.4.1, )", - "resolved": "17.4.1", - "contentHash": "kJ5/v2ad+VEg1fL8UH18nD71Eu+Fq6dM4RKBVqlV2MLSEK/AW4LUkqlk7m7G+BrxEDJVwPjxHam17nldxV80Ow==", - "dependencies": { - "Microsoft.CodeCoverage": "17.4.1", - "Microsoft.TestPlatform.TestHost": "17.4.1" - } - }, - "NUnit": { - "type": "Direct", - "requested": "[3.13.3, )", - "resolved": "3.13.3", - "contentHash": "KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==", - "dependencies": { - "NETStandard.Library": "2.0.0" - } - }, - "NUnit.Analyzers": { - "type": "Direct", - "requested": "[3.3.0, )", - "resolved": "3.3.0", - "contentHash": "gyRc0qmXUIjHaTcHTWZDHK5ccOF6cLEOGQJ6Fj5JWKh8/W1XzPFC6zGXRu5sDNSxfKaNeQRmkdz3M73ArQkY1A==" - }, - "NUnit3TestAdapter": { - "type": "Direct", - "requested": "[4.3.1, )", - "resolved": "4.3.1", - "contentHash": "R+bGFtsUpLWywjT1nb3xMmoVa2AIw6ClIGC+XjW9lYE8hwJeos+NdR/mtg4RXbBphmC9epALrnUc6MM7mUG8+Q==" - }, - "Microsoft.CodeCoverage": { - "type": "Transitive", - "resolved": "17.4.1", - "contentHash": "T21KxaiFawbrrjm0uXjxAStXaBm5P9H6Nnf8BUtBTvIpd8q57lrChVBCY2dnazmSu9/kuX4z5+kAOT78Dod7vA==" - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" - }, - "Microsoft.TestPlatform.ObjectModel": { - "type": "Transitive", - "resolved": "17.4.1", - "contentHash": "v2CwoejusooZa/DZYt7UXo+CJOvwAmqg6ZyFJeIBu+DCRDqpEtf7WYhZ/AWii0EKzANPPLU9+m148aipYQkTuA==", - "dependencies": { - "NuGet.Frameworks": "5.11.0", - "System.Reflection.Metadata": "1.6.0" - } - }, - "Microsoft.TestPlatform.TestHost": { - "type": "Transitive", - "resolved": "17.4.1", - "contentHash": "K7QXM4P4qrDKdPs/VSEKXR08QEru7daAK8vlIbhwENM3peXJwb9QgrAbtbYyyfVnX+F1m+1hntTH6aRX+h/f8g==", - "dependencies": { - "Microsoft.TestPlatform.ObjectModel": "17.4.1", - "Newtonsoft.Json": "13.0.1" - } - }, - "NETStandard.Library": { - "type": "Transitive", - "resolved": "2.0.0", - "contentHash": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.1", - "contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==" - }, - "NuGet.Frameworks": { - "type": "Transitive", - "resolved": "5.11.0", - "contentHash": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==" - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "1.6.0", - "contentHash": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==" - }, - "lib_ourmipssharp": { - "type": "Project" - } - } - } -} \ No newline at end of file diff --git a/ourMIPSSharp_App/ourMIPSSharp_App.Desktop/packages.lock.json b/ourMIPSSharp_App/ourMIPSSharp_App.Desktop/packages.lock.json deleted file mode 100644 index 0039320..0000000 --- a/ourMIPSSharp_App/ourMIPSSharp_App.Desktop/packages.lock.json +++ /dev/null @@ -1,1150 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net7.0": { - "Avalonia.Desktop": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "swpazNWGD0u6ljrEMEtjxmULgXi4BtU/uo8UAAvUSIDv4vWyax389us41Z2g3hiNajZE0onYXr16TuD9Dvqr1Q==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Native": "11.0.0-preview3", - "Avalonia.Skia": "11.0.0-preview3", - "Avalonia.Win32": "11.0.0-preview3", - "Avalonia.X11": "11.0.0-preview3" - } - }, - "Avalonia": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "YeST8E7GJvEiNQOQ3g4DUO6xjkMZPLO/lj8SRTI04Grq+vfpfzyYtKXNxBMdNsVV45XeQu6pzOVXyZU7t+RURA==", - "dependencies": { - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "MicroCom.Runtime": "0.10.5", - "System.ComponentModel.Annotations": "4.5.0", - "System.Memory": "4.5.3", - "System.Reactive": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.6.0", - "System.ValueTuple": "4.5.0" - } - }, - "Avalonia.Angle.Windows.Natives": { - "type": "Transitive", - "resolved": "2.1.0.2020091801", - "contentHash": "nGsCPI8FuUknU/e6hZIqlsKRDxClXHZyztmgM8vuwslFC/BIV3LqM2wKefWbr6SORX4Lct4nivhSMkdF/TrKgg==" - }, - "Avalonia.AvaloniaEdit": { - "type": "Transitive", - "resolved": "11.0.0-preview2", - "contentHash": "eXHJff7cU8bAiiUUH1SN03hEi9uPLPE5SLwn9SWH5YbwsYw0Z0yq01V1Y2F73f3RsELhpD17Gy8qQYAShr8Kog==", - "dependencies": { - "Avalonia": "11.0.0-preview2", - "System.Collections.Immutable": "1.6.0" - } - }, - "Avalonia.Controls.ColorPicker": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "C+m8uUDgrnGQcU9qtTWw9nK3enjeZ3yQBrq4r/7slIM0dZzbgoPe+gKtbTM+/V9hW31odnPBPW2vtBHBDgwYmQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Controls.DataGrid": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "0bbx+YpSG5muBo20fzAvdIIEsvT5HJEn99WeQA7bP7J4kMMt5uJ6oKk5vGGkA6QlDqnTj/4aDVhonOcOtdAorA==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Diagnostics": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "MQA+O3R9FFTrsBZXwOlJzobB5R6OOn8rB0IDmLqKjIXjVH1uX7UmuR0MiBugivT5di4i+o2F9TsHFP1w1q3zkQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Controls.ColorPicker": "11.0.0-preview3", - "Avalonia.Controls.DataGrid": "11.0.0-preview3", - "Avalonia.Themes.Simple": "11.0.0-preview3", - "Microsoft.CodeAnalysis.CSharp.Scripting": "3.8.0", - "Microsoft.CodeAnalysis.Common": "3.8.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.FreeDesktop": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "VpQyd9GI5+E0Jvrx6veD/5HGulpFLxE4ROqPn955cQ+mg3YNGVPA35ZeyNcDGwM4jDqv9IpKtrS1QUj4Kx8QWg==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Tmds.DBus": "0.9.0" - } - }, - "Avalonia.Native": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "2WIBV1aH8M995Yz1YozLEhyxJnQ6420fLWHLEhSv/ASW9NBrl4SagIL5Xvh0yIrS1n4VASDnPKTNl3Zkt2iB4A==", - "dependencies": { - "Avalonia": "11.0.0-preview3" - } - }, - "Avalonia.ReactiveUI": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "GdknLQOQvGhEwDv77X7/9xa48DK7NKAyDoeeZGiWd5X7lWyrJazXZdQW3k3zBUUQ2LSsqrhti+HY1m+ZrEbdrQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "ReactiveUI": "18.3.1", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Remote.Protocol": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "CxXQFtU8b0yxU4OSI6XmLfb1AchRFGOyEpOMpN/NrgdiTOPkPk8EUiYVP5Cq4cmNnxYkje0eh9W03qMFzbWQ/w==" - }, - "Avalonia.Skia": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "VlPv6k9+UzDUlehnXSq0R9rlXNr/FPBZbfkOBSBkDdp8cDgtf+pReNClrbMGovgCyyQ323Ji4TcsZ2W2wfgyTA==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "HarfBuzzSharp": "2.8.2.1-preview.108", - "HarfBuzzSharp.NativeAssets.Linux": "2.8.2.1-preview.108", - "HarfBuzzSharp.NativeAssets.WebAssembly": "2.8.2.1-preview.108", - "SkiaSharp": "2.88.1", - "SkiaSharp.NativeAssets.Linux": "2.88.1", - "SkiaSharp.NativeAssets.WebAssembly": "2.88.1" - } - }, - "Avalonia.Themes.Fluent": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "jD+8XRJE28TrRRZCQLSVOS6HxOoB82CGoZ1OJ7UkMD1XJJEzR5XKkPziuIcXAnKmWpzTmFYRA9nMsFQTZ9hbLw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Themes.Simple": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "I2tyABeFaC5oVgnclDpc6A7KwYE7+FvMkBbI2ojiTU1oG+4vxrnc5/q8nFR0+Nui9eAbQjDRW9voGs0Fo/Ppbw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Win32": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "1Cw7izm5h4QZC9Blin78b3exyeuOkrseRXB9Nc2hY0QcQSWc2ONRqYgOW29fRl4xE64deuCsdZwoMaES38qikw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Angle.Windows.Natives": "2.1.0.2020091801", - "System.Drawing.Common": "6.0.0", - "System.Numerics.Vectors": "4.5.0" - } - }, - "Avalonia.X11": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "FUaOWZ622SokWWWIrnbCkWghpZqmq/Mv0yPsNq1/IV4ZBjBrCtCbGPicLLJ8VXgE7yN/E6l/tPVPNu1jCFYCGg==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.FreeDesktop": "11.0.0-preview3", - "Avalonia.Skia": "11.0.0-preview3" - } - }, - "DialogHost.Avalonia": { - "type": "Transitive", - "resolved": "0.7.0-preview3", - "contentHash": "fIoCNsZZwVTpJnOU5IqoQTJHRU5tKfsmwipjvMqcATfDl/UBdIyA+1olO1Aw6Ij+f3i8YD6m7v6VMxL3s/DCKA==", - "dependencies": { - "Avalonia": "11.0.0-preview1" - } - }, - "Dock.Avalonia": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "7ev2G5hJlsShiNOmQYrEilOA86G2BmFQGFQ6SYl2FZ9imZKVFzBK0GQPNEzWY6jOYMHyU5515F+Yh/zGdFdNiQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Diagnostics": "11.0.0-preview3", - "Dock.Model": "11.0.0-preview3", - "Dock.ProportionalStackPanel": "11.0.0-preview3" - } - }, - "Dock.Model": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "LZT2jd1DZPUFgkP7/FXKJEYK4RYphe2il8Zbw0Sg6RtOQgfy9uXwff1Iy6KrAuidVswEeG8r+rF7yW4wzm7DJA==" - }, - "Dock.Model.ReactiveUI": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "YYU2WKgUe7rM9bWIjiVv3vBGtU4hD3bKm9CR7d1IOPPh8BNxXyGC6CcB+GSuTRvOYItsK0Wb8ZnlJ0iiwxIaMw==", - "dependencies": { - "Dock.Model": "11.0.0-preview3", - "reactiveui": "18.3.1" - } - }, - "Dock.ProportionalStackPanel": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "0GCel6quWRSPF8R/46Jly68muUDUCMqhRrq+dhTsM/3D4c7SI9k5qy+mnOLoMzg7PxiiD1DHVvDC/Ekw14LP6w==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Diagnostics": "11.0.0-preview3", - "Dock.Model": "11.0.0-preview3" - } - }, - "Dock.Serializer": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "jSgS4eZmKquFXqMw3MiaaAz0iqsZ2zP443zeR9/4XGAfVaXoRWHFF9VuTPxWYMWevr/SIqLBmu1FifixAjA1fw==", - "dependencies": { - "Newtonsoft.Json": "13.0.1" - } - }, - "DynamicData": { - "type": "Transitive", - "resolved": "7.9.5", - "contentHash": "xFwVha7o3qUtVYxco5p+7Urcztc/m1gmaEUxOG0i7LNe+vfCfyb0ECAsT2FLm3zOPHb0g8s9qVu5LfPKfRNVng==", - "dependencies": { - "System.Reactive": "5.0.0" - } - }, - "GitInfo": { - "type": "Transitive", - "resolved": "2.3.0", - "contentHash": "LdnsKNdwQvdDvpPYQuoGjXML75dY7NybKRe+qlkPPQaTY4dE5Fy8VCrD8YBhXO0fH/5xnmvKeSq4yztzg5KY0Q==" - }, - "HarfBuzzSharp": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "vo2eE1jLvYWrfeghYAzkfHr7GNtWsay2ODfufavz8xReOZ648a2sBggSjTU02DQU5EPBSOhKxDnkqnUVWA8xkg==", - "dependencies": { - "HarfBuzzSharp.NativeAssets.Win32": "2.8.2.1-preview.108", - "HarfBuzzSharp.NativeAssets.macOS": "2.8.2.1-preview.108" - } - }, - "HarfBuzzSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "kRjP0sub39GxY7/YUoWwMAvltH+i+0+HvG6ND1v1iWAeBbAwcBFnPfT6FQDBqdnEaeYQT6y8FxMn9phOND7Kyg==", - "dependencies": { - "HarfBuzzSharp": "2.8.2.1-preview.108" - } - }, - "HarfBuzzSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "pDw8R6ndu8usa9unSqEZrl3RbUNw2AzqAkcJTkocA15dxBpHvaaVKqgEozTLfye0/l5s0YgYAb4WpcY4qBg6Pw==" - }, - "HarfBuzzSharp.NativeAssets.WebAssembly": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "BSgvS7jHt/UMoFRpVNxLcQhPFbNN/KRt/ntKH5Jo64gCpLwBzRF8Pv2mzKI2xQ3KKp+x/n1e6MAug3umls+wUA==" - }, - "HarfBuzzSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "0ws24k21iRH2GRiOLEcG6ESl+VROOwaeHnC0vqKQChGmreGTJ//JBQJqIu189oY30G0NVdypDe1UwFA/scjBAw==" - }, - "JetBrains.Annotations": { - "type": "Transitive", - "resolved": "10.3.0", - "contentHash": "0GLU9lwGVXjUNlr9ZIdAgjqLI2Zm/XFGJFaqJ1T1sU+kwfeMLhm68+rblUrNUP9psRl4i8yM7Ghb4ia4oI2E5g==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "MicroCom.Runtime": { - "type": "Transitive", - "resolved": "0.10.5", - "contentHash": "M5ZQbJgYk4Luj0V7n0s7pWz5qShEJ3OPEq8y41dvDsYIgtA2sjQ6HccW0pfJHLvnG/ztfqFixjyavLrx7/IGbg==" - }, - "Microsoft.CodeAnalysis.Analyzers": { - "type": "Transitive", - "resolved": "3.0.0", - "contentHash": "ojG5pGAhTPmjxRGTNvuszO3H8XPZqksDwr9xLd4Ae/JBjZZdl6GuoLk7uLMf+o7yl5wO0TAqoWcEKkEWqrZE5g==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.CSharp.Scripting": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "+XVKzByNigzzvl7rGwpzFrkUbbekNUwdMW3EghcxmNRZd9aamNXxes3I/U0tYx1LTeHEQ5y/nzb7SiEmXBmzEA==", - "dependencies": { - "Microsoft.CSharp": "4.3.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Scripting.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Scripting.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "lR8Mxg/4tnwzFyqJOD7wBoXbyDKEaMxRc0E9UWtHNGBiL1qBdYyVhXPmiOPUL44tUJeQwCOHAr554jRHGBQIcw==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==" - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.1", - "contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==" - }, - "Projektanker.Icons.Avalonia": { - "type": "Transitive", - "resolved": "6.2.0-preview1", - "contentHash": "kH2EDngmvUMDMmWmBWtwRhop35VNGswiZWAf7GlwA6q7xKDWHvH5AYVXfIB47xAGNdaD8zv1/ZKqI025JxNMOw==", - "dependencies": { - "Avalonia": "11.0.0-preview1" - } - }, - "Projektanker.Icons.Avalonia.FontAwesome": { - "type": "Transitive", - "resolved": "6.2.0-preview1", - "contentHash": "myiaOYA/8PurCFnqE0z2wJ0LoOc9XpZcD4e36sBdfltCaXK/Docttqk5OWHIL9U9ZDDz75vh3U6ImrQ7tJyvoA==", - "dependencies": { - "Projektanker.Icons.Avalonia": "6.2.0-preview1", - "System.Text.Json": "6.0.2" - } - }, - "ReactiveUI": { - "type": "Transitive", - "resolved": "18.3.1", - "contentHash": "0tclGtjrRPfA2gbjiM7O3DeNmo6/TpDn7CMN6jgzDrbgrnysM7oEzjGEeXbtXaOxH6kEf6RiMKWobZoSgbBXhQ==", - "dependencies": { - "DynamicData": "7.9.5", - "Splat": "14.4.1" - } - }, - "SkiaSharp": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "bEgYq0n0kVb/t/3DgQTILBqlXcNjKmz0t8ur9w41UK+pbufBGcEF8QMJQIhdRYohHqhsBwrCF87WUBkeRAuquA==", - "dependencies": { - "SkiaSharp.NativeAssets.Win32": "2.88.1", - "SkiaSharp.NativeAssets.macOS": "2.88.1" - } - }, - "SkiaSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "AAexq6oyn+vnMyNRs02LlJL5Q/W3nF9wrrJo5mKoiaW3AwzXf/xabKfh1stcNz/11SLCPBKhosfbpKj3VUo9wA==", - "dependencies": { - "SkiaSharp": "2.88.1" - } - }, - "SkiaSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "pJETwmhPe7L3w9x5eBHjmFucj5WiI4cYhG+v04IzZs0gcdC7aTeIh6D+vE3hjxaRBr6eDEr/U/JEPSm7YEfxPg==" - }, - "SkiaSharp.NativeAssets.WebAssembly": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "DtNN11FaPb8iv9FxOSRKKjzWaqGPdnMgFHtmtB+SgEb64RFWICCb+nWzHozcV9x6ezI48vVhlndF5oo3A5DxyA==" - }, - "SkiaSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "rea9/AzPq3n5tQJ9ffQJqhrhl1EkO9XtnPjEDu+6ovsLJoSIj4khvPiqNvxo/j97bo1/qQP6VsWjk06U0TUtYg==" - }, - "Splat": { - "type": "Transitive", - "resolved": "14.4.1", - "contentHash": "Z1Mncnzm9pNIaIbZ/EWH6x5ESnKsmAvu8HP4StBRw+yhz0lzE7LCbt22TNTPaFrYLYbYCbGQIc/61yuSnpLidg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==" - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "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" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.Numerics.Vectors": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==" - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "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" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==" - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "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.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==" - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.2", - "contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "Tmds.DBus": { - "type": "Transitive", - "resolved": "0.9.0", - "contentHash": "KcTWL9aKuob9Qo2sOTTKFePs1rKGTwZrcBvMFuGVIVR5RojX3oIFj5UBLYfSGjYgrcImC7LjQI3DdCFwUnhNXw==", - "dependencies": { - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - } - }, - "XamlNameReferenceGenerator": { - "type": "Transitive", - "resolved": "1.5.1", - "contentHash": "93lBHaDNxEmERbqVEnSEHxPLe77J1i0LoxeqtVaRSC0PnQMd/c1BaltoL6crXBmWftxbvGiag5BSlVKIArW3pg==" - }, - "lib_ourmipssharp": { - "type": "Project" - }, - "ourmipssharp_app": { - "type": "Project", - "dependencies": { - "Avalonia": "[11.0.0-preview3, )", - "Avalonia.AvaloniaEdit": "[11.0.0-preview2, )", - "Avalonia.Controls.DataGrid": "[11.0.0-preview3, )", - "Avalonia.ReactiveUI": "[11.0.0-preview3, )", - "Avalonia.Themes.Fluent": "[11.0.0-preview3, )", - "DialogHost.Avalonia": "[0.7.0-preview3, )", - "Dock.Avalonia": "[11.0.0-preview3, )", - "Dock.Model": "[11.0.0-preview3, )", - "Dock.Model.ReactiveUI": "[11.0.0-preview3, )", - "Dock.Serializer": "[11.0.0-preview3, )", - "GitInfo": "[2.3.0, )", - "Projektanker.Icons.Avalonia.FontAwesome": "[6.2.0-preview1, )", - "XamlNameReferenceGenerator": "[1.5.1, )", - "lib_ourMIPSSharp": "[1.0.0, )" - } - } - }, - "net7.0/win-x64": { - "Avalonia.Angle.Windows.Natives": { - "type": "Transitive", - "resolved": "2.1.0.2020091801", - "contentHash": "nGsCPI8FuUknU/e6hZIqlsKRDxClXHZyztmgM8vuwslFC/BIV3LqM2wKefWbr6SORX4Lct4nivhSMkdF/TrKgg==" - }, - "Avalonia.Native": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "2WIBV1aH8M995Yz1YozLEhyxJnQ6420fLWHLEhSv/ASW9NBrl4SagIL5Xvh0yIrS1n4VASDnPKTNl3Zkt2iB4A==", - "dependencies": { - "Avalonia": "11.0.0-preview3" - } - }, - "HarfBuzzSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "kRjP0sub39GxY7/YUoWwMAvltH+i+0+HvG6ND1v1iWAeBbAwcBFnPfT6FQDBqdnEaeYQT6y8FxMn9phOND7Kyg==", - "dependencies": { - "HarfBuzzSharp": "2.8.2.1-preview.108" - } - }, - "HarfBuzzSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "pDw8R6ndu8usa9unSqEZrl3RbUNw2AzqAkcJTkocA15dxBpHvaaVKqgEozTLfye0/l5s0YgYAb4WpcY4qBg6Pw==" - }, - "HarfBuzzSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "0ws24k21iRH2GRiOLEcG6ESl+VROOwaeHnC0vqKQChGmreGTJ//JBQJqIu189oY30G0NVdypDe1UwFA/scjBAw==" - }, - "Microsoft.Win32.SystemEvents": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==" - }, - "runtime.any.System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "runtime.any.System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==" - }, - "runtime.any.System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==" - }, - "runtime.any.System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==" - }, - "runtime.any.System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==" - }, - "runtime.any.System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==" - }, - "runtime.any.System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==" - }, - "runtime.any.System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", - "dependencies": { - "System.Private.Uri": "4.3.0" - } - }, - "runtime.any.System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==" - }, - "runtime.any.System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==" - }, - "runtime.any.System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==" - }, - "runtime.any.System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==" - }, - "runtime.win.System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==" - }, - "runtime.win.System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", - "dependencies": { - "System.Private.Uri": "4.3.0" - } - }, - "SkiaSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "AAexq6oyn+vnMyNRs02LlJL5Q/W3nF9wrrJo5mKoiaW3AwzXf/xabKfh1stcNz/11SLCPBKhosfbpKj3VUo9wA==", - "dependencies": { - "SkiaSharp": "2.88.1" - } - }, - "SkiaSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "pJETwmhPe7L3w9x5eBHjmFucj5WiI4cYhG+v04IzZs0gcdC7aTeIh6D+vE3hjxaRBr6eDEr/U/JEPSm7YEfxPg==" - }, - "SkiaSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "rea9/AzPq3n5tQJ9ffQJqhrhl1EkO9XtnPjEDu+6ovsLJoSIj4khvPiqNvxo/j97bo1/qQP6VsWjk06U0TUtYg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Collections": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.win.System.Diagnostics.Debug": "4.3.0" - } - }, - "System.Drawing.Common": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Globalization": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "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.Private.Uri": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "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.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection.Extensions": "4.3.0" - } - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "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.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Resources.ResourceManager": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "runtime.any.System.Runtime": "4.3.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.win.System.Runtime.Extensions": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "runtime.any.System.Runtime.InteropServices": "4.3.0" - } - }, - "System.Security.Principal.Windows": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==" - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "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.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "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" - } - } - } - } -} \ No newline at end of file diff --git a/ourMIPSSharp_App/ourMIPSSharp_App.Web/packages.lock.json b/ourMIPSSharp_App/ourMIPSSharp_App.Web/packages.lock.json deleted file mode 100644 index e1721df..0000000 --- a/ourMIPSSharp_App/ourMIPSSharp_App.Web/packages.lock.json +++ /dev/null @@ -1,1015 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net7.0": { - "Avalonia.Web": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "Z6Lz3JjS3FPJP1tdiFq9HsvBoSSK9KD1hzDL4bBtPVgAkmiBwQbs7YOXOlKBEvXds89kwA3TIias69ssWXE9Pw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Skia": "11.0.0-preview3", - "HarfBuzzSharp": "2.8.2.1-preview.108", - "SkiaSharp": "2.88.1" - } - }, - "Avalonia": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "YeST8E7GJvEiNQOQ3g4DUO6xjkMZPLO/lj8SRTI04Grq+vfpfzyYtKXNxBMdNsVV45XeQu6pzOVXyZU7t+RURA==", - "dependencies": { - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "MicroCom.Runtime": "0.10.5", - "System.ComponentModel.Annotations": "4.5.0", - "System.Memory": "4.5.3", - "System.Reactive": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.6.0", - "System.ValueTuple": "4.5.0" - } - }, - "Avalonia.AvaloniaEdit": { - "type": "Transitive", - "resolved": "11.0.0-preview2", - "contentHash": "eXHJff7cU8bAiiUUH1SN03hEi9uPLPE5SLwn9SWH5YbwsYw0Z0yq01V1Y2F73f3RsELhpD17Gy8qQYAShr8Kog==", - "dependencies": { - "Avalonia": "11.0.0-preview2", - "System.Collections.Immutable": "1.6.0" - } - }, - "Avalonia.Controls.ColorPicker": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "C+m8uUDgrnGQcU9qtTWw9nK3enjeZ3yQBrq4r/7slIM0dZzbgoPe+gKtbTM+/V9hW31odnPBPW2vtBHBDgwYmQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Controls.DataGrid": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "0bbx+YpSG5muBo20fzAvdIIEsvT5HJEn99WeQA7bP7J4kMMt5uJ6oKk5vGGkA6QlDqnTj/4aDVhonOcOtdAorA==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Diagnostics": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "MQA+O3R9FFTrsBZXwOlJzobB5R6OOn8rB0IDmLqKjIXjVH1uX7UmuR0MiBugivT5di4i+o2F9TsHFP1w1q3zkQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Controls.ColorPicker": "11.0.0-preview3", - "Avalonia.Controls.DataGrid": "11.0.0-preview3", - "Avalonia.Themes.Simple": "11.0.0-preview3", - "Microsoft.CodeAnalysis.CSharp.Scripting": "3.8.0", - "Microsoft.CodeAnalysis.Common": "3.8.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.ReactiveUI": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "GdknLQOQvGhEwDv77X7/9xa48DK7NKAyDoeeZGiWd5X7lWyrJazXZdQW3k3zBUUQ2LSsqrhti+HY1m+ZrEbdrQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "ReactiveUI": "18.3.1", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Remote.Protocol": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "CxXQFtU8b0yxU4OSI6XmLfb1AchRFGOyEpOMpN/NrgdiTOPkPk8EUiYVP5Cq4cmNnxYkje0eh9W03qMFzbWQ/w==" - }, - "Avalonia.Skia": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "VlPv6k9+UzDUlehnXSq0R9rlXNr/FPBZbfkOBSBkDdp8cDgtf+pReNClrbMGovgCyyQ323Ji4TcsZ2W2wfgyTA==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "HarfBuzzSharp": "2.8.2.1-preview.108", - "HarfBuzzSharp.NativeAssets.Linux": "2.8.2.1-preview.108", - "HarfBuzzSharp.NativeAssets.WebAssembly": "2.8.2.1-preview.108", - "SkiaSharp": "2.88.1", - "SkiaSharp.NativeAssets.Linux": "2.88.1", - "SkiaSharp.NativeAssets.WebAssembly": "2.88.1" - } - }, - "Avalonia.Themes.Fluent": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "jD+8XRJE28TrRRZCQLSVOS6HxOoB82CGoZ1OJ7UkMD1XJJEzR5XKkPziuIcXAnKmWpzTmFYRA9nMsFQTZ9hbLw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Themes.Simple": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "I2tyABeFaC5oVgnclDpc6A7KwYE7+FvMkBbI2ojiTU1oG+4vxrnc5/q8nFR0+Nui9eAbQjDRW9voGs0Fo/Ppbw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "System.Reactive": "5.0.0" - } - }, - "DialogHost.Avalonia": { - "type": "Transitive", - "resolved": "0.7.0-preview3", - "contentHash": "fIoCNsZZwVTpJnOU5IqoQTJHRU5tKfsmwipjvMqcATfDl/UBdIyA+1olO1Aw6Ij+f3i8YD6m7v6VMxL3s/DCKA==", - "dependencies": { - "Avalonia": "11.0.0-preview1" - } - }, - "Dock.Avalonia": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "7ev2G5hJlsShiNOmQYrEilOA86G2BmFQGFQ6SYl2FZ9imZKVFzBK0GQPNEzWY6jOYMHyU5515F+Yh/zGdFdNiQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Diagnostics": "11.0.0-preview3", - "Dock.Model": "11.0.0-preview3", - "Dock.ProportionalStackPanel": "11.0.0-preview3" - } - }, - "Dock.Model": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "LZT2jd1DZPUFgkP7/FXKJEYK4RYphe2il8Zbw0Sg6RtOQgfy9uXwff1Iy6KrAuidVswEeG8r+rF7yW4wzm7DJA==" - }, - "Dock.Model.ReactiveUI": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "YYU2WKgUe7rM9bWIjiVv3vBGtU4hD3bKm9CR7d1IOPPh8BNxXyGC6CcB+GSuTRvOYItsK0Wb8ZnlJ0iiwxIaMw==", - "dependencies": { - "Dock.Model": "11.0.0-preview3", - "reactiveui": "18.3.1" - } - }, - "Dock.ProportionalStackPanel": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "0GCel6quWRSPF8R/46Jly68muUDUCMqhRrq+dhTsM/3D4c7SI9k5qy+mnOLoMzg7PxiiD1DHVvDC/Ekw14LP6w==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Diagnostics": "11.0.0-preview3", - "Dock.Model": "11.0.0-preview3" - } - }, - "Dock.Serializer": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "jSgS4eZmKquFXqMw3MiaaAz0iqsZ2zP443zeR9/4XGAfVaXoRWHFF9VuTPxWYMWevr/SIqLBmu1FifixAjA1fw==", - "dependencies": { - "Newtonsoft.Json": "13.0.1" - } - }, - "DynamicData": { - "type": "Transitive", - "resolved": "7.9.5", - "contentHash": "xFwVha7o3qUtVYxco5p+7Urcztc/m1gmaEUxOG0i7LNe+vfCfyb0ECAsT2FLm3zOPHb0g8s9qVu5LfPKfRNVng==", - "dependencies": { - "System.Reactive": "5.0.0" - } - }, - "GitInfo": { - "type": "Transitive", - "resolved": "2.3.0", - "contentHash": "LdnsKNdwQvdDvpPYQuoGjXML75dY7NybKRe+qlkPPQaTY4dE5Fy8VCrD8YBhXO0fH/5xnmvKeSq4yztzg5KY0Q==" - }, - "HarfBuzzSharp": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "vo2eE1jLvYWrfeghYAzkfHr7GNtWsay2ODfufavz8xReOZ648a2sBggSjTU02DQU5EPBSOhKxDnkqnUVWA8xkg==", - "dependencies": { - "HarfBuzzSharp.NativeAssets.Win32": "2.8.2.1-preview.108", - "HarfBuzzSharp.NativeAssets.macOS": "2.8.2.1-preview.108" - } - }, - "HarfBuzzSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "kRjP0sub39GxY7/YUoWwMAvltH+i+0+HvG6ND1v1iWAeBbAwcBFnPfT6FQDBqdnEaeYQT6y8FxMn9phOND7Kyg==", - "dependencies": { - "HarfBuzzSharp": "2.8.2.1-preview.108" - } - }, - "HarfBuzzSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "pDw8R6ndu8usa9unSqEZrl3RbUNw2AzqAkcJTkocA15dxBpHvaaVKqgEozTLfye0/l5s0YgYAb4WpcY4qBg6Pw==" - }, - "HarfBuzzSharp.NativeAssets.WebAssembly": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "BSgvS7jHt/UMoFRpVNxLcQhPFbNN/KRt/ntKH5Jo64gCpLwBzRF8Pv2mzKI2xQ3KKp+x/n1e6MAug3umls+wUA==" - }, - "HarfBuzzSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "0ws24k21iRH2GRiOLEcG6ESl+VROOwaeHnC0vqKQChGmreGTJ//JBQJqIu189oY30G0NVdypDe1UwFA/scjBAw==" - }, - "JetBrains.Annotations": { - "type": "Transitive", - "resolved": "10.3.0", - "contentHash": "0GLU9lwGVXjUNlr9ZIdAgjqLI2Zm/XFGJFaqJ1T1sU+kwfeMLhm68+rblUrNUP9psRl4i8yM7Ghb4ia4oI2E5g==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "MicroCom.Runtime": { - "type": "Transitive", - "resolved": "0.10.5", - "contentHash": "M5ZQbJgYk4Luj0V7n0s7pWz5qShEJ3OPEq8y41dvDsYIgtA2sjQ6HccW0pfJHLvnG/ztfqFixjyavLrx7/IGbg==" - }, - "Microsoft.CodeAnalysis.Analyzers": { - "type": "Transitive", - "resolved": "3.0.0", - "contentHash": "ojG5pGAhTPmjxRGTNvuszO3H8XPZqksDwr9xLd4Ae/JBjZZdl6GuoLk7uLMf+o7yl5wO0TAqoWcEKkEWqrZE5g==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.CSharp.Scripting": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "+XVKzByNigzzvl7rGwpzFrkUbbekNUwdMW3EghcxmNRZd9aamNXxes3I/U0tYx1LTeHEQ5y/nzb7SiEmXBmzEA==", - "dependencies": { - "Microsoft.CSharp": "4.3.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Scripting.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Scripting.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "lR8Mxg/4tnwzFyqJOD7wBoXbyDKEaMxRc0E9UWtHNGBiL1qBdYyVhXPmiOPUL44tUJeQwCOHAr554jRHGBQIcw==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.1", - "contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==" - }, - "Projektanker.Icons.Avalonia": { - "type": "Transitive", - "resolved": "6.2.0-preview1", - "contentHash": "kH2EDngmvUMDMmWmBWtwRhop35VNGswiZWAf7GlwA6q7xKDWHvH5AYVXfIB47xAGNdaD8zv1/ZKqI025JxNMOw==", - "dependencies": { - "Avalonia": "11.0.0-preview1" - } - }, - "Projektanker.Icons.Avalonia.FontAwesome": { - "type": "Transitive", - "resolved": "6.2.0-preview1", - "contentHash": "myiaOYA/8PurCFnqE0z2wJ0LoOc9XpZcD4e36sBdfltCaXK/Docttqk5OWHIL9U9ZDDz75vh3U6ImrQ7tJyvoA==", - "dependencies": { - "Projektanker.Icons.Avalonia": "6.2.0-preview1", - "System.Text.Json": "6.0.2" - } - }, - "ReactiveUI": { - "type": "Transitive", - "resolved": "18.3.1", - "contentHash": "0tclGtjrRPfA2gbjiM7O3DeNmo6/TpDn7CMN6jgzDrbgrnysM7oEzjGEeXbtXaOxH6kEf6RiMKWobZoSgbBXhQ==", - "dependencies": { - "DynamicData": "7.9.5", - "Splat": "14.4.1" - } - }, - "SkiaSharp": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "bEgYq0n0kVb/t/3DgQTILBqlXcNjKmz0t8ur9w41UK+pbufBGcEF8QMJQIhdRYohHqhsBwrCF87WUBkeRAuquA==", - "dependencies": { - "SkiaSharp.NativeAssets.Win32": "2.88.1", - "SkiaSharp.NativeAssets.macOS": "2.88.1" - } - }, - "SkiaSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "AAexq6oyn+vnMyNRs02LlJL5Q/W3nF9wrrJo5mKoiaW3AwzXf/xabKfh1stcNz/11SLCPBKhosfbpKj3VUo9wA==", - "dependencies": { - "SkiaSharp": "2.88.1" - } - }, - "SkiaSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "pJETwmhPe7L3w9x5eBHjmFucj5WiI4cYhG+v04IzZs0gcdC7aTeIh6D+vE3hjxaRBr6eDEr/U/JEPSm7YEfxPg==" - }, - "SkiaSharp.NativeAssets.WebAssembly": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "DtNN11FaPb8iv9FxOSRKKjzWaqGPdnMgFHtmtB+SgEb64RFWICCb+nWzHozcV9x6ezI48vVhlndF5oo3A5DxyA==" - }, - "SkiaSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "rea9/AzPq3n5tQJ9ffQJqhrhl1EkO9XtnPjEDu+6ovsLJoSIj4khvPiqNvxo/j97bo1/qQP6VsWjk06U0TUtYg==" - }, - "Splat": { - "type": "Transitive", - "resolved": "14.4.1", - "contentHash": "Z1Mncnzm9pNIaIbZ/EWH6x5ESnKsmAvu8HP4StBRw+yhz0lzE7LCbt22TNTPaFrYLYbYCbGQIc/61yuSnpLidg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==" - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "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" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "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" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "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": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "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.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.2", - "contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "XamlNameReferenceGenerator": { - "type": "Transitive", - "resolved": "1.5.1", - "contentHash": "93lBHaDNxEmERbqVEnSEHxPLe77J1i0LoxeqtVaRSC0PnQMd/c1BaltoL6crXBmWftxbvGiag5BSlVKIArW3pg==" - }, - "lib_ourmipssharp": { - "type": "Project" - }, - "ourmipssharp_app": { - "type": "Project", - "dependencies": { - "Avalonia": "[11.0.0-preview3, )", - "Avalonia.AvaloniaEdit": "[11.0.0-preview2, )", - "Avalonia.Controls.DataGrid": "[11.0.0-preview3, )", - "Avalonia.ReactiveUI": "[11.0.0-preview3, )", - "Avalonia.Themes.Fluent": "[11.0.0-preview3, )", - "DialogHost.Avalonia": "[0.7.0-preview3, )", - "Dock.Avalonia": "[11.0.0-preview3, )", - "Dock.Model": "[11.0.0-preview3, )", - "Dock.Model.ReactiveUI": "[11.0.0-preview3, )", - "Dock.Serializer": "[11.0.0-preview3, )", - "GitInfo": "[2.3.0, )", - "Projektanker.Icons.Avalonia.FontAwesome": "[6.2.0-preview1, )", - "XamlNameReferenceGenerator": "[1.5.1, )", - "lib_ourMIPSSharp": "[1.0.0, )" - } - } - }, - "net7.0/browser-wasm": { - "HarfBuzzSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "kRjP0sub39GxY7/YUoWwMAvltH+i+0+HvG6ND1v1iWAeBbAwcBFnPfT6FQDBqdnEaeYQT6y8FxMn9phOND7Kyg==", - "dependencies": { - "HarfBuzzSharp": "2.8.2.1-preview.108" - } - }, - "HarfBuzzSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "pDw8R6ndu8usa9unSqEZrl3RbUNw2AzqAkcJTkocA15dxBpHvaaVKqgEozTLfye0/l5s0YgYAb4WpcY4qBg6Pw==" - }, - "HarfBuzzSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.8.2.1-preview.108", - "contentHash": "0ws24k21iRH2GRiOLEcG6ESl+VROOwaeHnC0vqKQChGmreGTJ//JBQJqIu189oY30G0NVdypDe1UwFA/scjBAw==" - }, - "runtime.any.System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "runtime.any.System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==" - }, - "runtime.any.System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==" - }, - "runtime.any.System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==" - }, - "runtime.any.System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==" - }, - "runtime.any.System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==" - }, - "runtime.any.System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==" - }, - "runtime.any.System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", - "dependencies": { - "System.Private.Uri": "4.3.0" - } - }, - "runtime.any.System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==" - }, - "runtime.any.System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==" - }, - "runtime.any.System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==" - }, - "runtime.any.System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==" - }, - "SkiaSharp.NativeAssets.Linux": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "AAexq6oyn+vnMyNRs02LlJL5Q/W3nF9wrrJo5mKoiaW3AwzXf/xabKfh1stcNz/11SLCPBKhosfbpKj3VUo9wA==", - "dependencies": { - "SkiaSharp": "2.88.1" - } - }, - "SkiaSharp.NativeAssets.macOS": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "pJETwmhPe7L3w9x5eBHjmFucj5WiI4cYhG+v04IzZs0gcdC7aTeIh6D+vE3hjxaRBr6eDEr/U/JEPSm7YEfxPg==" - }, - "SkiaSharp.NativeAssets.Win32": { - "type": "Transitive", - "resolved": "2.88.1", - "contentHash": "rea9/AzPq3n5tQJ9ffQJqhrhl1EkO9XtnPjEDu+6ovsLJoSIj4khvPiqNvxo/j97bo1/qQP6VsWjk06U0TUtYg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Collections": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Globalization": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "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.Private.Uri": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "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.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Reflection.Extensions": "4.3.0" - } - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "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.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Resources.ResourceManager": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "runtime.any.System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "runtime.any.System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "runtime.any.System.Runtime.InteropServices": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "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.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "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" - } - } - } - } -} \ No newline at end of file diff --git a/ourMIPSSharp_App/ourMIPSSharp_App/ViewModels/SettingsViewModel.cs b/ourMIPSSharp_App/ourMIPSSharp_App/ViewModels/SettingsViewModel.cs index 7a90fe5..caddb5e 100644 --- a/ourMIPSSharp_App/ourMIPSSharp_App/ViewModels/SettingsViewModel.cs +++ b/ourMIPSSharp_App/ourMIPSSharp_App/ViewModels/SettingsViewModel.cs @@ -1,8 +1,7 @@ using System; using System.Collections.ObjectModel; -using System.Reactive; -using System.Reactive.Linq; -using DynamicData.Binding; +using System.Net.Http; +using System.Text.Json.Nodes; using lib_ourMIPSSharp.CompilerComponents.Elements; using ourMIPSSharp_App.Models; using ReactiveUI; @@ -104,11 +103,12 @@ public bool IsApplyingMode { public MainViewModel Main { get; } public AppSettings Model { get; } - + public string VersionInfo => $"OurMIPSSharp Dev Build.\t" + $"Version {ThisAssembly.Git.SemVerString} " + (ThisAssembly.Git.IsDirty ? "(Dirty)" : "(Clean)") + - $"\tCommit Date: {ThisAssembly.Git.CommitDate}"; + $"\tCommit Date: {ThisAssembly.Git.CommitDate} " + + $"\tLatest version is {GetLatestVersion()}"; #endregion @@ -167,7 +167,7 @@ private CompilerMode ReadMode() { Model.DialectOpts = opts; Options = (DialectOptions)opts; UpdateModeSafe(Options.ToCompilerMode()); - + return SelectedCompilerMode; } @@ -199,4 +199,23 @@ private void ApplyMode(DialectOptions options) { IsCheckedStrictMacroArgumentNames = options.HasFlag(DialectOptions.StrictMacroArgumentNames); IsApplyingMode = false; } + + private static string GetLatestVersion() { + Console.Error.WriteLine("Trying to get version"); + using HttpClient client = new(); + client.DefaultRequestHeaders.Add("User-Agent", "OurMIPS Version Info"); + var task = client.GetStringAsync("https://dl.lkekz.de/ourmips/version.json"); + try { + if (!task.Wait(TimeSpan.FromSeconds(10))) + return "unknown (timeout)"; + var response = task.Result; + + Console.Error.WriteLine("response: " + response); + var root = JsonNode.Parse(response); + return root["branches"][ThisAssembly.Git.Branch].AsValue().GetValue(); + } + catch (Exception ex) { } + + return "unknown (error)"; + } } \ No newline at end of file diff --git a/ourMIPSSharp_App/ourMIPSSharp_App/packages.lock.json b/ourMIPSSharp_App/ourMIPSSharp_App/packages.lock.json deleted file mode 100644 index 51963b7..0000000 --- a/ourMIPSSharp_App/ourMIPSSharp_App/packages.lock.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "version": 1, - "dependencies": { - "net7.0": { - "Avalonia": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "YeST8E7GJvEiNQOQ3g4DUO6xjkMZPLO/lj8SRTI04Grq+vfpfzyYtKXNxBMdNsVV45XeQu6pzOVXyZU7t+RURA==", - "dependencies": { - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "MicroCom.Runtime": "0.10.5", - "System.ComponentModel.Annotations": "4.5.0", - "System.Memory": "4.5.3", - "System.Reactive": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.6.0", - "System.ValueTuple": "4.5.0" - } - }, - "Avalonia.AvaloniaEdit": { - "type": "Direct", - "requested": "[11.0.0-preview2, )", - "resolved": "11.0.0-preview2", - "contentHash": "eXHJff7cU8bAiiUUH1SN03hEi9uPLPE5SLwn9SWH5YbwsYw0Z0yq01V1Y2F73f3RsELhpD17Gy8qQYAShr8Kog==", - "dependencies": { - "Avalonia": "11.0.0-preview2", - "System.Collections.Immutable": "1.6.0" - } - }, - "Avalonia.Controls.DataGrid": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "0bbx+YpSG5muBo20fzAvdIIEsvT5HJEn99WeQA7bP7J4kMMt5uJ6oKk5vGGkA6QlDqnTj/4aDVhonOcOtdAorA==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.ReactiveUI": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "GdknLQOQvGhEwDv77X7/9xa48DK7NKAyDoeeZGiWd5X7lWyrJazXZdQW3k3zBUUQ2LSsqrhti+HY1m+ZrEbdrQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "ReactiveUI": "18.3.1", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Themes.Fluent": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "jD+8XRJE28TrRRZCQLSVOS6HxOoB82CGoZ1OJ7UkMD1XJJEzR5XKkPziuIcXAnKmWpzTmFYRA9nMsFQTZ9hbLw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "System.Reactive": "5.0.0" - } - }, - "DialogHost.Avalonia": { - "type": "Direct", - "requested": "[0.7.0-preview3, )", - "resolved": "0.7.0-preview3", - "contentHash": "fIoCNsZZwVTpJnOU5IqoQTJHRU5tKfsmwipjvMqcATfDl/UBdIyA+1olO1Aw6Ij+f3i8YD6m7v6VMxL3s/DCKA==", - "dependencies": { - "Avalonia": "11.0.0-preview1" - } - }, - "Dock.Avalonia": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "7ev2G5hJlsShiNOmQYrEilOA86G2BmFQGFQ6SYl2FZ9imZKVFzBK0GQPNEzWY6jOYMHyU5515F+Yh/zGdFdNiQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Diagnostics": "11.0.0-preview3", - "Dock.Model": "11.0.0-preview3", - "Dock.ProportionalStackPanel": "11.0.0-preview3" - } - }, - "Dock.Model": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "LZT2jd1DZPUFgkP7/FXKJEYK4RYphe2il8Zbw0Sg6RtOQgfy9uXwff1Iy6KrAuidVswEeG8r+rF7yW4wzm7DJA==" - }, - "Dock.Model.ReactiveUI": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "YYU2WKgUe7rM9bWIjiVv3vBGtU4hD3bKm9CR7d1IOPPh8BNxXyGC6CcB+GSuTRvOYItsK0Wb8ZnlJ0iiwxIaMw==", - "dependencies": { - "Dock.Model": "11.0.0-preview3", - "reactiveui": "18.3.1" - } - }, - "Dock.Serializer": { - "type": "Direct", - "requested": "[11.0.0-preview3, )", - "resolved": "11.0.0-preview3", - "contentHash": "jSgS4eZmKquFXqMw3MiaaAz0iqsZ2zP443zeR9/4XGAfVaXoRWHFF9VuTPxWYMWevr/SIqLBmu1FifixAjA1fw==", - "dependencies": { - "Newtonsoft.Json": "13.0.1" - } - }, - "GitInfo": { - "type": "Direct", - "requested": "[2.3.0, )", - "resolved": "2.3.0", - "contentHash": "LdnsKNdwQvdDvpPYQuoGjXML75dY7NybKRe+qlkPPQaTY4dE5Fy8VCrD8YBhXO0fH/5xnmvKeSq4yztzg5KY0Q==" - }, - "Projektanker.Icons.Avalonia.FontAwesome": { - "type": "Direct", - "requested": "[6.2.0-preview1, )", - "resolved": "6.2.0-preview1", - "contentHash": "myiaOYA/8PurCFnqE0z2wJ0LoOc9XpZcD4e36sBdfltCaXK/Docttqk5OWHIL9U9ZDDz75vh3U6ImrQ7tJyvoA==", - "dependencies": { - "Projektanker.Icons.Avalonia": "6.2.0-preview1", - "System.Text.Json": "6.0.2" - } - }, - "XamlNameReferenceGenerator": { - "type": "Direct", - "requested": "[1.5.1, )", - "resolved": "1.5.1", - "contentHash": "93lBHaDNxEmERbqVEnSEHxPLe77J1i0LoxeqtVaRSC0PnQMd/c1BaltoL6crXBmWftxbvGiag5BSlVKIArW3pg==" - }, - "Avalonia.Controls.ColorPicker": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "C+m8uUDgrnGQcU9qtTWw9nK3enjeZ3yQBrq4r/7slIM0dZzbgoPe+gKtbTM+/V9hW31odnPBPW2vtBHBDgwYmQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Remote.Protocol": "11.0.0-preview3", - "JetBrains.Annotations": "10.3.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Diagnostics": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "MQA+O3R9FFTrsBZXwOlJzobB5R6OOn8rB0IDmLqKjIXjVH1uX7UmuR0MiBugivT5di4i+o2F9TsHFP1w1q3zkQ==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Controls.ColorPicker": "11.0.0-preview3", - "Avalonia.Controls.DataGrid": "11.0.0-preview3", - "Avalonia.Themes.Simple": "11.0.0-preview3", - "Microsoft.CodeAnalysis.CSharp.Scripting": "3.8.0", - "Microsoft.CodeAnalysis.Common": "3.8.0", - "System.Reactive": "5.0.0" - } - }, - "Avalonia.Remote.Protocol": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "CxXQFtU8b0yxU4OSI6XmLfb1AchRFGOyEpOMpN/NrgdiTOPkPk8EUiYVP5Cq4cmNnxYkje0eh9W03qMFzbWQ/w==" - }, - "Avalonia.Themes.Simple": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "I2tyABeFaC5oVgnclDpc6A7KwYE7+FvMkBbI2ojiTU1oG+4vxrnc5/q8nFR0+Nui9eAbQjDRW9voGs0Fo/Ppbw==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "System.Reactive": "5.0.0" - } - }, - "Dock.ProportionalStackPanel": { - "type": "Transitive", - "resolved": "11.0.0-preview3", - "contentHash": "0GCel6quWRSPF8R/46Jly68muUDUCMqhRrq+dhTsM/3D4c7SI9k5qy+mnOLoMzg7PxiiD1DHVvDC/Ekw14LP6w==", - "dependencies": { - "Avalonia": "11.0.0-preview3", - "Avalonia.Diagnostics": "11.0.0-preview3", - "Dock.Model": "11.0.0-preview3" - } - }, - "DynamicData": { - "type": "Transitive", - "resolved": "7.9.5", - "contentHash": "xFwVha7o3qUtVYxco5p+7Urcztc/m1gmaEUxOG0i7LNe+vfCfyb0ECAsT2FLm3zOPHb0g8s9qVu5LfPKfRNVng==", - "dependencies": { - "System.Reactive": "5.0.0" - } - }, - "JetBrains.Annotations": { - "type": "Transitive", - "resolved": "10.3.0", - "contentHash": "0GLU9lwGVXjUNlr9ZIdAgjqLI2Zm/XFGJFaqJ1T1sU+kwfeMLhm68+rblUrNUP9psRl4i8yM7Ghb4ia4oI2E5g==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "MicroCom.Runtime": { - "type": "Transitive", - "resolved": "0.10.5", - "contentHash": "M5ZQbJgYk4Luj0V7n0s7pWz5qShEJ3OPEq8y41dvDsYIgtA2sjQ6HccW0pfJHLvnG/ztfqFixjyavLrx7/IGbg==" - }, - "Microsoft.CodeAnalysis.Analyzers": { - "type": "Transitive", - "resolved": "3.0.0", - "contentHash": "ojG5pGAhTPmjxRGTNvuszO3H8XPZqksDwr9xLd4Ae/JBjZZdl6GuoLk7uLMf+o7yl5wO0TAqoWcEKkEWqrZE5g==" - }, - "Microsoft.CodeAnalysis.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "8YTZ7GpsbTdC08DITx7/kwV0k4SC6cbBAFqc13cOm5vKJZcEIAh51tNSyGSkWisMgYCr96B2wb5Zri1bsla3+g==", - "dependencies": { - "Microsoft.CodeAnalysis.Analyzers": "3.0.0", - "System.Collections.Immutable": "5.0.0", - "System.Memory": "4.5.4", - "System.Reflection.Metadata": "5.0.0", - "System.Runtime.CompilerServices.Unsafe": "4.7.1", - "System.Text.Encoding.CodePages": "4.5.1", - "System.Threading.Tasks.Extensions": "4.5.4" - } - }, - "Microsoft.CodeAnalysis.CSharp": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "hKqFCUSk9TIMBDjiYMF8/ZfK9p9mzpU+slM73CaCHu4ctfkoqJGHLQhyT8wvrYsIg+ufrUWBF8hcJYmyr5rc5Q==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.CSharp.Scripting": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "+XVKzByNigzzvl7rGwpzFrkUbbekNUwdMW3EghcxmNRZd9aamNXxes3I/U0tYx1LTeHEQ5y/nzb7SiEmXBmzEA==", - "dependencies": { - "Microsoft.CSharp": "4.3.0", - "Microsoft.CodeAnalysis.CSharp": "[3.8.0]", - "Microsoft.CodeAnalysis.Common": "[3.8.0]", - "Microsoft.CodeAnalysis.Scripting.Common": "[3.8.0]" - } - }, - "Microsoft.CodeAnalysis.Scripting.Common": { - "type": "Transitive", - "resolved": "3.8.0", - "contentHash": "lR8Mxg/4tnwzFyqJOD7wBoXbyDKEaMxRc0E9UWtHNGBiL1qBdYyVhXPmiOPUL44tUJeQwCOHAr554jRHGBQIcw==", - "dependencies": { - "Microsoft.CodeAnalysis.Common": "[3.8.0]" - } - }, - "Microsoft.CSharp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.3.0", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "Microsoft.NETCore.Platforms": { - "type": "Transitive", - "resolved": "2.1.2", - "contentHash": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==" - }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Newtonsoft.Json": { - "type": "Transitive", - "resolved": "13.0.1", - "contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==" - }, - "Projektanker.Icons.Avalonia": { - "type": "Transitive", - "resolved": "6.2.0-preview1", - "contentHash": "kH2EDngmvUMDMmWmBWtwRhop35VNGswiZWAf7GlwA6q7xKDWHvH5AYVXfIB47xAGNdaD8zv1/ZKqI025JxNMOw==", - "dependencies": { - "Avalonia": "11.0.0-preview1" - } - }, - "ReactiveUI": { - "type": "Transitive", - "resolved": "18.3.1", - "contentHash": "0tclGtjrRPfA2gbjiM7O3DeNmo6/TpDn7CMN6jgzDrbgrnysM7oEzjGEeXbtXaOxH6kEf6RiMKWobZoSgbBXhQ==", - "dependencies": { - "DynamicData": "7.9.5", - "Splat": "14.4.1" - } - }, - "Splat": { - "type": "Transitive", - "resolved": "14.4.1", - "contentHash": "Z1Mncnzm9pNIaIbZ/EWH6x5ESnKsmAvu8HP4StBRw+yhz0lzE7LCbt22TNTPaFrYLYbYCbGQIc/61yuSnpLidg==" - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Immutable": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==" - }, - "System.ComponentModel.Annotations": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==" - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Dynamic.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "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" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==" - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reactive": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==" - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "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" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "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": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", - "dependencies": { - "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.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Metadata": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==" - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "4.5.1", - "contentHash": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "6.0.2", - "contentHash": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.5.4", - "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==" - }, - "System.ValueTuple": { - "type": "Transitive", - "resolved": "4.5.0", - "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==" - }, - "lib_ourmipssharp": { - "type": "Project" - } - } - } -} \ No newline at end of file