# netcorecli-fsc
**Repository Path**: mirrors_dotnet/netcorecli-fsc
## Basic Information
- **Project Name**: netcorecli-fsc
- **Description**: [DEPRECATED] F# and .NET Core SDK working together
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-09-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# This repository is now archived
F# is now included by default in the .NET Core SDK. Creating a new F# project on .NET Core is documented in the [Get Started](https://docs.microsoft.com/dotnet/fsharp/get-started/get-started-command-line) article in the .NET docs.
The rest of this README is kept for historical purposes.
## F# and .NET Core SDK working together
[][fsharp.net.sdk nupkg]
[][wiki]
[][slack]
**
See [Wiki][wiki] for a lot more info.
**
Need more help? [][slack] see [info about signup](http://fsharp.org/guides/slack/)
This repo contains the sources for nuget packages:
- [FSharp.NET.Sdk][fsharp.net.sdk nupkg]
- [FSharp.Sdk][fsharp.sdk nupkg]
History also contains:
- [dotnet-compile-fsc][dotnet-compile-fsc nupkg] for integration `project.json` based sdk (`preview2`, `preview2.1`)
## Build
| Windows x64 | Ubuntu x64 | OS X | RHEL 7.2 | Debian 8.2 | Fedora 23 | OpenSUSE 13.2 | CentOS 7.1 |
|-------------|------------|------|----------|------------|-----------|---------------|------------|
| [![Build Status][win-x64-badge]](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_windows_nt_x64/) | [![Build Status][ubuntu-x64-badge]](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_ubuntu_x64/) | [![Build Status][osx-x64-badge]](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_osx_x64/) | [](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/release_rhel7.2_x64/) | [](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_debian8.2_x64/) | [](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_fedora23_x64/) | [](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_opensuse13.2_x64/) | [](https://ci2.dot.net/job/dotnet_netcorecli-fsc/job/master/job/debug_centos7.1_x64/) |
To build a package and run the tests:
```
build
```
The build script will download .NET Core Sdk if needed (installed is not the exact version required)
## Test
the `build` will also run test suite.
See [test/README.md](https://github.com/dotnet/netcorecli-fsc/blob/master/test/README.md) for more info about test suite
[win-x64-badge]: https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/release_windows_nt_x64
[ubuntu-x64-badge]: https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/release_ubuntu_x64
[osx-x64-badge]: https://ci2.dot.net/buildStatus/icon?job=dotnet_netcorecli-fsc/master/release_osx_x64
[slack]: https://fsharp.slack.com/messages/dotnetcore/
[wiki]: https://github.com/dotnet/netcorecli-fsc/wiki
[fsharp.net.sdk nupkg]: https://www.nuget.org/packages/FSharp.NET.Sdk
[fsharp.sdk nupkg]: https://www.nuget.org/packages/FSharp.Sdk
[dotnet-compile-fsc nupkg]: https://www.nuget.org/packages/dotnet-compile-fsc