Skip to content

Commit

Permalink
Bumped Electron.NET version to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
naschorr committed Mar 9, 2024
1 parent af68dcc commit 339c1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI/GUI.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
Expand All @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Blazored.Modal" Version="6.0.1" />
<PackageReference Include="CssBuilder" Version="0.1.8" />
<PackageReference Include="ElectronNET.API" Version="13.5.1" />
<PackageReference Include="ElectronNET.API" Version="23.6.2" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
Expand Down

0 comments on commit 339c1d8

Please sign in to comment.