Skip to content

Commit 8ea7e27

Browse files
committed
Update to arcade with WiX fix (225808)
1 parent 20d19b9 commit 8ea7e27

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

NuGet.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
8-
<add key="darc-int-dotnet-runtime-19f489b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-19f489b8/nuget/v3/index.json" />
98
<!-- End: Package sources from dotnet-runtime -->
109
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1110
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -21,7 +20,6 @@
2120
<disabledPackageSources>
2221
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2322
<!-- Begin: Package sources from dotnet-runtime -->
24-
<add key="darc-int-dotnet-runtime-19f489b" value="true" />
2523
<!-- End: Package sources from dotnet-runtime -->
2624
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2725
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@
7575
</Dependency>
7676
</ProductDependencies>
7777
<ToolsetDependencies>
78-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24209.2">
78+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24266.2">
7979
<Uri>https://github.com/dotnet/arcade</Uri>
80-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
80+
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.24209.2">
82+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="7.0.0-beta.24266.2">
8383
<Uri>https://github.com/dotnet/arcade</Uri>
84-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
84+
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24209.2">
86+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.24266.2">
8787
<Uri>https://github.com/dotnet/arcade</Uri>
88-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
88+
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.24209.2">
90+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="7.0.0-beta.24266.2">
9191
<Uri>https://github.com/dotnet/arcade</Uri>
92-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
92+
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.24209.2">
94+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="7.0.0-beta.24266.2">
9595
<Uri>https://github.com/dotnet/arcade</Uri>
96-
<Sha>91f852db39356b3f8fd9efa00a3dee82a9a7c2b3</Sha>
96+
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
9797
</Dependency>
9898
</ToolsetDependencies>
9999
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
</PropertyGroup>
5050
<!-- Packages that come from https://github.com/dotnet/arcade -->
5151
<PropertyGroup>
52-
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.24209.2</MicrosoftDotNetApiCompatVersion>
53-
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.24209.2</MicrosoftDotNetCodeAnalysisPackageVersion>
52+
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.24266.2</MicrosoftDotNetApiCompatVersion>
53+
<MicrosoftDotNetCodeAnalysisPackageVersion>7.0.0-beta.24266.2</MicrosoftDotNetCodeAnalysisPackageVersion>
5454
</PropertyGroup>
5555
<!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
5656
<!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->
32 Bytes
Binary file not shown.

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24209.2",
16-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24209.2"
15+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24266.2",
16+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.24266.2"
1717
},
1818
"sdk": {
1919
"version": "7.0.118"

0 commit comments

Comments
 (0)