Update to .NET 9 master
authorGreg Burri <greg.burri@gmail.com>
Tue, 10 Dec 2024 22:59:26 +0000 (23:59 +0100)
committerGreg Burri <greg.burri@gmail.com>
Tue, 10 Dec 2024 22:59:26 +0000 (23:59 +0100)
.gitignore
AdventOfCode2018.fsproj
AdventOfCode2018.sln [new file with mode: 0644]

index bd700f9..47e4c1a 100644 (file)
@@ -1,2 +1,4 @@
 bin\r
 bin\r
-obj
\ No newline at end of file
+obj\r
+.vs\r
+Data/day*
\ No newline at end of file
index e78a65c..ad90b45 100644 (file)
@@ -1,7 +1,7 @@
-<Project Sdk="Microsoft.NET.Sdk">\r
+<Project Sdk="Microsoft.NET.Sdk">\r
   <PropertyGroup>\r
     <OutputType>Exe</OutputType>\r
   <PropertyGroup>\r
     <OutputType>Exe</OutputType>\r
-    <TargetFramework>netcoreapp2.1</TargetFramework>\r
+    <TargetFramework>net9.0</TargetFramework>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Compile Include="Day07.fs" />\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Compile Include="Day07.fs" />\r
@@ -34,4 +34,7 @@
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </Content>\r
   </ItemGroup>\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </Content>\r
   </ItemGroup>\r
+  <ItemGroup>\r
+    <PackageReference Update="FSharp.Core" Version="9.0.200-beta.24561.2" />\r
+  </ItemGroup>\r
 </Project>
\ No newline at end of file
 </Project>
\ No newline at end of file
diff --git a/AdventOfCode2018.sln b/AdventOfCode2018.sln
new file mode 100644 (file)
index 0000000..164d7a6
--- /dev/null
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.12.35527.113 d17.12
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AdventOfCode2018", "AdventOfCode2018.fsproj", "{980206D8-0AA0-4A51-8674-D19E558DE9CF}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Any CPU = Debug|Any CPU
+               Release|Any CPU = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {980206D8-0AA0-4A51-8674-D19E558DE9CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+               {980206D8-0AA0-4A51-8674-D19E558DE9CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+               {980206D8-0AA0-4A51-8674-D19E558DE9CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+               {980206D8-0AA0-4A51-8674-D19E558DE9CF}.Release|Any CPU.Build.0 = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal