Merge pull request #18525 from github/oscarsj/upgrade-workflows-to-ubuntu24

Upgrade workflows to ubuntu-24
This commit is contained in:
Óscar San José
2025-01-22 16:50:48 +01:00
committed by GitHub
15 changed files with 9 additions and 119 deletions

View File

@@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

View File

@@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.408"
"version": "9.0.100"
}
}