We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0eba3 commit 489ea6cCopy full SHA for 489ea6c
Algorithms.Tests/Algorithms.Tests.fsproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
4
<LangVersion>latest</LangVersion>
5
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6
<IsPackable>false</IsPackable>
Algorithms/Algorithms.fsproj
@@ -1,7 +1,7 @@
<OutputType>Library</OutputType>
7
</PropertyGroup>
0 commit comments