Skip to content

Commit 6f28fdc

Browse files
Bump FSharp.Core from 9.0.101 to 9.0.201 in /ImperatorToCK3 (#2498)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 9.0.101 to 9.0.201. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/fsharp/releases">FSharp.Core's releases</a>.</em></p> <blockquote> <h2>.NET 9.0.2</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v9.0.2">Release</a></p> <h2>What's Changed</h2> <ul> <li>Switch to new VMR control set by <a href="https://github.com/mmitche"><code>@​mmitche</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17703">dotnet/fsharp#17703</a></li> <li>Fix docs for F# language by <a href="https://github.com/nojaf"><code>@​nojaf</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17750">dotnet/fsharp#17750</a></li> <li>Fix17713 - Reverting PR - 17649 - Make the interaction between #line and #nowarn directives consistent by <a href="https://github.com/KevinRansom"><code>@​KevinRansom</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17724">dotnet/fsharp#17724</a></li> <li>ExcludeFromSourceBuild-&gt;ExcludeFromSourceOnlyBuild by <a href="https://github.com/mmitche"><code>@​mmitche</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17754">dotnet/fsharp#17754</a></li> <li>Make ILTypeDef interface calculation lazy by <a href="https://github.com/DedSec256"><code>@​DedSec256</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17392">dotnet/fsharp#17392</a></li> <li>FSI: make scripting temp directory one per session instead of global by <a href="https://github.com/majocha"><code>@​majocha</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17760">dotnet/fsharp#17760</a></li> <li>Update Versions.props by <a href="https://github.com/vzarytovskii"><code>@​vzarytovskii</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17764">dotnet/fsharp#17764</a></li> <li>reenable attribute usage in F# 9.0 by <a href="https://github.com/KevinRansom"><code>@​KevinRansom</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17763">dotnet/fsharp#17763</a></li> <li>Better ranges for CE <code>let!</code> and <code>use!</code> error reporting. by <a href="https://github.com/edgarfgp"><code>@​edgarfgp</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17712">dotnet/fsharp#17712</a></li> <li>Migrate VisualFSharp tests to Xunit by <a href="https://github.com/psfinaki"><code>@​psfinaki</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17751">dotnet/fsharp#17751</a></li> <li>Removing Nunit from utils by <a href="https://github.com/psfinaki"><code>@​psfinaki</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17770">dotnet/fsharp#17770</a></li> <li>Better error reporting for <code>CE</code> <code>do!</code> by <a href="https://github.com/edgarfgp"><code>@​edgarfgp</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17779">dotnet/fsharp#17779</a></li> <li>Clean up FsUnit by <a href="https://github.com/psfinaki"><code>@​psfinaki</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17781">dotnet/fsharp#17781</a></li> <li>Eradicate Nunit by <a href="https://github.com/psfinaki"><code>@​psfinaki</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17782">dotnet/fsharp#17782</a></li> <li>Remove a bunch of dead test data by <a href="https://github.com/psfinaki"><code>@​psfinaki</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17771">dotnet/fsharp#17771</a></li> <li>Ensure <code>frameworkTcImportsCache</code> mutations are threadsafe by <a href="https://github.com/majocha"><code>@​majocha</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17795">dotnet/fsharp#17795</a></li> <li>Turn off realsig when building product and proto by <a href="https://github.com/vzarytovskii"><code>@​vzarytovskii</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17798">dotnet/fsharp#17798</a></li> <li>Bugfix for extension methods: Treat System.Private.CoreLib as a system lib for extension method search by <a href="https://github.com/T-Gro"><code>@​T-Gro</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17799">dotnet/fsharp#17799</a></li> <li>Better error reporting for <code>CE</code> <code>match!</code> by <a href="https://github.com/edgarfgp"><code>@​edgarfgp</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17789">dotnet/fsharp#17789</a></li> <li>Fix 17786 - CompileBefore/CompileAfter is lost due to the FSharpSourceCodeCompileOrder target by <a href="https://github.com/KevinRansom"><code>@​KevinRansom</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17791">dotnet/fsharp#17791</a></li> <li>Respect generic arity in method uniqueness by <a href="https://github.com/T-Gro"><code>@​T-Gro</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17804">dotnet/fsharp#17804</a></li> <li>Remove unused <code>useSyntaxTreeCache</code> option by <a href="https://github.com/majocha"><code>@​majocha</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17768">dotnet/fsharp#17768</a></li> <li>Improve StartWithContinuations test in AsyncType tests by <a href="https://github.com/majocha"><code>@​majocha</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17767">dotnet/fsharp#17767</a></li> <li>Rendering AllowsRefStruct for type parameters by <a href="https://github.com/T-Gro"><code>@​T-Gro</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17706">dotnet/fsharp#17706</a></li> <li>Enable policheck and TSA by <a href="https://github.com/vzarytovskii"><code>@​vzarytovskii</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17818">dotnet/fsharp#17818</a></li> <li>Fix concurrency issue in <code>ILPreTypeDefImpl</code> by <a href="https://github.com/majocha"><code>@​majocha</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17812">dotnet/fsharp#17812</a></li> <li>Tests: remove dependency on CurrentDirectory (&quot;test.ok&quot; files) by <a href="https://github.com/majocha"><code>@​majocha</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17815">dotnet/fsharp#17815</a></li> <li>CompilerOrder: set metadata for CompileFirst items by <a href="https://github.com/auduchinok"><code>@​auduchinok</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17820">dotnet/fsharp#17820</a></li> <li>Nullness bugfix - change isObjTy early returns in ConstraintSolver by <a href="https://github.com/T-Gro"><code>@​T-Gro</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17757">dotnet/fsharp#17757</a></li> <li>Allow decimal constants by <a href="https://github.com/esbenbjerre"><code>@​esbenbjerre</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17769">dotnet/fsharp#17769</a></li> <li>Better error reporting for <code>return, yield, return! and yield!</code> by <a href="https://github.com/edgarfgp"><code>@​edgarfgp</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17792">dotnet/fsharp#17792</a></li> <li>Merge release/dev17.12 to main by <a href="https://github.com/dotnet-bot"><code>@​dotnet-bot</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17842">dotnet/fsharp#17842</a></li> <li>17.13 versioning by <a href="https://github.com/vzarytovskii"><code>@​vzarytovskii</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17844">dotnet/fsharp#17844</a></li> <li>fix parsing table cache bug by <a href="https://github.com/Martin521"><code>@​Martin521</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17816">dotnet/fsharp#17816</a></li> <li>Regression test for <a href="https://redirect.github.com/dotnet/fsharp/issues/14304">#14304</a> by <a href="https://github.com/edgarfgp"><code>@​edgarfgp</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17839">dotnet/fsharp#17839</a></li> <li>Merge release/dev17.12 to main by <a href="https://github.com/dotnet-bot"><code>@​dotnet-bot</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17851">dotnet/fsharp#17851</a></li> <li>Merge release/dev17.12 to release/dev17.13 by <a href="https://github.com/dotnet-bot"><code>@​dotnet-bot</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17850">dotnet/fsharp#17850</a></li> <li>Merge main to release/dev17.13 by <a href="https://github.com/dotnet-bot"><code>@​dotnet-bot</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17852">dotnet/fsharp#17852</a></li> <li>Better error reporting for <code>use</code> by <a href="https://github.com/edgarfgp"><code>@​edgarfgp</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17811">dotnet/fsharp#17811</a></li> <li>make Assertions.withExitCode work by <a href="https://github.com/Martin521"><code>@​Martin521</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17830">dotnet/fsharp#17830</a></li> <li>Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2555417 by <a href="https://github.com/dotnet-bot"><code>@​dotnet-bot</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17854">dotnet/fsharp#17854</a></li> <li>Merge main to release/dev17.13 by <a href="https://github.com/dotnet-bot"><code>@​dotnet-bot</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17855">dotnet/fsharp#17855</a></li> <li>Revamp decimal literal tests by <a href="https://github.com/esbenbjerre"><code>@​esbenbjerre</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17836">dotnet/fsharp#17836</a></li> <li>Merge main to release/dev17.13 by <a href="https://github.com/dotnet-bot"><code>@​dotnet-bot</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17861">dotnet/fsharp#17861</a></li> <li>Readability of lex.fsl by <a href="https://github.com/Martin521"><code>@​Martin521</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17817">dotnet/fsharp#17817</a></li> <li>.NET 9rc2 by <a href="https://github.com/vzarytovskii"><code>@​vzarytovskii</code></a> in <a href="https://redirect.github.com/dotnet/fsharp/pull/17860">dotnet/fsharp#17860</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/fsharp/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=FSharp.Core&package-manager=nuget&previous-version=9.0.101&new-version=9.0.201)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 511ffcf commit 6f28fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ImperatorToCK3/ImperatorToCK3.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<PackageReference Include="ConcurrentSet" Version="1.0.0"/>
3737
<PackageReference Include="CWTools" Version="0.5.0-alpha" />
3838
<PackageReference Include="DotLiquid" Version="2.3.18" />
39-
<PackageReference Include="FSharp.Core" Version="9.0.101" /> <!-- Needed for CWTools -->
39+
<PackageReference Include="FSharp.Core" Version="9.0.201" /> <!-- Needed for CWTools -->
4040
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.4.0"/>
4141
<PackageReference Include="Meziantou.Analyzer" Version="2.0.188">
4242
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)