Skip to content

Commit

Permalink
Update projects that Dependabot ignored for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
bording authored and dependabot[bot] committed Sep 5, 2024
1 parent 7eb118d commit 3d2488f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<!-- Suppress NU1608 warning for NServiceBus.AcceptanceTesting, newer versions reference NUnit4 but
we can't update because the tool doesn't support newer versions of NServiceBus
we can't update because the tool doesn't support newer versions of NServiceBus
as the tool is aimed at upgrading from NSB 7 to 8 -->
<NoWarn>$(NoWarn);NU1608</NoWarn>
</PropertyGroup>
Expand All @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<!-- Suppress NU1608 warning for NServiceBus.AcceptanceTesting, newer versions reference NUnit4 but
we can't update because the tool doesn't support newer versions of NServiceBus
we can't update because the tool doesn't support newer versions of NServiceBus
as the tool is aimed at upgrading from NSB 7 to 8 -->
<NoWarn>$(NoWarn);NU1608</NoWarn>
</PropertyGroup>
Expand All @@ -15,7 +15,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);SQLSERVER</DefineConstants>
<!-- Suppress NU1608 warning for NServiceBus.AcceptanceTesting, newer versions reference NUnit4 but
we can't update because the tool doesn't support newer versions of NServiceBus
we can't update because the tool doesn't support newer versions of NServiceBus
as the tool is aimed at upgrading from NSB 7 to 8 -->
<NoWarn>$(NoWarn);NU1608</NoWarn>
</PropertyGroup>
Expand All @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);ORACLE</DefineConstants>
<!-- Suppress NU1608 warning for NServiceBus.AcceptanceTesting, newer versions reference NUnit4 but
we can't update because the tool doesn't support newer versions of NServiceBus
we can't update because the tool doesn't support newer versions of NServiceBus
as the tool is aimed at upgrading from NSB 7 to 8 -->
<NoWarn>$(NoWarn);NU1608</NoWarn>
</PropertyGroup>
Expand All @@ -17,7 +17,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<!-- Suppress NU1608 warning for NServiceBus.AcceptanceTesting, newer versions reference NUnit4 but
we can't update because the tool doesn't support newer versions of NServiceBus
we can't update because the tool doesn't support newer versions of NServiceBus
as the tool is aimed at upgrading from NSB 7 to 8 -->
<NoWarn>$(NoWarn);NU1608</NoWarn>
</PropertyGroup>
Expand All @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<!-- Suppress NU1608 warning for NServiceBus.AcceptanceTesting, newer versions reference NUnit4 but
we can't update because the tool doesn't support newer versions of NServiceBus
we can't update because the tool doesn't support newer versions of NServiceBus
as the tool is aimed at upgrading from NSB 7 to 8 -->
<NoWarn>$(NoWarn);NU1608</NoWarn>
</PropertyGroup>
Expand All @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<!-- Suppress NU1608 warning for NServiceBus.AcceptanceTesting, newer versions reference NUnit4 but
we can't update because the tool doesn't support newer versions of NServiceBus
we can't update because the tool doesn't support newer versions of NServiceBus
as the tool is aimed at upgrading from NSB 7 to 8 -->
<NoWarn>$(NoWarn);NU1608</NoWarn>
</PropertyGroup>
Expand All @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down

0 comments on commit 3d2488f

Please sign in to comment.