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 20e2220 commit 12b46a9Copy full SHA for 12b46a9
README.md
@@ -88,9 +88,11 @@ For the tooling you will need your dotnet-electronize package [ElectronNET.CLI N
88
89
```
90
<ItemGroup>
91
- <DotNetCliToolReference Include="ElectronNET.CLI" Version="*" />
+ <DotNetCliToolReference Include="ElectronNET.CLI" Version="0.0.9" />
92
</ItemGroup>
93
94
+Be aware of the version: The current version of the CLI is 0.0.9.
95
+
96
After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the follwoing command in your ASP.NET Core folder:
97
98
0 commit comments