Commit 72ed382 1 parent 96d4f1a commit 72ed382 Copy full SHA for 72ed382
File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
# package ecosystems to update and where the package manifests are located.
3
3
# Please see the documentation for all configuration options:
4
4
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
5
6
version : 2
6
7
updates :
7
8
- package-ecosystem : " nuget"
@@ -16,12 +17,17 @@ updates:
16
17
mstest-dependencies :
17
18
patterns :
18
19
- " MSTest*"
19
-
20
+ microsoft-dependencies :
21
+ patterns :
22
+ - " Microsoft*"
23
+ system-dependencies :
24
+ patterns :
25
+ - " System*"
20
26
- package-ecosystem : " github-actions"
21
27
directory : " /"
22
28
schedule :
23
29
interval : " weekly"
24
30
reviewers :
25
31
- " BoBoBaSs84"
26
32
assignees :
27
- - " BoBoBaSs84"
33
+ - " BoBoBaSs84"
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
dotnet-version : ' 9.0.x'
23
23
24
24
- name : Restore
25
- run : dotnet restore
25
+ run : dotnet restore --verbosity minimal
26
26
27
27
- name : Build
28
28
run : dotnet build --no-restore --configuration release --verbosity minimal
29
29
30
30
- name : Test
31
- run : dotnet test --no-build --configuration release --verbosity minimal
31
+ run : dotnet test --no-build --configuration release --verbosity minimal --framework net8.0
Original file line number Diff line number Diff line change 3
3
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4
4
</PropertyGroup >
5
5
<ItemGroup >
6
- <PackageVersion Include =" MSTest.TestAdapter" Version =" 3.7.1 " />
7
- <PackageVersion Include =" MSTest.TestFramework" Version =" 3.7.1 " />
6
+ <PackageVersion Include =" MSTest.TestAdapter" Version =" 3.7.2 " />
7
+ <PackageVersion Include =" MSTest.TestFramework" Version =" 3.7.2 " />
8
8
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0" />
9
9
<PackageVersion Include =" System.ComponentModel.Annotations" Version =" 5.0.0" />
10
10
<PackageVersion Include =" coverlet.collector" Version =" 6.0.4" />
You can’t perform that action at this time.
0 commit comments