We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfc083 commit f6da2f6Copy full SHA for f6da2f6
src/Certify.Server/Certify.Server.Core/Certify.Server.Core/Certify.Server.Core.csproj
@@ -18,6 +18,7 @@
18
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />
19
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="9.0.0" />
20
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.0" />
21
+ <PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.0" />
22
</ItemGroup>
23
<ItemGroup>
24
<ProjectReference Include="..\..\..\..\..\certify\src\Certify.Core\Certify.Core.csproj" />
0 commit comments