You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix assembly reference
* remove line endings from all *.nuspec files
* ProjectCracker returns *.fsi files in FSharpProjectOptions.SourceFiles array (in addition to *.fs files, in right order)
* ProjectCracker raises exception if ProjectCrackerTool returns non null ProjectCrackerOptions.Error (new field)
* fix build on linux
* fix a test
* slashes
* revert slashes
* Update FSharp.Compiler.Service.ProjectCracker.nuspec
Adds legacy MSBuild 12.0 support to the F# compiler services package for
7
-
resolving references such as #r "System, Version=4.1.0.0,..."
8
-
</description>
5
+
<description>Adds legacy MSBuild 12.0 support to the F# compiler services package for resolving references such as #r "System, Version=4.1.0.0,..."</description>
The F# compiler services package contains a custom build of the F# compiler that
7
-
exposes additional functionality for implementing F# language bindings, additional
8
-
tools based on the compiler or refactoring tools. The package also includes F#
9
-
interactive service that can be used for embedding F# scripting into your applications.
10
-
</description>
5
+
<description>The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.</description>
The F# compiler services package contains a custom build of the F# compiler that
7
-
exposes additional functionality for implementing F# language bindings, additional
8
-
tools based on the compiler or refactoring tools. The package also includes F#
9
-
interactive service that can be used for embedding F# scripting into your applications.
10
-
</description>
5
+
<description>The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.</description>
<WhenCondition="($(TargetFrameworkIdentifier) == '.NETStandard' And $(TargetFrameworkVersion) == 'v1.6') Or ($(TargetFrameworkIdentifier) == '.NETCoreApp' And $(TargetFrameworkVersion) == 'v1.0') Or ($(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.5')">
0 commit comments