File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Setup .NET SDK
3535 uses : actions/setup-dotnet@v5
3636 with :
37- dotnet-version : 10.0.2xx
37+ dotnet-version : 10.0.2xx # Keep aligned with global.json
3838 # cache: true
3939 # cache-dependency-path: "**/packages.lock.json"
4040
Original file line number Diff line number Diff line change 2424 - name : Setup .NET
2525 uses : actions/setup-dotnet@v5
2626 with :
27- dotnet-version : 10.0.2xx
27+ dotnet-version : 10.0.2xx # Keep aligned with global.json
2828 cache : true
2929 cache-dependency-path : " **/packages.lock.json"
3030
Original file line number Diff line number Diff line change 1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v5
2121 with :
22- dotnet-version : 10.0.2xx
22+ dotnet-version : 10.0.2xx # Keep aligned with global.json
2323 cache : true
2424 cache-dependency-path : " **/packages.lock.json"
2525
Original file line number Diff line number Diff line change 1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v5
2121 with :
22- dotnet-version : 10.0.2xx
22+ dotnet-version : 10.0.2xx # Keep aligned with global.json
2323 cache : true
2424 cache-dependency-path : " **/packages.lock.json"
2525
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
33 "version" : " 10.0.200" ,
4- "rollForward" : " latestMinor "
4+ "rollForward" : " latestPatch "
55 }
66}
You can’t perform that action at this time.
0 commit comments