Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-09-29 11:51:57 +0300
committerGitHub <noreply@github.com>2022-09-29 11:51:57 +0300
commit830ff377d30ff1b46e50e77e86684618e84421b5 (patch)
treeb332cf034ea2096b8db188ec289d77e0eceaf815 /.github
parenta23194d3b3028f6395c043e151659363cf39aa40 (diff)
Update build-test.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 95e16ad..f307d39 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -35,9 +35,9 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Setup .NET
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
with:
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
- name: Build
env:
SC_OPS: ${{ matrix.sc == 'self-contained' && '--self-contained true -p:PublishTrimmed=True' || '--no-self-contained' }}