Skip to content

Commit e0a75a2

Browse files
Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /src (#160)
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.1 to 8.0.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/commits) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 140d66d commit e0a75a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EmptyFiles.Tool/EmptyFiles.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<ItemGroup>
1515
<ProjectReference Include="..\EmptyFiles\EmptyFiles.csproj" PrivateAssets="None" />
1616
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
17-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
17+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1818
<None Include="$(ProjectDir)..\..\files\**\empty.*">
1919
<Pack>true</Pack>
2020
<PackagePath>tools\net8.0\any\EmptyFiles</PackagePath>

src/EmptyFiles/EmptyFiles.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard' OR '$(TargetFrameworkIdentifier)' == '.NETFramework'" />
1010
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
11-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
11+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1212
<PackageReference Include="Polyfill" Version="1.32.1" PrivateAssets="all" />
1313
<PackageReference Include="System.ValueTuple" Version="4.5.0" Condition="$(TargetFramework) =='net461'" />
1414
<None Include="..\EmptyFiles.targets" Pack="True" PackagePath="build\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)