diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index e25bf74..0bfc72c 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -6,10 +6,16 @@ jobs: build: runs-on: windows-latest - + steps: - uses: actions/checkout@v2 - + - name: Setup dotnet 6.x + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '6.x' + - name: Display dotnet version + run: dotnet --version + - name: setup-msbuild uses: microsoft/setup-msbuild@v1 @@ -30,4 +36,4 @@ jobs: - uses: actions/upload-artifact@v1 with: name: Compiled Files - path: Facepunch.Steamworks/bin \ No newline at end of file + path: Facepunch.Steamworks/bin