We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55677f2 commit 74c3e53Copy full SHA for 74c3e53
Directory.Build.props
@@ -29,8 +29,8 @@
29
<Choose>
30
<!-- Once we move to OOP in VS, and major dependants of FCS will move to netcore (not netstandard),
31
we should also support $(NetPrevious) for all releases.
32
- This will likely include FCS and FSharp.Core as well ash shipped products.
33
- Right now, it only covers producs we ship (FSC and FSI), not NuGet packages. -->
+ This will likely include FCS and FSharp.Core as well as shipped products.
+ Right now, it only covers products we ship (FSC and FSI), not NuGet packages. -->
34
<When
35
Condition="'$(DotNetBuildFromSource)' == 'true' AND '$(DotNetBuildFromSourceFlavor)' == 'Product'">
36
<PropertyGroup>
0 commit comments