Skip to content

Commit 9f79af0

Browse files
committed
.NET 9 update
1 parent 3712ea9 commit 9f79af0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
env:
66
DOTNET_CLI_TELEMETRY_OPTOUT: true
77
DOTNET_NOLOGO: true
8-
DOTNET_SDK_VERSION: 8.0
8+
DOTNET_SDK_VERSION: 9.0
99

1010
permissions:
1111
contents: read

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
CONFIGURATION: Release
77
DOTNET_CLI_TELEMETRY_OPTOUT: true
88
DOTNET_NOLOGO: true
9-
DOTNET_SDK_VERSION: 8.0
9+
DOTNET_SDK_VERSION: 9.0
1010
GPG_PRIVATE_KEY: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} # Optional, if secret not provided, will skip signing SHA512SUMS with GPG key. You can specify your own credentials if you'd like to, simply change ARCHIBOT_GPG_PRIVATE_KEY here to the one you want to use
1111

1212
permissions:

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "ArchiSteamFarm"]
22
path = ArchiSteamFarm
33
url = https://github.com/JustArchiNET/ArchiSteamFarm.git
4-
branch = 6.0.8.7
4+
branch = 6.1.0.1

ArchiSteamFarm

Submodule ArchiSteamFarm updated 32 files

0 commit comments

Comments
 (0)