Skip to content

Commit 4c3d52b

Browse files
CopilotTyrrrz
andcommitted
Remove explicit Microsoft.SourceLink.GitHub references (built into .NET 8+ SDK)
Co-authored-by: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com>
1 parent 0b4c7d5 commit 4c3d52b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<PackageVersion Include="System.Text.Json" Version="10.0.3" />
1313
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
1414
<PackageVersion Include="CliWrap" Version="3.10.0" />
15-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.103" />
1615
<PackageVersion Include="Gress" Version="2.1.1" />
1716
<PackageVersion Include="AsyncImageLoader.Avalonia" Version="3.6.0" />
1817
<PackageVersion Include="Avalonia" Version="11.3.12" />

YoutubeExplode.Converter/YoutubeExplode.Converter.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<ItemGroup>
2727
<PackageReference Include="CliWrap" />
2828
<PackageReference Include="CSharpier.MsBuild" PrivateAssets="all" />
29-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
3029
<PackageReference Include="PolyShim" PrivateAssets="all" />
3130
</ItemGroup>
3231

YoutubeExplode/YoutubeExplode.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Include="Microsoft.Bcl.AsyncInterfaces"
3131
Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'netstandard2.1'))"
3232
/>
33-
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" />
3433
<PackageReference Include="PolyShim" PrivateAssets="all" />
3534
<!-- System.Text.Json is downgraded to v9.0.2 for netstandard2.0 targets to maintain compatibility
3635
with UWP projects using the .NET Native Toolchain, which cannot handle v10.x.

0 commit comments

Comments
 (0)