|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>LazyCache.UnitTests</RootNamespace>
|
11 | 11 | <AssemblyName>LazyCache.UnitTests</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
15 |
| - <RestorePackages>true</RestorePackages> |
| 15 | + <TargetFrameworkProfile /> |
16 | 16 | </PropertyGroup>
|
17 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 18 | <DebugSymbols>true</DebugSymbols>
|
|
22 | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
23 | 23 | <ErrorReport>prompt</ErrorReport>
|
24 | 24 | <WarningLevel>4</WarningLevel>
|
| 25 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 26 | </PropertyGroup>
|
26 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
27 | 28 | <DebugType>pdbonly</DebugType>
|
|
30 | 31 | <DefineConstants>TRACE</DefineConstants>
|
31 | 32 | <ErrorReport>prompt</ErrorReport>
|
32 | 33 | <WarningLevel>4</WarningLevel>
|
| 34 | + <Prefer32Bit>false</Prefer32Bit> |
33 | 35 | </PropertyGroup>
|
34 | 36 | <ItemGroup>
|
35 |
| - <Reference Include="FluentAssertions"> |
36 |
| - <HintPath>..\packages\FluentAssertions.2.2.0.0\lib\net40\FluentAssertions.dll</HintPath> |
| 37 | + <Reference Include="FluentAssertions, Version=4.13.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\FluentAssertions.4.13.1\lib\net45\FluentAssertions.dll</HintPath> |
| 39 | + <Private>True</Private> |
37 | 40 | </Reference>
|
38 |
| - <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
39 |
| - <SpecificVersion>False</SpecificVersion> |
40 |
| - <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
| 41 | + <Reference Include="FluentAssertions.Core, Version=4.13.1.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\FluentAssertions.4.13.1\lib\net45\FluentAssertions.Core.dll</HintPath> |
| 43 | + <Private>True</Private> |
| 44 | + </Reference> |
| 45 | + <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath> |
| 47 | + <Private>True</Private> |
41 | 48 | </Reference>
|
42 | 49 | <Reference Include="System" />
|
43 | 50 | <Reference Include="System.Core" />
|
|
49 | 56 | <Reference Include="System.Xml" />
|
50 | 57 | </ItemGroup>
|
51 | 58 | <ItemGroup>
|
| 59 | + <Compile Include="AsyncHelper.cs" /> |
52 | 60 | <Compile Include="Properties\AssemblyInfo.cs" />
|
53 | 61 | <Compile Include="ServiceCacheTests.cs" />
|
54 | 62 | </ItemGroup>
|
55 |
| - <ItemGroup> |
56 |
| - <None Include="packages.config" /> |
57 |
| - </ItemGroup> |
58 | 63 | <ItemGroup>
|
59 | 64 | <ProjectReference Include="..\LazyCache\LazyCache.csproj">
|
60 | 65 | <Project>{E6A1EF20-94AD-4A1C-9A89-3B2FA8AD8EC7}</Project>
|
|
64 | 69 | <ItemGroup>
|
65 | 70 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
66 | 71 | </ItemGroup>
|
| 72 | + <ItemGroup> |
| 73 | + <None Include="packages.config" /> |
| 74 | + </ItemGroup> |
67 | 75 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
68 |
| - <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
69 |
| - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
70 |
| - <PropertyGroup> |
71 |
| - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
72 |
| - </PropertyGroup> |
73 |
| - <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
74 |
| - </Target> |
75 | 76 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
76 | 77 | Other similar extension points exist, see Microsoft.Common.targets.
|
77 | 78 | <Target Name="BeforeBuild">
|
|
0 commit comments