You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build cross platform desktop apps with .NET 6 and Blazor, ASP.NET Core (Razor Pages, MVC).
6
6
@@ -30,11 +30,13 @@ Also you should have installed:
30
30
31
31
Besides the chat on Gitter and the issues [discussed here](https://github.com/ElectronNET/Electron.NET/issues) you can also use [StackOverflow](https://stackoverflow.com/questions/tagged/electron.net) with the tag `electron.net`.
32
32
33
+
If you want to sponsor the further maintenance and development of this project [see the donate section](#🙏-donate).
34
+
33
35
## 👩🏫 Usage
34
36
35
37
To activate and communicate with the "native" (sort of native...) Electron API include the [ElectronNET.API NuGet package](https://www.nuget.org/packages/ElectronNET.API/) in your ASP.NET Core app.
36
38
37
-
```
39
+
```ps1
38
40
PM> Install-Package ElectronNET.API
39
41
```
40
42
@@ -198,7 +200,7 @@ Please make sure all commits are properly documented.
198
200
199
201
This video provides an introduction to development for Electron.NET: [Electron.NET - Contributing Getting Started](https://youtu.be/Po-saU_Z6Ws)
200
202
201
-
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 99.0.0. The first thing you will need is to run one of the buildAll scripts (.cmd for Windows, the other for macOS/Linux).
203
+
This repository consists of the main parts (API & CLI) and it's own "playground" ASP.NET Core application. Both main parts produce local NuGet packages, that are versioned with 99.0.0. The first thing you will need is to run one of the build scripts (.cmd or .ps1 for Windows, the .sh for macOS/Linux).
202
204
203
205
If you look for pure __[demo projects](https://github.com/ElectronNET)__ checkout the other repositories.
0 commit comments