Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit dd9e1b3

Browse files
authored
Update FSharp.Editor.fsproj
Fix NuGet property names
1 parent 756879f commit dd9e1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
<Private>False</Private>
219219
</ProjectReference>
220220
<PackageReference Include="Microsoft.CodeAnalysis" Version="$(NuGetVersionRoslyn)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" />
221-
<PackageReference Include="FSharp.Core" Version="$(NuGetFSharpCore)" />
221+
<PackageReference Include="FSharp.Core" Version="$(NuGetVersionFSharpCore)" />
222222
<PackageReference Include="Microsoft.CodeAnalysis.Features" Version="$(NuGetVersionRoslyn)" />
223223
<ProjectReference Include="..\..\..\..\..\src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
224224
<Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
@@ -228,7 +228,7 @@
228228
</ProjectReference>
229229
<PackageReference Include="Microsoft.CodeAnalysis.EditorFeatures.Text" Version="$(NuGetVersionRoslyn)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" />
230230
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="$(NuGetVersionRoslyn)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" />
231-
<PackageReference Include="FSharp.Compiler.Service" Version="$(NuGetFSharpCompilerService)" />
231+
<PackageReference Include="FSharp.Compiler.Service" Version="$(NuGetVersionFSharpCompilerService)" />
232232
<ProjectReference Include="..\..\..\..\..\src\addins\MonoDevelop.TextEditor\MonoDevelop.TextEditor\MonoDevelop.TextEditor.csproj">
233233
<Project>{3F5B5BDA-69D5-441A-8142-AA25C998A997}</Project>
234234
<Name>MonoDevelop.TextEditor</Name>

0 commit comments

Comments
 (0)