Skip to content

Commit f98dcd8

Browse files
authored
Merge pull request #6407 from LuoYun-Team/HttpClient
Refactor(Network):用 HttpClient 代替已经过时的 WebRequest、WebClient、ServicePointManager
2 parents 9b49235 + 83e34b8 commit f98dcd8

4 files changed

Lines changed: 300 additions & 169 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838

3939
- name: Update Help
4040
run: |
41-
$workpath = [System.Environment]::CurrentDirectory
4241
Set-Location ..
4342
git clone https://github.com/LTCatt/PCL2Help.git -b master --single-branch --depth 1
4443
Set-Location PCL2Help

Plain Craft Launcher 2/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
</dependentAssembly>
3333
</assemblyBinding>
3434
</runtime>
35-
</configuration>
35+
</configuration>

0 commit comments

Comments
 (0)