|
13 | 13 | <DefaultLanguage>es-ES</DefaultLanguage> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | | - <TargetFrameworkProfile>Profile44</TargetFrameworkProfile> |
17 | | - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 17 | + <TargetFrameworkProfile>Profile111</TargetFrameworkProfile> |
18 | 18 | </PropertyGroup> |
19 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 20 | <DebugSymbols>true</DebugSymbols> |
|
46 | 46 | <Compile Include="Mocks\MockViewModel.cs" /> |
47 | 47 | <Compile Include="ViewModels\MockViewModelTests.cs" /> |
48 | 48 | </ItemGroup> |
49 | | - <ItemGroup> |
50 | | - <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
51 | | - <HintPath>..\..\..\..\packages\xunit.abstractions.2.0.1\lib\netstandard1.0\xunit.abstractions.dll</HintPath> |
52 | | - <Private>True</Private> |
53 | | - </Reference> |
54 | | - <Reference Include="xunit.assert, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
55 | | - <HintPath>..\..\..\..\packages\xunit.assert.2.2.0-beta4-build3444\lib\netstandard1.0\xunit.assert.dll</HintPath> |
56 | | - <Private>True</Private> |
57 | | - </Reference> |
58 | | - <Reference Include="xunit.core, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
59 | | - <HintPath>..\..\..\..\packages\xunit.extensibility.core.2.2.0-beta4-build3444\lib\netstandard1.0\xunit.core.dll</HintPath> |
60 | | - <Private>True</Private> |
61 | | - </Reference> |
62 | | - <Reference Include="xunit.execution.dotnet, Version=2.2.0.3444, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
63 | | - <HintPath>..\..\..\..\packages\xunit.extensibility.execution.2.2.0-beta4-build3444\lib\netstandard1.0\xunit.execution.dotnet.dll</HintPath> |
64 | | - <Private>True</Private> |
65 | | - </Reference> |
66 | | - <Reference Include="Xamarin.Forms.Core"> |
67 | | - <HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath> |
68 | | - </Reference> |
69 | | - <Reference Include="Xamarin.Forms.Platform"> |
70 | | - <HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath> |
71 | | - </Reference> |
72 | | - <Reference Include="Xamarin.Forms.Xaml"> |
73 | | - <HintPath>..\..\..\..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath> |
74 | | - </Reference> |
75 | | - </ItemGroup> |
76 | 49 | <ItemGroup> |
77 | 50 | <None Include="app.config" /> |
78 | | - <None Include="packages.config" /> |
| 51 | + <None Include="project.json" /> |
79 | 52 | </ItemGroup> |
80 | 53 | <ItemGroup> |
81 | 54 | <ProjectReference Include="..\eShopOnContainers.Core\eShopOnContainers.Core.csproj"> |
|
0 commit comments