Skip to content

Commit

Permalink
Remove SourceLink package (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Mar 18, 2024
1 parent 2e38c48 commit a648d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<ItemGroup Condition="'$(IsPackable)' == 'true'">
<None Include="..\..\assets\icon.png" Pack="true" PackagePath="" Visible="false" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

1 comment on commit a648d88

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'SteroidsDI Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.01.

Benchmark suite Current: a648d88 Previous: 2e38c48 Ratio
Benchmarks.DeferBenchmarks.ResolveIDefer 115.61021794875462 ns (± 0.5242447535068759) 114.01457059383392 ns (± 0.7070316603730912) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.