Skip to content

Use new fsproj, replace project.json #700

Description

@enricosada

Replace current project.json based .net core sdk with new fsproj.

Migraton guide: https://github.com/dotnet/netcorecli-fsc/wiki/How-to-migrate-preview2-projects-to-rc4

PRO:

  • aligned with new sdk rc4 and rtm
  • more alike of old fsproj, easier diff
  • can share props files (defines?) with old fsproj
  • can be in same directory of old fsproj, the fsproj name doesnt matter (set AssemblyName prop)
  • can build BOTH net451 and netstandard, optionally, if we want do that.

Example lib: https://github.com/dotnet/netcorecli-fsc/blob/master/examples/rc4/lib/lib.fsproj

/cc @dsyme @gentauro

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions