Skip to content
Merged
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 @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props
<Project>
<PropertyGroup>
<!-- dotnet-arcade dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26425.5</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.26425.5</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26426.5</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.26426.5</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
<!-- dotnet-roslyn dependencies -->
<MicrosoftNetCompilersToolsetPackageVersion>5.11.0-1.26423.6</MicrosoftNetCompilersToolsetPackageVersion>
<!-- dotnet-runtime dependencies -->
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26425.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26426.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6e8b73df4173e497174229e0acbda23b30f7ed96</Sha>
<Sha>77ae37d472ad424b2e7f7a47b37dcbae2307d9da</Sha>
</Dependency>
<!-- This is the NuGet.* package family. NuGet.Frameworks is also pulled in via this
version on .NET Core, where Microsoft.Build takes a direct compile-time PackageReference
Expand All @@ -124,9 +124,9 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>75901b60cccdcb56004d276c67f92f48f8f5c709</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.26425.5">
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.26426.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6e8b73df4173e497174229e0acbda23b30f7ed96</Sha>
<Sha>77ae37d472ad424b2e7f7a47b37dcbae2307d9da</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
7 changes: 5 additions & 2 deletions eng/common/core-templates/job/source-index-stage1.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions eng/common/core-templates/steps/source-index-stage1-publish.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26425.5"
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26426.5"
}
}
Loading