fix: use langversion 16.9 for vb sample

This commit is contained in:
Oliver Booth 2024-02-17 15:13:33 +00:00
parent 76d3bba9df
commit 04412c63c6
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<RootNamespace>VpSharp.VB_Sample</RootNamespace> <RootNamespace>VpSharp.VB_Sample</RootNamespace>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<LangVersion>16.9</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>