Skip to content

Commit

Permalink
Add NuGet.Frameworks nuget to try fix FLE
Browse files Browse the repository at this point in the history
Exception was:
System.IO.FileLoadException: Could not load file or assembly 'NuGet.Frameworks, Version=6.2.1.7, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Could not find or load a specific file.
(0x80131621)
File name: 'NuGet.Frameworks, Version=6.2.1.7, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
  • Loading branch information
knocte authored and webwarrior-ws committed Feb 8, 2024
1 parent 82ce5d0 commit 71ea291
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="FSharp.Compiler.Service" />
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="NuGet.Frameworks" />
</ItemGroup>
</Project>

0 comments on commit 71ea291

Please sign in to comment.