Skip to content

Commit bb4d3d2

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20220519.3 (#41797)
[main] Update dependencies from dotnet/arcade
1 parent 98d12ef commit bb4d3d2

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>0864cc5539e0ddd109b443b0bee804878cd7ba76</Sha>
294294
</Dependency>
295-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22262.8">
295+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22269.3">
296296
<Uri>https://github.com/dotnet/arcade</Uri>
297-
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
297+
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
298298
<SourceBuild RepoName="arcade" ManagedOnly="true" />
299299
</Dependency>
300-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22262.8">
300+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22269.3">
301301
<Uri>https://github.com/dotnet/arcade</Uri>
302-
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
302+
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
303303
</Dependency>
304-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22262.8">
304+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22269.3">
305305
<Uri>https://github.com/dotnet/arcade</Uri>
306-
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
306+
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
307307
</Dependency>
308-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22262.8">
308+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22269.3">
309309
<Uri>https://github.com/dotnet/arcade</Uri>
310-
<Sha>b7796f653e48e001123963f17387c052891b48e6</Sha>
310+
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</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.5.22273.1</MicrosoftEntityFrameworkCoreVersion>
136136
<MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-preview.5.22273.1</MicrosoftEntityFrameworkCoreDesignVersion>
137137
<!-- Packages from dotnet/arcade -->
138-
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22262.8</MicrosoftDotNetBuildTasksInstallersVersion>
139-
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22262.8</MicrosoftDotNetBuildTasksTemplatingVersion>
138+
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22269.3</MicrosoftDotNetBuildTasksInstallersVersion>
139+
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22269.3</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.22262.8",
31-
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22262.8"
30+
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22269.3",
31+
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22269.3"
3232
}
3333
}

0 commit comments

Comments
 (0)