Skip to content

Commit

Permalink
Merge pull request #399 from LayTec-AG/bugfix/downgrade-source-link
Browse files Browse the repository at this point in the history
Downgrade Microsoft.SourceLink.GitHub to v1.1.1
  • Loading branch information
sean-mcl authored Nov 22, 2023
2 parents df3aa89 + b49369d commit 5489fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<PackageVersion Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.AspNetCore.Components" Version="6.0.25" />
Expand Down

0 comments on commit 5489fe1

Please sign in to comment.