-
Notifications
You must be signed in to change notification settings - Fork 93
fix: update Fable.AST to 5.0.0-rc.3
#700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,23 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="BlackFox.CommandLine" Version="1.0.0" /> | ||
| <PackageVersion Include="Fable.AST" Version="5.0.0-beta.3" /> | ||
| <PackageVersion Include="Fable.Browser.Dom" Version="2.20.0" /> | ||
| <PackageVersion Include="Fable.Browser.MediaQueryList" Version="1.1.0" /> | ||
| <PackageVersion Include="Fable.Core" Version="4.5.0" /> | ||
| <PackageVersion Include="Fable.Elmish" Version="4.0.0" /> | ||
| <PackageVersion Include="Fable.Promise" Version="3.2.0" /> | ||
| <PackageVersion Include="Fable.React.Types" Version="18.4.0" /> | ||
| <PackageVersion Include="Fable.ReactDom.Types" Version="18.2.0" /> | ||
| <PackageVersion Include="FSharp.Core" Version="8.0.401" /> | ||
| <PackageVersion Include="SimpleExec" Version="12.0.0" /> | ||
| <PackageVersion Include="EasyBuild.PackageReleaseNotes.Tasks" Version="2.0.0" /> | ||
| <!-- dotnet testing for compilerplugins --> | ||
| <PackageVersion Include="Expecto" Version="10.2.3" /> | ||
| <PackageVersion Include="YoloDev.Expecto.TestSdk" Version="0.15.5" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" /> | ||
| </ItemGroup> | ||
| </Project> | ||
| <PropertyGroup> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="BlackFox.CommandLine" Version="1.0.0" /> | ||
| <PackageVersion Include="Fable.AST" Version="5.0.0-rc.3" /> | ||
| <PackageVersion Include="Fable.Browser.Dom" Version="2.20.0" /> | ||
|
Comment on lines
+5
to
+8
|
||
| <PackageVersion Include="Fable.Browser.MediaQueryList" Version="1.1.0" /> | ||
| <PackageVersion Include="Fable.Core" Version="4.5.0" /> | ||
| <PackageVersion Include="Fable.Elmish" Version="4.0.0" /> | ||
| <PackageVersion Include="Fable.Promise" Version="3.2.0" /> | ||
| <PackageVersion Include="Fable.React.Types" Version="18.4.0" /> | ||
| <PackageVersion Include="Fable.ReactDom.Types" Version="18.2.0" /> | ||
| <PackageVersion Include="FSharp.Core" Version="8.0.401" /> | ||
| <PackageVersion Include="SimpleExec" Version="12.0.0" /> | ||
| <PackageVersion Include="EasyBuild.PackageReleaseNotes.Tasks" Version="2.0.0" /> | ||
| <!-- dotnet testing for compilerplugins --> | ||
| <PackageVersion Include="Expecto" Version="10.2.3" /> | ||
| <PackageVersion Include="YoloDev.Expecto.TestSdk" Version="0.15.5" /> | ||
| <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" /> | ||
| </ItemGroup> | ||
| </Project> | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR introduces a new local tool (
dotnet-outdated-tool). If it’s not required for theFable.AST/Fable upgrade, consider removing it from this PR (or documenting why it’s needed) to keep the change set focused.