Skip to content

Commit

Permalink
housekeeping: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Dec 9, 2022
1 parent a6587ab commit 864b6fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: windows-latest
env:
SyncfusionLicenseKey: ${{ secrets.SyncfusionLicenseKey }}
NET_TFM: net6.0-windows10.0.22000.0
NET_TFM: net7.0-windows
Configuration: Release

steps:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x

- name: Setup NuGet Private Sources
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Write-Host 'dotnet SDK info'
dotnet --info

$exe = 'ShadowsocksR.exe'
$net_tfm = 'net6.0-windows10.0.22000.0'
$net_tfm = 'net7.0-windows'
$configuration = 'Release'
$output_dir = "$PSScriptRoot\shadowsocks-csharp\bin\$configuration"
$proj_path = "$PSScriptRoot\shadowsocks-csharp\shadowsocksr.csproj"
Expand Down

0 comments on commit 864b6fc

Please sign in to comment.