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
<LangVersion>preview</LangVersion><!-- to enable indexing from end via ^ -->
16
18
17
19
<NeutralLanguage>en</NeutralLanguage>
18
20
<SatelliteResourceLanguages>en</SatelliteResourceLanguages> <!--to only have the English resources-->
19
21
<GenerateDocumentationFile>true</GenerateDocumentationFile> <!-- does not work when used in visual studio? only dotnet sdk ?-->
20
-
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> <!-- for dotnet outdated tool to work -->
22
+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference> <!-- for dotnet outdated tool to work, so use Include not Update for FSharp.Core-->
21
23
22
24
<RootNamespace>Fesh</RootNamespace>
23
25
<AssemblyName>Fesh</AssemblyName>
@@ -62,13 +64,14 @@
62
64
<PackageReferenceInclude="Microsoft.VisualBasic"Version="10.3.0" /> <!-- to move files to the recycle bin instead of deleting them -->
63
65
<PackageReferenceInclude="System.Private.Uri"Version="4.3.2" /> <!-- warning NU1903: Package 'System.Private.Uri' 4.3.0 has a known high severity vulnerability, https://github.com/advisories/GHSA-5f2m-466j-3848 -->
<!-- build the NET core nuget for F#8 so that dependencies like System.Diagnostics.DiagnosticSource are also for Net80 and load properly in Rhino and Revit:-->
0 commit comments