Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit d9ec099

Browse files
Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /src (#561)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8b5e35 commit d9ec099

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/NServiceBus.Newtonsoft.Encryption/NServiceBus.Newtonsoft.Encryption.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1111
<ProjectReference Include="..\Newtonsoft.Json.Encryption\Newtonsoft.Json.Encryption.csproj" />
1212
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
13-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1414

1515
<Compile Include="..\Shared\*.cs" />
1616
</ItemGroup>

src/Newtonsoft.Json.Encryption/Newtonsoft.Json.Encryption.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
99
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
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
</ItemGroup>
1313
</Project>

src/Rebus.Newtonsoft.Encryption/Rebus.Newtonsoft.Encryption.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1111
<ProjectReference Include="..\Newtonsoft.Json.Encryption\Newtonsoft.Json.Encryption.csproj" />
1212
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
13-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1414

1515
<Compile Include="..\Shared\*.cs" />
1616
</ItemGroup>

0 commit comments

Comments
 (0)