Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 2 updates in the / directory: [TimeZoneConverter](https://github.com/mattjohnsonpint/TimeZoneConverter) and [xunit.analyzers](https://github.com/xunit/xunit.analyzers).


Updates `TimeZoneConverter` from 6.1.0 to 7.0.0
- [Release notes](https://github.com/mattjohnsonpint/TimeZoneConverter/releases)
- [Commits](mattjohnsonpint/TimeZoneConverter@6.1.0...7.0.0)

Updates `xunit.analyzers` from 1.19.0 to 1.20.0
- [Commits](xunit/xunit.analyzers@1.19.0...1.20.0)

---
updated-dependencies:
- dependency-name: TimeZoneConverter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 0c58760 commit 9a8f1bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!-- Common to all TFMs -->
<PackageVersion Include="Parlot" Version="1.3.2" />
<PackageVersion Include="TimeZoneConverter" Version="6.1.0" />
<PackageVersion Include="TimeZoneConverter" Version="7.0.0" />

<!-- Benchmarks -->
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
Expand All @@ -31,6 +31,6 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="xunit.analyzers" Version="1.19.0" />
<PackageVersion Include="xunit.analyzers" Version="1.20.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Versions.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<!-- This file define constants that can be changed per TFM -->
<PropertyGroup>
<MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>8.0.0</MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>
<SystemTextJsonPackageVersion>8.0.5</SystemTextJsonPackageVersion>
<MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>9.0.0</MicrosoftExtensionsFileProvidersAbstractionsPackageVersion>
<SystemTextJsonPackageVersion>9.0.0</SystemTextJsonPackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net9.0'">
Expand Down

0 comments on commit 9a8f1bc

Please sign in to comment.