Skip to content

Commit

Permalink
bump the nservicebuscore group in /src with 3 updates (#2522)
Browse files Browse the repository at this point in the history
* bump the nservicebuscore group in /src with 3 updates

---
updated-dependencies:
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
- dependency-name: NServiceBus.AcceptanceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
- dependency-name: NServiceBus.TransportTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove from sources tests not meant to be included (#2527)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mauro Servienti <[email protected]>
  • Loading branch information
dependabot[bot] and mauroservienti authored Jul 24, 2024
1 parent 20c920a commit 0384b76
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="BitFaster.Caching" Version="2.5.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.0.0" GeneratePathProperty="true" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.1.0" GeneratePathProperty="true" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
Expand All @@ -31,6 +31,14 @@

<ItemGroup Condition="'$(PkgNServiceBus_AcceptanceTests_Sources)' != ''">
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)\**\Routing\When_publishing_an_event_implementing_two_unrelated_interfaces.cs" />
<!--
TODO: The following two tests were not meant to be included in the sources. A fix has been merged to Core master and release-9.1 in:
- https://github.com/Particular/NServiceBus/pull/7121
- https://github.com/Particular/NServiceBus/pull/7122
The following two MSBuild elements can be removed once a version of the ATT source package is released
-->
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)\**\Core\DependencyInjection\When_resolving_address_translator.cs" />
<Compile Remove="$(PkgNServiceBus_AcceptanceTests_Sources)\**\Core\OpenTelemetry\Metrics\When_retrying_messages.cs" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="BitFaster.Caching" Version="2.5.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NServiceBus" Version="9.0.0" />
<PackageReference Include="NServiceBus" Version="9.1.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Particular.Approvals" Version="1.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="BitFaster.Caching" Version="2.5.0" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="NServiceBus.TransportTests.Sources" Version="9.0.0" GeneratePathProperty="true" />
<PackageReference Include="NServiceBus.TransportTests.Sources" Version="9.1.0" GeneratePathProperty="true" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit 0384b76

Please sign in to comment.