Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#4736)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Oct 12, 2024
1 parent baca474 commit d5bc6c0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,29 +152,29 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24510.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.24510.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.24511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.24510.3">
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.24511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.24510.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.24511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24510.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="10.0.0-beta.24510.3">
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="10.0.0-beta.24511.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- arcade -->
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.24510.3</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24510.3</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.24511.1</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24511.1</MicrosoftDotNetBuildTasksInstallersVersion>
<!-- corefx -->
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24510.3",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.24510.3",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24511.1",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.24511.1",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}
Expand Down

0 comments on commit d5bc6c0

Please sign in to comment.