Skip to content

Commit

Permalink
Merge pull request #108 from efcore/package-reference-cleanup
Browse files Browse the repository at this point in the history
Remove DevelopmentDependency so package restores as expected
  • Loading branch information
simon-reynolds committed Aug 16, 2021
2 parents 52dc245 + 3bc12b5 commit 640a596
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 187 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed
- Removed `DevelopmentDependency=true` as it was setting `IncludeAssets` to undesirable values when restoring package - https://github.com/efcore/EFCore.FSharp/pull/108

## [5.0.3-beta005] - 2021-08-09

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "5.0.300"
"version": "5.0.300",
"rollForward": "feature"
}
}
Loading

0 comments on commit 640a596

Please sign in to comment.