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 7efc08f commit a9c2879Copy full SHA for a9c2879
README.md
@@ -4,7 +4,6 @@ Create a floating rainbow effect that moves across your keyboard!
4
5
# Installation
6
7
-1. Ensure you have [dotnet 3 installed](https://dotnet.microsoft.com/download/linux-package-manager/runtime-current).
8
1. Download the [latest and greatest](https://github.com/withinboredom/system-76-keyboards/releases)
9
1. Make it executable: `chmod +x ./keyboard-color`
10
1. Take it on a test drive: `sudo ./keyboard-color rainbow`
csharp/keyboards/runtimeconfig.template.json
@@ -0,0 +1,5 @@
1
+{
2
+ "configProperties": {
3
+ "System.Globalization.Invariant": true
+ }
+}
0 commit comments