File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 22 "version" : 1 ,
33 "isRoot" : true ,
44 "tools" : {
5- "paket" : {
6- "version" : " 6.2.1" ,
7- "commands" : [
8- " paket"
9- ]
10- },
115 "fantomas" : {
126 "version" : " 7.0.1" ,
137 "commands" : [
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?vi
1414 $(BaseIntermediateOutputPath)dotnet-fantomas-msbuild-$(NETCoreSdkVersion)-$(OS)</_DotnetFantomasOutputFile >
1515 </PropertyGroup >
1616
17- <!-- Make sure that dotnet tools (including paket) are restored before restoring any project -->
18- <Target Name =" ToolRestore" BeforeTargets =" Restore;CollectPackageReferences;PaketRestore "
17+ <!-- Make sure that dotnet tools are restored before restoring any project -->
18+ <Target Name =" ToolRestore" BeforeTargets =" Restore;CollectPackageReferences"
1919 Inputs =" $(_DotnetToolManifestFile)" Outputs =" $(_DotnetToolRestoreOutputFile)" >
2020 <Exec Command =" dotnet tool restore" WorkingDirectory =" $(MSBuildThisFileDirectory)"
2121 StandardOutputImportance =" High" StandardErrorImportance =" High" />
You can’t perform that action at this time.
0 commit comments