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 8cd5234 commit 542fac1Copy full SHA for 542fac1
src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRid/NativeCode.cs
@@ -20,6 +20,7 @@ public static string InvokeNativeCodeAndReturnAString()
20
case "'osx.10.15-x64'":
21
case "'osx.11.0-x64'":
22
case "'osx.12-x64'":
23
+ case "'osx.13-x64'":
24
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
25
case "'win10-x64'":
26
case "'win81-x64'":
src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRids/NativeCode.cs
0 commit comments