Skip to content

Commit 39efc67

Browse files
[main] Update dependencies from dotnet/arcade (#5390)
[main] Update dependencies from dotnet/arcade
1 parent d4947f7 commit 39efc67

File tree

6 files changed

+14
-9
lines changed

6 files changed

+14
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23628.1">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24053.1">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>9e5fd26c0d1a187dfa08242d83e341634d4b1b07</Sha>
9+
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
1010
</Dependency>
11-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.23628.1">
11+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="9.0.0-beta.24053.1">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>9e5fd26c0d1a187dfa08242d83e341634d4b1b07</Sha>
13+
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
1414
</Dependency>
15-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.23628.1">
15+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24053.1">
1616
<Uri>https://github.com/dotnet/arcade</Uri>
17-
<Sha>9e5fd26c0d1a187dfa08242d83e341634d4b1b07</Sha>
17+
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
1818
</Dependency>
1919
</ToolsetDependencies>
2020
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</PropertyGroup>
1919
<!-- Arcade dependencies -->
2020
<PropertyGroup>
21-
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.23628.1</MicrosoftDotNetGenFacadesPackageVersion>
22-
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.23628.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
21+
<MicrosoftDotNetGenFacadesPackageVersion>9.0.0-beta.24053.1</MicrosoftDotNetGenFacadesPackageVersion>
22+
<MicrosoftDotNetXUnitExtensionsPackageVersion>9.0.0-beta.24053.1</MicrosoftDotNetXUnitExtensionsPackageVersion>
2323
</PropertyGroup>
2424
<!-- CoreFx dependencies -->
2525
<PropertyGroup>

eng/common/helixpublish.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
12
<Project Sdk="Microsoft.DotNet.Helix.Sdk" DefaultTargets="Test">
23

34
<PropertyGroup>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
22
<Project>
3+
34
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
5+
46
</Project>

eng/common/internal/Tools.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
22
<Project Sdk="Microsoft.NET.Sdk">
3+
34
<PropertyGroup>
45
<TargetFramework>net472</TargetFramework>
56
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
@@ -27,4 +28,5 @@
2728

2829
<!-- Repository extensibility point -->
2930
<Import Project="$(RepositoryEngineeringDir)InternalTools.props" Condition="Exists('$(RepositoryEngineeringDir)InternalTools.props')" />
31+
3032
</Project>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": "9.0.100-alpha.1.23615.4"
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23628.1",
17+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24053.1",
1818
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5"
1919
}
2020
}

0 commit comments

Comments
 (0)