Skip to content

Commit 52e6013

Browse files
authored
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.4xx' (#44022)
2 parents abee3fb + 6a9dff5 commit 52e6013

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRid/NativeCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static string InvokeNativeCodeAndReturnAString()
2929
case "'osx.10.15-x64'":
3030
case "'osx.11.0-x64'":
3131
case "'osx.12-x64'":
32+
case "'osx.13-x64'":
3233
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
3334
case "'win10-x64'":
3435
case "'win10-x86'":

src/Assets/TestProjects/AppWithLibraryAndRid/LibraryWithRids/NativeCode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static string InvokeNativeCodeAndReturnAString()
2929
case "'osx.10.15-x64'":
3030
case "'osx.11.0-x64'":
3131
case "'osx.12-x64'":
32+
case "'osx.13-x64'":
3233
return Marshal.PtrToStringAnsi(MacNativeMethods.sqlite3_libversion());
3334
case "'win10-x64'":
3435
case "'win10-x86'":

0 commit comments

Comments
 (0)