Skip to content

Commit 7ed6714

Browse files
mangod9akoeplinger
andauthored
[8/21 Infra rollout] update sdk to preview6 (#56161)
* update sdk to preview6 to check whether an arm64 bug is the root cause of NRE on macos. * Remove invalid Castle.DynamicProxy.Internal.AbstractInvocation from ILLink descriptor files The type is actually in the `Castle.DynamicProxy` namespace, not the `.Internal` one. This causes an error with newer linker versions. The whole `Castle.DynamicProxy` namespace is already preserved so we can remove the entry for AbstractInvocation. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
1 parent f915301 commit 7ed6714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "6.0.100-preview.5.21302.13",
3+
"version": "6.0.100-preview.6.21355.2",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "6.0.100-preview.5.21302.13"
8+
"dotnet": "6.0.100-preview.6.21355.2"
99
},
1010
"native-tools": {
1111
"cmake": "3.16.4",

0 commit comments

Comments
 (0)