diff --git a/Sources/AngouriMath/AngouriMath.csproj b/Sources/AngouriMath/AngouriMath.csproj index ca37596de..c851c7e03 100644 --- a/Sources/AngouriMath/AngouriMath.csproj +++ b/Sources/AngouriMath/AngouriMath.csproj @@ -9,7 +9,7 @@ Library - preview + 14.0 true $(PackageTags), csharp Enables to work with formulas built in the code or from a string. Computing, derivating, latex rendering, compilation, solving equations and systems of equations analytycally, simplification, and much more. Read more on https://am.angouri.org. diff --git a/Sources/Directory.Build.props b/Sources/Directory.Build.props index 481c603c1..9bc2f78b9 100644 --- a/Sources/Directory.Build.props +++ b/Sources/Directory.Build.props @@ -1,7 +1,14 @@ - preview enable - \ No newline at end of file + + + 14.0 + + + + latest + + diff --git a/Sources/Samples/Samples/Playground.csproj b/Sources/Samples/Samples/Playground.csproj index 5394f4baa..efec86aef 100644 --- a/Sources/Samples/Samples/Playground.csproj +++ b/Sources/Samples/Samples/Playground.csproj @@ -3,7 +3,7 @@ Exe net10.0 - preview + 14.0 enable