diff --git a/Directory.Build.props b/Directory.Build.props index fe3901dfe7..612bacd835 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -29,7 +29,7 @@ net9.0-windows10.0.17763.0 net8.0-windows10.0.18362.0 - net8.0;net9.0 + net8.0;net10.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6a717699fb..68fcd69b60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,29 +1,29 @@ - + https://github.com/dotnet/arcade - 3ed6c23fee67b840de0fb5473ea6a95fc667b0a9 + 8a7b2d3d39078db20f33067c7929b88fdff4ee63 - + https://github.com/dotnet/arcade - 3ed6c23fee67b840de0fb5473ea6a95fc667b0a9 + 8a7b2d3d39078db20f33067c7929b88fdff4ee63 - + https://github.com/dotnet/arcade - 3ed6c23fee67b840de0fb5473ea6a95fc667b0a9 + 8a7b2d3d39078db20f33067c7929b88fdff4ee63 https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage 6b29c14c934bae1e26c21961b7e5ad1a25c4d3c5 - + https://github.com/microsoft/testfx - 0da10c24091f1ad35610ac05dd5aa7bd3ea79dd5 + e6af9df44f1c17bcae2798b15388641609add3a3 - + https://github.com/microsoft/testfx - 0da10c24091f1ad35610ac05dd5aa7bd3ea79dd5 + e6af9df44f1c17bcae2798b15388641609add3a3 diff --git a/eng/Versions.props b/eng/Versions.props index 61ec584c48..0aea2be2c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,10 +7,10 @@ preview - 11.0.0-beta.26229.1 + 11.0.0-beta.26230.2 18.8.0-preview.26229.1 - 4.3.0-preview.26229.1 - 2.3.0-preview.26229.1 + 4.3.0-preview.26230.4 + 2.3.0-preview.26230.4 diff --git a/eng/common/AGENTS.md b/eng/common/AGENTS.md new file mode 100644 index 0000000000..a5ed8f7292 --- /dev/null +++ b/eng/common/AGENTS.md @@ -0,0 +1,5 @@ +# `eng/common` + +Files under `eng/common` come from [Arcade](https://github.com/dotnet/arcade). +Edits in `eng/common` will be overwritten by automation unless the changes are made directly in the Arcade repository. +For more information, see the [Arcade documentation](https://github.com/dotnet/arcade/tree/main/Documentation). diff --git a/global.json b/global.json index bb3dafdc76..4ca072a911 100644 --- a/global.json +++ b/global.json @@ -37,7 +37,7 @@ "runner": "Microsoft.Testing.Platform" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26229.1", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26230.2", "MSBuild.Sdk.Extras": "3.0.44" } }