Skip to content

Commit

Permalink
Bump System.Configuration.ConfigurationManager and System.Diagnostics…
Browse files Browse the repository at this point in the history
….EventLog

Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) and [System.Diagnostics.EventLog](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `System.Configuration.ConfigurationManager` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

Updates `System.Diagnostics.EventLog` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: System.Configuration.ConfigurationManager
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Diagnostics.EventLog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 7c51110 commit 8ec77ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SqlSync.DbInformation/SqlSync.DbInformation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/SqlSync.ObjectScript/SqlSync.ObjectScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="System.Diagnostics.EventLog" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSync.Connection\SqlSync.Connection.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/SqlSync.SqlBuild/SqlSync.SqlBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="162.1.167" />
<PackageReference Include="Polly" Version="8.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlBuildManager.Logging\SqlBuildManager.Logging.csproj" />
Expand Down

0 comments on commit 8ec77ef

Please sign in to comment.