Skip to content

Commit 82c9c79

Browse files
committed
update dotnet and add doc for windows install
1 parent 96d5919 commit 82c9c79

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cargo run --release
1616

1717
### Windows
1818

19-
1. install [dotnet 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
19+
1. install [dotnet 10 sdk](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
2020
2. run these commands
2121
```shell
2222
git clone https://github.com/wiiznokes/fan-control.git

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424

2525
### Windows
2626

27-
1. Install Fan Control from [the release section](https://github.com/wiiznokes/fan-control/releases/latest)
27+
- Install Fan Control from [the release section](https://github.com/wiiznokes/fan-control/releases/latest)
28+
- Install the [PawnIO driver](https://pawnio.eu/)
29+
- Install the [.NET Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
2830

2931
_The configuration files will be in [`C:\Users\wiiz\AppData\Roaming\wiiznokes\fan-control\config`](file:///C:\Users\wiiz\AppData\Roaming\wiiznokes\fan-control\config)._
3032

hardware/LibreHardwareMonitorWrapper/LibreHardwareMonitorWrapper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0-windows</TargetFramework>
5+
<TargetFramework>net10.0-windows</TargetFramework>
66
<PlatformName>windows</PlatformName>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<SelfContained>false</SelfContained>

0 commit comments

Comments
 (0)