Skip to content

Commit

Permalink
Replace NuGet.Frameworks nuget to workaround FLE
Browse files Browse the repository at this point in the history
Previous commit adding the nuget reference didn't work. This is
a workaround that works:
dotnet/roslyn#61454 (comment)
  • Loading branch information
knocte authored and webwarrior-ws committed Jan 10, 2024
1 parent 6abc7d5 commit 752e078
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="Microsoft.Win32.Registry" />
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="NuGet.Frameworks" />
</ItemGroup>

<!-- workaround for NuGet.Frameworks FileLoadException issue,
Expand Down

0 comments on commit 752e078

Please sign in to comment.