Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は多くの、多くのプロジェクトで解決策を持っています。ドロップダウンを個別に手動で変更せずに、ターゲットフレームワークを.NET 4.0に変更するにはどうすればよいですか?
3.5プロジェクトファイルと4.0プロジェクトファイルを比較して、ファイルベースの検索/置換操作を使用してみてください。
これらの2つのバージョン番号だけが異なると思います。
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>