Skip to content

Commit

Permalink
WIP: made some functional tests pass
Browse files Browse the repository at this point in the history
Made changes to FSharpLint.FunctionalTest.fsproj and
Directory.Packages.Props to avoid errors when loading projects
in functional tests.
  • Loading branch information
webwarrior-ws committed Jan 11, 2024
1 parent 5b22d3a commit 6d9ded8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0" />
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="5.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
<PackageVersion Include="NuGet.Frameworks" Version="5.10" />
<PackageVersion Include="NuGet.Frameworks" Version="6.4.0" />
<PackageVersion Include="NUnit" Version="3.13.2" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.0" />
<PackageVersion Include="Perfolizer" Version="0.2.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="FSharp.Compiler.Service" />
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="Microsoft.Build.Framework" ExcludeAssets="runtime" />
<PackageReference Include="NuGet.Frameworks" />
</ItemGroup>

</Project>

0 comments on commit 6d9ded8

Please sign in to comment.