-
Notifications
You must be signed in to change notification settings - Fork 395
Upgrade 'System.Automation.Management' NuGet package of version 6.0.0-alpha13 to official version 6.0.2 from powershell-core feed, which requires upgrade to netstandard2.0 #919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a17699b
Upgrade system.automation.management to 6.0.1.1 for netstandard, whic…
bergmeister a48573c
use release version of TypeExtensions instead of pre-release
bergmeister 83fcb7b
Merge branch 'development' of https://github.com/PowerShell/PSScriptA…
bergmeister 7403578
Update System.Management.Automation from 6.0.1.1 to 6.0.2
bergmeister 81bdc15
Merge branch 'development' of https://github.com/PowerShell/PSScriptA…
bergmeister 511216c
run PowerShell Core tests only if image has at least 6.0.2 as require…
bergmeister 4767772
install pwsh for windows if required instead of skipping tests. Thank…
bergmeister 52d8521
upgrade to net 461 and use in full clr as well
bergmeister d31a55b
fix other references to net451 with net461
bergmeister 041c2a2
Revert "fix other references to net451 with net461"
bergmeister 5e73dd9
Revert "upgrade to net 461 and use in full clr as well"
bergmeister e59178c
use v3/5 reference assemblies
bergmeister 09b8822
Merge branch 'development' of https://github.com/PowerShell/PSScriptA…
bergmeister 5bb6fed
Make UseIdenticalMandatoryParametersDSC rule compilable for v4 by int…
bergmeister c13f87b
fix wmf4 build
bergmeister 0c59367
Use 1.0.0-alpha* of Microsoft.Management.Infrastructure nuget package…
bergmeister File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just to highlight why I needed the NuGet package for
Microsoft.CSharp
, which was included innetstandard1.6
but notnetstandard2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup - I found this as well when I was looking at building against PowerShellStandard.Library