Skip to content

Commit

Permalink
Updates project files to force .net 4 language options
Browse files Browse the repository at this point in the history
  • Loading branch information
pleb committed Dec 19, 2015
1 parent 796da27 commit 44f2ff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -9,8 +9,10 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PetaPoco.Tests.Integration.SingleFile</RootNamespace>
<AssemblyName>PetaPoco.Tests.Integration.SingleFile</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions PetaPoco/PetaPoco.csproj
Expand Up @@ -11,6 +11,7 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
<FileAlignment>512</FileAlignment>
<LangVersion>5</LangVersion>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
Expand Down

0 comments on commit 44f2ff3

Please sign in to comment.