From 2520e1d853870b3736dca1658e251ce0a2c4036e Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:35:52 +0100 Subject: [PATCH] Update snapcraft manifest to use .NET plugin v2 --- snap/snapcraft.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 29ca9b3..e1eadcc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -18,32 +18,23 @@ description: | - `run` / `debug` to execute the open script - `format` to auto-format indentation -base: core22 +base: core24 architectures: - - build-on: amd64 - - build-on: arm64 + - build-on: [amd64, arm64] confinement: strict parts: yesnt: plugin: dotnet + dotnet-version: '10.0' dotnet-build-configuration: Release - dotnet-self-contained-runtime-identifier: linux-x64 source: ./src/YesNt.Interpreter.App - build-packages: - - dotnet-sdk-10.0 - stage-packages: - - libicu70 yesntcode: plugin: dotnet + dotnet-version: '10.0' dotnet-build-configuration: Release - dotnet-self-contained-runtime-identifier: linux-x64 source: ./src/YesNt.CodeEditor - build-packages: - - dotnet-sdk-10.0 - stage-packages: - - libicu70 apps: yesnt: