Commit 46a3b93
Add StringTools to do-not-deploy list (#354)
* Add StringTools to do-not-deploy list
An internal tool recently had trouble updating to .NET 10 because
it deployed a stale local copy of `Microsoft.NET.StringTools.dll` that
was working (by coincidence) throughout .NET 9 but failed after
dotnet/msbuild#12100 added some API surface to StringTools and used it.
* Add nuget dependency as well
---------
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>1 parent e3d4d0d commit 46a3b93
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments