File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 8484 <!-- Packages from dotnet/roslyn -->
8585 <MicrosoftNetCompilersToolsetVersion >3.4.1-beta4-20127-10</MicrosoftNetCompilersToolsetVersion >
8686 </PropertyGroup >
87+
88+ <!-- For the targeting pack, always use packages with PatchVersion=0 -->
89+ <PropertyGroup Condition =" '$(MSBuildProjectName)' == 'Microsoft.Internal.Extensions.Refs' OR '$(IsReferenceAssemblyProject)' == 'true' " >
90+ <SystemDiagnosticsEventLogPackageVersion >$(SystemDiagnosticsEventLogPackageVersion.Split('.')[0]).$(SystemDiagnosticsEventLogPackageVersion.Split('.')[1]).0</SystemDiagnosticsEventLogPackageVersion >
91+ <SystemIOPipelinesPackageVersion >$(SystemIOPipelinesPackageVersion.Split('.')[0]).$(SystemIOPipelinesPackageVersion.Split('.')[1]).0</SystemIOPipelinesPackageVersion >
92+ <SystemSecurityCryptographyXmlPackageVersion >$(SystemSecurityCryptographyXmlPackageVersion.Split('.')[0]).$(SystemSecurityCryptographyXmlPackageVersion.Split('.')[1]).0</SystemSecurityCryptographyXmlPackageVersion >
93+ </PropertyGroup >
94+
8795 <PropertyGroup Label =" Dependency version settings" >
8896 <!--
8997 Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
You can’t perform that action at this time.
0 commit comments