From 75d606f80f111c828a8854a1c8236ef0f6cc26a5 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 8 Sep 2024 07:24:48 +0000
Subject: [PATCH] Update dependency Microsoft.NET.Test.Sdk to 17.11.1 (#997)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest)
| `17.11.0` -> `17.11.1` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.NET.Test.Sdk/17.11.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.NET.Test.Sdk/17.11.0/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
microsoft/vstest (Microsoft.NET.Test.Sdk)
###
[`v17.11.1`](https://redirect.github.com/microsoft/vstest/releases/tag/v17.11.1)
#### What's Changed
- \[rel/17.11] Forward error output from testhost as info by
[@nohwnd](https://redirect.github.com/nohwnd) in
[https://github.com/microsoft/vstest/pull/5193](https://redirect.github.com/microsoft/vstest/pull/5193)
**Full Changelog**:
https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1
---
### Configuration
📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj | 2 +-
.../Orso.Arpa.Application.Tests.csproj | 2 +-
Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj | 2 +-
.../Orso.Arpa.Infrastructure.Tests.csproj | 2 +-
Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj | 2 +-
Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj | 2 +-
.../Orso.Arpa.Persistence.Tests.csproj | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj b/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj
index f1b9b9bd..6ba7b14b 100644
--- a/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj
+++ b/Tests/Orso.Arpa.Api.Tests/Orso.Arpa.Api.Tests.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj b/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj
index 807fc337..272a99b1 100644
--- a/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj
+++ b/Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj b/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj
index 2b3fb995..878c69c8 100644
--- a/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj
+++ b/Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj
@@ -42,7 +42,7 @@
-
+
diff --git a/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj b/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj
index e6646c27..c9e959cb 100644
--- a/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj
+++ b/Tests/Orso.Arpa.Infrastructure.Tests/Orso.Arpa.Infrastructure.Tests.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj b/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj
index 5ee615c1..7bb3d3be 100644
--- a/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj
+++ b/Tests/Orso.Arpa.Mail.Tests/Orso.Arpa.Mail.Tests.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj b/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj
index b6fea0f3..b784506c 100644
--- a/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj
+++ b/Tests/Orso.Arpa.Misc.Tests/Orso.Arpa.Misc.Tests.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj b/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj
index fc34f62d..1fa7f4b0 100644
--- a/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj
+++ b/Tests/Orso.Arpa.Persistence.Tests/Orso.Arpa.Persistence.Tests.csproj
@@ -9,7 +9,7 @@
-
+