0

Visual Basic .NetFramework 3.5 プロジェクトにMahApps.Metro http://mahapps.com/MahApps.Metro/をインストールしようとしていますが、エラーが発生します。

Could not install package 'MahApps.Metro 0.10.0.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v3.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

私はすでに .NetFramework 3.5 を構築していることを理解していません..どうすればこれを解決できますか?

4

1 に答える 1

4

このライブラリには.NET4以降が必要なようです。より高い.NETバージョン(4.0または4.5)にアップグレードすると、動作するはずです。

于 2013-02-04T13:05:27.593 に答える