We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f521e commit 81716cfCopy full SHA for 81716cf
.github/workflows/build.yaml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
dotnet-version: |
66
6.0.x
67
- 8.0.x
+ 10.0.x
68
69
- name: Stamp Version
70
id: stamp
Directory.Build.props
@@ -34,7 +34,7 @@
34
<!-- Build properties -->
35
<PropertyGroup>
36
<TargetFramework>net6.0</TargetFramework>
37
- <LangVersion>13</LangVersion>
+ <LangVersion>14</LangVersion>
38
<ImplicitUsings>enable</ImplicitUsings>
39
<Nullable>enable</Nullable>
40
<InheritDocEnabled>true</InheritDocEnabled>
0 commit comments