Skip to content

Commit

Permalink
Updating projects for VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Wecker committed Jul 13, 2017
1 parent 6c361dc commit 64f4fa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions source/Liquid.fsproj
Expand Up @@ -9,9 +9,9 @@
<OutputType>Exe</OutputType>
<RootNamespace>LiquidAzure</RootNamespace>
<AssemblyName>Liquid</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFSharpCoreVersion>4.4.0.0</TargetFSharpCoreVersion>
<TargetFSharpCoreVersion>4.4.1.0</TargetFSharpCoreVersion>
<Name>Liquid</Name>
<SccProjectName>SAK</SccProjectName>
<SccProvider>SAK</SccProvider>
Expand Down

0 comments on commit 64f4fa0

Please sign in to comment.