Skip to content

Commit 5403eed

Browse files
committed
➕ RobotsTxt.csproj: add .NET4 dependencies
Signed-off-by: Yves Bastide <[email protected]>
1 parent 35d1817 commit 5403eed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RobotsTxt/RobotsTxt.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@
1313
<DebugSymbols>true</DebugSymbols>
1414
</PropertyGroup>
1515

16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Bcl.Memory" Version="9.0.4" />
18+
<PackageReference Include="System.Memory" Version="4.6.0" />
19+
</ItemGroup>
20+
1621
</Project>

0 commit comments

Comments
 (0)