We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ab4d6 commit 6d2157cCopy full SHA for 6d2157c
1 file changed
docs/recipes/package-management/opt-out-of-meta-packages.md
@@ -96,7 +96,6 @@ Navigate to the [SAFE.Meta repository](https://github.com/SAFE-Stack/SAFE.Meta)
96
97
and update the corresponding project files:
98
99
-
100
```diff title="Client.fsproj"
101
<?xml version="1.0" encoding="utf-8"?>
102
<Project Sdk="Microsoft.NET.Sdk">
@@ -143,7 +142,6 @@ and update the corresponding project files:
143
142
144
## 3. Use Paket to remove any redundant dependencies
145
146
147
You're now able to remove any dependencies you do not need with Paket.
148
149
```bash
0 commit comments