|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>Shuttle.Core.Data.Tests</RootNamespace> |
11 | 11 | <AssemblyName>Shuttle.Core.Data.Tests</AssemblyName> |
12 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
| 16 | + <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup> |
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 19 | <DebugSymbols>true</DebugSymbols> |
|
32 | 33 | <WarningLevel>4</WarningLevel> |
33 | 34 | </PropertyGroup> |
34 | 35 | <ItemGroup> |
35 | | - <Reference Include="Moq"> |
36 | | - <HintPath>..\packages\Moq.4.2.1409.1722\lib\net35\Moq.dll</HintPath> |
| 36 | + <Reference Include="Moq, Version=4.2.1507.118, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\packages\Moq.4.2.1507.0118\lib\net35\Moq.dll</HintPath> |
| 38 | + <Private>True</Private> |
37 | 39 | </Reference> |
38 | | - <Reference Include="nunit.framework"> |
39 | | - <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
| 40 | + <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 42 | + <Private>True</Private> |
40 | 43 | </Reference> |
41 | | - <Reference Include="Shuttle.Core.Infrastructure"> |
42 | | - <HintPath>..\packages\shuttle-core-infrastructure.3.1.5\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath> |
| 44 | + <Reference Include="Shuttle.Core.Infrastructure, Version=3.1.7.0, Culture=neutral, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\packages\shuttle-core-infrastructure.3.1.7\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath> |
| 46 | + <Private>True</Private> |
43 | 47 | </Reference> |
44 | 48 | <Reference Include="System" /> |
45 | 49 | <Reference Include="System.Configuration" /> |
|
0 commit comments