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
Note that there are noRuntimeIdentifiers (there is only a single runtime)
Behavior of previous versions of MSBuild.Sdk.Extras (2.0.54)
nupkg contains a lib/netstandard2.0 folder (it only built a runtimes/ folder if RuntimeIdentifiers was set)
Behavior of new versions of MSBuild.Sdk.Extras (2.0.85)
nupkg contains a runtimes/win7-x64/lib/netstandard2.0 folder
I was wondering if new behavior was intentional or if it's a regression.
If regression, I can submit a PR to revert to the old behavior.
If not, I would like to submit a PR to make it configurable through a MSBuild variable.
The text was updated successfully, but these errors were encountered:
xen2
changed the title
Setting RuntimeIdentifier without RuntimeIdentifiers: runtimes/ folder in new version
Setting RuntimeIdentifier without RuntimeIdentifiers: folder layout changed
May 27, 2020
xen2
changed the title
Setting RuntimeIdentifier without RuntimeIdentifiers: folder layout changed
RuntimeIdentifier without RuntimeIdentifiers: folder layout changed
May 27, 2020
xen2
changed the title
RuntimeIdentifier without RuntimeIdentifiers: folder layout changed
Single RuntimeIdentifier (without RuntimeIdentifiers): folder layout changed
May 27, 2020
With such a project file:
Note that there are no
RuntimeIdentifiers
(there is only a single runtime)Behavior of previous versions of
MSBuild.Sdk.Extras
(2.0.54)nupkg contains a
lib/netstandard2.0
folder (it only built aruntimes/
folder ifRuntimeIdentifiers
was set)Behavior of new versions of
MSBuild.Sdk.Extras
(2.0.85)nupkg contains a
runtimes/win7-x64/lib/netstandard2.0
folderI was wondering if new behavior was intentional or if it's a regression.
If regression, I can submit a PR to revert to the old behavior.
If not, I would like to submit a PR to make it configurable through a MSBuild variable.
The text was updated successfully, but these errors were encountered: