Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the nservicebuscore group in /src with 4 updates #653

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove test files not meant to be included
mauroservienti committed Jul 24, 2024
commit 0e3caa21758e7aac0d30cbce55c222f3e9177b14
Original file line number Diff line number Diff line change
@@ -12,9 +12,20 @@
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MongoDB.Driver" Version="2.24.0" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.1.0" />
<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>

<ItemGroup Condition="'$(PkgNServiceBus_AcceptanceTests_Sources)' != ''">
<!--
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
@@ -12,9 +12,20 @@
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MongoDB.Driver" Version="2.24.0" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.1.0" />
<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>

<ItemGroup Condition="'$(PkgNServiceBus_AcceptanceTests_Sources)' != ''">
<!--
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>