Archived
1
0
forked from MeloNX/MeloNX

pin bionic version to dotnet 9

This commit is contained in:
Emmanuel Hansen 2024-08-23 23:10:03 +00:00
parent 7e426c4377
commit f38093a1f7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.100-preview.6.24328.19",
"rollForward": "latestFeature"
}
}

View File

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RuntimeIdentifiers>linux-bionic-arm64;ios-arm64</RuntimeIdentifiers>
<Nullable>enable</Nullable>
<LinkerFlavor Condition="'$(RuntimeIdentifier)'=='linux-bionic-arm64'">lld</LinkerFlavor>