Skip to content

Commit 502eac6

Browse files
committed
Bump version to 7.0.0-alpha008
1 parent 54ef025 commit 502eac6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 7.0.0-alpha007 - 2022-12-06
1+
#### 7.0.0-alpha008 - 2022-12-06
22
* Support as .NET 6.0 tool
33
* Auto-Restore after paket install an paket update
44

src/Paket.Core/Installation/UpdateProcess.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ let SmartInstall(dependenciesFile:DependenciesFile, updateMode, options : Update
290290
let toolsVersion = project.GetToolsVersion()
291291
if toolsVersion >= 15.0 then
292292
runDotNetRestore <- true
293-
if runDotNetRestore then
293+
if runDotNetRestore then
294+
tracefn "Calling dotnet restore"
294295
runDotnet "restore"
295296

296297
/// Update a single package command

0 commit comments

Comments
 (0)