mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 09:06:41 +02:00
Update snapcraft manifest to use .NET plugin v2
This commit is contained in:
+4
-13
@@ -18,32 +18,23 @@ description: |
|
|||||||
- `run` / `debug` to execute the open script
|
- `run` / `debug` to execute the open script
|
||||||
- `format` to auto-format indentation
|
- `format` to auto-format indentation
|
||||||
|
|
||||||
base: core22
|
base: core24
|
||||||
architectures:
|
architectures:
|
||||||
- build-on: amd64
|
- build-on: [amd64, arm64]
|
||||||
- build-on: arm64
|
|
||||||
|
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
yesnt:
|
yesnt:
|
||||||
plugin: dotnet
|
plugin: dotnet
|
||||||
|
dotnet-version: '10.0'
|
||||||
dotnet-build-configuration: Release
|
dotnet-build-configuration: Release
|
||||||
dotnet-self-contained-runtime-identifier: linux-x64
|
|
||||||
source: ./src/YesNt.Interpreter.App
|
source: ./src/YesNt.Interpreter.App
|
||||||
build-packages:
|
|
||||||
- dotnet-sdk-10.0
|
|
||||||
stage-packages:
|
|
||||||
- libicu70
|
|
||||||
yesntcode:
|
yesntcode:
|
||||||
plugin: dotnet
|
plugin: dotnet
|
||||||
|
dotnet-version: '10.0'
|
||||||
dotnet-build-configuration: Release
|
dotnet-build-configuration: Release
|
||||||
dotnet-self-contained-runtime-identifier: linux-x64
|
|
||||||
source: ./src/YesNt.CodeEditor
|
source: ./src/YesNt.CodeEditor
|
||||||
build-packages:
|
|
||||||
- dotnet-sdk-10.0
|
|
||||||
stage-packages:
|
|
||||||
- libicu70
|
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
yesnt:
|
yesnt:
|
||||||
|
|||||||
Reference in New Issue
Block a user