diff --git a/Flips/Flips.fsproj b/Flips/Flips.fsproj index d285466..001a643 100644 --- a/Flips/Flips.fsproj +++ b/Flips/Flips.fsproj @@ -1,22 +1,8 @@  + net8.0; net462 - - Matthew Crews and contributors - https://fslab.org - A F# library for creating and solving Linear Programming and Mixed Integer Programming Models - 2026 - - https://github.com/fslaborg/flips - F#, Optimization, Linear Programming, Mixed-Integer Programming - false - MIT - icon.png - true - true - true - snupkg true embedded $(OtherFlags) --warnon:3390 diff --git a/Flips/paket.template b/Flips/paket.template index be2d57c..7e773d6 100644 --- a/Flips/paket.template +++ b/Flips/paket.template @@ -6,6 +6,7 @@ licenseExpression MIT licenseUrl https://licenses.nuget.org/MIT icon icon.png requireLicenseAcceptance false +repositoryUrl https://github.com/fslaborg/flips description A F# library for creating and solving Linear Programming and Mixed Integer Programming Models copyright 2026