diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc73c7f04..54a6d5757 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/runtime cf52b7e38d28b7e28358cee052effe0ed47efb2e - + https://github.com/dotnet/winforms - 045879a501a5231a58ca3b3be6689379929f3a24 + b84073df0a41ffd8b6c37881ec19b315f9e1ef56 - + https://github.com/dotnet/wpf - ac1936f34a0d0451af866d93b8c8da0dd2cbf9fc + ea83fcc3861dddf4d80f605cf994ce84967bf824 - + https://github.com/dotnet/wpf - ac1936f34a0d0451af866d93b8c8da0dd2cbf9fc + ea83fcc3861dddf4d80f605cf994ce84967bf824 https://github.com/dotnet/runtime @@ -101,13 +101,13 @@ https://github.com/dotnet/runtime cf52b7e38d28b7e28358cee052effe0ed47efb2e - + https://github.com/dotnet/winforms - 045879a501a5231a58ca3b3be6689379929f3a24 + b84073df0a41ffd8b6c37881ec19b315f9e1ef56 - + https://github.com/dotnet/wpf - ac1936f34a0d0451af866d93b8c8da0dd2cbf9fc + ea83fcc3861dddf4d80f605cf994ce84967bf824 diff --git a/eng/Versions.props b/eng/Versions.props index 82ed4e6b0..004d189a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ 6.0 6.0 net$(NETCoreAppFrameworkVersion) - 6.0.0-rc.1.21378.3 - 6.0.0-rc.1.21378.4 + 6.0.0-rc.1.21378.7 + 6.0.0-rc.1.21378.6 - 6.0.0-rc.1.21378.3 + 6.0.0-rc.1.21378.7 - 6.0.0-rc.1.21378.4 + 6.0.0-rc.1.21378.6 15.7.179 $(MicrosoftBuildVersion) diff --git a/pkg/windowsdesktop/sfx/Microsoft.WindowsDesktop.App.Ref.sfxproj b/pkg/windowsdesktop/sfx/Microsoft.WindowsDesktop.App.Ref.sfxproj index 88d7110ae..569b54fd3 100644 --- a/pkg/windowsdesktop/sfx/Microsoft.WindowsDesktop.App.Ref.sfxproj +++ b/pkg/windowsdesktop/sfx/Microsoft.WindowsDesktop.App.Ref.sfxproj @@ -2,7 +2,6 @@ TargetingPack - $(PkgMicrosoft_Private_Winforms)\FrameworkListFiles.props $(MSBuildThisFileDirectory)Microsoft.WindowsDesktop.App.Runtime.sfxproj windowsdesktop-targeting-pack windowsdesktop-targeting-pack @@ -11,8 +10,8 @@ @@ -36,9 +35,10 @@ - + @@ -68,4 +68,8 @@ + + + + diff --git a/pkg/windowsdesktop/sfx/WindowsForms.Packaging.targets b/pkg/windowsdesktop/sfx/WindowsForms.Packaging.targets new file mode 100644 index 000000000..f2ff8abbf --- /dev/null +++ b/pkg/windowsdesktop/sfx/WindowsForms.Packaging.targets @@ -0,0 +1,68 @@ + + + + + + <_WindowsFormsNuGetPath>$(PkgMicrosoft_Private_Winforms) + + + + + + + <_WindowsFormsRequiredFileName>System.Windows.Forms.FileClassification.props + + + + + + + <_WindowsFormsContent Include="$(_WindowsFormsNuGetPath)/sdk/analyzers/**/*.*" /> + <_WindowsFormsContent Include="$(_WindowsFormsNuGetPath)/sdk/dotnet-windowsdesktop/*" /> + + + <_WindowsFormsContentFiles Include="@(_WindowsFormsContent->'%(FileName)%(Extension)')" + Condition=" '%(FileName)%(Extension)' == '$(_WindowsFormsRequiredFileName)' "/> + + <_WindowsFormsContentFiles Include="@(_WindowsFormsContent->'%(FileName)%(Extension)')" + Condition="$([System.String]::Copy('%(Filename)').Contains('Analyzer', StringComparison.OrdinalIgnoreCase)) "/> + + + + + + + + + + + + + + + + + + + +