File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments