Update snapcraft manifest to use .NET plugin v2

This commit is contained in:
Stone_Red
2026-03-06 12:35:52 +01:00
parent 0870416505
commit 81efd6459b
+4 -13
View File
@@ -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: