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.
TD.NetとGallioでテストを実行しています。.Net 4.0をインストールしましたが、2.0ランタイムを使用したいと思います。テストアセンブリのapp.config<supportedRuntime version="v2.0.50727"/>を挿入しましたが、それでも4.0を使用しています。
<supportedRuntime version="v2.0.50727"/>
私は何をすべきか?
テスト アセンブリのプロパティでターゲット フレームワークを .Net 2.0 に変更してみてはいかがでしょうか。