Skip to content

Commit 9cd8c83

Browse files
committed
fix nuget error
1 parent 9125b6b commit 9cd8c83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/fsharp/FSharp.Compiler.Service.ProjectCracker/FSharp.Compiler.Service.ProjectCracker.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<Name>FSharp.Compiler.Service.ProjectCracker</Name>
1616
<OutputPath>..\..\..\bin\$(TargetFrameworkVersion)</OutputPath>
1717
<DocumentationFile>..\..\..\bin\$(TargetFrameworkVersion)\FSharp.Compiler.Service.ProjectCracker.xml</DocumentationFile>
18+
<ResolveNuGetPackages>false</ResolveNuGetPackages>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2021
<DebugSymbols>true</DebugSymbols>

src/fsharp/FSharp.Compiler.Service.ProjectCrackerTool/FSharp.Compiler.Service.ProjectCrackerTool.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Name>FSharp.Compiler.Service.ProjectCrackerTool</Name>
2020
<OutputPath>..\..\..\bin\$(TargetFrameworkVersion)</OutputPath>
2121
<DocumentationFile>..\..\..\bin\$(TargetFrameworkVersion)\FSharp.Compiler.Service.ProjectCrackerTool.xml</DocumentationFile>
22+
<ResolveNuGetPackages>false</ResolveNuGetPackages>
2223
</PropertyGroup>
2324
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2425
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)