@@ -264,20 +264,20 @@ The System.Reflection.Metadata library is built-in as part of the shared framewo
264
264
<Compile Include =" $(CommonPath)System\Text\ValueStringBuilder.AppendSpanFormattable.cs" Link =" System\Text\ValueStringBuilder.AppendSpanFormattable.cs" Condition =" '$(TargetFrameworkIdentifier)' == '.NETCoreApp'" />
265
265
</ItemGroup >
266
266
267
- <ItemGroup Condition =" '$(TargetFramework)' != '$(NetCoreAppCurrent)'" >
267
+ <!-- Application tfms (.NETCoreApp, .NETFramework) need to use the same or higher version of .NETStandard's dependencies. -->
268
+ <ItemGroup >
268
269
<ProjectReference Include =" $(LibrariesProjectRoot)System.Collections.Immutable\src\System.Collections.Immutable.csproj" />
269
270
</ItemGroup >
270
271
271
272
<ItemGroup Condition =" '$(TargetFramework)' == '$(NetCoreAppCurrent)'" >
272
- <ProjectReference Include =" $(LibrariesProjectRoot)System.Collections\src\System.Collections.csproj" PrivateAssets =" all" />
273
- <ProjectReference Include =" $(LibrariesProjectRoot)System.Collections.Immutable\src\System.Collections.Immutable.csproj" PrivateAssets =" all" />
274
- <ProjectReference Include =" $(LibrariesProjectRoot)System.IO.Compression\src\System.IO.Compression.csproj" PrivateAssets =" all" />
275
- <ProjectReference Include =" $(LibrariesProjectRoot)System.IO.MemoryMappedFiles\src\System.IO.MemoryMappedFiles.csproj" PrivateAssets =" all" />
276
- <ProjectReference Include =" $(LibrariesProjectRoot)System.Memory\src\System.Memory.csproj" PrivateAssets =" all" />
277
- <ProjectReference Include =" $(LibrariesProjectRoot)System.Runtime.InteropServices\src\System.Runtime.InteropServices.csproj" PrivateAssets =" all" />
278
- <ProjectReference Include =" $(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" PrivateAssets =" all" />
279
- <ProjectReference Include =" $(LibrariesProjectRoot)System.Text.Encoding.Extensions\src\System.Text.Encoding.Extensions.csproj" PrivateAssets =" all" />
280
- <ProjectReference Include =" $(LibrariesProjectRoot)System.Threading\src\System.Threading.csproj" PrivateAssets =" all" />
273
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.Collections\src\System.Collections.csproj" />
274
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.IO.Compression\src\System.IO.Compression.csproj" />
275
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.IO.MemoryMappedFiles\src\System.IO.MemoryMappedFiles.csproj" />
276
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.Memory\src\System.Memory.csproj" />
277
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.Runtime.InteropServices\src\System.Runtime.InteropServices.csproj" />
278
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.Runtime\src\System.Runtime.csproj" />
279
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.Text.Encoding.Extensions\src\System.Text.Encoding.Extensions.csproj" />
280
+ <ProjectReference Include =" $(LibrariesProjectRoot)System.Threading\src\System.Threading.csproj" />
281
281
</ItemGroup >
282
282
283
283
</Project >
0 commit comments