From e0212d480a21a0a1e06c9546e6800fb3709b2914 Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Fri, 27 Dec 2024 13:09:08 +0100 Subject: [PATCH] Setup .NET --- .github/workflows/preview.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 267efc5a..3d618fc8 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -22,11 +22,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 -# - -# name: Setup .NET -# uses: actions/setup-dotnet@v4 -# with: -# dotnet-version: '9.0.x' + - + name: Setup .NET + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '9.0.x' - name: Run tests run: dotnet test --framework net9.0