Skip to content

Commit

Permalink
Still working on getting Linux and Windows on the same bits
Browse files Browse the repository at this point in the history
	modified:   ../bin/App.config
	modified:   ../bin/Liquid.exe
	modified:   ../bin/Liquid.exe.config
	modified:   ../bin/Liquid.pdb
	modified:   ../bin/Liquid1.dll
	modified:   Liquid.exe
	modified:   Liquid.exe.config
	modified:   Liquid.fsproj
	modified:   Liquid.pdb
	modified:   Liquid1.dll
  • Loading branch information
Dave Wecker committed Jul 13, 2017
1 parent 98a2fab commit cfd476c
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/App.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<runtime>
<gcServer enabled="true" />
Expand Down
Binary file modified bin/Liquid.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/Liquid.exe.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<runtime>
<gcServer enabled="true" />
Expand Down
Binary file modified bin/Liquid.pdb
Binary file not shown.
Binary file modified bin/Liquid1.dll
Binary file not shown.
Binary file modified linux/Liquid.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion linux/Liquid.exe.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<runtime>
<gcServer enabled="true" />
Expand Down
2 changes: 1 addition & 1 deletion linux/Liquid.fsproj
Expand Up @@ -7,7 +7,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Liquid</RootNamespace>
<AssemblyName>Liquid</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Binary file modified linux/Liquid.pdb
Binary file not shown.
Binary file modified linux/Liquid1.dll
Binary file not shown.

0 comments on commit cfd476c

Please sign in to comment.