Skip to content

Commit 12b46a9

Browse files
Update README.md
1 parent 20e2220 commit 12b46a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ For the tooling you will need your dotnet-electronize package [ElectronNET.CLI N
8888

8989
```
9090
<ItemGroup>
91-
<DotNetCliToolReference Include="ElectronNET.CLI" Version="*" />
91+
<DotNetCliToolReference Include="ElectronNET.CLI" Version="0.0.9" />
9292
</ItemGroup>
9393
```
94+
Be aware of the version: The current version of the CLI is 0.0.9.
95+
9496
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:
9597

9698
```

0 commit comments

Comments
 (0)