File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments