diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 91efda89c34c5..ff446eb79c766 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,19 +13,19 @@ - + https://github.com/dotnet/arcade - 2d2482f9b6ccaaac02ef39adc06b3e30b29a5c13 + 9fba71ca242ef84c4b7696c380cc00efe734adb3 - + https://github.com/dotnet/xliff-tasks - 10a822a79bde97ca45faa76dc4ec33b85533728a + 3aa0b2b84cab7d94b9136547563d027fd78e82a6 - + https://github.com/dotnet/sourcelink - a1eed1e0522f47f4fbf60ed5f8caef3679208d66 + d2e046aec870a5a7601cc51c5607f34463cc2d42 @@ -36,9 +36,9 @@ https://github.com/dotnet/roslyn 5d10d428050c0d6afef30a072c4ae68776621877 - + https://github.com/dotnet/arcade - 2d2482f9b6ccaaac02ef39adc06b3e30b29a5c13 + 9fba71ca242ef84c4b7696c380cc00efe734adb3 https://github.com/dotnet/roslyn-analyzers diff --git a/eng/common/sdl/configure-sdl-tool.ps1 b/eng/common/sdl/configure-sdl-tool.ps1 index ee9eb89332133..e4108e39d9a51 100644 --- a/eng/common/sdl/configure-sdl-tool.ps1 +++ b/eng/common/sdl/configure-sdl-tool.ps1 @@ -93,7 +93,7 @@ try { } 'binskim' { if ($targetDirectory) { - $tool.Args += "`"Target < $TargetDirectory`"" + $tool.Args += "`"Target < $TargetDirectory\**`"" } $tool.Args += $BinskimAdditionalRunConfigParams } diff --git a/global.json b/global.json index 3f82b3361009a..5d59b8005288e 100644 --- a/global.json +++ b/global.json @@ -1,18 +1,18 @@ { "sdk": { - "version": "8.0.100-preview.5.23303.2", + "version": "8.0.100-preview.6.23330.14", "allowPrerelease": false, "rollForward": "latestPatch" }, "tools": { - "dotnet": "8.0.100-preview.5.23303.2", + "dotnet": "8.0.100-preview.6.23330.14", "vs": { "version": "17.6.0" }, "xcopy-msbuild": "17.6.0-2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23361.1", - "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23361.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23369.2", + "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23369.2" } }