File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/ForEvolve.ExceptionMapper Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
build-and-test :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 0
36
36
37
37
- name : Setup .NET Core
38
- uses : actions/setup-dotnet@v3
38
+ uses : actions/setup-dotnet@v4
39
39
with :
40
40
dotnet-version : |
41
41
6.x
@@ -52,12 +52,12 @@ jobs:
52
52
runs-on : ubuntu-latest
53
53
needs : build-and-test
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
with :
57
57
fetch-depth : 0
58
58
59
59
- name : Setup .NET Core
60
- uses : actions/setup-dotnet@v3
60
+ uses : actions/setup-dotnet@v4
61
61
with :
62
62
dotnet-version : |
63
63
6.x
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >$(FETargetFrameworks)</TargetFrameworks >
5
+ <PackageReadmeFile >README.md</PackageReadmeFile >
5
6
</PropertyGroup >
6
7
7
8
<ItemGroup >
You can’t perform that action at this time.
0 commit comments