Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This file should be imported by eng/Versions.props
<!-- dotnet-corefx dependencies -->
<SystemComponentModelCompositionPackageVersion>4.5.0</SystemComponentModelCompositionPackageVersion>
<!-- dotnet-dotnet dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26172.102</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetXliffTasksPackageVersion>10.0.0-beta.26172.102</MicrosoftDotNetXliffTasksPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26177.113</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetXliffTasksPackageVersion>10.0.0-beta.26177.113</MicrosoftDotNetXliffTasksPackageVersion>
<!-- dotnet-msbuild dependencies -->
<MicrosoftBuildPackageVersion>17.3.1</MicrosoftBuildPackageVersion>
<!-- dotnet-runtime dependencies -->
Expand Down
10 changes: 5 additions & 5 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="8aa2738d3bdb38df89821c66dd8a41b9b73dc174" BarId="307268" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="nuget-client" Sha="6713f124fc53de19b420be2e0247d8f80868edb2" BarId="308175" />
<!--
Currently this file is required to publish builds to .NET build asset registry.
See https://github.com/dotnet/arcade/issues/2396 for details.
Expand Down Expand Up @@ -56,13 +56,13 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26172.102">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26177.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>8aa2738d3bdb38df89821c66dd8a41b9b73dc174</Sha>
<Sha>6713f124fc53de19b420be2e0247d8f80868edb2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.26172.102">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.26177.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>8aa2738d3bdb38df89821c66dd8a41b9b73dc174</Sha>
<Sha>6713f124fc53de19b420be2e0247d8f80868edb2</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pinned": true
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26172.102",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26177.113",
"Microsoft.Build.NoTargets": "3.7.0"
}
}
Loading