Skip to content

Commit

Permalink
Update Geckofx45 in Linux to 45.0.36 to work in trusty
Browse files Browse the repository at this point in the history
Change-Id: I1b880a8727a7af75b42d6c6fe2789ef2a430cdfa
  • Loading branch information
marksvc committed Apr 2, 2018
1 parent 43fd9ab commit b21ba2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build/mkall.targets
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
<Architecture Condition="'$(arch)'=='x86_64'">64</Architecture>
<Architecture Condition="'$(arch)'!='x86_64'">32</Architecture>
<GeckoDir Condition="'$(OS)'=='Windows_NT'">$(fwrt)/packages/Geckofx45.45.0.20</GeckoDir>
<GeckoDir Condition="'$(OS)'!='Windows_NT'">$(fwrt)/packages/Geckofx45.$(Architecture).Linux.45.0.35</GeckoDir>
<GeckoDir Condition="'$(OS)'!='Windows_NT'">$(fwrt)/packages/Geckofx45.$(Architecture).Linux.45.0.36</GeckoDir>
</PropertyGroup>
<ItemGroup>
<NuGottenFiles Include="$(GeckoDir)/lib/net40/Geckofx-Core.dll"/>
Expand Down
4 changes: 2 additions & 2 deletions Build/packages-linux.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Geckofx45.64.Linux" version="45.0.35.0" targetFramework="net45" />
<package id="Geckofx45.32.Linux" version="45.0.35.0" targetFramework="net45" />
<package id="Geckofx45.64.Linux" version="45.0.36.0" targetFramework="net45" />
<package id="Geckofx45.32.Linux" version="45.0.36.0" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net40" />
<package id="DotNetZip" version="1.10.1" targetFramework="net40" />
<package id="ParatextData" version="8.0.2-alpha" targetFramework="net46"/>
Expand Down

0 comments on commit b21ba2b

Please sign in to comment.