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 3b08422..e753d8e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,10 +3,10 @@ true - - + + - + \ No newline at end of file