Skip to content

Commit

Permalink
Target FsCodec 3.0.0-rc.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jan 27, 2024
1 parent e7351ac commit 290fcd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/Store/Domain/Domain.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<ItemGroup>
<PackageReference Include="FSharp.Core" Version="6.0.7" ExcludeAssets="contentfiles" />

<PackageReference Include="FsCodec.NewtonsoftJson" Version="3.0.0-rc.15" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.15" />
<PackageReference Include="FsCodec.NewtonsoftJson" Version="3.0.0-rc.16" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.16" />

<ProjectReference Include="..\..\..\src\Equinox\Equinox.fsproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion samples/Tutorial/Tutorial.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<ItemGroup>
<PackageReference Include="MinVer" Version="4.2.0" PrivateAssets="All" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.15" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.16" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Equinox/Equinox.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- 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="6.0.7" ExcludeAssets="contentfiles" />
<PackageReference Include="FsCodec" Version="3.0.0-rc.15" />
<PackageReference Include="FsCodec" Version="3.0.0-rc.16" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="System.Runtime.Caching" Version="6.0.0" />

Expand Down

0 comments on commit 290fcd1

Please sign in to comment.