Skip to content

Commit abe3bcb

Browse files
Update dependency TUnit to 0.57.63 (#1687)
* Update dependency TUnit to 0.57.63 * Automatically linting code --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com>
1 parent 694a936 commit abe3bcb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
23
<Project>
34
<PropertyGroup>
45
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
@@ -52,7 +53,7 @@
5253
<PackageVersion Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
5354
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
5455
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
55-
56+
5657
<PackageVersion Include="System.Interactive" Version="6.0.3" />
5758
<PackageVersion Include="System.Interactive.Async" Version="6.0.3" />
5859
<PackageVersion Include="System.Text.Json" Version="9.0.6" />
@@ -72,14 +73,13 @@
7273
<PackageVersion Include="Rocket.Surgery.Extensions.Testing.FakeItEasy" Version="9.0.5" />
7374
<PackageVersion Include="Rocket.Surgery.Extensions.Testing.TUnit" Version="9.0.5" />
7475
<PackageVersion Include="Rocket.Surgery.Extensions.Testing.SourceGenerators" Version="9.0.5" />
75-
<PackageVersion Include="TUnit" Version="0.57.24" />
76+
<PackageVersion Include="TUnit" Version="0.57.63" />
7677
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
7778
<PackageVersion Include="Verify.TUnit" Version="30.11.0" />
7879

7980

8081
</ItemGroup>
8182
<Import
8283
Project="$(MSBuildThisFileDirectory)/Directory.Packages.support.props"
83-
Condition="Exists('$(MSBuildThisFileDirectory)/Directory.Packages.support.props')"
84-
/>
84+
Condition="Exists('$(MSBuildThisFileDirectory)/Directory.Packages.support.props')" />
8585
</Project>

0 commit comments

Comments
 (0)