Skip to content

Commit 5376c50

Browse files
committed
Sync FSharp.Core refs
1 parent a8d5269 commit 5376c50

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
</ItemGroup>
2222
<ItemGroup>
2323
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
24-
</ItemGroup>
25-
<ItemGroup>
2624
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
27-
<PackageReference Include="FSharp.Core" Version="5.0.2" />
25+
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
2826
</ItemGroup>
2927
</Project>

src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
26-
</ItemGroup>
27-
<ItemGroup>
2826
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
29-
<PackageReference Include="FSharp.Core" Version="5.0.2" />
27+
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
3028
</ItemGroup>
3129
</Project>

0 commit comments

Comments
 (0)