Skip to content

Commit

Permalink
Update README.md for .Net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnico99 committed Nov 14, 2023
1 parent ca0b7db commit 4dd78a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@ public partial class MainWindow : MicaWindow

```

#### Note For .Net5.0, .Net6.0 and .Net7.0
#### Note For .Net6.0, .Net7.0 and .Net8.0
You will need to change your CSPROJ to include the windows build after the netx.0-windows.
Here is an exemple using .Net7.0 just change the net7 for net5 or net6 for the other versions.
Here is an exemple using .Net8.0 just change the net8 for net7 or net6 for the other versions.

MicaWPF:
```Xaml
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework> <!-- This can be changed with your available Windows SDK build ex: net8.0-windows10.0.22621.0</-->
<TargetPlatformMinVersion>7.0</TargetPlatformMinVersion>
```

Expand Down

0 comments on commit 4dd78a9

Please sign in to comment.