MSB3270: Mismatch between the processor architecture - Fakes Framework

前端 未结 5 629
轮回少年
轮回少年 2020-12-29 04:37

Since I use Fakes Framework in my UnitTest, I get the following MSBuild warning.

warning MSB3270: There was a mismatch between the processor architect

5条回答
  •  失恋的感觉
    2020-12-29 05:03

    In project_name.csproj file remove ItemGroup node where is set processorArchitecture attribute. It sth like;

    ...

    That helped for me.

提交回复
热议问题