Skip to content

Commit 754d905

Browse files
author
Austin Harris
committed
package targeting
1 parent 0505245 commit 754d905

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Json-Rpc/AustinHarris.JsonRpc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>AustinHarris.JsonRpc</RootNamespace>
1010
<AssemblyName>AustinHarris.JsonRpc</AssemblyName>
11-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1211
<TargetFrameworkProfile>
1312
</TargetFrameworkProfile>
1413
<FileAlignment>512</FileAlignment>
@@ -18,6 +17,7 @@
1817
<SccProvider>SAK</SccProvider>
1918
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\CoiniumServ\build\</SolutionDir>
2019
<RestorePackages>true</RestorePackages>
20+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2121
</PropertyGroup>
2222
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
2323
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -72,7 +72,7 @@
7272
<ItemGroup>
7373
<Reference Include="System" />
7474
<Reference Include="Newtonsoft.Json">
75-
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
75+
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
7676
</Reference>
7777
</ItemGroup>
7878
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Json-Rpc/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
3+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)