Skip to content

Commit a2bc180

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20210910.7 (#36490)
Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21451.3 -> To Version 6.0.0-beta.21460.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 323ba3d commit a2bc180

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -280,22 +280,22 @@
280280
<Uri>https://github.com/dotnet/runtime</Uri>
281281
<Sha>71fe9fb8ecc11197ad8e7bee0a6c4317a667327c</Sha>
282282
</Dependency>
283-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21451.3">
283+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21460.7">
284284
<Uri>https://github.com/dotnet/arcade</Uri>
285-
<Sha>923c95ec2e9512285f801c84145a8af3728b1e3b</Sha>
285+
<Sha>7324320f814152b72295946847ca72413507705a</Sha>
286286
<SourceBuild RepoName="arcade" ManagedOnly="true" />
287287
</Dependency>
288-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21451.3">
288+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.21460.7">
289289
<Uri>https://github.com/dotnet/arcade</Uri>
290-
<Sha>923c95ec2e9512285f801c84145a8af3728b1e3b</Sha>
290+
<Sha>7324320f814152b72295946847ca72413507705a</Sha>
291291
</Dependency>
292-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.21451.3">
292+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="6.0.0-beta.21460.7">
293293
<Uri>https://github.com/dotnet/arcade</Uri>
294-
<Sha>923c95ec2e9512285f801c84145a8af3728b1e3b</Sha>
294+
<Sha>7324320f814152b72295946847ca72413507705a</Sha>
295295
</Dependency>
296-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21451.3">
296+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21460.7">
297297
<Uri>https://github.com/dotnet/arcade</Uri>
298-
<Sha>923c95ec2e9512285f801c84145a8af3728b1e3b</Sha>
298+
<Sha>7324320f814152b72295946847ca72413507705a</Sha>
299299
</Dependency>
300300
</ToolsetDependencies>
301301
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
<MicrosoftEntityFrameworkCoreVersion>6.0.0-rc.2.21461.6</MicrosoftEntityFrameworkCoreVersion>
135135
<MicrosoftEntityFrameworkCoreDesignVersion>6.0.0-rc.2.21461.6</MicrosoftEntityFrameworkCoreDesignVersion>
136136
<!-- Packages from dotnet/arcade -->
137-
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21451.3</MicrosoftDotNetBuildTasksInstallersVersion>
138-
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21451.3</MicrosoftDotNetBuildTasksTemplatingVersion>
137+
<MicrosoftDotNetBuildTasksInstallersVersion>6.0.0-beta.21460.7</MicrosoftDotNetBuildTasksInstallersVersion>
138+
<MicrosoftDotNetBuildTasksTemplatingVersion>6.0.0-beta.21460.7</MicrosoftDotNetBuildTasksTemplatingVersion>
139139
</PropertyGroup>
140140
<!--
141141

eng/common/cross/toolchain.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ function(add_toolchain_linker_flag Flag)
138138
if (NOT Config STREQUAL "")
139139
set(CONFIG_SUFFIX "_${Config}")
140140
endif()
141-
set("CMAKE_EXE_LINKER_FLAGS${CONFIG_SUFFIX}" "${CMAKE_EXE_LINKER_FLAGS${CONFIG_SUFFIX}} ${Flag}" PARENT_SCOPE)
142-
set("CMAKE_SHARED_LINKER_FLAGS${CONFIG_SUFFIX}" "${CMAKE_SHARED_LINKER_FLAGS${CONFIG_SUFFIX}} ${Flag}" PARENT_SCOPE)
141+
set("CMAKE_EXE_LINKER_FLAGS${CONFIG_SUFFIX}_INIT" "${CMAKE_EXE_LINKER_FLAGS${CONFIG_SUFFIX}_INIT} ${Flag}" PARENT_SCOPE)
142+
set("CMAKE_SHARED_LINKER_FLAGS${CONFIG_SUFFIX}_INIT" "${CMAKE_SHARED_LINKER_FLAGS${CONFIG_SUFFIX}_INIT} ${Flag}" PARENT_SCOPE)
143143
endfunction()
144144

145145
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"msbuild-sdks": {
3131
"Yarn.MSBuild": "1.22.10",
32-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21451.3",
33-
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21451.3"
32+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21460.7",
33+
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21460.7"
3434
}
3535
}

0 commit comments

Comments
 (0)