Skip to content

Commit

Permalink
update to FSharp.Core 9.0.100 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Nov 14, 2024
1 parent f827dec commit ce6d937
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Argon.FSharp.Tests/Argon.FSharp.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<ItemGroup>
<Compile Include="FSharpListConverterTests.fs" />
<PackageReference Include="FSharp.Core" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
Expand Down
1 change: 1 addition & 0 deletions src/Benchmark.Tests/Benchmark.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Configurations>Debug;Release;DebugNet9</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FSharp.Core" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
<None Remove="BenchmarkDotNet.Artifacts\**" />
<ProjectReference Include="..\ArgonTests\ArgonTests.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>preview</LangVersion>
<Version>0.24.2</Version>
<Version>0.25.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Copyright>Copyright © James Newton-King 2008, Copyright © Simon Cropp 2022</Copyright>
<PackageTags>Json</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
<PackageVersion Include="FSharp.Core" Version="8.0.401" />
<PackageVersion Include="FSharp.Core" Version="9.0.100" />
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="27.0.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit ce6d937

Please sign in to comment.