diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9894639..6772559aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1 * Dropped the dependency on the `System.ValueTuple` NuGet package, at no functional cost (i.e. value tuples are still supported just fine) (@stakx, #721) * Updated failure messages to show richer class names (@powerdude, #727) +* Upgraded `System.Reflection.TypeExtensions` and `System.Threading.Tasks.Extensions` dependencies to versions 4.5.1 (@stakx, #729) ## 4.10.0 (2018-09-08) diff --git a/build/xUnit.props b/build/xUnit.props index 0332c791e..3872eb94f 100644 --- a/build/xUnit.props +++ b/build/xUnit.props @@ -5,9 +5,9 @@ - - - + + + diff --git a/src/Moq/Moq.csproj b/src/Moq/Moq.csproj index c3b68f51d..d393af960 100644 --- a/src/Moq/Moq.csproj +++ b/src/Moq/Moq.csproj @@ -38,11 +38,8 @@ - - - all - runtime; build; native; contentfiles; analyzers - + + @@ -52,7 +49,7 @@ - + diff --git a/src/Moq/Moq.nuspec b/src/Moq/Moq.nuspec index 0decb0b6d..deef20dcd 100644 --- a/src/Moq/Moq.nuspec +++ b/src/Moq/Moq.nuspec @@ -15,15 +15,15 @@ - + + - - - + + diff --git a/tests/Moq.Tests.FSharpTypes/Moq.Tests.FSharpTypes.fsproj b/tests/Moq.Tests.FSharpTypes/Moq.Tests.FSharpTypes.fsproj index 9f450e3b2..8ead2c4dd 100644 --- a/tests/Moq.Tests.FSharpTypes/Moq.Tests.FSharpTypes.fsproj +++ b/tests/Moq.Tests.FSharpTypes/Moq.Tests.FSharpTypes.fsproj @@ -10,6 +10,11 @@ False + + + + + diff --git a/tests/Moq.Tests/Moq.Tests.csproj b/tests/Moq.Tests/Moq.Tests.csproj index a9a3c39b0..263aea9b5 100644 --- a/tests/Moq.Tests/Moq.Tests.csproj +++ b/tests/Moq.Tests/Moq.Tests.csproj @@ -23,7 +23,7 @@ - + @@ -39,7 +39,7 @@ - +