Skip to content

Commit 81716cf

Browse files
committed
C# -> 14
1 parent d6f521e commit 81716cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
dotnet-version: |
6666
6.0.x
67-
8.0.x
67+
10.0.x
6868
6969
- name: Stamp Version
7070
id: stamp

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- Build properties -->
3535
<PropertyGroup>
3636
<TargetFramework>net6.0</TargetFramework>
37-
<LangVersion>13</LangVersion>
37+
<LangVersion>14</LangVersion>
3838
<ImplicitUsings>enable</ImplicitUsings>
3939
<Nullable>enable</Nullable>
4040
<InheritDocEnabled>true</InheritDocEnabled>

0 commit comments

Comments
 (0)