Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): Remove Microsoft.SourceLink.GitHub package (#607)
Browse files Browse the repository at this point in the history
The `Microsoft.SourceLink.GitHub` package was removed from
`Directory.Build.props` and `Directory.Packages.props`, since it is now
[included in the .NET
SDK](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8#source-link).
  • Loading branch information
ThorstenSauter committed Jan 10, 2024
1 parent a748faa commit 15889aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<PackageVersion Include="Microsoft.Identity.Client.Extensions.Msal" Version="4.58.1"/>
<PackageVersion Include="Microsoft.Identity.Web" Version="2.16.1"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0"/>
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7"/>
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.16.0.82469"/>
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556"/>
Expand Down
4 changes: 0 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SecurityCodeScan.VS2019" Condition="$(MSBuildProjectExtension) == '.csproj'">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 15889aa

Please sign in to comment.