diff --git a/.forgejo/workflows/dotnet.yaml b/.forgejo/workflows/dotnet.yaml
index ad700f6..1dac555 100644
--- a/.forgejo/workflows/dotnet.yaml
+++ b/.forgejo/workflows/dotnet.yaml
@@ -75,26 +75,7 @@ jobs:
-p:PublishSingleFile=true \
-p:PublishTrimmed=true \
-o ./output_win_arm64
-
- - name: Build the project (OSX x64)
- run: |
- dotnet publish ./Cryptura/Cryptura.csproj \
- -c Release \
- -r osx-x64 \
- --self-contained true \
- -p:PublishSingleFile=true \
- -p:PublishTrimmed=true \
- -o ./output_osx_x64
- - name: Build the project (OSX arm64)
- run: |
- dotnet publish ./Cryptura/Cryptura.csproj \
- -c Release \
- -r osx-arm64 \
- --self-contained true \
- -p:PublishSingleFile=true \
- -p:PublishTrimmed=true \
- -o ./output_osx_arm64
- name: Download appimagetool
run: |
@@ -125,9 +106,7 @@ jobs:
zip -r ./release/Cryptura_Linux_arm64.zip ./output_linux_arm64
zip -r ./release/Cryptura_Windows_x64.zip ./output_win_x64
zip -r ./release/Cryptura_Windows_arm64.zip ./output_win_arm64
- zip -r ./release/Cryptura_OSX_x64.zip ./output_osx_x64
- zip -r ./release/Cryptura_OSX_arm64.zip ./output_osx_arm64
- rm -rf ./output_linux_x64 ./output_linux_arm64 ./output_win_x64 ./output_win_arm64 ./output_osx_x64 ./output_osx_arm64
+ rm -rf ./output_linux_x64 ./output_linux_arm64 ./output_win_x64 ./output_win_arm64
- name: Create Git tag
diff --git a/Cryptura/Cryptura.csproj b/Cryptura/Cryptura.csproj
index f5b5ff9..ab2ebc7 100644
--- a/Cryptura/Cryptura.csproj
+++ b/Cryptura/Cryptura.csproj
@@ -8,7 +8,7 @@
app.manifest
true
1.0
- 1.9
+ 2.0