Skip to content
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
aac1618
[release/10.0.1xx] Source code updates from dotnet/dotnet (#1548)
dotnet-maestro[bot] Nov 27, 2025
7640eb5
Update dependencies from https://github.com/dotnet/dotnet build 292549
dotnet-maestro[bot] Nov 28, 2025
259c051
Update dependencies from https://github.com/dotnet/dotnet build 292661
dotnet-maestro[bot] Nov 29, 2025
16fc689
Update dependencies from https://github.com/dotnet/dotnet build 292766
dotnet-maestro[bot] Dec 2, 2025
204ee0b
Update dependencies from https://github.com/dotnet/dotnet build 292938
dotnet-maestro[bot] Dec 3, 2025
49b4bb4
Update dependencies from https://github.com/dotnet/dotnet build 293194
dotnet-maestro[bot] Dec 4, 2025
b25d37e
Merge pull request #1549 from dotnet/darc-release/10.0.1xx-674cd461-2…
phil-allen-msft Dec 4, 2025
30a383d
Update dependencies from https://github.com/dotnet/dotnet build 29340…
dotnet-maestro[bot] Dec 5, 2025
2061478
[release/10.0.1xx] Source code updates from dotnet/dotnet (#1557)
dotnet-maestro[bot] Dec 9, 2025
8a4c758
Update dependencies from https://github.com/dotnet/dotnet build 29407…
dotnet-maestro[bot] Dec 10, 2025
efad4bb
Update dependencies from https://github.com/dotnet/dotnet build 294121
dotnet-maestro[bot] Dec 11, 2025
2668313
Merge pull request #1563 from dotnet/darc-release/10.0.1xx-e374602a-c…
phil-allen-msft Jan 13, 2026
e0ad870
Reset files to release/10.0.2xx
github-actions[bot] Jan 13, 2026
a7a2ddc
Mark dotnet-sourcelink as non-shipping (#1568)
ViktorHofer Jan 13, 2026
a258e0e
Merge branch 'release/10.0.2xx' into merge/release/10.0.1xx-to-releas…
ViktorHofer Jan 13, 2026
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: 2 additions & 0 deletions src/dotnet-sourcelink/dotnet-sourcelink.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>$(NetToolMinimum)</TargetFramework>
<!-- Allow tool to roll forward to a newer major version. -->
<RollForward>Major</RollForward>

<IsShipping>false</IsShipping>
<!-- NuGet -->
<IsPackable>true</IsPackable>
<PackAsTool>True</PackAsTool>
Expand Down