Skip to content

Commit 7bddd3e

Browse files
committed
Fix native assembly version
***NO_CI***
1 parent cf9d7fc commit 7bddd3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CLR/CorLib/corlib_native.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//
1+
//
22
// Copyright (c) .NET Foundation and Contributors
33
// See LICENSE file in the project root for full license information.
44
//
@@ -1638,7 +1638,7 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_mscorlib =
16381638
#endif
16391639

16401640
method_lookup,
1641-
{ 100, 22, 0, 4 }
1641+
{ 100, 22, 0, 5 }
16421642
};
16431643

16441644
// clang-format on

0 commit comments

Comments
 (0)