File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 160160 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)\System.Utf8String.Experimental\**\*.csproj" Condition =" '$(RuntimeFlavor)' == 'Mono'" />
161161 </ItemGroup >
162162
163- <ItemGroup Condition =" '$(IsTestProject)' != 'true'" >
164- <PackageReference Include =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" $(MicrosoftDotNetBuildTasksPackagingVersion)" PrivateAssets =" all" IsImplicitlyDefined =" true" />
165- <PackageReference Include =" Microsoft.DotNet.GenFacades" Version =" $(MicrosoftDotNetGenFacadesVersion)" PrivateAssets =" all" IsImplicitlyDefined =" true" />
166- <PackageReference Include =" Microsoft.DotNet.ApiCompat" Condition =" '$(DotNetBuildFromSource)' != 'true'" Version =" $(MicrosoftDotNetApiCompatVersion)" PrivateAssets =" all" IsImplicitlyDefined =" true" />
167- <PackageReference Include =" Microsoft.DotNet.GenAPI" Condition =" '$(DotNetBuildOffline)' != 'true'" Version =" $(MicrosoftDotNetGenApiVersion)" PrivateAssets =" all" IsImplicitlyDefined =" true" />
168- <PackageReference Include =" illink.tasks" Version =" $(ILLinkTasksVersion)" PrivateAssets =" all" IsImplicitlyDefined =" true" ExcludeAssets =" build" GeneratePathProperty =" true" />
169- </ItemGroup >
170-
171163 <PropertyGroup >
172164 <_runtimeOSVersionIndex >$(RuntimeOS.IndexOfAny(".-0123456789"))</_runtimeOSVersionIndex >
173165 <_runtimeOSFamily Condition =" '$(_runtimeOSVersionIndex)' != '-1'" >$(RuntimeOS.SubString(0, $(_runtimeOSVersionIndex)))</_runtimeOSFamily >
You can’t perform that action at this time.
0 commit comments