Debian 9 で簡単な Microsoft WPF アプリケーションを実行してみてください。

Debian 9 で簡単な Microsoft WPF アプリケーションを実行してみてください。

与えられた:
bin フォルダーに Visual Studio 2019 WPF .Net Core 3.1 アプリケーションを出力
Linux Debian 9
Wine

Debian 9で単純なWPFアプリケーションを実行しようとしていますが、いくつかの問題に直面しています。

cd /media/psf/Home/Downloads/NewProductWpf
sudo dotnet WpfApp1.dll 

このエラーメッセージを提供します

It was not possible to find any compatible framework version
The framework 'Microsoft.WindowsDesktop.App', version '3.1.0' was not found.
  - No frameworks were found.

You can resolve the problem by installing the specified framework and/or SDK.

The specified framework can be found at:
  - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.WindowsDesktop.App&framework_version=3.1.0&arch=x64&rid=debian.9-x64

ベストアンサー1

おすすめ記事