We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc99ee commit 64cd70eCopy full SHA for 64cd70e
1 file changed
ffi/dotnet/Devolutions.Picky/Devolutions.Picky.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
- <TargetFrameworks>netstandard2.0;net8.0-ios</TargetFrameworks>
4
- <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net8.0-ios'">12.1</SupportedOSPlatformVersion>
+ <TargetFrameworks>netstandard2.0;net9.0-ios</TargetFrameworks>
+ <SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net9.0-ios'">12.1</SupportedOSPlatformVersion>
5
</PropertyGroup>
6
7
<ItemGroup>
@@ -115,4 +115,4 @@
115
<Content Include="Devolutions.Picky.targets" PackagePath="build/Devolutions.Picky.targets" Pack="true" />
116
<Content Include="Devolutions.Picky.props" PackagePath="build/Devolutions.Picky.props" Pack="true" />
117
</ItemGroup>
118
-</Project>
+</Project>
0 commit comments