Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
2150c99
Backflow from https://github.com/dotnet/dotnet / c737522 build 287652
dotnet-maestro[bot] Oct 18, 2025
cb22add
Update dependencies from https://github.com/dotnet/dotnet build 287652
dotnet-maestro[bot] Oct 18, 2025
300e798
Update dependencies from https://github.com/dotnet/dotnet build 287710
dotnet-maestro[bot] Oct 19, 2025
c6013d3
Update dependencies from https://github.com/dotnet/dotnet build 287756
dotnet-maestro[bot] Oct 20, 2025
0f3a896
Update dependencies from https://github.com/dotnet/dotnet build 287866
dotnet-maestro[bot] Oct 21, 2025
ebdc6be
Update dependencies from https://github.com/dotnet/dotnet build 287966
dotnet-maestro[bot] Oct 22, 2025
ba750bd
Update dependencies from https://github.com/dotnet/dotnet build 288065
dotnet-maestro[bot] Oct 23, 2025
f34067d
Update dependencies from https://github.com/dotnet/dotnet build 288391
dotnet-maestro[bot] Oct 24, 2025
fdf7d17
Update dependencies from https://github.com/dotnet/dotnet build 288435
dotnet-maestro[bot] Oct 25, 2025
a082c77
Update dependencies from https://github.com/dotnet/dotnet build 288919
dotnet-maestro[bot] Oct 30, 2025
02f8b9e
Update dependencies from https://github.com/dotnet/dotnet build 289051
dotnet-maestro[bot] Oct 31, 2025
92376d2
Update dependencies from https://github.com/dotnet/dotnet build 289152
dotnet-maestro[bot] Nov 1, 2025
f08e0eb
Update dependencies from https://github.com/dotnet/dotnet build 289521
dotnet-maestro[bot] Nov 5, 2025
2395754
Update dependencies from https://github.com/dotnet/dotnet build 289695
dotnet-maestro[bot] Nov 6, 2025
ecf25ba
Revert unnecessary file addition
jjonescz Nov 10, 2025
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
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageVersion Include="MessagePack" Version="2.5.198" />
<PackageVersion Include="Microsoft.AspNetCore.App.Runtime.$(NetCoreSDKRuntimeIdentifier)" Version="8.0.2" />
<PackageVersion Include="Microsoft.Build.Framework" Version="$(_MicrosoftBuildPackageVersion)" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.8.1" />
<PackageVersion Include="Microsoft.Build.Locator" Version="1.10.2" />
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="$(_MicrosoftBuildPackageVersion)" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="$(_MicrosoftBuildPackageVersion)" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzer.Testing" Version="1.1.3-beta1.24423.1" />
Expand Down
2 changes: 1 addition & 1 deletion 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="razor" Sha="e72b5bbe719d747036ce9c36582a205df9f1c361" BarId="285185" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="razor" Sha="e17b0d08def649f30aed9c09cf4a2c5741a3c76c" BarId="289695" />
<ProductDependencies>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-2.25461.22">
<Uri>https://github.com/dotnet/roslyn</Uri>
Expand Down