File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup .NET
22
22
uses : actions/setup-dotnet@v3
23
23
with :
24
- dotnet-version : ' 7 .0.x'
24
+ dotnet-version : ' 8 .0.x'
25
25
dotnet-quality : ' ga'
26
26
- name : Build Product and Package
27
27
run : dotnet build src/create_package.proj -c ${{ matrix.flavor }}
51
51
- name : Setup .NET
52
52
uses : actions/setup-dotnet@v3
53
53
with :
54
- dotnet-version : ' 7 .0.x'
54
+ dotnet-version : ' 8 .0.x'
55
55
dotnet-quality : ' ga'
56
56
- name : Build Product and Package
57
57
run : dotnet build src\create_package.proj -c ${{ matrix.flavor }}
76
76
- name : Setup .NET
77
77
uses : actions/setup-dotnet@v3
78
78
with :
79
- dotnet-version : ' 7 .0.x'
79
+ dotnet-version : ' 8 .0.x'
80
80
dotnet-quality : ' ga'
81
81
- name : Build Product and Package
82
82
run : dotnet build src/create_package.proj -c ${{ matrix.flavor }}
You can’t perform that action at this time.
0 commit comments