mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Merge pull request #2831 from BDisp/v1_lang-version-9.0_2830
Fixes #2830. v1 Allow use LangVersion 9.0 on the UICatalog project.
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user