Skip to content

Commit

Permalink
remove logitech dependency form common project
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Feb 11, 2024
1 parent 151ada6 commit 0e05404
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Project-Aurora/AuroraCommon/AuroraCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<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.Core" Version="2.0.0-prerelease.111" />
<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
1 change: 1 addition & 0 deletions Project-Aurora/Project-Aurora/Project-Aurora.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
<PackageReference Include="RawInput.Sharp" Version="0.1.3" />
<PackageReference Include="RGB.NET.Devices.CorsairLegacy" Version="2.0.4-prerelease.14" />
<PackageReference Include="RGB.NET.Devices.Logitech" Version="2.0.4-prerelease.14" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="Serilog.Aggregating.Filter" Version="1.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
Expand Down
27 changes: 14 additions & 13 deletions Project-Aurora/Project-Aurora/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@
"RGB.NET.Core": "2.0.4-prerelease.14"
}
},
"RGB.NET.Devices.Logitech": {
"type": "Direct",
"requested": "[2.0.4-prerelease.14, )",
"resolved": "2.0.4-prerelease.14",
"contentHash": "WpQAb3z+cRCMomwfeabhEKScJp7Gw7Nnlo1m2TSLekOX62nwnoY+LKTgxx5mB4Wpxz2778kJ4nN6kNlfOYFSiw==",
"dependencies": {
"RGB.NET.Core": "2.0.4-prerelease.14",
"RGB.NET.HID": "2.0.4-prerelease.14"
}
},
"SemanticVersioning": {
"type": "Direct",
"requested": "[2.0.2, )",
Expand Down Expand Up @@ -484,22 +494,13 @@
"resolved": "2.0.4-prerelease.14",
"contentHash": "jqpC9T1BAy4q0yFtmWjxhreNOTYEUElxGPJVfKsAoPj7q1rArq2d+KMlLS24nz+lU9/6pfIPzmgVN9q1yesvXA=="
},
"RGB.NET.Devices.Logitech": {
"type": "Transitive",
"resolved": "2.0.0-prerelease.111",
"contentHash": "4403eXjBHQ86AW48nfHvVqXhOyyhasegUdv2oHK+h9W1O65vGEnBzcMmgUt/fBknv8xGJMKmsxBLP5v2MCSfxg==",
"dependencies": {
"RGB.NET.Core": "2.0.0-prerelease.111",
"RGB.NET.HID": "2.0.0-prerelease.111"
}
},
"RGB.NET.HID": {
"type": "Transitive",
"resolved": "2.0.0-prerelease.111",
"contentHash": "jHnOsqUsqYKb7GVkFQEP+SDMtWVyMJK+hwjzyjV+PqqySbSMaJ4gpyP3iL6uyN//lYhMQJbHRemIwlMR2uRnsQ==",
"resolved": "2.0.4-prerelease.14",
"contentHash": "aZO0raofp6ipFEUUoBzOaKb4ZDf/j1Iosz6CEp4tiByrgdqMhqRY4/FXXMC7UJvdoDb9srhIqcIEqpJZolU/3A==",
"dependencies": {
"HidSharp": "2.1.0",
"RGB.NET.Core": "2.0.0-prerelease.111"
"RGB.NET.Core": "2.0.4-prerelease.14"
}
},
"runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": {
Expand Down Expand Up @@ -1589,7 +1590,7 @@
"dependencies": {
"IronPython": "[3.4.1, )",
"Microsoft.Win32.SystemEvents": "[8.0.0, )",
"RGB.NET.Devices.Logitech": "[2.0.0-prerelease.111, )",
"RGB.NET.Core": "[2.0.0-prerelease.111, )",
"Serilog": "[2.10.0, )",
"SmartThreadPool.dll": "[2.3.0, )",
"System.Threading.AccessControl": "[8.0.0, )"
Expand Down

0 comments on commit 0e05404

Please sign in to comment.