Skip to content

Commit

Permalink
修正NewLife.Agent版本与NewLife.Core版本不匹配问题,该问题导致Agent调用ShellExecute报错
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jul 28, 2024
1 parent 092b797 commit e4b50fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StarAgent/StarAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.Agent" Version="10.9.2024.701" />
<PackageReference Include="NewLife.Agent" Version="10.9.2024.728-beta1649" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e4b50fd

Please sign in to comment.