Skip to content

Commit 4702abb

Browse files
brettfoKevinRansom
authored andcommitted
remove NuGet dependency from fslex/fsyacc (#6913)
1 parent 53f8ea1 commit 4702abb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/buildtools/fslex/fslex.fsproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<DefineConstants>INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstant)</DefineConstants>
7+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
78
</PropertyGroup>
89

910
<ItemGroup>
@@ -19,4 +20,8 @@
1920
<Compile Include="fslex.fs" />
2021
</ItemGroup>
2122

23+
<ItemGroup>
24+
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\fsharp\FSharp.Core\FSharp.Core.fsproj" />
25+
</ItemGroup>
26+
2227
</Project>

src/buildtools/fsyacc/fsyacc.fsproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
<DefineConstants>INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstant)</DefineConstants>
7+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
78
</PropertyGroup>
89

910
<ItemGroup>
@@ -19,4 +20,8 @@
1920
<Compile Include="fsyacc.fs" />
2021
</ItemGroup>
2122

23+
<ItemGroup>
24+
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\fsharp\FSharp.Core\FSharp.Core.fsproj" />
25+
</ItemGroup>
26+
2227
</Project>

0 commit comments

Comments
 (0)