Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
<ItemGroup>
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
<PackageReference Include="FSharp.Core" Version="9.0.101" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<ItemGroup>
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
<PackageReference Include="FSharp.Core" Version="9.0.101" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FsHttp/FsHttp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
Removal triggers issues in dotnet publish, e.g. for Lambda projects
Also avoids Rider search finding stuff in FSharp.Core.xml
-->
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
<PackageReference Include="FSharp.Core" Version="9.0.101" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Tests/Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
<Compile Include="Misc.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FsUnit" Version="6.0.1" />
<PackageReference Include="FsUnit" Version="7.0.0" />
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.13" />
<PackageReference Include="FsUnit" Version="5.6.1" />
<PackageReference Include="FsUnit" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Suave" Version="2.6.2" />
Expand Down
Loading