Skip to content

Commit 4130b90

Browse files
committed
ASF V6.3 support
1 parent d3943d4 commit 4130b90

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-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: 9.0
8+
DOTNET_SDK_VERSION: 10.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: 9.0
9+
DOTNET_SDK_VERSION: 10.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.2.3.1
4+
branch = 6.3.0.0

ArchiSteamFarm

Submodule ArchiSteamFarm updated 63 files

MyAwesomePlugin/MyAwesomePlugin.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<ItemGroup>
77
<PackageReference Include="JetBrains.Annotations.Sources" PrivateAssets="all" />
8+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" IncludeAssets="compile" />
89
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
910
</ItemGroup>
1011

0 commit comments

Comments
 (0)