Skip to content

Commit 540a308

Browse files
Bump TUnit.Core from 1.45.8 to 1.45.29 (#452)
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.45.8 to 1.45.29. <details> <summary>Release notes</summary> _Sourced from [TUnit.Core's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.45.29 <!-- Release notes generated using configuration in .github/release.yml at v1.45.29 --> ## What's Changed ### Other Changes * Fix shared fixture lifetime for reused discovery instances by @​thomhurst in thomhurst/TUnit#5983 * Preserve override accessibility in generated mocks by @​thomhurst in thomhurst/TUnit#5984 ### Dependencies * chore(deps): update tunit to 1.45.22 by @​thomhurst in thomhurst/TUnit#5974 * chore(deps): update dependency messagepack to 3.1.5 by @​thomhurst in thomhurst/TUnit#5978 * chore(deps): update aspire to 13.3.5 by @​thomhurst in thomhurst/TUnit#5980 **Full Changelog**: thomhurst/TUnit@v1.45.22...v1.45.29 ## 1.45.22 <!-- Release notes generated using configuration in .github/release.yml at v1.45.22 --> ## What's Changed ### Other Changes * Remove ".NET" from Aspire references by @​antmdvs in thomhurst/TUnit#5968 * Fix chained mock setup behavior by @​thomhurst in thomhurst/TUnit#5973 ### Dependencies * chore(deps): update tunit to 1.45.8 by @​thomhurst in thomhurst/TUnit#5958 * chore(deps): update dependency nunit to 4.6.1 by @​thomhurst in thomhurst/TUnit#5961 * chore(deps): update dependency testcontainers.postgresql to 4.12.0 by @​thomhurst in thomhurst/TUnit#5963 * chore(deps): update dependency testcontainers.redis to 4.12.0 by @​thomhurst in thomhurst/TUnit#5965 * chore(deps): update dependency testcontainers.kafka to 4.12.0 by @​thomhurst in thomhurst/TUnit#5962 * chore(deps): update aspire to 13.3.4 by @​thomhurst in thomhurst/TUnit#5966 * chore(deps): bump webpack-dev-server from 5.2.2 to 5.2.4 in /docs by @​dependabot[bot] in thomhurst/TUnit#5964 ## New Contributors * @​antmdvs made their first contribution in thomhurst/TUnit#5968 **Full Changelog**: thomhurst/TUnit@v1.45.8...v1.45.22 Commits viewable in [compare view](thomhurst/TUnit@v1.45.8...v1.45.29). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 808c2fa commit 540a308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<!-- Reference-only packages for test framework namespace resolution in analyzer tests -->
2121
<PackageVersion Include="xunit.v3.core" Version="3.2.2" />
2222
<PackageVersion Include="NUnit" Version="4.6.1" />
23-
<PackageVersion Include="TUnit.Core" Version="1.45.8" />
23+
<PackageVersion Include="TUnit.Core" Version="1.45.29" />
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)