diff --git a/Directory.Build.targets b/Directory.Build.targets index 2ad1648579a2..df1a893306cf 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -190,6 +190,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4d57da69d06..18174d8b6c83 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -396,39 +396,39 @@ https://github.com/dotnet/runtime 464e5fe6fbe499012445cbd6371010748b89dba3 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 - + https://github.com/dotnet/arcade - 87401be5731aa537bbf4cb71d7800d1c74d5e429 + 5af24911dd2de348e66143167d66d05eb55a9db6 https://github.com/dotnet/extensions diff --git a/eng/Versions.props b/eng/Versions.props index 4add8da3214a..59acf1c84549 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -168,11 +168,11 @@ 6.2.4 6.2.4 - 10.0.0-beta.25212.1 - 10.0.0-beta.25212.1 - 10.0.0-beta.25212.1 - 10.0.0-beta.25212.1 - 10.0.0-beta.25212.1 + 10.0.0-beta.25214.8 + 10.0.0-beta.25214.8 + 10.0.0-beta.25214.8 + 10.0.0-beta.25214.8 + 10.0.0-beta.25214.8 10.0.620701 diff --git a/eng/targets/Node.Common.targets b/eng/targets/Node.Common.targets new file mode 100644 index 000000000000..ef9e5d9d16fb --- /dev/null +++ b/eng/targets/Node.Common.targets @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/global.json b/global.json index c9f4ceea1020..b7e85b746100 100644 --- a/global.json +++ b/global.json @@ -27,9 +27,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25212.1", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25212.1", - "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25212.1", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25214.8", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25214.8", + "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25214.8", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0" }