You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include all frameworks in local LCM, Palaso & Chorus (#481)
One of the LCM target frameworks is netstandard2.0. To build a
local LCM that uses a local Palaso, LCM needs the netstandard2.0
framework to be in the palaso nupkg. By removing the
TargetFrameworks parameter from the ‘dotnet pack’ command the
nuget packages will contain all the frameworks specified in
the .csproj files.
0 commit comments