Skip to content

Commit 70fdd0e

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220616.2 (#42300)
[main] Update dependencies from dotnet/arcade
1 parent 8e56178 commit 70fdd0e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,22 +292,22 @@
292292
<Uri>https://github.com/dotnet/runtime</Uri>
293293
<Sha>2b0d0d164aac758b1181329f97c87819e203617c</Sha>
294294
</Dependency>
295-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22313.1">
295+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22316.2">
296296
<Uri>https://github.com/dotnet/arcade</Uri>
297-
<Sha>569a3f07467a9ebf55b78bbf92ab10b85e597819</Sha>
297+
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
298298
<SourceBuild RepoName="arcade" ManagedOnly="true" />
299299
</Dependency>
300-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22313.1">
300+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22316.2">
301301
<Uri>https://github.com/dotnet/arcade</Uri>
302-
<Sha>569a3f07467a9ebf55b78bbf92ab10b85e597819</Sha>
302+
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
303303
</Dependency>
304-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22313.1">
304+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22316.2">
305305
<Uri>https://github.com/dotnet/arcade</Uri>
306-
<Sha>569a3f07467a9ebf55b78bbf92ab10b85e597819</Sha>
306+
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
307307
</Dependency>
308-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22313.1">
308+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22316.2">
309309
<Uri>https://github.com/dotnet/arcade</Uri>
310-
<Sha>569a3f07467a9ebf55b78bbf92ab10b85e597819</Sha>
310+
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
311311
</Dependency>
312312
</ToolsetDependencies>
313313
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
<MicrosoftEntityFrameworkCoreVersion>7.0.0-preview.6.22317.1</MicrosoftEntityFrameworkCoreVersion>
136136
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-preview.6.22317.1</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
138-
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22313.1</MicrosoftDotNetBuildTasksInstallersVersion>
139-
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22313.1</MicrosoftDotNetBuildTasksTemplatingVersion>
138+
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22316.2</MicrosoftDotNetBuildTasksInstallersVersion>
139+
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22316.2</MicrosoftDotNetBuildTasksTemplatingVersion>
140140
</PropertyGroup>
141141
<!--
142142

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22313.1",
31-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22313.1"
30+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22316.2",
31+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22316.2"
3232
}
3333
}

0 commit comments

Comments
 (0)