summary refs log tree commit diff stats
path: root/AoC2022.fsproj
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2022-12-13 00:34:46 -0800
committerBrian Chu <brianmchu42@gmail.com>2022-12-13 00:34:46 -0800
commit6eb34aa6152415e6db96b45456bfaefd242c1b0d (patch)
treeda55480d9653d93a5e15fe8213bb975f2eae1a7c /AoC2022.fsproj
parentcdabc548b41b1990393b6d563c813352bb8dbf01 (diff)
downloadAdventOfCode2022-6eb34aa6152415e6db96b45456bfaefd242c1b0d.tar.gz
solution for day 9
Diffstat (limited to 'AoC2022.fsproj')
-rw-r--r--AoC2022.fsproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/AoC2022.fsproj b/AoC2022.fsproj
index acbbdb1..13269ee 100644
--- a/AoC2022.fsproj
+++ b/AoC2022.fsproj
@@ -7,4 +7,8 @@
     <Compile Include="solutions/**" />
     <Compile Include="Program.fs" />
   </ItemGroup>
+  <ItemGroup>
+    <PackageReference Include="FSharpPlus" Version="1.3.2" />
+    <PackageReference Update="FSharp.Core" Version="6.0.6" />
+  </ItemGroup>
 </Project>
\ No newline at end of file