Skip to content

Commit

Permalink
update electron
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Jun 10, 2020
1 parent f5587ac commit 7f4a562
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Aiplugs.PoshApp/Aiplugs.PoshApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<None Include="wwwroot\lib\mdi\fonts\materialdesignicons-webfont.woff2" />
</ItemGroup>-->
<ItemGroup>
<PackageReference Include="ElectronNET.API" Version="7.30.2" />
<PackageReference Include="ElectronNET.API" Version="8.31.2" />
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.2" />
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics" Version="7.0.0" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.0" />
<PackageReference Include="Microsoft.WSMan.Management" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.5" />
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics" Version="7.0.1" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.1" />
<PackageReference Include="Microsoft.WSMan.Management" Version="7.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 7f4a562

Please sign in to comment.