Skip to content

Commit 7b7767f

Browse files
committed
Update to .net 4.6
1 parent d7d4c52 commit 7b7767f

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

CachedQuickLz/CachedQuickLz.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>CachedQuickLz</RootNamespace>
1111
<AssemblyName>CachedQuickLz</AssemblyName>
12-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>
@@ -21,6 +22,7 @@
2122
<DefineConstants>DEBUG;TRACE</DefineConstants>
2223
<ErrorReport>prompt</ErrorReport>
2324
<WarningLevel>4</WarningLevel>
25+
<Prefer32Bit>false</Prefer32Bit>
2426
</PropertyGroup>
2527
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2628
<DebugType>none</DebugType>
@@ -30,13 +32,11 @@
3032
</DefineConstants>
3133
<ErrorReport>prompt</ErrorReport>
3234
<WarningLevel>4</WarningLevel>
35+
<Prefer32Bit>false</Prefer32Bit>
3336
</PropertyGroup>
3437
<ItemGroup>
3538
<Reference Include="System" />
3639
<Reference Include="System.Core" />
37-
<Reference Include="System.Threading, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
38-
<HintPath>..\packages\TPL4Unity.1.0.0\lib\net35\System.Threading.dll</HintPath>
39-
</Reference>
4040
<Reference Include="System.Xml.Linq" />
4141
<Reference Include="System.Data.DataSetExtensions" />
4242
<Reference Include="System.Data" />
@@ -51,8 +51,5 @@
5151
<Compile Include="CachedQlzCommon.cs" />
5252
<Compile Include="Properties\AssemblyInfo.cs" />
5353
</ItemGroup>
54-
<ItemGroup>
55-
<None Include="packages.config" />
56-
</ItemGroup>
5754
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5855
</Project>

CachedQuickLz/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

CachedQuickLzTests/CachedQuickLzTests.csproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>CachedQuickLzTests</RootNamespace>
1212
<AssemblyName>CachedQuickLzTests</AssemblyName>
13-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1616
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
@@ -52,12 +52,6 @@
5252
<ItemGroup>
5353
<None Include="packages.config" />
5454
</ItemGroup>
55-
<ItemGroup>
56-
<ProjectReference Include="..\CachedQuickLz\CachedQuickLz.csproj">
57-
<Project>{ca233f8e-ca00-4a28-8559-302c53e566d4}</Project>
58-
<Name>CachedQuickLz</Name>
59-
</ProjectReference>
60-
</ItemGroup>
6155
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
6256
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6357
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

0 commit comments

Comments
 (0)