Skip to content

Commit 608edd4

Browse files
committed
Build with Xcode 26
1 parent 904e367 commit 608edd4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

NGraphics/NGraphics.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.1;net9.0-ios;net9.0-maccatalyst;net9.0-macos;net9.0-tvos;net9.0-android</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.1;net9.0-ios26.0;net9.0-maccatalyst26.0;net9.0-macos26.0;net9.0-tvos26.0;net9.0-android</TargetFrameworks>
44

55
<Version>1.0.0</Version>
66
<Authors>praeclarum</Authors>
@@ -23,6 +23,8 @@
2323
<TargetPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">35.0</TargetPlatformVersion>
2424
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
2525
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
26+
27+
<NoWarn>$(NoWarn);XCODE_26_0_PREVIEW</NoWarn>
2628
</PropertyGroup>
2729

2830
<ItemGroup>

global.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
{
2-
"sdk": {
3-
"version": "9.0.203"
4-
}
1+
{
2+
"sdk": {
3+
"version": "10.0.100-rc.1.25451.107",
4+
"workloadVersion": "10.0.100-rc.1.25458.2"
5+
}
56
}

0 commit comments

Comments
 (0)