Skip to content
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e7aaa29
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Aug 23, 2025
0ce8947
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Aug 28, 2025
9e55186
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 6, 2025
a336a66
Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-a685560a-af8…
SimonZhao888 Sep 9, 2025
fd06e1b
Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-a685560a-af8…
SimonZhao888 Sep 12, 2025
e938092
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 12, 2025
03622f3
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 13, 2025
8f22068
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 14, 2025
8f81d08
Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-a685560a-af8…
SimonZhao888 Sep 15, 2025
8392422
Added nowarn for NETSDK1138.
MiYanni Sep 15, 2025
2fe808a
Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-a685560a-af8…
SimonZhao888 Sep 16, 2025
3d1cb71
Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-a685560a-af8…
SimonZhao888 Sep 16, 2025
15921ef
Update dependencies from https://github.com/dotnet/arcade build 20250…
dotnet-maestro[bot] Sep 16, 2025
a08d3c9
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Sep 16, 2025
36d8318
[release/8.0.1xx] Update dependencies from dotnet/templating (#50851)
SimonZhao888 Sep 16, 2025
bf6531c
[release/8.0.1xx] Update dependencies from dotnet/arcade (#50446)
SimonZhao888 Sep 16, 2025
1cec95b
Update branding to 8.0.122
vseanreesermsft Oct 7, 2025
1ef0375
Update branding to 8.0.122 (#51148)
marcpopMSFT Oct 7, 2025
714c9fa
Merge remote-tracking branch 'origin/release/8.0.3xx' into merge/rele…
nagilson Oct 8, 2025
bca9f34
Merge branch 'release/8.0.3xx' of https://github.com/dotnet/sdk into …
Oct 9, 2025
5294a54
Merge branch 'release/8.0.3xx' into merge/release/8.0.1xx-to-release/…
SimonZhao888 Oct 9, 2025
8f569c4
Merge branch 'release/8.0.3xx' into merge/release/8.0.1xx-to-release/…
SimonZhao888 Oct 11, 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
3 changes: 1 addition & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
</PropertyGroup>
<!-- Repo Version Information -->
<PropertyGroup>
<VersionPrefix>8.0.319</VersionPrefix>
<WorkloadsFeatureBand>8.0.300</WorkloadsFeatureBand>
<VersionPrefix>8.0.122</VersionPrefix>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
Expand Down
Loading