Skip to content

Commit e9669dc

Browse files
[main] Update dependencies from dotnet/arcade (#686)
[main] Update dependencies from dotnet/arcade
1 parent 016171d commit e9669dc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21373.11">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21379.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>c6a28c81f96d196338b3ea520bc1e6dc7c440ee2</Sha>
8+
<Sha>62a8aafffd4c68ef887680f6837abdff906a662c</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21373.11">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21379.2">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>c6a28c81f96d196338b3ea520bc1e6dc7c440ee2</Sha>
12+
<Sha>62a8aafffd4c68ef887680f6837abdff906a662c</Sha>
1313
</Dependency>
1414
</ToolsetDependencies>
1515
</Dependencies>

eng/common/internal/Tools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. -->
12
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
33
<Project Sdk="Microsoft.NET.Sdk">
44
<PropertyGroup>
55
<TargetFramework>net472</TargetFramework>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "6.0.100-preview.6.21355.2"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21373.11",
7-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21373.11"
6+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21379.2",
7+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21379.2"
88
}
99
}

0 commit comments

Comments
 (0)