1
0
Эх сурвалжийг харах

Update release to match .net 8 version

Nick Babcock 1 сар өмнө
parent
commit
83741a6755

+ 1 - 1
.github/workflows/release.yml

@@ -18,7 +18,7 @@ jobs:
         submodules: true
     - uses: actions/setup-dotnet@v4
       with:
-        dotnet-version: '6.0.*'
+        dotnet-version: '8.0.*'
     - run: dotnet publish -c Release .\OhmGraphite\
     - name: Set artifact name
       shell: bash