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.
2 parents abee3fb + 6a9dff5 commit 52e6013Copy full SHA for 52e6013
src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRid/NativeCode.cs
@@ -29,6 +29,7 @@ public static string InvokeNativeCodeAndReturnAString()
29
case "'osx.10.15-x64'":
30
case "'osx.11.0-x64'":
31
case "'osx.12-x64'":
32
+ case "'osx.13-x64'":
33
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
34
case "'win10-x64'":
35
case "'win10-x86'":
src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRids/NativeCode.cs
0 commit comments