diff --git a/NuGet.config b/NuGet.config index a03786b5aa35d5de1bedc92fd2c3aef568e42b24..5f4d5b59509acf119430dc0cb6f962142521d127 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,6 +6,9 @@ + + + @@ -19,6 +22,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5969a3bbdcb3418ee6f9a2ea74d5c822217f6016..c8961ee8a363874d4e85ca2b4e098df15ec29f0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,25 +83,25 @@ - + https://github.com/dotnet/arcade - e3cbecc5b0e51374e3d71dbb976004ab9cc90430 + fdd3a242bc813f371023adff4e4c05c0be705d2a - + https://github.com/dotnet/arcade - e3cbecc5b0e51374e3d71dbb976004ab9cc90430 + fdd3a242bc813f371023adff4e4c05c0be705d2a - + https://github.com/dotnet/arcade - e3cbecc5b0e51374e3d71dbb976004ab9cc90430 + fdd3a242bc813f371023adff4e4c05c0be705d2a - + https://github.com/dotnet/arcade - e3cbecc5b0e51374e3d71dbb976004ab9cc90430 + fdd3a242bc813f371023adff4e4c05c0be705d2a - + https://github.com/dotnet/arcade - e3cbecc5b0e51374e3d71dbb976004ab9cc90430 + fdd3a242bc813f371023adff4e4c05c0be705d2a diff --git a/eng/Versions.props b/eng/Versions.props index c9c2fa77730c991bc909729a006c095a6b4fe49d..dc33d5ba3bccc46631b77ac51e84ba19a199a606 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,9 +56,9 @@ - 6.0.0-beta.22261.7 - 6.0.0-beta.22261.7 - 6.0.0-beta.22261.7 + 6.0.0-beta.22314.7 + 6.0.0-beta.22314.7 + 6.0.0-beta.22314.7 diff --git a/global.json b/global.json index 46a42a0655e67183164189ec0bb1da95244d5b56..eb8b81e05cc1613fdbfc369bee52347c41e5a40f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.105", + "dotnet": "6.0.106", "runtimes": { "dotnet": [ "2.1.7", @@ -12,11 +12,11 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22261.7", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22261.7" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22314.7", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22314.7" }, "sdk": { - "version": "6.0.105" + "version": "6.0.106" }, "native-tools": { "strawberry-perl": "5.28.1.1-1",