Skip to content

Commit

Permalink
Merge pull request #187 from bartelink/exclude-assets
Browse files Browse the repository at this point in the history
Sync FSharp.Core refs
  • Loading branch information
SchlenkR committed Mar 5, 2024
2 parents 5eb44b7 + 5376c50 commit a452587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Expand Up @@ -21,9 +21,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
</ItemGroup>
<ItemGroup>
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>
4 changes: 1 addition & 3 deletions src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj
Expand Up @@ -23,9 +23,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
</ItemGroup>
<ItemGroup>
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>

0 comments on commit a452587

Please sign in to comment.