Skip to content

Commit

Permalink
Bump version to 7.0.0-alpha008
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Feb 6, 2022
1 parent 54ef025 commit 502eac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 7.0.0-alpha007 - 2022-12-06
#### 7.0.0-alpha008 - 2022-12-06
* Support as .NET 6.0 tool
* Auto-Restore after paket install an paket update

Expand Down
3 changes: 2 additions & 1 deletion src/Paket.Core/Installation/UpdateProcess.fs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ let SmartInstall(dependenciesFile:DependenciesFile, updateMode, options : Update
let toolsVersion = project.GetToolsVersion()
if toolsVersion >= 15.0 then
runDotNetRestore <- true
if runDotNetRestore then
if runDotNetRestore then
tracefn "Calling dotnet restore"
runDotnet "restore"

/// Update a single package command
Expand Down

0 comments on commit 502eac6

Please sign in to comment.