Skip to content

Commit

Permalink
Merge pull request #79 from seed-ui/deps-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Jun 3, 2020
2 parents 8cb41ab + 2b9d3ab commit b431ad4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- run:
command: dotnet restore seedtable-egui
- run:
command: dotnet tool install ElectronNET.CLI -g
command: dotnet tool install ElectronNET.CLI -g --version 8.31.1
- run:
command: npm install -g electron-builder
- run:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ mono: none
dotnet: 3.1.100
solution: seedtable-x11/XmSeedtable.sln
os: osx
osx_image: xcode11.2
osx_image: xcode11.5
matrix:
include:
- script:
- dotnet restore seedtable-test
- dotnet test seedtable-test
- script:
- dotnet tool install ElectronNET.CLI -g
- dotnet tool install ElectronNET.CLI -g --version 8.31.1
- npm install -g electron-builder
- sh publish-egui-osx.sh
- sh releases-egui-osx.sh
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ platform:
configuration:
- Release
before_build:
- ps: Install-Product node LTS
- dotnet restore
- dotnet tool install ElectronNET.CLI -g
- dotnet tool install ElectronNET.CLI -g --version 8.31.1
- npm install -g electron-builder
build_script:
- .\publish.bat
Expand Down
4 changes: 2 additions & 2 deletions seedtable-egui/seedtable-egui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<Content Include="seedtable-gui.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ElectronNET.API" Version="7.30.2" />
<PackageReference Include="ElectronNET.API" Version="8.31.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="YamlDotNet" Version="8.0.0" />
<PackageReference Include="YamlDotNet" Version="8.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\seedtable\seedtable.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion seedtable-gui/seedtable-gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="YamlDotNet">
<Version>8.0.0</Version>
<Version>8.1.2</Version>
</PackageReference>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion seedtable-x11/XmSeedtable/XmSeedtable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ProjectReference Include="..\TonNurako2\TonNurako\TonNurako.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="YamlDotNet" Version="8.0.0"/>
<PackageReference Include="YamlDotNet" Version="8.1.2"/>
</ItemGroup>

<Target Name="CopyExtremeSports" AfterTargets="Build">
Expand Down
8 changes: 4 additions & 4 deletions seedtable/seedtable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
<Version>0.94.2</Version>
</PackageReference>
<PackageReference Include="CommandLineParser">
<Version>2.6.0</Version>
<Version>2.8.0</Version>
</PackageReference>
<PackageReference Include="DocumentFormat.OpenXml">
<Version>2.9.1</Version>
<Version>2.11.0</Version>
</PackageReference>
<PackageReference Include="EPPlus">
<Version>4.5.3.2</Version>
<Version>4.5.3.3</Version>
</PackageReference>
<PackageReference Include="YamlDotNet">
<Version>8.0.0</Version>
<Version>8.1.2</Version>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit b431ad4

Please sign in to comment.