Skip to content

Commit 909661f

Browse files
committed
build: Remove temporary mitigation
1 parent 66273de commit 909661f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

examples/flask/src/Flask.fsproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
<Compile Include="Hero.fs" />
1515
<Compile Include="App.fs" />
1616
</ItemGroup>
17-
<!-- Temporary: Local Fable.Core for testing Py.DecorateTemplate (PR #4291) -->
18-
<ItemGroup>
19-
<ProjectReference Include="../../../../Fable/src/Fable.Core/Fable.Core.fsproj" />
20-
</ItemGroup>
2117
<ItemGroup>
2218
<ProjectReference Include="../../../src/Fable.Python.fsproj" />
2319
</ItemGroup>

src/Fable.Python.fsproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
<PackageTags>fsharp;fable;fable-binding;fable-python;python</PackageTags>
1111
<Description>Fable to Python standard library bindings</Description>
1212
</PropertyGroup>
13-
<!-- Temporary: Local Fable.Core for testing Py.DecorateTemplate (PR #4291) -->
14-
<ItemGroup>
15-
<ProjectReference Include="../../Fable/src/Fable.Core/Fable.Core.fsproj" />
16-
</ItemGroup>
1713
<ItemGroup>
1814
<Compile Include="stdlib/asyncio/Futures.fs" />
1915
<Compile Include="stdlib/asyncio/Events.fs" />

0 commit comments

Comments
 (0)