cleaning, with no change excpeted.
This commit is contained in:
parent
790eeab8da
commit
7016033872
6 changed files with 124 additions and 152 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
||||
<Project
|
||||
xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
||||
<PropertyGroup>
|
||||
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
|
@ -12,8 +13,7 @@
|
|||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<NuGetPackageImportStamp></NuGetPackageImportStamp>
|
||||
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<!-- <AllowUnsafeBlocks>true</AllowUnsafeBlocks> -->
|
||||
<!-- <AllowUnsafeBlocks>true</AllowUnsafeBlocks> -->
|
||||
<ExternalConsole>true</ExternalConsole>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="Microsoft.Web.Infrastructure">
|
||||
<HintPath>packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
<Reference Include="System.Security" />
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="Mono.Security">
|
||||
<HintPath>packages\Npgsql.2.2.0-rc1\lib\net45\Mono.Security.dll</HintPath>
|
||||
<HintPath>..\packages\Npgsql.2.2.0-rc1\lib\net45\Mono.Security.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Transactions" />
|
||||
|
|
@ -90,6 +90,47 @@
|
|||
<HintPath>..\packages\Machine.Specifications.Runner.Console.0.9.0\tools\Machine.Specifications.Runner.Utility.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="EntityFramework.Core" Version="7.0.0-rc1-final"/>
|
||||
<PackageReference Include="EntityFramework.Relational" Version="7.0.0-rc1-final"/>
|
||||
<PackageReference Include="EntityFramework.Relational.Design" Version="7.0.0-rc1-final" />
|
||||
<PackageReference Include="Microsoft.AspNet.Mvc.Localization" Version="6.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.AspNet.Hosting.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.AspNet.Server.Kestrel" Version="1.0.0-rc1-final" />
|
||||
<PackageReference Include="Microsoft.AspNet.Mvc.Razor.Host" Version="6.0.0-rc1-final" />
|
||||
<PackageReference Include="Microsoft.AspNet.Identity.EntityFramework" Version="3.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.AspNet.Mvc.Razor" Version="6.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.AspNet.Mvc" Version="6.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="1.0.0"/>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="1.1.0-rc1"/>
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.1.0-rc1"/>
|
||||
<PackageReference Include="Microsoft.Dnx.Compilation.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Dnx.Compilation.CSharp.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Dnx.Compilation.CSharp.Common" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Localization" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Localization.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.MemoryPool" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.OptionsModel" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Extensions.Primitives" Version="1.0.0-rc1-final"/>
|
||||
<PackageReference Include="Microsoft.Framework.ConfigurationModel" Version="1.0.0-beta4"/>
|
||||
<PackageReference Include="Microsoft.Framework.ConfigurationModel.Interfaces" Version="1.0.0-beta4"/>
|
||||
<PackageReference Include="Microsoft.Framework.ConfigurationModel.Json" Version="1.0.0-beta4"/>
|
||||
<PackageReference Include="Microsoft.Dnx.Compilation.Abstractions" Version="1.0.0-rc1-final" />
|
||||
<PackageReference Include="Microsoft.Dnx.Compilation.CSharp.Abstractions" Version="1.0.0-rc1-final" />
|
||||
<PackageReference Include="Microsoft.Dnx.Compilation.CSharp.Common" Version="1.0.0-rc1-final" />
|
||||
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Services\" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue