We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 969f5ed + 9d9ac5e commit 3ad4702Copy full SHA for 3ad4702
Build/NuGet/Windows.DotNet.Arch/Items.props.mustache
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Condition=" '$(TargetFramework)' == '' Or '$(TargetFramework.TrimEnd(`0123456789`))' == 'net' ">
+ <ItemGroup Condition=" '$(TargetFramework)' == '' Or $([System.Text.RegularExpressions.Regex]::Replace('$(TargetFramework)', '\d+(?:\-client)?$', '', System.Text.RegularExpressions.RegexOptions.IgnoreCase)) == 'net' ">
4
<Content Include="$(MSBuildThisFileDirectory)..\runtimes\{{runtimeIdentifier}}\native\*.*" Condition=" '$(Platform)' == 'AnyCPU' ">
5
<Link>{{platformArchitecture}}\%(Filename)%(Extension)</Link>
6
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
0 commit comments