Skip to content

Commit

Permalink
WIP try NuGet.Frameworks FLE workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Aug 9, 2022
1 parent 2dde5e6 commit 8ae173f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="FSharp.Compiler.Service" />
<PackageReference Include="Microsoft.Build.Locator" />
<PackageReference Include="NuGet.Frameworks" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SourceFiles="$(MSBuildSDKsPath)\..\NuGet.Frameworks.dll"
DestinationFolder="$(OutputPath)"
ContinueOnError="false" />
</Target>
</Project>

0 comments on commit 8ae173f

Please sign in to comment.