Feature 'interpolated strings' is not available in C# 5. Please use language version 6 or greater

后端 未结 4 633
故里飘歌
故里飘歌 2020-12-15 05:02

There is a similar question to this here but I believe that involves a different cause.

I moved a class from a newer project into an older project. Both were targeti

4条回答
  •  一整个雨季
    2020-12-15 05:40

    Add this to your web.config. It is probably added automatically after installing DotNetCompilerPlatform.

    
      
        
        
      
    
    

提交回复
热议问题