Skip to content

Commit 69636da

Browse files
Merge pull request #12795 from dotnet/darc-release/9.0-86c9d076-da56-4347-af17-f2ff3349a00c
[release/9.0] Update dependencies from dotnet/arcade
2 parents e28d4cb + 2d8a6e4 commit 69636da

File tree

5 files changed

+25
-21
lines changed

5 files changed

+25
-21
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-runtime -->
77
<add key="darc-int-dotnet-runtime-c8acea2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c8acea22/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-c8acea2-8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c8acea22-8/nuget/v3/index.json" />
9+
<add key="darc-int-dotnet-runtime-c8acea2-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c8acea22-3/nuget/v3/index.json" />
810
<!-- End: Package sources from dotnet-runtime -->
911
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1012
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -25,6 +27,8 @@
2527
<clear />
2628
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2729
<!-- Begin: Package sources from dotnet-runtime -->
30+
<add key="darc-int-dotnet-runtime-c8acea2-3" value="true" />
31+
<add key="darc-int-dotnet-runtime-c8acea2-8" value="true" />
2832
<add key="darc-int-dotnet-runtime-c8acea2" value="true" />
2933
<!-- End: Package sources from dotnet-runtime -->
3034
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,29 +191,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
191191
</ProductDependencies>
192192
<ToolsetDependencies>
193193
<!-- Arcade -->
194-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25058.5">
194+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25065.2">
195195
<Uri>https://github.com/dotnet/arcade</Uri>
196-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
196+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
197197
</Dependency>
198-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.25058.5">
198+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.25065.2">
199199
<Uri>https://github.com/dotnet/arcade</Uri>
200-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
200+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
201201
</Dependency>
202-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.25058.5">
202+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.25065.2">
203203
<Uri>https://github.com/dotnet/arcade</Uri>
204-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
204+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
205205
</Dependency>
206-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25058.5">
206+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25065.2">
207207
<Uri>https://github.com/dotnet/arcade</Uri>
208-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
208+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
209209
</Dependency>
210-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25058.5">
210+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="9.0.0-beta.25065.2">
211211
<Uri>https://github.com/dotnet/arcade</Uri>
212-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
212+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
213213
</Dependency>
214-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25058.5">
214+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25065.2">
215215
<Uri>https://github.com/dotnet/arcade</Uri>
216-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
216+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
217217
</Dependency>
218218
</ToolsetDependencies>
219219
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
</PropertyGroup>
5858
<!-- Arcade -->
5959
<PropertyGroup>
60-
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetGenFacadesPackageVersion>
61-
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25058.5</MicrosoftDotNetRemoteExecutorVersion>
62-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
60+
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.25065.2</MicrosoftDotNetGenFacadesPackageVersion>
61+
<MicrosoftDotNetRemoteExecutorVersion>9.0.0-beta.25065.2</MicrosoftDotNetRemoteExecutorVersion>
62+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.25065.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
6363
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
6464
</PropertyGroup>
6565
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->

eng/common/template-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extends:
5757
5858
Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing `templates-official`).
5959

60-
# Development notes
60+
## Development notes
6161

6262
**Folder / file structure**
6363

global.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.100",
3+
"dotnet": "9.0.102",
44
"runtimes": {
55
"dotnet/x64": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
@@ -11,12 +11,12 @@
1111
}
1212
},
1313
"sdk": {
14-
"version": "9.0.100"
14+
"version": "9.0.102"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5",
18-
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.25058.5",
19-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25058.5",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25065.2",
18+
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.25065.2",
19+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25065.2",
2020
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
2121
"Microsoft.NET.Sdk.IL": "9.0.1-servicing.24610.10"
2222
},

0 commit comments

Comments
 (0)