We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0aceeb commit 79e5cd2Copy full SHA for 79e5cd2
sources/Windowing/Windowing/Silk.NET.Windowing.csproj
@@ -1,7 +1,9 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net8.0;net9.0;net8.0-android;net9.0-android;net8.0-ios;net9.0-ios</TargetFrameworks>
+ <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5
+ <TargetFrameworks Condition="$(SilkAndroidDisabled)' != 'true'">$(TargetFrameworks);net8.0-android;net9.0-android</TargetFrameworks>
6
+ <TargetFrameworks Condition="$(SilkiOSDisabled)' != 'true'">$(TargetFrameworks);net8.0-ios;net9.0-ios</TargetFrameworks>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
9
<NoWarn>0067</NoWarn> <!-- TODO -->
0 commit comments