File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,25 +18,25 @@ jobs:
1818 strategy :
1919 matrix :
2020 dotnet :
21- - 5 .0.x
21+ - 6 .0.x
2222 include :
23- - dotnet : 5 .0.x
23+ - dotnet : 6 .0.x
2424 mono : none
2525 TEST_PROJECT : $NETCORE_TEST_PROJECT
2626 steps :
2727 - name : Checkout code
2828 uses : actions/checkout@v2
29- - name : Setup .NET 5
30- uses : actions/setup-dotnet@v1.9.0
29+ - name : Setup .NET 6
30+ uses : actions/setup-dotnet@v4.3.1
3131 with :
32- dotnet-version : 5 .0.x
33- - name : Build using .NET 5
32+ dotnet-version : 6 .0.x
33+ - name : Build using .NET 6
3434 run : >
3535 export PATH="$PATH:$HOME/.dotnet/tools"
3636
3737 dotnet build ${{ env.NETCORE_TEST_PROJECT }} -c Release
3838 - name : Setup .NET [Core] ${{ matrix.dotnet }}
39- uses : actions/setup-dotnet@v1.9.0
39+ uses : actions/setup-dotnet@v4.3.1
4040 with :
4141 dotnet-version : ' ${{ matrix.dotnet }}'
4242 - name : List .NET SDKs
You can’t perform that action at this time.
0 commit comments