|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>RestFiles.ServiceInterface</RootNamespace> |
12 | 12 | <AssemblyName>RestFiles.ServiceInterface</AssemblyName> |
13 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <FileUpgradeFlags> |
16 | 16 | </FileUpgradeFlags> |
|
31 | 31 | <IsWebBootstrapper>false</IsWebBootstrapper> |
32 | 32 | <UseApplicationTrust>false</UseApplicationTrust> |
33 | 33 | <BootstrapperEnabled>true</BootstrapperEnabled> |
| 34 | + <TargetFrameworkProfile /> |
34 | 35 | </PropertyGroup> |
35 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
36 | 37 | <DebugSymbols>true</DebugSymbols> |
|
53 | 54 | </PropertyGroup> |
54 | 55 | <ItemGroup> |
55 | 56 | <Reference Include="ServiceStack"> |
56 | | - <HintPath>..\..\packages\ServiceStack.3.9.63\lib\net35\ServiceStack.dll</HintPath> |
| 57 | + <HintPath>..\packages\ServiceStack.4.0.11\lib\net40\ServiceStack.dll</HintPath> |
| 58 | + </Reference> |
| 59 | + <Reference Include="ServiceStack.Client"> |
| 60 | + <HintPath>..\packages\ServiceStack.Client.4.0.11\lib\net40\ServiceStack.Client.dll</HintPath> |
57 | 61 | </Reference> |
58 | 62 | <Reference Include="ServiceStack.Common"> |
59 | | - <HintPath>..\..\packages\ServiceStack.Common.3.9.63\lib\net35\ServiceStack.Common.dll</HintPath> |
| 63 | + <HintPath>..\packages\ServiceStack.Common.4.0.11\lib\net40\ServiceStack.Common.dll</HintPath> |
60 | 64 | </Reference> |
61 | 65 | <Reference Include="ServiceStack.Interfaces"> |
62 | | - <HintPath>..\..\packages\ServiceStack.Common.3.9.63\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
63 | | - </Reference> |
64 | | - <Reference Include="ServiceStack.OrmLite"> |
65 | | - <HintPath>..\..\packages\ServiceStack.OrmLite.SqlServer.3.9.63\lib\net35\ServiceStack.OrmLite.dll</HintPath> |
66 | | - </Reference> |
67 | | - <Reference Include="ServiceStack.OrmLite.SqlServer"> |
68 | | - <HintPath>..\..\packages\ServiceStack.OrmLite.SqlServer.3.9.63\lib\net35\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
69 | | - </Reference> |
70 | | - <Reference Include="ServiceStack.Redis"> |
71 | | - <HintPath>..\..\packages\ServiceStack.Redis.3.9.63\lib\net35\ServiceStack.Redis.dll</HintPath> |
72 | | - </Reference> |
73 | | - <Reference Include="ServiceStack.ServiceInterface"> |
74 | | - <HintPath>..\..\packages\ServiceStack.3.9.63\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
| 66 | + <HintPath>..\packages\ServiceStack.Interfaces.4.0.11\lib\net40\ServiceStack.Interfaces.dll</HintPath> |
75 | 67 | </Reference> |
76 | 68 | <Reference Include="ServiceStack.Text"> |
77 | | - <HintPath>..\..\packages\ServiceStack.Text.3.9.63\lib\net35\ServiceStack.Text.dll</HintPath> |
| 69 | + <HintPath>..\packages\ServiceStack.Text.4.0.11\lib\net40\ServiceStack.Text.dll</HintPath> |
78 | 70 | </Reference> |
79 | 71 | <Reference Include="System" /> |
80 | 72 | <Reference Include="System.Core"> |
|
0 commit comments