Skip to content

Commit

Permalink
* upgrade to .NET 9.0 @ c#
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 committed Dec 8, 2024
1 parent dc8d675 commit c7bbc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c#/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion c#/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.0",
"version": "9.0.0",
"rollForward": "latestFeature" // https://github.com/actions/setup-dotnet/pull/481
}
}

0 comments on commit c7bbc83

Please sign in to comment.