Skip to content

Commit

Permalink
Up FsCodec versions to 3.0.0-rc.14.1
Browse files Browse the repository at this point in the history
Not strictly necessary but matches next release
  • Loading branch information
bartelink committed Nov 22, 2023
1 parent 15db6f3 commit 668f260
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.14" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.14" />
<PackageReference Include="FsCodec.NewtonsoftJson" Version="3.0.0-rc.14.1" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.14.1" />

<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.14" />
<PackageReference Include="FsCodec.SystemTextJson" Version="3.0.0-rc.14.1" />
<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 @@ -24,7 +24,7 @@
<!-- Also avoids Rider search finding stuff in FSharp.Core.xml -->
<PackageReference Include="FSharp.Core" Version="6.0.7"><ExcludeAssets>contentfiles</ExcludeAssets></PackageReference>

<PackageReference Include="FsCodec" Version="3.0.0-rc.14" />
<PackageReference Include="FsCodec" Version="3.0.0-rc.14.1" />
<PackageReference Include="Serilog" Version="2.12.0" />
<PackageReference Include="System.Runtime.Caching" Version="6.0.0" />

Expand Down

0 comments on commit 668f260

Please sign in to comment.