Skip to content

Commit

Permalink
WIP: remove references to Paket.Restore.targets
Browse files Browse the repository at this point in the history
Rmove references to Paket.Restore.targets from .fsproj files
as paket is no longer used.
  • Loading branch information
webwarrior-ws committed Feb 8, 2024
1 parent 685cd88 commit 4d5d564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/FSharpLint.Core/FSharpLint.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
<ItemGroup>
<PackageReference Include="FSharp.Compiler.Service" />
<PackageReference Include="FParsec" />
Expand Down
1 change: 0 additions & 1 deletion tests/FSharpLint.Benchmarks/FSharpLint.Benchmarks.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<ItemGroup>
<ProjectReference Include="..\..\src\FSharpLint.Core\FSharpLint.Core.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" />
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" />
Expand Down

0 comments on commit 4d5d564

Please sign in to comment.