Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 864b6fc

Browse files
committed
housekeeping: Update CI
1 parent a6587ab commit 864b6fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: windows-latest
1111
env:
1212
SyncfusionLicenseKey: ${{ secrets.SyncfusionLicenseKey }}
13-
NET_TFM: net6.0-windows10.0.22000.0
13+
NET_TFM: net7.0-windows
1414
Configuration: Release
1515

1616
steps:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v3
2424
with:
25-
dotnet-version: 6.0.x
25+
dotnet-version: 7.0.x
2626

2727
- name: Setup NuGet Private Sources
2828
shell: pwsh

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Write-Host 'dotnet SDK info'
55
dotnet --info
66

77
$exe = 'ShadowsocksR.exe'
8-
$net_tfm = 'net6.0-windows10.0.22000.0'
8+
$net_tfm = 'net7.0-windows'
99
$configuration = 'Release'
1010
$output_dir = "$PSScriptRoot\shadowsocks-csharp\bin\$configuration"
1111
$proj_path = "$PSScriptRoot\shadowsocks-csharp\shadowsocksr.csproj"

0 commit comments

Comments
 (0)