|
|
@@ -1,31 +1,17 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<NoWarn>1701;1702;1705;3277;</NoWarn> |
|
|
|
<WarningsAsErrors>NU1605;MSB3277</WarningsAsErrors> |
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" /> |
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.0.1" /> |
|
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.5.2" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" /> |
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.0-rc1-final" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\DotNetCore.CAP.MySql\DotNetCore.CAP.MySql.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\DotNetCore.CAP.RabbitMQ\DotNetCore.CAP.RabbitMQ.csproj" /> |
|
|
|
<ProjectReference Include="..\..\src\DotNetCore.CAP\DotNetCore.CAP.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Content Update="nlog.config"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |