Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Update NuGets
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb9 committed Mar 17, 2024
1 parent 538588b commit 7ad8908
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SynologyPhotosUtil/SynologyPhotosUtil.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="8.0.101" />
<PackageReference Update="FSharp.Core" Version="8.0.200" />
<PackageReference Include="FSharp.Control.AsyncSeq" Version="3.2.1"/>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Tests/Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
<ItemGroup>
<PackageReference Include="FsUnit" Version="6.0.0" />
<PackageReference Include="FsUnit.xUnit" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Update="FSharp.Core" Version="8.0.101" />
<PackageReference Update="FSharp.Core" Version="8.0.200" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7ad8908

Please sign in to comment.