| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Not sure why the build fails on this Andy Jordan (@andyleejordan) ? In csproj the SMA reference used to be conditional based on the target framework so don't understand how it even works now with the current 7.2 target that should only apply for PowerShell 7 builds but not 3, etc On another note, what do you think about a new release now that we've merged all the recent PRs? The SMA update is the only one I was thinking of doing before the release. |
Sorry, something went wrong.
It seems the GitHub Actions Ubuntu image is failing to add dotnet to the path when the task installs it. I fixed it in #2080 and rebased the PRs.
Yes, planning on it. |
Sorry, something went wrong.
| @@ -11,7 +11,7 @@ | |||
| <PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | |||
| <PackageVersion Include="Pluralize.NET" Version="1.0.2" /> | |||
| <PackageVersion Include="PowerShellStandard.Library" Version="3.0.0-preview-02" /> | |||
There was a problem hiding this comment.
Side note, are we stuck on this version because of PowerShell 3 support? If not let's update it to 5.1.1.
Sorry, something went wrong.
There was a problem hiding this comment.
Yes. Although it was an improvement to have as not all projects had to reference the psv3/4/5 reference assemblies. since it's just for referencing and not shipped, I don't mind TBH. Regarding dropping support, how about we start soft and just bump the minimum version in manifest and see what people's feedback is?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Since PowerShell 7.2 is not supported any more, we can upgrade the SMA version. Somehow 7.4.8 is not published, raised issue here: PowerShell/PowerShell#25162
PR Checklist