Skip to content

Commit

Permalink
Console: fix console app
Browse files Browse the repository at this point in the history
Add package references to fix `Could not load file or assembly ` bugs
that prevented console app from working.
  • Loading branch information
webwarrior-ws committed Jan 11, 2024
1 parent 75d1246 commit d5b1441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FSharpLint.Console/FSharpLint.Console.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
<PackageReference Include="FSharp.Compiler.Service" />
<PackageReference Include="Microsoft.SourceLink.GitHub" />
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="Microsoft.Build.Framework" ExcludeAssets="runtime" />
<PackageReference Include="System.Configuration.ConfigurationManager" />
</ItemGroup>
</Project>

0 comments on commit d5b1441

Please sign in to comment.