From 15a8fcfba1d41523da10579d60eebe976c70dd62 Mon Sep 17 00:00:00 2001 From: Tim Gels Date: Sat, 28 Feb 2026 14:33:34 +0100 Subject: [PATCH] build(deps): update package versions to latest - Bump Microsoft.Extensions.* packages from 10.0.2 to 10.0.3 - Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 - Bump xunit.v3 from 3.2.1 to 3.2.2 - Bump coverlet.collector from 6.0.4 to 8.0.0 - Add PrivateAssets/IncludeAssets metadata for coverlet.collector in integration test project --- Directory.Packages.props | 16 ++++++++-------- ...MatroskaBatchFlow.Uno.IntegrationTests.csproj | 5 ++++- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 259c22f..4dd03ae 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,16 +7,16 @@ --> - - - + + + - - - - - + + + + + diff --git a/tests/MatroskaBatchFlow.Uno.IntegrationTests/MatroskaBatchFlow.Uno.IntegrationTests.csproj b/tests/MatroskaBatchFlow.Uno.IntegrationTests/MatroskaBatchFlow.Uno.IntegrationTests.csproj index 57182c0..02f1d9c 100644 --- a/tests/MatroskaBatchFlow.Uno.IntegrationTests/MatroskaBatchFlow.Uno.IntegrationTests.csproj +++ b/tests/MatroskaBatchFlow.Uno.IntegrationTests/MatroskaBatchFlow.Uno.IntegrationTests.csproj @@ -10,7 +10,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +