aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/Common/Common.fsproj
diff options
context:
space:
mode:
Diffstat (limited to 'aoc-2022-dotnet/Common/Common.fsproj')
-rw-r--r--aoc-2022-dotnet/Common/Common.fsproj16
1 files changed, 16 insertions, 0 deletions
diff --git a/aoc-2022-dotnet/Common/Common.fsproj b/aoc-2022-dotnet/Common/Common.fsproj
new file mode 100644
index 0000000..c8a185a
--- /dev/null
+++ b/aoc-2022-dotnet/Common/Common.fsproj
@@ -0,0 +1,16 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Compile Include="Library.fs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="FParsec" Version="1.1.1" />
+ </ItemGroup>
+
+</Project>