git: 3f6f357b7826 - main - lang/dotnet8: Update to 8.0.18

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 16 Sep 2025 08:50:56 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f6f357b7826a9126cb0d41edff5cc6558eac92b

commit 3f6f357b7826a9126cb0d41edff5cc6558eac92b
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-09-15 09:59:50 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-09-16 08:50:48 +0000

    lang/dotnet8: Update to 8.0.18
---
 lang/dotnet8/Makefile            |   6 +-
 lang/dotnet8/distinfo            |  10 +-
 lang/dotnet8/files/patch-clang19 |  31 ----
 lang/dotnet8/pkg-plist           | 339 ++++++++++++++++++++-------------------
 4 files changed, 178 insertions(+), 208 deletions(-)

diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile
index 44dbf8d5eed0..9a61709549ac 100644
--- a/lang/dotnet8/Makefile
+++ b/lang/dotnet8/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dotnet
 DISTVERSIONPREFIX=	v
-DISTVERSION=	${DOTNETVERSION}.10
+DISTVERSION=	${DOTNETVERSION}.18
 CATEGORIES=	lang devel
 MASTER_SITES=	https://github.com/dotnet/dotnet/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/release.json?dummy=/:dotnetmanifest \
 		LOCAL/arrowd/dotnet/:bootstrap
@@ -48,8 +48,8 @@ BOOTSTRAP_SOURCEBUILT_ARTIFACTS_DISTNAME=	Private.SourceBuilt.Artifacts.${BOOTST
 BOOTSTRAP_SDK_DISTNAME=				dotnet-sdk-${BOOTSTRAP_SDKVERSION}-freebsd-${DOTNET_ARCH}
 
 DOTNETVERSION=			8.0
-SDKVERSION=			${DOTNETVERSION}.110
-SDKVERSIONSUFFIX=		-servicing.24474.1
+SDKVERSION=			${DOTNETVERSION}.118
+SDKVERSIONSUFFIX=		-servicing.25323.1
 SOURCEBUILT_ARTIFACTS_DISTNAME?=Private.SourceBuilt.Artifacts.${SDKVERSION}${SDKVERSIONSUFFIX}.freebsd.13-${DOTNET_ARCH}
 SDK_DISTNAME=			dotnet-sdk-${SDKVERSION}-freebsd-${DOTNET_ARCH}
 DOTNET_ARCH=				${ARCH:S|amd64|x64|:C|aarch64|arm64|}
diff --git a/lang/dotnet8/distinfo b/lang/dotnet8/distinfo
index 4f87a07f6d9f..d1b98ed45ab8 100644
--- a/lang/dotnet8/distinfo
+++ b/lang/dotnet8/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1757253267
-SHA256 (dotnet/release.json-8.0.10) = c580d0e712af626aefae374deb59be5371973a92b4a1150d2b707da6e2d73536
-SIZE (dotnet/release.json-8.0.10) = 277
+TIMESTAMP = 1757920979
+SHA256 (dotnet/release.json-8.0.18) = a463583aa71c9c24e9fd666a8c23ae4c92d0d8cf0d386d2f0b53baf5ae9a0b3c
+SIZE (dotnet/release.json-8.0.18) = 277
 SHA256 (dotnet/Private.SourceBuilt.Artifacts.8.0.110-servicing.24474.1.freebsd.13-x64.tar.gz) = 306efdf765ef5cdef9a9101d36259811b8326d27d8b8e1556b02d724ab444b6e
 SIZE (dotnet/Private.SourceBuilt.Artifacts.8.0.110-servicing.24474.1.freebsd.13-x64.tar.gz) = 1226123578
 SHA256 (dotnet/dotnet-sdk-8.0.110-freebsd-x64.tar.gz) = 1829329c3dedb105a46eb677965f803fbc3fad9abc22239ee2c553dfebfdfb36
@@ -9,5 +9,5 @@ SHA256 (dotnet/Private.SourceBuilt.Artifacts.8.0.110-servicing.24474.1.freebsd.1
 SIZE (dotnet/Private.SourceBuilt.Artifacts.8.0.110-servicing.24474.1.freebsd.13-arm64.tar.gz) = 1210371789
 SHA256 (dotnet/dotnet-sdk-8.0.110-freebsd-arm64.tar.gz) = 08cd391b91d32bb92ed935da83ae2d48281d48d5a4193cd1ca7562d05a1b9f10
 SIZE (dotnet/dotnet-sdk-8.0.110-freebsd-arm64.tar.gz) = 377931375
-SHA256 (dotnet/dotnet-dotnet-v8.0.10_GH0.tar.gz) = 1d292cdffa858b79214f41386d4d5e93e83cc5de72ce6865a827e779cdf410aa
-SIZE (dotnet/dotnet-dotnet-v8.0.10_GH0.tar.gz) = 281780452
+SHA256 (dotnet/dotnet-dotnet-v8.0.18_GH0.tar.gz) = 4555e0151553750de384f235006a2290ae7a6fb64d423dc60740a6fbbca77fd3
+SIZE (dotnet/dotnet-dotnet-v8.0.18_GH0.tar.gz) = 282264202
diff --git a/lang/dotnet8/files/patch-clang19 b/lang/dotnet8/files/patch-clang19
deleted file mode 100644
index 3b54459f15a1..000000000000
--- a/lang/dotnet8/files/patch-clang19
+++ /dev/null
@@ -1,31 +0,0 @@
-By Omair Majid. Obtained from Alpine Linux.
-
-Notably, Dotnet-9 already has these.
-
-	-mi
---- src/runtime/src/coreclr/vm/comreflectioncache.hpp	2024-05-28 12:53:38.000000000 -0400
-+++ src/runtime/src/coreclr/vm/comreflectioncache.hpp	2025-04-28 21:59:11.041285000 -0400
-@@ -27,4 +27,5 @@
-     void Init();
- 
-+#ifndef DACCESS_COMPILE
-     BOOL GetFromCache(Element *pElement, CacheType& rv)
-     {
-@@ -103,4 +104,5 @@
-         this->LeaveWrite();
-     }
-+#endif // !ACCESS_COMPILE
- 
- private:
-@@ -142,4 +144,5 @@
-     }
- 
-+#ifndef DACCESS_COMPILE
-     void AdjustStamp(BOOL hasWriterLock)
-     {
-@@ -171,4 +174,5 @@
-             this->LeaveWrite();
-     }
-+#endif // !ACCESS_COMPILE
- 
-     void UpdateHashTable(SIZE_T hash, int slot)
diff --git a/lang/dotnet8/pkg-plist b/lang/dotnet8/pkg-plist
index e5abb21872cd..747c7833a754 100644
--- a/lang/dotnet8/pkg-plist
+++ b/lang/dotnet8/pkg-plist
@@ -1145,10 +1145,10 @@
 %%DATADIR%%/sdk/%%SDKVERSION%%/Current/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets
 %%DATADIR%%/sdk/%%SDKVERSION%%/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets
 %%DATADIR%%/sdk/%%SDKVERSION%%/Current/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.deps.json
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.runtimeconfig.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.deps.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.runtimeconfig.json
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Humanizer.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Bcl.AsyncInterfaces.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Build.Locator.dll
@@ -1174,6 +1174,7 @@
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Extensions.Options.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Extensions.Primitives.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Collections.Immutable.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.CommandLine.Rendering.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.CommandLine.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Composition.AttributedModel.dll
@@ -1355,171 +1356,171 @@
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.resources.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/zh-Hant/System.CommandLine.resources.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/zh-Hant/dotnet-format.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Binder.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Abstractions.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.JsonWebTokens.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Logging.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Tokens.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/System.IdentityModel.Tokens.Jwt.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.deps.json
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.runtimeconfig.json
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/Newtonsoft.Json.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.deps.json
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24468.4/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.runtimeconfig.json
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/DotNetWatch.targets
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/DotNetWatchTasks.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Humanizer.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.Bcl.AsyncInterfaces.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.Build.Locator.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.AnalyzerUtilities.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.CSharp.Features.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Features.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Scripting.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Workspaces.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/Microsoft.DiaSymReader.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/System.CommandLine.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/System.Composition.AttributedModel.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/System.Composition.Convention.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/System.Composition.Hosting.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/System.Composition.Runtime.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/System.Composition.TypedParts.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/cs/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/de/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/dotnet-watch.deps.json
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/dotnet-watch.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/dotnet-watch.dll.config
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/dotnet-watch.runtimeconfig.json
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/es/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/fr/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/hotreload/Microsoft.Extensions.DotNetDeltaApplier.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/it/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ja/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ko/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/middleware/Microsoft.AspNetCore.Watch.BrowserRefresh.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pl/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/pt-BR/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/ru/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/tr/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hans/dotnet-watch.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/System.CommandLine.resources.dll
-%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.24469.18/tools/net%%DOTNETVERSION%%/any/zh-Hant/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Binder.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Abstractions.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.JsonWebTokens.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Logging.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Tokens.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/System.IdentityModel.Tokens.Jwt.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.deps.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.runtimeconfig.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/Newtonsoft.Json.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.deps.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.25317.6/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.runtimeconfig.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/DotNetWatch.targets
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/DotNetWatchTasks.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Humanizer.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.Bcl.AsyncInterfaces.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.Build.Locator.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.AnalyzerUtilities.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.CSharp.Features.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Features.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Scripting.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.CodeAnalysis.Workspaces.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/Microsoft.DiaSymReader.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/System.CommandLine.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/System.Composition.AttributedModel.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/System.Composition.Convention.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/System.Composition.Hosting.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/System.Composition.Runtime.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/System.Composition.TypedParts.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/cs/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/de/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/dotnet-watch.deps.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/dotnet-watch.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/dotnet-watch.dll.config
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/dotnet-watch.runtimeconfig.json
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/es/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/fr/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/hotreload/Microsoft.Extensions.DotNetDeltaApplier.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/it/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ja/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ko/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/middleware/Microsoft.AspNetCore.Watch.BrowserRefresh.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pl/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/pt-BR/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/ru/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/tr/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hans/dotnet-watch.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/System.CommandLine.resources.dll
+%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%-servicing.25320.10/tools/net%%DOTNETVERSION%%/any/zh-Hant/dotnet-watch.resources.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/Extensions/Microsoft.Diagnostics.NETCore.Client.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll
 %%DATADIR%%/sdk/%%SDKVERSION%%/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll