Add F# to dotnet cli 1..1.0#7024
Conversation
|
@KevinRansom, |
|
@livarcocc @nguerrera @srivatsn @cartermp @brettfo Hey guys want to take a look at this please. |
| @@ -1,7 +1,7 @@ | |||
| | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| CrossgenPath="$(CrossgenPath)" | ||
| ReadyToRun="True" | ||
| PlatformAssemblyPaths="@(PlatformAssemblies); | ||
| PlatformAssemblyPaths="%(CrossgenTargets.RootDir)%(CrossgenTargets.Directory); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| <Copy SourceFiles="@(HackFilesToCopy)" | ||
| DestinationFiles="@(HackFilesToCopy->'$(PublishDir)/%(RecursiveDir)%(Filename)%(Extension)')" /> | ||
| </Target> | ||
| <Target Name="MakeFscRunnableAndMoveToPublishDir" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
No tests for this new way of doing F#? |
|
@KevinRansom This should not be targeting master. This needs to target rel/1.1.0. |
|
@i will fix the targeting, no tests possible until the templates are updated. Then the existing tests should continue to work fine. |
|
need to retarget. |
Add F# support into the dotnet sdk and dotnet cli 1.1.0