浏览代码

Fixes #2830. v1 Allow use LangVersion 9.0 on the UICatalog project.

BDisp 1 年之前
父节点
当前提交
bd58b58f63
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UICatalog/UICatalog.csproj

+ 1 - 1
UICatalog/UICatalog.csproj

@@ -2,7 +2,7 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <TargetFramework>net7.0</TargetFramework>
-    <LangVersion>8.0</LangVersion>
+    <LangVersion>9.0</LangVersion>
     <StartupObject>UICatalog.UICatalogApp</StartupObject>
     <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
     <!-- Version numbers are automatically updated by gitversion when a release is released -->