Skip to content

Commit

Permalink
corsair rgb.net update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Jan 15, 2024
1 parent 73e5db6 commit 80458b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Project-Aurora/AuroraCommon/AuroraCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="IronPython" Version="3.4.1" />
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="8.0.0" />
<PackageReference Include="RGB.NET.Devices.Logitech" Version="2.0.0-prerelease.111" />
<PackageReference Include="RGB.NET.Devices.CorsairLegacy" Version="2.0.0-prerelease.111" />
<PackageReference Include="RGB.NET.Devices.CorsairLegacy" Version="2.0.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="SmartThreadPool.dll" Version="2.3.0" />
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" />
Expand Down
12 changes: 6 additions & 6 deletions Project-Aurora/Project-Aurora/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,15 +472,15 @@
},
"RGB.NET.Core": {
"type": "Transitive",
"resolved": "2.0.0-prerelease.111",
"contentHash": "kZ7qxDBAgRI44N+bQEue+nfB7ppyrAMyFgwsIU70lPLj7KIHCEsZ9Vlt6C0XkjZX1koYWwzvSA3n9SIAHX/lrg=="
"resolved": "2.0.0",
"contentHash": "Uunb3LX984q8atiQfie8qmAE00nc/wNduKQXIWasbIjACvAO5WT+VXXLdI74M4gpMsgf3x7w3n9uWkkxgM1lzg=="
},
"RGB.NET.Devices.CorsairLegacy": {
"type": "Transitive",
"resolved": "2.0.0-prerelease.111",
"contentHash": "XtMQsZ3xV1scSrQhJ5XmhpqPl/89BpEhZ7XXgkT5so3e7dLaJ7hquvF3zlfPudL3i0vMDl4+2CByjlINoIZ4AQ==",
"resolved": "2.0.0",
"contentHash": "S2MDVvdg+A1Pxaa+HgneC5Fo4f31WIEPuxhV5goOCCGw46Obob56W+8s7TgKvj+fhrg4EJwNh86F66ULGmVCPQ==",
"dependencies": {
"RGB.NET.Core": "2.0.0-prerelease.111"
"RGB.NET.Core": "2.0.0"
}
},
"RGB.NET.Devices.Logitech": {
Expand Down Expand Up @@ -1588,7 +1588,7 @@
"dependencies": {
"IronPython": "[3.4.1, )",
"Microsoft.Win32.SystemEvents": "[8.0.0, )",
"RGB.NET.Devices.CorsairLegacy": "[2.0.0-prerelease.111, )",
"RGB.NET.Devices.CorsairLegacy": "[2.0.0, )",
"RGB.NET.Devices.Logitech": "[2.0.0-prerelease.111, )",
"Serilog": "[2.10.0, )",
"SmartThreadPool.dll": "[2.3.0, )",
Expand Down

0 comments on commit 80458b9

Please sign in to comment.