Skip to content

Commit f369786

Browse files
committed
Sdk
1 parent 2d6f4a7 commit f369786

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/src/main/csharp/Windows/Win32/SafeITEMIDLISTHandle.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ public SafeITEMIDLISTHandle(nint handle, bool ownsHandle) : this(ownsHandle)
1111
SetHandle(handle);
1212
}
1313
}
14-

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"msbuild-sdks": {
33
"IKVM.NET.Sdk": "8.10.0-dev.171",
4-
"Microsoft.Build.NoTargets": "3.3.0",
5-
"Microsoft.Build.Traversal": "3.1.6"
4+
"Microsoft.Build.NoTargets": "3.7.56",
5+
"Microsoft.Build.Traversal": "4.1.0"
66
}
77
}

0 commit comments

Comments
 (0)