mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 00:20:50 +00:00
.NET 7 (#2733)
* Initial changes to target .NET 7 * Update Directory.Build.props * Update publish.yml * Limit max publish jobs further
This commit is contained in:
committed by
GitHub
parent
27e63c3849
commit
8bf2504acf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -5,7 +5,7 @@ on: [push, pull_request]
|
||||
env:
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||
DOTNET_NOLOGO: true
|
||||
DOTNET_SDK_VERSION: 6.0.x
|
||||
DOTNET_SDK_VERSION: 7.0.x
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user