From d99dc467280fca6073ff25d169891f55dd1bddc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 29 Dec 2024 02:48:07 +0100 Subject: [PATCH] Removing temporary xUnit, Microsoft.NET.Test.Sdk update disables --- default-dotnet.json5 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/default-dotnet.json5 b/default-dotnet.json5 index 9bafe57..52e9966 100644 --- a/default-dotnet.json5 +++ b/default-dotnet.json5 @@ -23,13 +23,5 @@ 'matchUpdateTypes': ['major'], enabled: false }, - { - // Will be done in https://lombiq.atlassian.net/browse/OSOE-935. - matchPackageNames: [ - 'Microsoft.NET.Test.Sdk', - 'xunit*', - ], - enabled: false, - }, ] } \ No newline at end of file