From fdfd6e1c5736bca46be6316eb7a3b5d930e785ac Mon Sep 17 00:00:00 2001 From: yangxiaodong Date: Fri, 30 Jun 2017 16:42:51 +0800 Subject: [PATCH] Update csproj --- CHANGELOG.md | 23 ------------------- build/common.props | 8 ++++--- .../DotNetCore.CAP.EntityFrameworkCore.csproj | 2 ++ .../DotNetCore.CAP.Kafka.csproj | 2 ++ .../DotNetCore.CAP.RabbitMQ.csproj | 4 +++- src/DotNetCore.CAP/DotNetCore.CAP.csproj | 9 ++++---- 6 files changed, 16 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4aebfe..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +0,0 @@ -# Change Log -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). - -## [Unreleased] -_Nothing yet..._ - -## [0.7.0] - 2017-06-08 -### Changed -- SqlServer: Set migration history's table name and schema. - -### Fixed -- Services not being disposed correctly after a job execution. [#4](https://github.com/mrahhal/MR.AspNetCore.Jobs/issues/4) - -## [0.6.0] - 2017-04-22 -### Changed -- SqlServer: Move to using EFCore to manage internal migrations and connections to the database. - -[Unreleased]: https://github.com/mrahhal/MR.AspNetCore.Jobs/compare/0.7.0...HEAD -[0.7.0]: https://github.com/mrahhal/MR.AspNetCore.Jobs/compare/0.6.0...0.7.0 -[0.6.0]: https://github.com/mrahhal/MR.AspNetCore.Jobs/compare/0.5.0...0.6.0 diff --git a/build/common.props b/build/common.props index 9d6bc4b..98e4bc2 100644 --- a/build/common.props +++ b/build/common.props @@ -7,10 +7,12 @@ - Cap + CAP Savorboard - https://github.com/ouraspnet/cap - https://github.com/ouraspnet/cap/blob/master/LICENSE + https://avatars2.githubusercontent.com/u/19404084 + https://github.com/dotnetcore/CAP + https://github.com/dotnetcore/CAP/blob/master/LICENSE + aspnetcore;cap;consistency diff --git a/src/DotNetCore.CAP.EntityFrameworkCore/DotNetCore.CAP.EntityFrameworkCore.csproj b/src/DotNetCore.CAP.EntityFrameworkCore/DotNetCore.CAP.EntityFrameworkCore.csproj index 5160ace..a1f9510 100644 --- a/src/DotNetCore.CAP.EntityFrameworkCore/DotNetCore.CAP.EntityFrameworkCore.csproj +++ b/src/DotNetCore.CAP.EntityFrameworkCore/DotNetCore.CAP.EntityFrameworkCore.csproj @@ -1,5 +1,7 @@  + + netstandard1.6 DotNetCore.CAP.EntityFrameworkCore diff --git a/src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj b/src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj index 83ffda3..cc0c788 100644 --- a/src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj +++ b/src/DotNetCore.CAP.Kafka/DotNetCore.CAP.Kafka.csproj @@ -1,5 +1,7 @@  + + netstandard1.6 1.6.1 diff --git a/src/DotNetCore.CAP.RabbitMQ/DotNetCore.CAP.RabbitMQ.csproj b/src/DotNetCore.CAP.RabbitMQ/DotNetCore.CAP.RabbitMQ.csproj index 1666ed5..30abf82 100644 --- a/src/DotNetCore.CAP.RabbitMQ/DotNetCore.CAP.RabbitMQ.csproj +++ b/src/DotNetCore.CAP.RabbitMQ/DotNetCore.CAP.RabbitMQ.csproj @@ -1,5 +1,7 @@  - + + + netstandard1.6 1.6.1 diff --git a/src/DotNetCore.CAP/DotNetCore.CAP.csproj b/src/DotNetCore.CAP/DotNetCore.CAP.csproj index 6210518..b35b56e 100644 --- a/src/DotNetCore.CAP/DotNetCore.CAP.csproj +++ b/src/DotNetCore.CAP/DotNetCore.CAP.csproj @@ -1,7 +1,10 @@  - + + + DotNetCore.CAP + netstandard1.6 1.6.1 $(PackageTargetFallback);dnxcore50 @@ -11,10 +14,6 @@ False - - - -