From 12fcfcfb0765a64162774773942fbd6be2128763 Mon Sep 17 00:00:00 2001 From: Alberto Spelta Date: Sat, 16 Nov 2024 15:39:20 +0000 Subject: [PATCH] Update dependencies for test project (#15) Updated target framework from `net461` to `net472`, retaining `net6.0`. Updated `Microsoft.NET.Test.Sdk` from `17.2.0-preview-20220401-08` to `17.11.1`. Updated `xunit` from `2.4.2-pre.12` to `2.9.2`. Updated `xunit.runner.visualstudio` from `2.4.3` to `2.8.2`. Updated `coverlet.collector` from `3.1.2` to `6.0.2`. --- src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj b/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj index a51e243..c02a088 100644 --- a/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj +++ b/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj @@ -1,20 +1,20 @@  - net461;net6.0 + net472;net6.0 latest enable false - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive