Skip to content

Commit 58a605b

Browse files
committed
Update .NET SDK and C# language version
Bump .NET SDK version to 10.0.100 in global.json and set C# language version to 14.0 in Community.Toolkit.Common.props to enable new language features and maintain compatibility with the latest SDK.
1 parent 65b1a32 commit 58a605b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Community.Toolkit.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<PropertyGroup>
2222
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
23-
<LangVersion>12.0</LangVersion>
23+
<LangVersion>14.0</LangVersion>
2424
<Nullable>enable</Nullable>
2525

2626
<!--

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.306",
3+
"version": "10.0.100",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)