From 68381d1c8bdd3d74f0924a47cf72809e40b34708 Mon Sep 17 00:00:00 2001 From: Tomasz Chojnacki Date: Wed, 28 Dec 2022 18:02:46 +0100 Subject: Remove redundant dependencies --- aoc-2022-dotnet/Day21/Day21.fsproj | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 aoc-2022-dotnet/Day21/Day21.fsproj (limited to 'aoc-2022-dotnet/Day21/Day21.fsproj') diff --git a/aoc-2022-dotnet/Day21/Day21.fsproj b/aoc-2022-dotnet/Day21/Day21.fsproj new file mode 100644 index 0000000..b9a3919 --- /dev/null +++ b/aoc-2022-dotnet/Day21/Day21.fsproj @@ -0,0 +1,22 @@ + + + + Exe + net7.0 + + + + + Always + + + Always + + + + + + + + + -- cgit v1.2.3