Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fsprojects/fantomas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 518024870b686b886f9ed8b0a28be3131a9ebbcc
Choose a base ref
..
head repository: fsprojects/fantomas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2df4178951fb7e3e4f0e8d5ac45b5fbb2f9203c9
Choose a head ref
Showing with 9 additions and 9 deletions.
  1. +1 −1 src/Fantomas.FCS/Fantomas.FCS.fsproj
  2. +8 −8 src/Fantomas.FCS/packages.lock.json
2 changes: 1 addition & 1 deletion src/Fantomas.FCS/Fantomas.FCS.fsproj
Original file line number Diff line number Diff line change
@@ -306,7 +306,7 @@
<PackageReference Include="FSharp.Core" Version="$(FSharpCoreVersion)" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="FsLexYacc" Version="10.2.0" PrivateAssets="all" />
<PackageReference Include="FsLexYacc" Version="11.0.1" PrivateAssets="all" />
</ItemGroup>

<Target Name="AcquireCompilerFiles" Condition="!Exists('../../.deps/$(FCSCommitHash)')" BeforeTargets="CollectPackageReferences">
16 changes: 8 additions & 8 deletions src/Fantomas.FCS/packages.lock.json
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@
},
"FsLexYacc": {
"type": "Direct",
"requested": "[10.2.0, )",
"resolved": "10.2.0",
"contentHash": "q7mhuEMm8rvFAJ9jaH1atYCRN96tMbjHarYIDooeMKFCbUuqvep+vA2ijGhA06GZ5BG+jg4TjG6dt/4gR2qHHA==",
"requested": "[11.0.1, )",
"resolved": "11.0.1",
"contentHash": "2ra352oQaLFe67FisXkTeVTdlX96pOfI5zz1MvJeBwdgqGDSmVT46nM1ugUxWXts5u3dx7FGKTdZDoRfnwFAgw==",
"dependencies": {
"FSharp.Core": "4.5.2",
"FsLexYacc.Runtime": "[10.2.0, 10.3.0)"
"FSharp.Core": "4.6.2",
"FsLexYacc.Runtime": "11.0.1"
}
},
"Ionide.KeepAChangelog.Tasks": {
@@ -68,10 +68,10 @@
},
"FsLexYacc.Runtime": {
"type": "Transitive",
"resolved": "10.2.0",
"contentHash": "d2+gguRIvsn1e7AycVc0r7L1QWptrnUOvQvJLbgkANcS5SjfM/FRgfUGwfqV2cJo3KOFQB5Mqmda/4YTQkkvdA==",
"resolved": "11.0.1",
"contentHash": "6fZlgcVHPJBAB3MGJpGpJIhHFM87LDulG0hQA0pZicr3fKUrq6TPd2UNdRO02U7PEAvAMHE2qmyPiEll7mgILg==",
"dependencies": {
"FSharp.Core": "4.5.2"
"FSharp.Core": "4.6.2"
}
},
"Microsoft.Build.Tasks.Git": {