I am trying to snap a dotnet hello world program.
The folder structure looks like this :
The snapcraft.yaml file is as below :
name: dotnetsnap1
version: '0.1'
summary: A simple example snap for dotnet in snaps
description: A simple example snap for dotnet in snaps
grade: devel
confinement: devmode
type:
app
apps:
test1:
command: dotnet /home/boschrexroth/Desktop/dotnet1/bin/Debug/netcoreapp2.2/dotnet1.dll
parts:
test1:
plugin: dump
source: .
stage-packages:
- libunwind8
- libicu55
When i try to run the snap. i get the following error :
Please le tme know what changes do i have to make in the snapcraft.yaml file to make the snap run.
if i run the application on console it works well