|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>SampleApp.Tests</RootNamespace>
|
11 | 11 | <AssemblyName>SampleApp.Tests</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 |
| - <NuGetPackageImportStamp>208c48d3</NuGetPackageImportStamp> |
| 14 | + <NuGetPackageImportStamp> |
| 15 | + </NuGetPackageImportStamp> |
| 16 | + <TargetFrameworkProfile /> |
15 | 17 | </PropertyGroup>
|
16 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
17 | 19 | <DebugSymbols>true</DebugSymbols>
|
|
21 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
22 | 24 | <ErrorReport>prompt</ErrorReport>
|
23 | 25 | <WarningLevel>4</WarningLevel>
|
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
24 | 27 | </PropertyGroup>
|
25 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 | 29 | <DebugType>pdbonly</DebugType>
|
|
29 | 32 | <DefineConstants>TRACE</DefineConstants>
|
30 | 33 | <ErrorReport>prompt</ErrorReport>
|
31 | 34 | <WarningLevel>4</WarningLevel>
|
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
32 | 36 | </PropertyGroup>
|
33 | 37 | <ItemGroup>
|
34 |
| - <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
35 |
| - <Private>True</Private> |
36 |
| - <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
37 |
| - </Reference> |
38 |
| - <Reference Include="Mono.Cecil, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
39 |
| - <SpecificVersion>False</SpecificVersion> |
40 |
| - <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.dll</HintPath> |
41 |
| - </Reference> |
42 |
| - <Reference Include="Mono.Cecil.Mdb"> |
43 |
| - <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Mdb.dll</HintPath> |
44 |
| - </Reference> |
45 |
| - <Reference Include="Mono.Cecil.Pdb"> |
46 |
| - <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Pdb.dll</HintPath> |
47 |
| - </Reference> |
48 |
| - <Reference Include="Mono.Cecil.Rocks"> |
49 |
| - <HintPath>..\..\packages\Mono.Cecil.0.9.5.4\lib\net40\Mono.Cecil.Rocks.dll</HintPath> |
50 |
| - </Reference> |
51 |
| - <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
52 |
| - <SpecificVersion>False</SpecificVersion> |
53 |
| - <HintPath>..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
54 |
| - </Reference> |
55 |
| - <Reference Include="NSubstitute"> |
56 |
| - <HintPath>..\..\packages\NSubstitute.1.6.1.0\lib\NET40\NSubstitute.dll</HintPath> |
57 |
| - </Reference> |
58 |
| - <Reference Include="nunit.framework"> |
59 |
| - <HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> |
60 |
| - </Reference> |
61 | 38 | <Reference Include="System" />
|
| 39 | + <Reference Include="System.Configuration" /> |
62 | 40 | <Reference Include="System.Core" />
|
63 |
| - <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
64 |
| - <HintPath>..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath> |
65 |
| - </Reference> |
66 |
| - <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
67 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath> |
68 |
| - </Reference> |
69 |
| - <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
70 |
| - <HintPath>..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath> |
71 |
| - </Reference> |
72 |
| - <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
73 |
| - <Private>True</Private> |
74 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath> |
75 |
| - </Reference> |
76 |
| - <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
77 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath> |
78 |
| - </Reference> |
79 |
| - <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
80 |
| - <Private>True</Private> |
81 |
| - <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.40804.0\lib\net40\System.Web.Mvc.dll</HintPath> |
82 |
| - </Reference> |
83 |
| - <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
84 |
| - <Private>True</Private> |
85 |
| - <HintPath>..\..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll</HintPath> |
86 |
| - </Reference> |
87 |
| - <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
88 |
| - <Private>True</Private> |
89 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath> |
90 |
| - </Reference> |
91 |
| - <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
92 |
| - <Private>True</Private> |
93 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath> |
94 |
| - </Reference> |
95 |
| - <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
96 |
| - <Private>True</Private> |
97 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
98 |
| - </Reference> |
| 41 | + <Reference Include="System.Net.Http" /> |
| 42 | + <Reference Include="System.Net.Http.WebRequest" /> |
99 | 43 | <Reference Include="System.Xml.Linq" />
|
100 | 44 | <Reference Include="System.Data.DataSetExtensions" />
|
101 | 45 | <Reference Include="Microsoft.CSharp" />
|
|
123 | 67 | </ProjectReference>
|
124 | 68 | </ItemGroup>
|
125 | 69 | <ItemGroup>
|
126 |
| - <None Include="packages.config" /> |
| 70 | + <None Include="app.config" /> |
127 | 71 | </ItemGroup>
|
128 | 72 | <ItemGroup>
|
129 | 73 | <Content Include="__TryItOut__.txt" />
|
130 | 74 | </ItemGroup>
|
| 75 | + <ItemGroup> |
| 76 | + <PackageReference Include="Microsoft.AspNet.Mvc"> |
| 77 | + <Version>5.2.7</Version> |
| 78 | + </PackageReference> |
| 79 | + <PackageReference Include="Microsoft.AspNet.WebApi.Core"> |
| 80 | + <Version>5.2.7</Version> |
| 81 | + </PackageReference> |
| 82 | + <PackageReference Include="Microsoft.Bcl.Build"> |
| 83 | + <Version>1.0.21</Version> |
| 84 | + </PackageReference> |
| 85 | + <PackageReference Include="Microsoft.Net.Http"> |
| 86 | + <Version>2.2.29</Version> |
| 87 | + </PackageReference> |
| 88 | + <PackageReference Include="Mono.Cecil"> |
| 89 | + <Version>0.11.2</Version> |
| 90 | + </PackageReference> |
| 91 | + <PackageReference Include="Newtonsoft.Json"> |
| 92 | + <Version>12.0.3</Version> |
| 93 | + </PackageReference> |
| 94 | + <PackageReference Include="NSubstitute"> |
| 95 | + <Version>4.2.1</Version> |
| 96 | + </PackageReference> |
| 97 | + <PackageReference Include="NUnit"> |
| 98 | + <Version>3.12.0</Version> |
| 99 | + </PackageReference> |
| 100 | + <PackageReference Include="System.Runtime.CompilerServices.Unsafe"> |
| 101 | + <Version>4.7.0</Version> |
| 102 | + </PackageReference> |
| 103 | + <PackageReference Include="System.Threading.Tasks.Extensions"> |
| 104 | + <Version>4.5.3</Version> |
| 105 | + </PackageReference> |
| 106 | + </ItemGroup> |
131 | 107 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
132 | 108 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
133 | 109 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments