Use ValueStringBuilder instead of StringBuilderCache in PathInternal.Windows.cs
authorStephen Toub <stoub@microsoft.com>
Thu, 3 Jan 2019 16:34:52 +0000 (11:34 -0500)
committerStephen Toub <stoub@microsoft.com>
Thu, 3 Jan 2019 21:39:25 +0000 (16:39 -0500)
Commit migrated from https://github.com/dotnet/corefx/commit/94cf6be593098451257e96406b39fd9790d121b5

src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj

index 17531c6..0d4ae4d 100644 (file)
     <Compile Include="$(CommonPath)\CoreLib\System\IO\PathInternal.Windows.cs">
       <Link>Common\CoreLib\System\IO\PathInternal.Windows.cs</Link>
     </Compile>
+    <Compile Include="$(CommonPath)\CoreLib\System\Text\ValueStringBuilder.cs">
+      <Link>CoreLib\System\Text\ValueStringBuilder.cs</Link>
+    </Compile>
     <Compile Include="$(CommonPath)\Interop\Windows\Interop.Errors.cs">
       <Link>Common\Interop\Windows\Interop.Errors.cs</Link>
     </Compile>