|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>BenchmarksAnalyzer.ServiceInterface</RootNamespace>
|
11 | 11 | <AssemblyName>BenchmarksAnalyzer.ServiceInterface</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment>
|
| 14 | + <LangVersion>default</LangVersion> |
14 | 15 | </PropertyGroup>
|
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 17 | <DebugSymbols>true</DebugSymbols>
|
|
30 | 31 | <WarningLevel>4</WarningLevel>
|
31 | 32 | </PropertyGroup>
|
32 | 33 | <ItemGroup>
|
33 |
| - <Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL"> |
34 |
| - <HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath> |
35 |
| - <Private>True</Private> |
36 |
| - </Reference> |
37 |
| - <Reference Include="ServiceStack, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> |
38 |
| - <HintPath>..\packages\ServiceStack.5.0.0\lib\net45\ServiceStack.dll</HintPath> |
39 |
| - </Reference> |
40 |
| - <Reference Include="ServiceStack.Client, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> |
41 |
| - <HintPath>..\packages\ServiceStack.Client.5.0.0\lib\net45\ServiceStack.Client.dll</HintPath> |
42 |
| - </Reference> |
43 |
| - <Reference Include="ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> |
44 |
| - <HintPath>..\packages\ServiceStack.Common.5.0.0\lib\net45\ServiceStack.Common.dll</HintPath> |
45 |
| - </Reference> |
46 |
| - <Reference Include="ServiceStack.Interfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> |
47 |
| - <HintPath>..\packages\ServiceStack.Interfaces.5.0.0\lib\net45\ServiceStack.Interfaces.dll</HintPath> |
48 |
| - </Reference> |
49 |
| - <Reference Include="ServiceStack.OrmLite, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> |
50 |
| - <HintPath>..\packages\ServiceStack.OrmLite.5.0.0\lib\net45\ServiceStack.OrmLite.dll</HintPath> |
51 |
| - </Reference> |
52 |
| - <Reference Include="ServiceStack.Text, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587, processorArchitecture=MSIL"> |
53 |
| - <HintPath>..\packages\ServiceStack.Text.5.0.0\lib\net45\ServiceStack.Text.dll</HintPath> |
54 |
| - </Reference> |
55 | 34 | <Reference Include="System" />
|
56 | 35 | <Reference Include="System.Core" />
|
57 | 36 | <Reference Include="System.Runtime.Serialization" />
|
|
78 | 57 | </ProjectReference>
|
79 | 58 | </ItemGroup>
|
80 | 59 | <ItemGroup>
|
81 |
| - <None Include="packages.config" /> |
| 60 | + <PackageReference Include="DotNetZip" Version="1.10.1" /> |
| 61 | + <PackageReference Include="ServiceStack" Version="5.0.3" /> |
| 62 | + <PackageReference Include="ServiceStack.Client" Version="5.0.3" /> |
| 63 | + <PackageReference Include="ServiceStack.Common" Version="5.0.3" /> |
| 64 | + <PackageReference Include="ServiceStack.Interfaces" Version="5.0.3" /> |
| 65 | + <PackageReference Include="ServiceStack.OrmLite" Version="5.0.3" /> |
| 66 | + <PackageReference Include="ServiceStack.Text" Version="5.0.3" /> |
82 | 67 | </ItemGroup>
|
83 | 68 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
84 | 69 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments