File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- image : Visual Studio 2022
1+ image : Visual Studio 2026
22
33branches :
44 except :
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 exit 1
2424
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0 # Mandatory to use exact version from tag action
2929
3030 - name : Setup .NET
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 with :
3333 global-json-file : global.json
3434
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ matrix:
3131
3232install :
3333 - export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
34- - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 9 .0 --version latest --install-dir "$DOTNET_INSTALL_DIR"
34+ - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 10 .0 --version latest --install-dir "$DOTNET_INSTALL_DIR"
3535 - export PATH="$DOTNET_INSTALL_DIR:$PATH"
3636 - if test "$TRAVIS_OS_NAME" == "osx"; then export DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib; fi
3737
3838before_script :
3939 - dotnet --info
4040
4141script :
42- - dotnet test Remote.Linq.sln -c $CONFIGURATION -f net9 .0
42+ - dotnet test Remote.Linq.sln -c $CONFIGURATION -f net10 .0
You can’t perform that action at this time.
0 commit comments