11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition =" Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
34 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45 <PropertyGroup >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
910 <AppDesignerFolder >Properties</AppDesignerFolder >
1011 <RootNamespace >NetCoreSample.Entities</RootNamespace >
1112 <AssemblyName >NetCoreSample.Entities.Generated</AssemblyName >
12- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
13+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
1314 <FileAlignment >512</FileAlignment >
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
17+ <TargetFrameworkProfile />
1418 </PropertyGroup >
1519 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1620 <DebugSymbols >true</DebugSymbols >
3135 </PropertyGroup >
3236 <ItemGroup >
3337 <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
34- <HintPath >..\packages\EntityFramework.6.2.0 \lib\net45\EntityFramework.dll</HintPath >
38+ <HintPath >..\packages\EntityFramework.6.4.4 \lib\net45\EntityFramework.dll</HintPath >
3539 </Reference >
3640 <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
37- <HintPath >..\packages\EntityFramework.6.2.0 \lib\net45\EntityFramework.SqlServer.dll</HintPath >
41+ <HintPath >..\packages\EntityFramework.6.4.4 \lib\net45\EntityFramework.SqlServer.dll</HintPath >
3842 </Reference >
3943 <Reference Include =" System" />
4044 <Reference Include =" System.ComponentModel.DataAnnotations" />
4751 <Reference Include =" System.Data" />
4852 <Reference Include =" System.Xml" />
4953 <Reference Include =" TrackableEntities.Common.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
50- <HintPath >..\packages\TrackableEntities.Common.Core.1.2.0 \lib\netstandard2.0\TrackableEntities.Common.Core.dll</HintPath >
54+ <HintPath >..\packages\TrackableEntities.Common.Core.3.1.1 \lib\netstandard2.0\TrackableEntities.Common.Core.dll</HintPath >
5155 </Reference >
5256 </ItemGroup >
5357 <ItemGroup >
7781 <Content Include =" CodeTemplates\ReverseEngineerCodeFirst\Mapping.tt" />
7882 </ItemGroup >
7983 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
85+ <PropertyGroup >
86+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
87+ </PropertyGroup >
88+ <Error Condition =" !Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
89+ <Error Condition =" !Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
90+ </Target >
91+ <Import Project =" ..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition =" Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
8092</Project >
0 commit comments