Skip to content

Commit b328a0a

Browse files
Revert Directory.Build.props to original state - keep .NET 9 and C# 13.0 as originally configured
Co-authored-by: kieronlanning <[email protected]>
1 parent eee1d88 commit b328a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.build-system/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Import Project="./BuildVariables.props" />
33
<!-- All C# Projects -->
44
<PropertyGroup Label="C# Project Property Groups" Condition="'$(IsCSharpProject)' == 'true'">
5-
<TargetFramework>net8.0</TargetFramework>
6-
<LangVersion>12.0</LangVersion>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<LangVersion>13.0</LangVersion>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

0 commit comments

Comments
 (0)