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 f0efa06 commit 8450b59Copy full SHA for 8450b59
src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj
@@ -661,7 +661,7 @@
661
<Target Name="AfterBuild" Condition="Exists('..\..\..\.paket\paket.exe')">
662
<CopyRuntimeDependencies OutputPath="$(OutDir)" TargetFramework="$(TargetFrameworkIdentifier) - $(TargetFrameworkVersion)" ProjectsWithRuntimeLibs="System.Threading" />
663
</Target>
664
- <Import Project="$(SolutionDir)\packages\FSharp.SRGen.Build.Tasks.$(FsSrGenBuildTasksVersion)\content\FSharp.SRGen.targets" />
+ <Import Project="$(SolutionDir)\packages\FSharp.SRGen.Build.Tasks\content\FSharp.SRGen.targets" />
665
<Import Project="$(FsLexYaccPath)\FsLexYacc.targets" />
666
<Import Project="$(SolutionDir)\.paket\paket.targets" />
667
<Choose>
0 commit comments