Skip to content

Commit 5149ff3

Browse files
committed
purge paket remnants
1 parent 0c4b185 commit 5149ff3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.config/dotnet-tools.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
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": [

Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)