Skip to content

Commit

Permalink
Merge pull request #10 from goswinr/dependabot/nuget/multi-a235763bfd
Browse files Browse the repository at this point in the history
  • Loading branch information
goswinr authored Nov 21, 2024
2 parents 6838d6f + 2924401 commit e38a0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FeshHosting.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- normally don't include FSharp.Core in a library, but Update to latest version is needed for latest FSharp.Compiler.Service-->
<PackageReference Update="FSharp.Core" Version="9.0.100" />

<PackageReference Include="Fittings" Version="0.8.8" />
<PackageReference Include="Fittings" Version="0.9.0" />
<PackageReference Include="AvalonLog" Version="0.16.0" />
<!-- <ProjectReference Include="../AvalonLog/AvalonLog.fsproj" /> -->
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FeshStandalone.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="FSharp.Compiler.Service" Version="43.9.100" />
<PackageReference Update="FSharp.Core" Version="9.0.100" GeneratePathProperty="true"/>

<PackageReference Include="Fittings" Version="0.8.8" />
<PackageReference Include="Fittings" Version="0.9.0" />
<PackageReference Include="AvalonLog" Version="0.16.0" />

<!--this reference is needed for tooling only, it might not be installed on host PC. (running the .NET Framework version) see also https://github.com/fsprojects/IfSharp/issues/213 -->
Expand Down

0 comments on commit e38a0ba

Please sign in to comment.