From 72ed3829a8d805a7fb3dfe141774ea9f0daa3dd8 Mon Sep 17 00:00:00 2001
From: BoBoBaSs84 <73112377+BoBoBaSs84@users.noreply.github.com>
Date: Thu, 23 Jan 2025 08:07:04 +0100
Subject: [PATCH] chore(deps): nugets updated
---
.github/dependabot.yml | 10 ++++++++--
.github/workflows/ci.yml | 4 ++--
Directory.Packages.props | 4 ++--
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 676afe8..412ece4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -2,6 +2,7 @@
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
version: 2
updates:
- package-ecosystem: "nuget"
@@ -16,7 +17,12 @@ updates:
mstest-dependencies:
patterns:
- "MSTest*"
-
+ microsoft-dependencies:
+ patterns:
+ - "Microsoft*"
+ system-dependencies:
+ patterns:
+ - "System*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
@@ -24,4 +30,4 @@ updates:
reviewers:
- "BoBoBaSs84"
assignees:
- - "BoBoBaSs84"
+ - "BoBoBaSs84"
\ No newline at end of file
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ac99939..9603382 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,10 +22,10 @@ jobs:
dotnet-version: '9.0.x'
- name: Restore
- run: dotnet restore
+ run: dotnet restore --verbosity minimal
- name: Build
run: dotnet build --no-restore --configuration release --verbosity minimal
- name: Test
- run: dotnet test --no-build --configuration release --verbosity minimal
+ run: dotnet test --no-build --configuration release --verbosity minimal --framework net8.0
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 63c3e93..e753d8e 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -3,8 +3,8 @@
true
-
-
+
+