Skip to content

Commit 1dd2c59

Browse files
brettfobaronfel
authored andcommitted
remove NuGet dependency from fslex/fsyacc (#6913)
1 parent 9978616 commit 1dd2c59

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
@@ -5,6 +5,7 @@
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<TargetFramework>netcoreapp2.1</TargetFramework>
77
<DefineConstants>INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstant)</DefineConstants>
8+
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
89
</PropertyGroup>
910

1011
<ItemGroup>
@@ -20,4 +21,8 @@
2021
<Compile Include="fslex.fs" />
2122
</ItemGroup>
2223

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

src/buildtools/fsyacc/fsyacc.fsproj

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

1011
<ItemGroup>
@@ -20,4 +21,8 @@
2021
<Compile Include="fsyacc.fs" />
2122
</ItemGroup>
2223

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

0 commit comments

Comments
 (0)