Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/RemoteCI.Plugin/RemoteCI.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- NAudio.Wasapi:通过 Windows Core Audio 读取和控制默认播放设备的主音量。 -->
<PackageReference Include="NAudio.Wasapi" Version="2.3.0" />
<!-- DPAPI(Windows 数据保护接口):加密插件长期凭据;非 Windows 时按明文回退。 -->
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="10.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading