c#錯誤 Error CS8703 The modifier 'public' is not valid for this item in C# 7.3. Please use language version '8.0' or greater.
找到當前項目的工程文件(csproj)
用戶記事本打開,找到 <PropertyGroup> 節點下的 <LangVersion>,將它的值改為8.0
posted on 2023-01-11 14:23 Benjamin 閱讀(531) 評論(0) 編輯 收藏 引用 所屬分類: 雜談