Skip to content

Commit 635ff80

Browse files
committed
misc ASF -> 6.2.3.1
1 parent 2e445d7 commit 635ff80

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
PLUGIN_NAME: "ASFEnhance.dll"
1212
PROJECT_NAME2: "ASFEnhance.IPC"
1313
PLUGIN_NAME2: "ASFEnhance.IPC.dll"
14-
DOTNET_SDK_VERSION: 10.0
14+
DOTNET_SDK_VERSION: 9.0
1515

1616
jobs:
1717
build:

ASFEnhance/ASFEnhance.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
2424
<PackageReference Include="Microsoft.CodeAnalysis.ResxSourceGenerator" PrivateAssets="all" />
25+
<PackageReference Include="System.Linq.Async" />
2526
</ItemGroup>
2627

2728
<ItemGroup>

ArchiSteamFarm

Submodule ArchiSteamFarm updated 67 files

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>2.3.14.1</Version>
3+
<Version>2.3.14.2</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>
@@ -26,7 +26,7 @@
2626
<RollForward>LatestMajor</RollForward>
2727
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-arm64;win-x64</RuntimeIdentifiers>
2828
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
29-
<TargetFramework>net10.0</TargetFramework>
29+
<TargetFramework>net9.0</TargetFramework>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

0 commit comments

Comments
 (0)