diff --git a/eng/Versions.props b/eng/Versions.props index 518226dab685..06a4d9483404 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -10,7 +10,7 @@ - 6.0.305 + 6.0.306 servicing true diff --git a/src/RazorSdk/update-test-baselines.ps1 b/src/RazorSdk/update-test-baselines.ps1 new file mode 100644 index 000000000000..38c7e9553632 --- /dev/null +++ b/src/RazorSdk/update-test-baselines.ps1 @@ -0,0 +1,6 @@ +$RepoRoot= Resolve-Path "$PSScriptRoot/../.." + +$TestProjects = "Microsoft.NET.Sdk.Razor.Tests", "Microsoft.NET.Sdk.BlazorWebAssembly.Tests" | + ForEach-Object { Join-Path -Path "$RepoRoot/src/Tests/" -ChildPath $_ }; + +$TestProjects | ForEach-Object { dotnet test --no-build -l "console;verbosity=normal" $_ -e ASPNETCORE_TEST_BASELINES=true --filter AspNetCore=BaselineTest } diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Build.staticwebassets.json index b3e1e5e85ef8..0fe7bef8d1c1 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Build.staticwebassets.json @@ -133,7 +133,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.CSharp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.CSharp.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", @@ -422,7 +422,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.Core.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", @@ -439,7 +439,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", @@ -456,7 +456,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", @@ -473,7 +473,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Registry.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Registry.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll", @@ -490,7 +490,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.AppContext.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.AppContext.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", @@ -507,7 +507,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Buffers.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Buffers.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", @@ -524,7 +524,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Concurrent.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Concurrent.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", @@ -541,7 +541,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Immutable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Immutable.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", @@ -558,7 +558,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.NonGeneric.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.NonGeneric.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", @@ -575,7 +575,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Specialized.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Specialized.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", @@ -592,7 +592,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", @@ -609,7 +609,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Annotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Annotations.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", @@ -626,7 +626,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.DataAnnotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.DataAnnotations.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", @@ -643,7 +643,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.EventBasedAsync.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.EventBasedAsync.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", @@ -660,7 +660,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", @@ -677,7 +677,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.TypeConverter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.TypeConverter.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", @@ -694,7 +694,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", @@ -711,7 +711,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Configuration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Configuration.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", @@ -728,7 +728,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Console.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Console.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", @@ -745,7 +745,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Core.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", @@ -762,7 +762,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.Common.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.Common.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", @@ -779,7 +779,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.DataSetExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.DataSetExtensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", @@ -796,7 +796,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", @@ -813,7 +813,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Contracts.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Contracts.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", @@ -830,7 +830,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Debug.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Debug.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", @@ -847,7 +847,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.DiagnosticSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.DiagnosticSource.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", @@ -864,7 +864,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.FileVersionInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.FileVersionInfo.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", @@ -881,7 +881,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Process.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Process.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", @@ -898,7 +898,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.StackTrace.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.StackTrace.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", @@ -915,7 +915,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TextWriterTraceListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TextWriterTraceListener.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", @@ -932,7 +932,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tools.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tools.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", @@ -949,7 +949,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TraceSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TraceSource.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", @@ -966,7 +966,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tracing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tracing.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", @@ -983,7 +983,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", @@ -1000,7 +1000,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", @@ -1017,7 +1017,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Dynamic.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Dynamic.Runtime.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", @@ -1034,7 +1034,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Formats.Asn1.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Formats.Asn1.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", @@ -1051,7 +1051,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Calendars.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Calendars.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", @@ -1068,7 +1068,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", @@ -1085,7 +1085,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", @@ -1102,7 +1102,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.Brotli.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.Brotli.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", @@ -1119,7 +1119,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", @@ -1136,7 +1136,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.ZipFile.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.ZipFile.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", @@ -1153,7 +1153,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", @@ -1170,7 +1170,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", @@ -1187,7 +1187,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.DriveInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.DriveInfo.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", @@ -1204,7 +1204,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", @@ -1221,7 +1221,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Watcher.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Watcher.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", @@ -1238,7 +1238,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", @@ -1255,7 +1255,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.IsolatedStorage.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.IsolatedStorage.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", @@ -1272,7 +1272,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.MemoryMappedFiles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.MemoryMappedFiles.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", @@ -1306,7 +1306,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", @@ -1323,7 +1323,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", @@ -1340,7 +1340,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.UnmanagedMemoryStream.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.UnmanagedMemoryStream.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", @@ -1357,7 +1357,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", @@ -1374,7 +1374,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Expressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Expressions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", @@ -1391,7 +1391,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Parallel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", @@ -1408,7 +1408,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Queryable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Queryable.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", @@ -1425,7 +1425,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", @@ -1442,7 +1442,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Memory.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Memory.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", @@ -1459,7 +1459,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.Json.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", @@ -1476,7 +1476,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", @@ -1493,7 +1493,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.HttpListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.HttpListener.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", @@ -1510,7 +1510,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Mail.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Mail.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", @@ -1527,7 +1527,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NameResolution.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NameResolution.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", @@ -1544,7 +1544,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NetworkInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NetworkInformation.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", @@ -1561,7 +1561,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Ping.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Ping.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", @@ -1578,7 +1578,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", @@ -1595,7 +1595,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Quic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Quic.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", @@ -1612,7 +1612,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Requests.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Requests.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", @@ -1629,7 +1629,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Security.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", @@ -1646,7 +1646,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.ServicePoint.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.ServicePoint.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", @@ -1663,7 +1663,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Sockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Sockets.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", @@ -1680,7 +1680,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebClient.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebClient.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", @@ -1697,7 +1697,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebHeaderCollection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebHeaderCollection.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", @@ -1714,7 +1714,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebProxy.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", @@ -1731,7 +1731,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.Client.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.Client.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", @@ -1748,7 +1748,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", @@ -1765,7 +1765,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", @@ -1782,7 +1782,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.Vectors.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.Vectors.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", @@ -1799,7 +1799,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", @@ -1816,7 +1816,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ObjectModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ObjectModel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", @@ -1833,7 +1833,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", @@ -1850,7 +1850,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.DataContractSerialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.DataContractSerialization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", @@ -1867,7 +1867,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Runtime.InteropServices.JavaScript.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Runtime.InteropServices.JavaScript.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", @@ -1884,7 +1884,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Uri.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Uri.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", @@ -1901,7 +1901,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", @@ -1918,7 +1918,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", @@ -1935,7 +1935,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.DispatchProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.DispatchProxy.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", @@ -1952,7 +1952,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.ILGeneration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.ILGeneration.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", @@ -1969,7 +1969,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.Lightweight.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.Lightweight.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", @@ -1986,7 +1986,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", @@ -2003,7 +2003,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", @@ -2020,7 +2020,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Metadata.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Metadata.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", @@ -2037,7 +2037,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", @@ -2054,7 +2054,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.TypeExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.TypeExtensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", @@ -2071,7 +2071,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", @@ -2088,7 +2088,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Reader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Reader.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", @@ -2105,7 +2105,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.ResourceManager.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.ResourceManager.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", @@ -2122,7 +2122,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Writer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Writer.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", @@ -2139,7 +2139,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.Unsafe.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.Unsafe.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", @@ -2156,7 +2156,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.VisualC.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.VisualC.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", @@ -2173,7 +2173,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", @@ -2190,7 +2190,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Handles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Handles.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", @@ -2207,7 +2207,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.RuntimeInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.RuntimeInformation.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", @@ -2224,7 +2224,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", @@ -2241,7 +2241,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Intrinsics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Intrinsics.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", @@ -2258,7 +2258,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Loader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Loader.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", @@ -2275,7 +2275,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Numerics.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", @@ -2292,7 +2292,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Formatters.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Formatters.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", @@ -2309,7 +2309,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Json.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", @@ -2326,7 +2326,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", @@ -2343,7 +2343,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Xml.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", @@ -2360,7 +2360,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", @@ -2377,7 +2377,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", @@ -2394,7 +2394,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", @@ -2411,7 +2411,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Claims.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Claims.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", @@ -2428,7 +2428,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Algorithms.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Algorithms.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", @@ -2445,7 +2445,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Cng.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Cng.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", @@ -2462,7 +2462,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Csp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Csp.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", @@ -2479,7 +2479,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Encoding.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", @@ -2496,7 +2496,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.OpenSsl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.OpenSsl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", @@ -2513,7 +2513,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", @@ -2530,7 +2530,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.X509Certificates.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.X509Certificates.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", @@ -2547,7 +2547,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.Windows.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", @@ -2564,7 +2564,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", @@ -2581,7 +2581,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.SecureString.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.SecureString.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", @@ -2598,7 +2598,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", @@ -2615,7 +2615,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceModel.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceModel.Web.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", @@ -2632,7 +2632,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceProcess.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceProcess.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", @@ -2649,7 +2649,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.CodePages.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.CodePages.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", @@ -2666,7 +2666,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", @@ -2683,7 +2683,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", @@ -2700,7 +2700,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encodings.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encodings.Web.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", @@ -2717,7 +2717,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Json.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", @@ -2734,7 +2734,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.RegularExpressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.RegularExpressions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", @@ -2751,7 +2751,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Channels.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Channels.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", @@ -2768,7 +2768,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Overlapped.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Overlapped.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", @@ -2785,7 +2785,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Dataflow.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Dataflow.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", @@ -2802,7 +2802,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", @@ -2819,7 +2819,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Parallel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", @@ -2836,7 +2836,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", @@ -2853,7 +2853,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Thread.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Thread.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", @@ -2870,7 +2870,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.ThreadPool.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.ThreadPool.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", @@ -2887,7 +2887,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Timer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Timer.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", @@ -2904,7 +2904,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", @@ -2921,7 +2921,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.Local.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.Local.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", @@ -2938,7 +2938,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", @@ -2955,7 +2955,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ValueTuple.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ValueTuple.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", @@ -2972,7 +2972,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.HttpUtility.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.HttpUtility.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", @@ -2989,7 +2989,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", @@ -3006,7 +3006,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Windows.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", @@ -3023,7 +3023,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", @@ -3040,7 +3040,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.ReaderWriter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.ReaderWriter.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", @@ -3057,7 +3057,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Serialization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", @@ -3074,7 +3074,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XDocument.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", @@ -3091,7 +3091,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.XDocument.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", @@ -3108,7 +3108,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", @@ -3125,7 +3125,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlDocument.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", @@ -3142,7 +3142,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlSerializer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlSerializer.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", @@ -3159,7 +3159,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", @@ -3176,7 +3176,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", @@ -3193,7 +3193,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\WindowsBase.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\WindowsBase.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", @@ -3264,12 +3264,12 @@ "OriginalItemSpec": "obj\\Debug\\${Tfm}\\blazorwasm-minimal.pdb" }, { - "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Primary", @@ -3278,7 +3278,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.js" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.js" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -3295,7 +3295,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", @@ -3312,7 +3312,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.wasm" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.wasm" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -3329,7 +3329,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", @@ -3346,7 +3346,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", @@ -3363,7 +3363,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", @@ -3380,7 +3380,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll", @@ -3397,7 +3397,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\mscorlib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\mscorlib.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", @@ -3414,7 +3414,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\netstandard.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\netstandard.dll" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", @@ -6647,21 +6647,21 @@ "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm-minimal.pdb" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.timezones.blat.gz]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.files.json index 6dab85f8eadc..17e1aefed3ef 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.files.json @@ -1,473 +1,473 @@ [ - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CSharp.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CSharp.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.CSharp.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.CSharp.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.pdb", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\System.AppContext.dll", - "${OutputPath}\\wwwroot\\_framework\\System.AppContext.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Core.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Core.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.Common.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.Common.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Process.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Formats.Asn1.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Formats.Asn1.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Calendars.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Parallel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Parallel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Queryable.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Queryable.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.HttpListener.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.HttpListener.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Mail.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Mail.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NameResolution.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NameResolution.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Ping.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Ping.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Quic.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Quic.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Requests.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Requests.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Security.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Security.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.ServicePoint.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Sockets.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Sockets.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebClient.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebClient.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebProxy.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebProxy.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.Vectors.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Reader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Reader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Writer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Writer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Handles.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Handles.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Numerics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.SecureString.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.SecureString.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceModel.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceProcess.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceProcess.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Channels.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Channels.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Overlapped.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Thread.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Thread.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Timer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Timer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.Local.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.Local.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ValueTuple.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ValueTuple.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Web.HttpUtility.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Windows.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Windows.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Serialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Serialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\WindowsBase.dll", - "${OutputPath}\\wwwroot\\_framework\\WindowsBase.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.pdb", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.dll", - "${OutputPath}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.pdb", - "${OutputPath}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\es-ES\\classlibrarywithsatelliteassemblies.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\es-ES\\classlibrarywithsatelliteassemblies.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\ja\\blazorwasm.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\ja\\blazorwasm.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\mscorlib.dll", - "${OutputPath}\\wwwroot\\_framework\\mscorlib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.CSharp.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.resources.dll", - "${OutputPath}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.resources.dll.gz", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CSharp.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CSharp.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.CSharp.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.CSharp.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.pdb", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.pdb", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.pdb.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.pdb", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\classlibrarywithsatelliteassemblies.pdb.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\cs\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\es-ES\\classlibrarywithsatelliteassemblies.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\es-ES\\classlibrarywithsatelliteassemblies.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\es\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\fr\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ja\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ja\\blazorwasm.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ja\\blazorwasm.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ko\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pt-BR\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\ru\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\tr\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hans\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.CSharp.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.CSharp.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.resources.dll", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\zh-Hant\\Microsoft.CodeAnalysis.resources.dll.gz", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\custom-service-worker-assets.js", + "${ProjectPath}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\serviceworkers\\my-service-worker.js", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Components.Forms.dll.gz]]", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Components.Web.dll.gz]]", @@ -668,7 +668,7 @@ "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/cs/Microsoft.CodeAnalysis.resources.dll.gz]]", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/de/Microsoft.CodeAnalysis.CSharp.resources.dll.gz]]", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/de/Microsoft.CodeAnalysis.resources.dll.gz]]", - "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.timezones.blat.gz]]", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/es-ES/classlibrarywithsatelliteassemblies.resources.dll.gz]]", @@ -705,4 +705,4 @@ "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\service-worker\\my-service-worker.js", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\service-worker\\serviceworkers\\my-service-worker.js", "${ProjectPath}\\blazorwasm\\wwwroot\\js\\LinkedScript.js" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.staticwebassets.json index 39f071c8697d..8f1361b2f445 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Build_SatelliteAssembliesAreCopiedToBuildOutput.Build.staticwebassets.json @@ -197,7 +197,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.CSharp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.CSharp.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CodeAnalysis.CSharp.dll", @@ -520,7 +520,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.Core.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", @@ -537,7 +537,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", @@ -554,7 +554,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", @@ -571,7 +571,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Registry.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Registry.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.dll", @@ -622,7 +622,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.AppContext.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.AppContext.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", @@ -639,7 +639,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Buffers.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Buffers.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", @@ -656,7 +656,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Concurrent.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Concurrent.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", @@ -673,7 +673,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Immutable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Immutable.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", @@ -690,7 +690,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.NonGeneric.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.NonGeneric.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", @@ -707,7 +707,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Specialized.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Specialized.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", @@ -724,7 +724,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", @@ -741,7 +741,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Annotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Annotations.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", @@ -758,7 +758,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.DataAnnotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.DataAnnotations.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", @@ -775,7 +775,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.EventBasedAsync.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.EventBasedAsync.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", @@ -792,7 +792,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", @@ -809,7 +809,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.TypeConverter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.TypeConverter.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", @@ -826,7 +826,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", @@ -843,7 +843,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Configuration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Configuration.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", @@ -860,7 +860,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Console.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Console.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", @@ -877,7 +877,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Core.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", @@ -894,7 +894,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.Common.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.Common.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", @@ -911,7 +911,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.DataSetExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.DataSetExtensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", @@ -928,7 +928,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", @@ -945,7 +945,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Contracts.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Contracts.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", @@ -962,7 +962,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Debug.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Debug.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", @@ -979,7 +979,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.DiagnosticSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.DiagnosticSource.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", @@ -996,7 +996,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.FileVersionInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.FileVersionInfo.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", @@ -1013,7 +1013,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Process.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Process.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", @@ -1030,7 +1030,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.StackTrace.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.StackTrace.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", @@ -1047,7 +1047,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TextWriterTraceListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TextWriterTraceListener.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", @@ -1064,7 +1064,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tools.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tools.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", @@ -1081,7 +1081,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TraceSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TraceSource.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", @@ -1098,7 +1098,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tracing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tracing.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", @@ -1115,7 +1115,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", @@ -1132,7 +1132,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", @@ -1149,7 +1149,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Dynamic.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Dynamic.Runtime.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", @@ -1166,7 +1166,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Formats.Asn1.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Formats.Asn1.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", @@ -1183,7 +1183,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Calendars.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Calendars.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", @@ -1200,7 +1200,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", @@ -1217,7 +1217,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", @@ -1234,7 +1234,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.Brotli.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.Brotli.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", @@ -1251,7 +1251,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", @@ -1268,7 +1268,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.ZipFile.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.ZipFile.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", @@ -1285,7 +1285,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", @@ -1302,7 +1302,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", @@ -1319,7 +1319,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.DriveInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.DriveInfo.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", @@ -1336,7 +1336,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", @@ -1353,7 +1353,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Watcher.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Watcher.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", @@ -1370,7 +1370,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", @@ -1387,7 +1387,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.IsolatedStorage.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.IsolatedStorage.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", @@ -1404,7 +1404,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.MemoryMappedFiles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.MemoryMappedFiles.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", @@ -1438,7 +1438,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", @@ -1455,7 +1455,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", @@ -1472,7 +1472,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.UnmanagedMemoryStream.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.UnmanagedMemoryStream.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", @@ -1489,7 +1489,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", @@ -1506,7 +1506,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Expressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Expressions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", @@ -1523,7 +1523,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Parallel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", @@ -1540,7 +1540,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Queryable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Queryable.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", @@ -1557,7 +1557,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", @@ -1574,7 +1574,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Memory.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Memory.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", @@ -1591,7 +1591,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", @@ -1608,7 +1608,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", @@ -1625,7 +1625,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.HttpListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.HttpListener.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", @@ -1642,7 +1642,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Mail.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Mail.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", @@ -1659,7 +1659,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NameResolution.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NameResolution.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", @@ -1676,7 +1676,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NetworkInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NetworkInformation.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", @@ -1693,7 +1693,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Ping.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Ping.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", @@ -1710,7 +1710,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", @@ -1727,7 +1727,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Quic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Quic.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", @@ -1744,7 +1744,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Requests.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Requests.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", @@ -1761,7 +1761,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Security.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", @@ -1778,7 +1778,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.ServicePoint.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.ServicePoint.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", @@ -1795,7 +1795,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Sockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Sockets.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", @@ -1812,7 +1812,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebClient.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebClient.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", @@ -1829,7 +1829,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebHeaderCollection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebHeaderCollection.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", @@ -1846,7 +1846,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebProxy.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", @@ -1863,7 +1863,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.Client.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.Client.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", @@ -1880,7 +1880,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", @@ -1897,7 +1897,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", @@ -1914,7 +1914,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.Vectors.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.Vectors.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", @@ -1931,7 +1931,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", @@ -1948,7 +1948,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ObjectModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ObjectModel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", @@ -1965,7 +1965,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", @@ -1982,7 +1982,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.DataContractSerialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.DataContractSerialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", @@ -1999,7 +1999,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Runtime.InteropServices.JavaScript.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Runtime.InteropServices.JavaScript.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", @@ -2016,7 +2016,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Uri.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Uri.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", @@ -2033,7 +2033,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", @@ -2050,7 +2050,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", @@ -2067,7 +2067,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.DispatchProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.DispatchProxy.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", @@ -2084,7 +2084,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.ILGeneration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.ILGeneration.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", @@ -2101,7 +2101,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.Lightweight.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.Lightweight.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", @@ -2118,7 +2118,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", @@ -2135,7 +2135,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", @@ -2152,7 +2152,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Metadata.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Metadata.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", @@ -2169,7 +2169,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", @@ -2186,7 +2186,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.TypeExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.TypeExtensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", @@ -2203,7 +2203,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", @@ -2220,7 +2220,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Reader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Reader.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", @@ -2237,7 +2237,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.ResourceManager.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.ResourceManager.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", @@ -2254,7 +2254,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Writer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Writer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", @@ -2271,7 +2271,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.Unsafe.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.Unsafe.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", @@ -2288,7 +2288,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.VisualC.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.VisualC.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", @@ -2305,7 +2305,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", @@ -2322,7 +2322,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Handles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Handles.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", @@ -2339,7 +2339,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.RuntimeInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.RuntimeInformation.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", @@ -2356,7 +2356,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", @@ -2373,7 +2373,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Intrinsics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Intrinsics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", @@ -2390,7 +2390,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Loader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Loader.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", @@ -2407,7 +2407,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Numerics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", @@ -2424,7 +2424,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Formatters.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Formatters.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", @@ -2441,7 +2441,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", @@ -2458,7 +2458,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", @@ -2475,7 +2475,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", @@ -2492,7 +2492,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", @@ -2509,7 +2509,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", @@ -2526,7 +2526,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", @@ -2543,7 +2543,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Claims.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Claims.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", @@ -2560,7 +2560,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Algorithms.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Algorithms.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", @@ -2577,7 +2577,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Cng.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Cng.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", @@ -2594,7 +2594,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Csp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Csp.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", @@ -2611,7 +2611,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Encoding.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", @@ -2628,7 +2628,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.OpenSsl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.OpenSsl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", @@ -2645,7 +2645,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", @@ -2662,7 +2662,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.X509Certificates.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.X509Certificates.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", @@ -2679,7 +2679,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.Windows.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", @@ -2696,7 +2696,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", @@ -2713,7 +2713,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.SecureString.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.SecureString.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", @@ -2730,7 +2730,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", @@ -2747,7 +2747,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceModel.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceModel.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", @@ -2764,7 +2764,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceProcess.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceProcess.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", @@ -2781,7 +2781,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.CodePages.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.CodePages.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", @@ -2798,7 +2798,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", @@ -2815,7 +2815,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", @@ -2832,7 +2832,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encodings.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encodings.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", @@ -2849,7 +2849,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", @@ -2866,7 +2866,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.RegularExpressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.RegularExpressions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", @@ -2883,7 +2883,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Channels.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Channels.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", @@ -2900,7 +2900,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Overlapped.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Overlapped.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", @@ -2917,7 +2917,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Dataflow.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Dataflow.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", @@ -2934,7 +2934,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", @@ -2951,7 +2951,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Parallel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", @@ -2968,7 +2968,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", @@ -2985,7 +2985,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Thread.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Thread.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", @@ -3002,7 +3002,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.ThreadPool.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.ThreadPool.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", @@ -3019,7 +3019,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Timer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Timer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", @@ -3036,7 +3036,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", @@ -3053,7 +3053,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.Local.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.Local.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", @@ -3070,7 +3070,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", @@ -3087,7 +3087,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ValueTuple.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ValueTuple.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", @@ -3104,7 +3104,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.HttpUtility.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.HttpUtility.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", @@ -3121,7 +3121,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", @@ -3138,7 +3138,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Windows.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", @@ -3155,7 +3155,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", @@ -3172,7 +3172,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.ReaderWriter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.ReaderWriter.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", @@ -3189,7 +3189,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Serialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", @@ -3206,7 +3206,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", @@ -3223,7 +3223,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.XDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", @@ -3240,7 +3240,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", @@ -3257,7 +3257,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", @@ -3274,7 +3274,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlSerializer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlSerializer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", @@ -3291,7 +3291,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", @@ -3308,7 +3308,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", @@ -3325,7 +3325,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\WindowsBase.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\WindowsBase.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", @@ -3498,12 +3498,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.codeanalysis.common\\[[CustomPackageVersion]]\\lib\\netstandard2.0\\de\\Microsoft.CodeAnalysis.resources.dll" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Primary", @@ -3512,7 +3512,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.js" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -3529,7 +3529,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", @@ -3546,7 +3546,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.wasm" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.wasm" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\es-ES\\classlibrarywithsatelliteassemblies.resources.dll", @@ -3648,7 +3648,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", @@ -3665,7 +3665,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", @@ -3682,7 +3682,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", @@ -3699,7 +3699,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\it\\Microsoft.CodeAnalysis.CSharp.resources.dll", @@ -3835,7 +3835,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\mscorlib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\mscorlib.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", @@ -3852,7 +3852,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\netstandard.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\netstandard.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\pl\\Microsoft.CodeAnalysis.CSharp.resources.dll", @@ -7459,21 +7459,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\de\\Microsoft.CodeAnalysis.resources.dll" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.timezones.blat.gz]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JSModules_ManifestIncludesModuleTargetPaths.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JSModules_ManifestIncludesModuleTargetPaths.Build.staticwebassets.json index 2032887ff586..6680a8280158 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JSModules_ManifestIncludesModuleTargetPaths.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JSModules_ManifestIncludesModuleTargetPaths.Build.staticwebassets.json @@ -180,7 +180,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.CSharp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.CSharp.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", @@ -469,7 +469,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.Core.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", @@ -486,7 +486,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", @@ -503,7 +503,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", @@ -520,7 +520,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Registry.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Registry.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.dll", @@ -571,7 +571,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.AppContext.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.AppContext.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", @@ -588,7 +588,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Buffers.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Buffers.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", @@ -605,7 +605,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Concurrent.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Concurrent.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", @@ -622,7 +622,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Immutable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Immutable.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", @@ -639,7 +639,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.NonGeneric.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.NonGeneric.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", @@ -656,7 +656,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Specialized.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Specialized.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", @@ -673,7 +673,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", @@ -690,7 +690,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Annotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Annotations.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", @@ -707,7 +707,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.DataAnnotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.DataAnnotations.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", @@ -724,7 +724,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.EventBasedAsync.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.EventBasedAsync.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", @@ -741,7 +741,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", @@ -758,7 +758,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.TypeConverter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.TypeConverter.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", @@ -775,7 +775,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", @@ -792,7 +792,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Configuration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Configuration.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", @@ -809,7 +809,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Console.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Console.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", @@ -826,7 +826,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Core.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", @@ -843,7 +843,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.Common.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.Common.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", @@ -860,7 +860,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.DataSetExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.DataSetExtensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", @@ -877,7 +877,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", @@ -894,7 +894,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Contracts.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Contracts.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", @@ -911,7 +911,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Debug.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Debug.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", @@ -928,7 +928,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.DiagnosticSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.DiagnosticSource.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", @@ -945,7 +945,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.FileVersionInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.FileVersionInfo.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", @@ -962,7 +962,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Process.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Process.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", @@ -979,7 +979,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.StackTrace.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.StackTrace.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", @@ -996,7 +996,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TextWriterTraceListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TextWriterTraceListener.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", @@ -1013,7 +1013,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tools.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tools.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", @@ -1030,7 +1030,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TraceSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TraceSource.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", @@ -1047,7 +1047,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tracing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tracing.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", @@ -1064,7 +1064,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", @@ -1081,7 +1081,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", @@ -1098,7 +1098,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Dynamic.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Dynamic.Runtime.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", @@ -1115,7 +1115,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Formats.Asn1.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Formats.Asn1.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", @@ -1132,7 +1132,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Calendars.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Calendars.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", @@ -1149,7 +1149,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", @@ -1166,7 +1166,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", @@ -1183,7 +1183,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.Brotli.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.Brotli.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", @@ -1200,7 +1200,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", @@ -1217,7 +1217,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.ZipFile.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.ZipFile.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", @@ -1234,7 +1234,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", @@ -1251,7 +1251,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", @@ -1268,7 +1268,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.DriveInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.DriveInfo.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", @@ -1285,7 +1285,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", @@ -1302,7 +1302,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Watcher.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Watcher.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", @@ -1319,7 +1319,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", @@ -1336,7 +1336,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.IsolatedStorage.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.IsolatedStorage.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", @@ -1353,7 +1353,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.MemoryMappedFiles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.MemoryMappedFiles.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", @@ -1387,7 +1387,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", @@ -1404,7 +1404,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", @@ -1421,7 +1421,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.UnmanagedMemoryStream.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.UnmanagedMemoryStream.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", @@ -1438,7 +1438,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", @@ -1455,7 +1455,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Expressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Expressions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", @@ -1472,7 +1472,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Parallel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", @@ -1489,7 +1489,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Queryable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Queryable.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", @@ -1506,7 +1506,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", @@ -1523,7 +1523,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Memory.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Memory.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", @@ -1540,7 +1540,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", @@ -1557,7 +1557,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", @@ -1574,7 +1574,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.HttpListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.HttpListener.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", @@ -1591,7 +1591,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Mail.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Mail.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", @@ -1608,7 +1608,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NameResolution.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NameResolution.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", @@ -1625,7 +1625,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NetworkInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NetworkInformation.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", @@ -1642,7 +1642,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Ping.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Ping.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", @@ -1659,7 +1659,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", @@ -1676,7 +1676,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Quic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Quic.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", @@ -1693,7 +1693,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Requests.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Requests.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", @@ -1710,7 +1710,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Security.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", @@ -1727,7 +1727,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.ServicePoint.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.ServicePoint.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", @@ -1744,7 +1744,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Sockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Sockets.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", @@ -1761,7 +1761,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebClient.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebClient.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", @@ -1778,7 +1778,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebHeaderCollection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebHeaderCollection.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", @@ -1795,7 +1795,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebProxy.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", @@ -1812,7 +1812,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.Client.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.Client.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", @@ -1829,7 +1829,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", @@ -1846,7 +1846,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", @@ -1863,7 +1863,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.Vectors.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.Vectors.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", @@ -1880,7 +1880,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", @@ -1897,7 +1897,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ObjectModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ObjectModel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", @@ -1914,7 +1914,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", @@ -1931,7 +1931,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.DataContractSerialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.DataContractSerialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", @@ -1948,7 +1948,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Runtime.InteropServices.JavaScript.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Runtime.InteropServices.JavaScript.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", @@ -1965,7 +1965,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Uri.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Uri.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", @@ -1982,7 +1982,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", @@ -1999,7 +1999,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", @@ -2016,7 +2016,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.DispatchProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.DispatchProxy.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", @@ -2033,7 +2033,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.ILGeneration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.ILGeneration.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", @@ -2050,7 +2050,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.Lightweight.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.Lightweight.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", @@ -2067,7 +2067,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", @@ -2084,7 +2084,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", @@ -2101,7 +2101,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Metadata.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Metadata.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", @@ -2118,7 +2118,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", @@ -2135,7 +2135,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.TypeExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.TypeExtensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", @@ -2152,7 +2152,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", @@ -2169,7 +2169,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Reader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Reader.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", @@ -2186,7 +2186,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.ResourceManager.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.ResourceManager.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", @@ -2203,7 +2203,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Writer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Writer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", @@ -2220,7 +2220,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.Unsafe.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.Unsafe.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", @@ -2237,7 +2237,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.VisualC.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.VisualC.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", @@ -2254,7 +2254,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", @@ -2271,7 +2271,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Handles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Handles.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", @@ -2288,7 +2288,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.RuntimeInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.RuntimeInformation.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", @@ -2305,7 +2305,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", @@ -2322,7 +2322,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Intrinsics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Intrinsics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", @@ -2339,7 +2339,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Loader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Loader.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", @@ -2356,7 +2356,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Numerics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", @@ -2373,7 +2373,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Formatters.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Formatters.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", @@ -2390,7 +2390,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", @@ -2407,7 +2407,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", @@ -2424,7 +2424,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", @@ -2441,7 +2441,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", @@ -2458,7 +2458,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", @@ -2475,7 +2475,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", @@ -2492,7 +2492,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Claims.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Claims.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", @@ -2509,7 +2509,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Algorithms.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Algorithms.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", @@ -2526,7 +2526,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Cng.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Cng.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", @@ -2543,7 +2543,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Csp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Csp.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", @@ -2560,7 +2560,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Encoding.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", @@ -2577,7 +2577,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.OpenSsl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.OpenSsl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", @@ -2594,7 +2594,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", @@ -2611,7 +2611,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.X509Certificates.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.X509Certificates.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", @@ -2628,7 +2628,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.Windows.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", @@ -2645,7 +2645,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", @@ -2662,7 +2662,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.SecureString.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.SecureString.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", @@ -2679,7 +2679,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", @@ -2696,7 +2696,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceModel.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceModel.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", @@ -2713,7 +2713,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceProcess.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceProcess.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", @@ -2730,7 +2730,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.CodePages.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.CodePages.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", @@ -2747,7 +2747,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", @@ -2764,7 +2764,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", @@ -2781,7 +2781,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encodings.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encodings.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", @@ -2798,7 +2798,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", @@ -2815,7 +2815,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.RegularExpressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.RegularExpressions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", @@ -2832,7 +2832,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Channels.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Channels.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", @@ -2849,7 +2849,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Overlapped.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Overlapped.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", @@ -2866,7 +2866,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Dataflow.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Dataflow.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", @@ -2883,7 +2883,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", @@ -2900,7 +2900,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Parallel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", @@ -2917,7 +2917,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", @@ -2934,7 +2934,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Thread.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Thread.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", @@ -2951,7 +2951,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.ThreadPool.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.ThreadPool.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", @@ -2968,7 +2968,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Timer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Timer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", @@ -2985,7 +2985,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", @@ -3002,7 +3002,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.Local.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.Local.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", @@ -3019,7 +3019,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", @@ -3036,7 +3036,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ValueTuple.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ValueTuple.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", @@ -3053,7 +3053,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.HttpUtility.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.HttpUtility.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", @@ -3070,7 +3070,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", @@ -3087,7 +3087,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Windows.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", @@ -3104,7 +3104,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", @@ -3121,7 +3121,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.ReaderWriter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.ReaderWriter.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", @@ -3138,7 +3138,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Serialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", @@ -3155,7 +3155,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", @@ -3172,7 +3172,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.XDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", @@ -3189,7 +3189,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", @@ -3206,7 +3206,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", @@ -3223,7 +3223,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlSerializer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlSerializer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", @@ -3240,7 +3240,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", @@ -3257,7 +3257,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", @@ -3274,7 +3274,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\WindowsBase.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\WindowsBase.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", @@ -3345,12 +3345,12 @@ "OriginalItemSpec": "obj\\Debug\\${Tfm}\\blazorwasm.pdb" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Primary", @@ -3359,7 +3359,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.js" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -3376,7 +3376,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", @@ -3393,7 +3393,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.wasm" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.wasm" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -3410,7 +3410,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", @@ -3427,7 +3427,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", @@ -3444,7 +3444,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", @@ -3461,7 +3461,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll", @@ -3478,7 +3478,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\mscorlib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\mscorlib.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", @@ -3495,7 +3495,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\netstandard.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\netstandard.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", @@ -6762,21 +6762,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.pdb" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.timezones.blat.gz]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.files.json index f0de8991e192..7a1f4870d0e4 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.files.json @@ -1,235 +1,235 @@ [ - "${OutputPath}\\wwwroot\\_bin\\publish.extension.txt", - "${OutputPath}\\wwwroot\\_bin\\publish.extension.txt.br", - "${OutputPath}\\wwwroot\\_bin\\publish.extension.txt.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\blazorwasm-minimal.lib.module.js", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\index.html", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_bin\\publish.extension.txt", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_bin\\publish.extension.txt.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_bin\\publish.extension.txt.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm-minimal.lib.module.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js", - "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -239,7 +239,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\blazor.publish.boot.json", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazor.webassembly.js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_bin/publish.extension.txt.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_bin/publish.extension.txt.gz]]", @@ -374,7 +374,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazor.webassembly.js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.wasm.br]]", @@ -454,4 +454,4 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\blazorwasm-minimal.dll", "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\netstandard.dll", "${ProjectPath}\\obj\\Debug\\${Tfm}\\publish.extension.txt" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.staticwebassets.json index cda6c84996eb..dae004106749 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanCustomizeBlazorInitialization.Publish.staticwebassets.json @@ -34,12 +34,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.aspnetcore.components.webassembly\\[[CustomPackageVersion]]\\build\\net5.0\\blazor.webassembly.js" }, { - "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Primary", @@ -48,7 +48,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -204,21 +204,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]" + "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", @@ -2499,21 +2499,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\linked\\blazorwasm-minimal.dll" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.br", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.br", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "br", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.files.json index 65d92c2956a3..d6b58a0de894 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.files.json @@ -1,232 +1,232 @@ [ - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\blazorwasm-minimal.lib.module.js", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\index.html", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm-minimal.lib.module.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js", - "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -236,7 +236,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\blazor.publish.boot.json", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazor.webassembly.js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/Microsoft.AspNetCore.Authorization.dll.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", @@ -369,7 +369,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazor.webassembly.js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.wasm.br]]", @@ -448,4 +448,4 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\System.dll", "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\blazorwasm-minimal.dll", "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\netstandard.dll" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.staticwebassets.json index 439763a85328..5aea7dc86317 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_CanHaveDifferentBuildAndPublishModules.Publish.staticwebassets.json @@ -34,12 +34,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.aspnetcore.components.webassembly\\[[CustomPackageVersion]]\\build\\net5.0\\blazor.webassembly.js" }, { - "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Primary", @@ -48,7 +48,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -204,21 +204,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]" + "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", @@ -2465,21 +2465,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\linked\\blazorwasm-minimal.dll" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.br", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.br", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "br", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.files.json index 405505a994c6..27dba57c063b 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.files.json @@ -1,242 +1,242 @@ [ - "${OutputPath}\\wwwroot\\Fake-License.txt", - "${OutputPath}\\wwwroot\\_bin\\publish.extension.txt", - "${OutputPath}\\wwwroot\\_bin\\publish.extension.txt.br", - "${OutputPath}\\wwwroot\\_bin\\publish.extension.txt.gz", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\styles.css", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.br", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\blazorhosted.modules.json", - "${OutputPath}\\wwwroot\\blazorwasm.lib.module.js", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js", - "${OutputPath}\\wwwroot\\index.html", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\Fake-License.txt", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_bin\\publish.extension.txt", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_bin\\publish.extension.txt.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_bin\\publish.extension.txt.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorhosted.modules.json", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm.lib.module.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\custom-service-worker-assets.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\serviceworkers\\my-service-worker.js", "${ProjectPath}\\blazorhosted\\obj\\Debug\\${Tfm}\\jsmodules\\jsmodules.publish.manifest.json" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.staticwebassets.json index 69c26969ee17..918bea8c82ce 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/JsModules_Hosted_CanCustomizeBlazorInitialization.Publish.staticwebassets.json @@ -98,12 +98,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.aspnetcore.components.webassembly\\[[CustomPackageVersion]]\\build\\net5.0\\blazor.webassembly.js" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Primary", @@ -112,7 +112,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -285,21 +285,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm.pdb.gz]]" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", @@ -2614,21 +2614,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\linked\\blazorwasm.dll" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.br", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.br", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "br", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.files.json index 65d92c2956a3..d6b58a0de894 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.files.json @@ -1,232 +1,232 @@ [ - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\blazorwasm-minimal.lib.module.js", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\index.html", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm-minimal.lib.module.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js", - "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -236,7 +236,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\blazor.publish.boot.json", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazor.webassembly.js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/Microsoft.AspNetCore.Authorization.dll.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", @@ -369,7 +369,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazor.webassembly.js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.wasm.br]]", @@ -448,4 +448,4 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\System.dll", "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\blazorwasm-minimal.dll", "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\netstandard.dll" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.staticwebassets.json index 415295ab16b2..a5b01ed31128 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/Publish_DoesNotGenerateManifestJson_IncludesJSModulesOnBlazorBootJsonManifest.Publish.staticwebassets.json @@ -34,12 +34,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.aspnetcore.components.webassembly\\[[CustomPackageVersion]]\\build\\net5.0\\blazor.webassembly.js" }, { - "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Primary", @@ -48,7 +48,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -204,21 +204,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]" + "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", @@ -2465,21 +2465,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\linked\\blazorwasm-minimal.dll" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.br", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.br", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "br", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BackCompatibilityPublish_Hosted_Works.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BackCompatibilityPublish_Hosted_Works.Publish.files.json index 518c4514a3f9..69049f1906a9 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BackCompatibilityPublish_Hosted_Works.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BackCompatibilityPublish_Hosted_Works.Publish.files.json @@ -1,148 +1,148 @@ [ - "${OutputPath}\\wwwroot\\Fake-License.txt", - "${OutputPath}\\wwwroot\\Fake-License.txt.br", - "${OutputPath}\\wwwroot\\Fake-License.txt.gz", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\styles.css", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\styles.css.br", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\styles.css.gz", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js.br", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.br", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\blazorwasm.styles.css", - "${OutputPath}\\wwwroot\\blazorwasm.styles.css.br", - "${OutputPath}\\wwwroot\\blazorwasm.styles.css.gz", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\css\\app.css.br", - "${OutputPath}\\wwwroot\\css\\app.css.gz", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js.br", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js.gz", - "${OutputPath}\\wwwroot\\index.html", - "${OutputPath}\\wwwroot\\index.html.br", - "${OutputPath}\\wwwroot\\index.html.gz", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js.br", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js.gz", - "${OutputPath}\\wwwroot\\styles.css", - "${OutputPath}\\wwwroot\\wwwroot\\exampleJsInterop.js" + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\Fake-License.txt", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\Fake-License.txt.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\Fake-License.txt.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\styles.css.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\styles.css.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Immutable.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Immutable.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm.styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm.styles.css.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm.styles.css.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\custom-service-worker-assets.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\custom-service-worker-assets.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\custom-service-worker-assets.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\serviceworkers\\my-service-worker.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\serviceworkers\\my-service-worker.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\serviceworkers\\my-service-worker.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\wwwroot\\exampleJsInterop.js" ] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.files.json index d038b5d18e69..db645f67e66a 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.files.json @@ -1,403 +1,403 @@ [ - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CSharp.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CSharp.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.AppContext.dll", - "${OutputPath}\\wwwroot\\_framework\\System.AppContext.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Core.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Core.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.Common.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.Common.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Process.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Formats.Asn1.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Formats.Asn1.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Calendars.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Parallel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Parallel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Queryable.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Queryable.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.HttpListener.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.HttpListener.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Mail.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Mail.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NameResolution.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NameResolution.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Ping.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Ping.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Quic.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Quic.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Requests.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Requests.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Security.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Security.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.ServicePoint.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Sockets.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Sockets.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebClient.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebClient.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebProxy.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebProxy.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.Vectors.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Reader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Reader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Writer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Writer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Handles.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Handles.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Numerics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.SecureString.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.SecureString.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceModel.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceProcess.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceProcess.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Channels.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Channels.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Overlapped.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Thread.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Thread.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Timer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Timer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.Local.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.Local.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ValueTuple.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ValueTuple.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Web.HttpUtility.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Windows.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Windows.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Serialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Serialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\WindowsBase.dll", - "${OutputPath}\\wwwroot\\_framework\\WindowsBase.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.pdb", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\mscorlib.dll", - "${OutputPath}\\wwwroot\\_framework\\mscorlib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CSharp.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CSharp.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm-minimal.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm-minimal.pdb", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll.gz", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Components.Forms.dll.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Components.Web.dll.gz]]", @@ -588,7 +588,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazor.webassembly.js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.dll.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.timezones.blat.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/icudt.dat.gz]]", @@ -599,4 +599,4 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/netstandard.dll.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\blazorwasm-minimal.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\blazorwasm-minimal.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.staticwebassets.json index 7546d0fc75bb..0de7ac2e21a6 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_BuildMinimal_Works.Build.staticwebassets.json @@ -133,7 +133,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.CSharp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.CSharp.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", @@ -422,7 +422,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.Core.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", @@ -439,7 +439,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", @@ -456,7 +456,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", @@ -473,7 +473,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Registry.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Registry.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll", @@ -490,7 +490,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.AppContext.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.AppContext.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", @@ -507,7 +507,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Buffers.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Buffers.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", @@ -524,7 +524,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Concurrent.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Concurrent.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", @@ -541,7 +541,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Immutable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Immutable.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", @@ -558,7 +558,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.NonGeneric.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.NonGeneric.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", @@ -575,7 +575,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Specialized.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Specialized.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", @@ -592,7 +592,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", @@ -609,7 +609,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Annotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Annotations.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", @@ -626,7 +626,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.DataAnnotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.DataAnnotations.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", @@ -643,7 +643,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.EventBasedAsync.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.EventBasedAsync.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", @@ -660,7 +660,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", @@ -677,7 +677,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.TypeConverter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.TypeConverter.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", @@ -694,7 +694,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", @@ -711,7 +711,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Configuration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Configuration.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", @@ -728,7 +728,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Console.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Console.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", @@ -745,7 +745,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Core.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", @@ -762,7 +762,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.Common.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.Common.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", @@ -779,7 +779,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.DataSetExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.DataSetExtensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", @@ -796,7 +796,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", @@ -813,7 +813,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Contracts.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Contracts.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", @@ -830,7 +830,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Debug.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Debug.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", @@ -847,7 +847,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.DiagnosticSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.DiagnosticSource.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", @@ -864,7 +864,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.FileVersionInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.FileVersionInfo.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", @@ -881,7 +881,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Process.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Process.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", @@ -898,7 +898,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.StackTrace.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.StackTrace.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", @@ -915,7 +915,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TextWriterTraceListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TextWriterTraceListener.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", @@ -932,7 +932,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tools.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tools.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", @@ -949,7 +949,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TraceSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TraceSource.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", @@ -966,7 +966,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tracing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tracing.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", @@ -983,7 +983,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", @@ -1000,7 +1000,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", @@ -1017,7 +1017,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Dynamic.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Dynamic.Runtime.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", @@ -1034,7 +1034,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Formats.Asn1.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Formats.Asn1.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", @@ -1051,7 +1051,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Calendars.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Calendars.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", @@ -1068,7 +1068,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", @@ -1085,7 +1085,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", @@ -1102,7 +1102,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.Brotli.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.Brotli.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", @@ -1119,7 +1119,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", @@ -1136,7 +1136,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.ZipFile.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.ZipFile.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", @@ -1153,7 +1153,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", @@ -1170,7 +1170,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", @@ -1187,7 +1187,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.DriveInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.DriveInfo.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", @@ -1204,7 +1204,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", @@ -1221,7 +1221,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Watcher.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Watcher.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", @@ -1238,7 +1238,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", @@ -1255,7 +1255,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.IsolatedStorage.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.IsolatedStorage.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", @@ -1272,7 +1272,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.MemoryMappedFiles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.MemoryMappedFiles.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", @@ -1306,7 +1306,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", @@ -1323,7 +1323,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", @@ -1340,7 +1340,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.UnmanagedMemoryStream.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.UnmanagedMemoryStream.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", @@ -1357,7 +1357,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", @@ -1374,7 +1374,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Expressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Expressions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", @@ -1391,7 +1391,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Parallel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", @@ -1408,7 +1408,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Queryable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Queryable.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", @@ -1425,7 +1425,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", @@ -1442,7 +1442,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Memory.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Memory.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", @@ -1459,7 +1459,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.Json.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", @@ -1476,7 +1476,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", @@ -1493,7 +1493,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.HttpListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.HttpListener.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", @@ -1510,7 +1510,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Mail.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Mail.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", @@ -1527,7 +1527,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NameResolution.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NameResolution.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", @@ -1544,7 +1544,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NetworkInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NetworkInformation.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", @@ -1561,7 +1561,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Ping.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Ping.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", @@ -1578,7 +1578,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", @@ -1595,7 +1595,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Quic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Quic.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", @@ -1612,7 +1612,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Requests.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Requests.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", @@ -1629,7 +1629,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Security.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", @@ -1646,7 +1646,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.ServicePoint.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.ServicePoint.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", @@ -1663,7 +1663,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Sockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Sockets.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", @@ -1680,7 +1680,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebClient.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebClient.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", @@ -1697,7 +1697,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebHeaderCollection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebHeaderCollection.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", @@ -1714,7 +1714,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebProxy.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", @@ -1731,7 +1731,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.Client.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.Client.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", @@ -1748,7 +1748,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", @@ -1765,7 +1765,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", @@ -1782,7 +1782,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.Vectors.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.Vectors.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", @@ -1799,7 +1799,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", @@ -1816,7 +1816,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ObjectModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ObjectModel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", @@ -1833,7 +1833,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", @@ -1850,7 +1850,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.DataContractSerialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.DataContractSerialization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", @@ -1867,7 +1867,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Runtime.InteropServices.JavaScript.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Runtime.InteropServices.JavaScript.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", @@ -1884,7 +1884,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Uri.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Uri.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", @@ -1901,7 +1901,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", @@ -1918,7 +1918,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", @@ -1935,7 +1935,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.DispatchProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.DispatchProxy.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", @@ -1952,7 +1952,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.ILGeneration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.ILGeneration.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", @@ -1969,7 +1969,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.Lightweight.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.Lightweight.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", @@ -1986,7 +1986,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", @@ -2003,7 +2003,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", @@ -2020,7 +2020,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Metadata.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Metadata.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", @@ -2037,7 +2037,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", @@ -2054,7 +2054,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.TypeExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.TypeExtensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", @@ -2071,7 +2071,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", @@ -2088,7 +2088,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Reader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Reader.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", @@ -2105,7 +2105,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.ResourceManager.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.ResourceManager.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", @@ -2122,7 +2122,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Writer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Writer.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", @@ -2139,7 +2139,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.Unsafe.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.Unsafe.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", @@ -2156,7 +2156,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.VisualC.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.VisualC.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", @@ -2173,7 +2173,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", @@ -2190,7 +2190,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Handles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Handles.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", @@ -2207,7 +2207,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.RuntimeInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.RuntimeInformation.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", @@ -2224,7 +2224,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", @@ -2241,7 +2241,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Intrinsics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Intrinsics.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", @@ -2258,7 +2258,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Loader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Loader.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", @@ -2275,7 +2275,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Numerics.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", @@ -2292,7 +2292,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Formatters.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Formatters.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", @@ -2309,7 +2309,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Json.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", @@ -2326,7 +2326,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", @@ -2343,7 +2343,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Xml.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", @@ -2360,7 +2360,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", @@ -2377,7 +2377,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", @@ -2394,7 +2394,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", @@ -2411,7 +2411,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Claims.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Claims.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", @@ -2428,7 +2428,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Algorithms.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Algorithms.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", @@ -2445,7 +2445,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Cng.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Cng.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", @@ -2462,7 +2462,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Csp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Csp.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", @@ -2479,7 +2479,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Encoding.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", @@ -2496,7 +2496,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.OpenSsl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.OpenSsl.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", @@ -2513,7 +2513,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Primitives.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", @@ -2530,7 +2530,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.X509Certificates.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.X509Certificates.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", @@ -2547,7 +2547,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.Windows.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", @@ -2564,7 +2564,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", @@ -2581,7 +2581,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.SecureString.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.SecureString.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", @@ -2598,7 +2598,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", @@ -2615,7 +2615,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceModel.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceModel.Web.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", @@ -2632,7 +2632,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceProcess.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceProcess.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", @@ -2649,7 +2649,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.CodePages.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.CodePages.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", @@ -2666,7 +2666,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", @@ -2683,7 +2683,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", @@ -2700,7 +2700,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encodings.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encodings.Web.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", @@ -2717,7 +2717,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Json.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", @@ -2734,7 +2734,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.RegularExpressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.RegularExpressions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", @@ -2751,7 +2751,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Channels.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Channels.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", @@ -2768,7 +2768,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Overlapped.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Overlapped.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", @@ -2785,7 +2785,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Dataflow.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Dataflow.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", @@ -2802,7 +2802,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Extensions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", @@ -2819,7 +2819,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Parallel.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", @@ -2836,7 +2836,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", @@ -2853,7 +2853,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Thread.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Thread.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", @@ -2870,7 +2870,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.ThreadPool.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.ThreadPool.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", @@ -2887,7 +2887,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Timer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Timer.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", @@ -2904,7 +2904,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", @@ -2921,7 +2921,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.Local.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.Local.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", @@ -2938,7 +2938,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", @@ -2955,7 +2955,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ValueTuple.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ValueTuple.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", @@ -2972,7 +2972,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.HttpUtility.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.HttpUtility.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", @@ -2989,7 +2989,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", @@ -3006,7 +3006,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Windows.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", @@ -3023,7 +3023,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", @@ -3040,7 +3040,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.ReaderWriter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.ReaderWriter.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", @@ -3057,7 +3057,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Serialization.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", @@ -3074,7 +3074,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XDocument.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", @@ -3091,7 +3091,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.XDocument.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", @@ -3108,7 +3108,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", @@ -3125,7 +3125,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlDocument.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", @@ -3142,7 +3142,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlSerializer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlSerializer.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", @@ -3159,7 +3159,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", @@ -3176,7 +3176,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", @@ -3193,7 +3193,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\WindowsBase.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\WindowsBase.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", @@ -3264,12 +3264,12 @@ "OriginalItemSpec": "obj\\Debug\\${Tfm}\\blazorwasm-minimal.pdb" }, { - "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Primary", @@ -3278,7 +3278,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.js" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.js" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -3295,7 +3295,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", @@ -3312,7 +3312,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.wasm" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.wasm" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -3329,7 +3329,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", @@ -3346,7 +3346,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", @@ -3363,7 +3363,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", @@ -3380,7 +3380,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll", @@ -3397,7 +3397,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\mscorlib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\mscorlib.dll" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", @@ -3414,7 +3414,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\netstandard.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\netstandard.dll" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", @@ -6647,21 +6647,21 @@ "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm-minimal.pdb" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.timezones.blat.gz]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.files.json index 1908035506da..27df476a7bdc 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.files.json @@ -1,408 +1,408 @@ [ - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CSharp.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.CSharp.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.pdb", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\System.AppContext.dll", - "${OutputPath}\\wwwroot\\_framework\\System.AppContext.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Core.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Core.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.Common.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.Common.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Data.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Data.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Process.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Drawing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Formats.Asn1.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Formats.Asn1.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Calendars.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Globalization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Compression.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipes.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Parallel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Parallel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Queryable.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Queryable.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.HttpListener.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.HttpListener.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Mail.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Mail.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NameResolution.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NameResolution.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Ping.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Ping.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Quic.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Quic.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Requests.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Requests.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Security.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Security.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.ServicePoint.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Sockets.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Sockets.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebClient.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebClient.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebProxy.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebProxy.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.WebSockets.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.Vectors.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Numerics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Reader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Reader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Writer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.Writer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Handles.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Handles.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Numerics.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Serialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.AccessControl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.AccessControl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Principal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.SecureString.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.SecureString.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceModel.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceProcess.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ServiceProcess.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encoding.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Channels.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Channels.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Overlapped.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Thread.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Thread.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Timer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Timer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.Local.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.Local.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Transactions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ValueTuple.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ValueTuple.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Web.HttpUtility.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Windows.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Windows.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Serialization.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.Serialization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XPath.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Xml.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\WindowsBase.dll", - "${OutputPath}\\wwwroot\\_framework\\WindowsBase.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.pdb", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\mscorlib.dll", - "${OutputPath}\\wwwroot\\_framework\\mscorlib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CSharp.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.CSharp.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.Core.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.pdb", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.AppContext.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.AccessControl.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.pdb", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\custom-service-worker-assets.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\wwwroot\\serviceworkers\\my-service-worker.js", "${ProjectPath}\\blazorwasm\\obj\\Debug\\${Tfm}\\service-worker\\serviceworkers\\my-service-worker.js" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.staticwebassets.json index 89cf4b712a19..f78c15b6cd6b 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Build_Hosted_Works.Build.staticwebassets.json @@ -163,7 +163,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.CSharp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.CSharp.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", @@ -452,7 +452,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.Core.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.VisualBasic.dll", @@ -469,7 +469,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.VisualBasic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.VisualBasic.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Primitives.dll", @@ -486,7 +486,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\Microsoft.Win32.Registry.dll", @@ -503,7 +503,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\Microsoft.Win32.Registry.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\Microsoft.Win32.Registry.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\RazorClassLibrary.dll", @@ -554,7 +554,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.AppContext.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.AppContext.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Buffers.dll", @@ -571,7 +571,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Buffers.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Buffers.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", @@ -588,7 +588,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Concurrent.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Concurrent.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Immutable.dll", @@ -605,7 +605,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Immutable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Immutable.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", @@ -622,7 +622,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.NonGeneric.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.NonGeneric.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.Specialized.dll", @@ -639,7 +639,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.Specialized.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.Specialized.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Collections.dll", @@ -656,7 +656,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Collections.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Collections.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", @@ -673,7 +673,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Annotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Annotations.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.DataAnnotations.dll", @@ -690,7 +690,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.DataAnnotations.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.DataAnnotations.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.EventBasedAsync.dll", @@ -707,7 +707,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.EventBasedAsync.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.EventBasedAsync.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", @@ -724,7 +724,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", @@ -741,7 +741,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.TypeConverter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.TypeConverter.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ComponentModel.dll", @@ -758,7 +758,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ComponentModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ComponentModel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Configuration.dll", @@ -775,7 +775,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Configuration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Configuration.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Console.dll", @@ -792,7 +792,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Console.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Console.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Core.dll", @@ -809,7 +809,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Core.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Core.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.Common.dll", @@ -826,7 +826,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.Common.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.Common.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.DataSetExtensions.dll", @@ -843,7 +843,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.DataSetExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.DataSetExtensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Data.dll", @@ -860,7 +860,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Data.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Data.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Contracts.dll", @@ -877,7 +877,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Contracts.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Contracts.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", @@ -894,7 +894,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Debug.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Debug.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", @@ -911,7 +911,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.DiagnosticSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.DiagnosticSource.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.FileVersionInfo.dll", @@ -928,7 +928,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.FileVersionInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.FileVersionInfo.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Process.dll", @@ -945,7 +945,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Process.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Process.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.StackTrace.dll", @@ -962,7 +962,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.StackTrace.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.StackTrace.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TextWriterTraceListener.dll", @@ -979,7 +979,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TextWriterTraceListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TextWriterTraceListener.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tools.dll", @@ -996,7 +996,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tools.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tools.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.TraceSource.dll", @@ -1013,7 +1013,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.TraceSource.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.TraceSource.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", @@ -1030,7 +1030,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Diagnostics.Tracing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Diagnostics.Tracing.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.Primitives.dll", @@ -1047,7 +1047,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Drawing.dll", @@ -1064,7 +1064,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Drawing.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Drawing.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Dynamic.Runtime.dll", @@ -1081,7 +1081,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Dynamic.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Dynamic.Runtime.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Formats.Asn1.dll", @@ -1098,7 +1098,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Formats.Asn1.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Formats.Asn1.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Calendars.dll", @@ -1115,7 +1115,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Calendars.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Calendars.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.Extensions.dll", @@ -1132,7 +1132,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Globalization.dll", @@ -1149,7 +1149,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Globalization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Globalization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.Brotli.dll", @@ -1166,7 +1166,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.Brotli.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.Brotli.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.FileSystem.dll", @@ -1183,7 +1183,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.ZipFile.dll", @@ -1200,7 +1200,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.ZipFile.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.ZipFile.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Compression.dll", @@ -1217,7 +1217,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Compression.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Compression.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.AccessControl.dll", @@ -1234,7 +1234,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.DriveInfo.dll", @@ -1251,7 +1251,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.DriveInfo.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.DriveInfo.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Primitives.dll", @@ -1268,7 +1268,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", @@ -1285,7 +1285,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.Watcher.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.Watcher.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.FileSystem.dll", @@ -1302,7 +1302,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.FileSystem.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.FileSystem.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.IsolatedStorage.dll", @@ -1319,7 +1319,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.IsolatedStorage.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.IsolatedStorage.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.MemoryMappedFiles.dll", @@ -1336,7 +1336,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.MemoryMappedFiles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.MemoryMappedFiles.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipelines.dll", @@ -1370,7 +1370,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.Pipes.dll", @@ -1387,7 +1387,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.Pipes.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.Pipes.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.UnmanagedMemoryStream.dll", @@ -1404,7 +1404,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.UnmanagedMemoryStream.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.UnmanagedMemoryStream.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.IO.dll", @@ -1421,7 +1421,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.IO.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.IO.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Expressions.dll", @@ -1438,7 +1438,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Expressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Expressions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Parallel.dll", @@ -1455,7 +1455,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Parallel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.Queryable.dll", @@ -1472,7 +1472,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.Queryable.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.Queryable.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Linq.dll", @@ -1489,7 +1489,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Memory.dll", @@ -1506,7 +1506,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Memory.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Memory.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.Json.dll", @@ -1523,7 +1523,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Http.dll", @@ -1540,7 +1540,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Http.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Http.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.HttpListener.dll", @@ -1557,7 +1557,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.HttpListener.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.HttpListener.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Mail.dll", @@ -1574,7 +1574,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Mail.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Mail.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NameResolution.dll", @@ -1591,7 +1591,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NameResolution.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NameResolution.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.NetworkInformation.dll", @@ -1608,7 +1608,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.NetworkInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.NetworkInformation.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Ping.dll", @@ -1625,7 +1625,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Ping.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Ping.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Primitives.dll", @@ -1642,7 +1642,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Quic.dll", @@ -1659,7 +1659,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Quic.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Quic.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Requests.dll", @@ -1676,7 +1676,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Requests.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Requests.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Security.dll", @@ -1693,7 +1693,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Security.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.ServicePoint.dll", @@ -1710,7 +1710,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.ServicePoint.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.ServicePoint.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.Sockets.dll", @@ -1727,7 +1727,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.Sockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.Sockets.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebClient.dll", @@ -1744,7 +1744,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebClient.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebClient.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebHeaderCollection.dll", @@ -1761,7 +1761,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebHeaderCollection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebHeaderCollection.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebProxy.dll", @@ -1778,7 +1778,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebProxy.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.Client.dll", @@ -1795,7 +1795,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.Client.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.Client.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.WebSockets.dll", @@ -1812,7 +1812,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.WebSockets.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.WebSockets.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Net.dll", @@ -1829,7 +1829,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Net.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Net.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.Vectors.dll", @@ -1846,7 +1846,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.Vectors.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.Vectors.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Numerics.dll", @@ -1863,7 +1863,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Numerics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ObjectModel.dll", @@ -1880,7 +1880,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ObjectModel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ObjectModel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.CoreLib.dll", @@ -1897,7 +1897,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\System.Private.CoreLib.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.DataContractSerialization.dll", @@ -1914,7 +1914,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.DataContractSerialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.DataContractSerialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", @@ -1931,7 +1931,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Runtime.InteropServices.JavaScript.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Runtime.InteropServices.JavaScript.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Uri.dll", @@ -1948,7 +1948,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Uri.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Uri.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.Linq.dll", @@ -1965,7 +1965,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Private.Xml.dll", @@ -1982,7 +1982,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Private.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Private.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.DispatchProxy.dll", @@ -1999,7 +1999,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.DispatchProxy.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.DispatchProxy.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", @@ -2016,7 +2016,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.ILGeneration.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.ILGeneration.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", @@ -2033,7 +2033,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.Lightweight.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.Lightweight.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Emit.dll", @@ -2050,7 +2050,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Emit.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Emit.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Extensions.dll", @@ -2067,7 +2067,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Metadata.dll", @@ -2084,7 +2084,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Metadata.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Metadata.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", @@ -2101,7 +2101,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.TypeExtensions.dll", @@ -2118,7 +2118,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.TypeExtensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.TypeExtensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Reflection.dll", @@ -2135,7 +2135,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Reflection.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Reflection.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Reader.dll", @@ -2152,7 +2152,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Reader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Reader.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", @@ -2169,7 +2169,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.ResourceManager.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.ResourceManager.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Resources.Writer.dll", @@ -2186,7 +2186,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Resources.Writer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Resources.Writer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", @@ -2203,7 +2203,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.Unsafe.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.Unsafe.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.CompilerServices.VisualC.dll", @@ -2220,7 +2220,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.CompilerServices.VisualC.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.CompilerServices.VisualC.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", @@ -2237,7 +2237,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Handles.dll", @@ -2254,7 +2254,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Handles.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Handles.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", @@ -2271,7 +2271,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.RuntimeInformation.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.RuntimeInformation.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.InteropServices.dll", @@ -2288,7 +2288,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.InteropServices.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.InteropServices.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Intrinsics.dll", @@ -2305,7 +2305,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Intrinsics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Intrinsics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Loader.dll", @@ -2322,7 +2322,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Loader.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Loader.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Numerics.dll", @@ -2339,7 +2339,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Numerics.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Numerics.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Formatters.dll", @@ -2356,7 +2356,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Formatters.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Formatters.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Json.dll", @@ -2373,7 +2373,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Primitives.dll", @@ -2390,7 +2390,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.Xml.dll", @@ -2407,7 +2407,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.Serialization.dll", @@ -2424,7 +2424,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.Serialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Runtime.dll", @@ -2441,7 +2441,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Runtime.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Runtime.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.AccessControl.dll", @@ -2458,7 +2458,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.AccessControl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.AccessControl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Claims.dll", @@ -2475,7 +2475,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Claims.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Claims.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", @@ -2492,7 +2492,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Algorithms.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Algorithms.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Cng.dll", @@ -2509,7 +2509,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Cng.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Cng.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Csp.dll", @@ -2526,7 +2526,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Csp.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Csp.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Encoding.dll", @@ -2543,7 +2543,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Encoding.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.OpenSsl.dll", @@ -2560,7 +2560,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.OpenSsl.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.OpenSsl.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", @@ -2577,7 +2577,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.Primitives.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.Primitives.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Cryptography.X509Certificates.dll", @@ -2594,7 +2594,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Cryptography.X509Certificates.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Cryptography.X509Certificates.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.Windows.dll", @@ -2611,7 +2611,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.Windows.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.Principal.dll", @@ -2628,7 +2628,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.Principal.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.Principal.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.SecureString.dll", @@ -2645,7 +2645,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.SecureString.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.SecureString.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Security.dll", @@ -2662,7 +2662,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Security.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Security.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceModel.Web.dll", @@ -2679,7 +2679,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceModel.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceModel.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ServiceProcess.dll", @@ -2696,7 +2696,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ServiceProcess.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ServiceProcess.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.CodePages.dll", @@ -2713,7 +2713,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.CodePages.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.CodePages.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.Extensions.dll", @@ -2730,7 +2730,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encoding.dll", @@ -2747,7 +2747,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encoding.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encoding.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", @@ -2764,7 +2764,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Encodings.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Encodings.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.Json.dll", @@ -2781,7 +2781,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.Json.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.Json.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Text.RegularExpressions.dll", @@ -2798,7 +2798,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Text.RegularExpressions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Text.RegularExpressions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Channels.dll", @@ -2815,7 +2815,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Channels.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Channels.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Overlapped.dll", @@ -2832,7 +2832,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Overlapped.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Overlapped.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Dataflow.dll", @@ -2849,7 +2849,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Dataflow.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Dataflow.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Extensions.dll", @@ -2866,7 +2866,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Extensions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Extensions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.Parallel.dll", @@ -2883,7 +2883,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.Parallel.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.Parallel.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Tasks.dll", @@ -2900,7 +2900,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Tasks.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Tasks.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Thread.dll", @@ -2917,7 +2917,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Thread.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Thread.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", @@ -2934,7 +2934,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.ThreadPool.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.ThreadPool.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.Timer.dll", @@ -2951,7 +2951,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.Timer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.Timer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Threading.dll", @@ -2968,7 +2968,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Threading.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Threading.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.Local.dll", @@ -2985,7 +2985,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.Local.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.Local.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Transactions.dll", @@ -3002,7 +3002,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Transactions.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Transactions.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.ValueTuple.dll", @@ -3019,7 +3019,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.ValueTuple.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.ValueTuple.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.HttpUtility.dll", @@ -3036,7 +3036,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.HttpUtility.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.HttpUtility.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Web.dll", @@ -3053,7 +3053,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Web.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Web.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Windows.dll", @@ -3070,7 +3070,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Windows.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Windows.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Linq.dll", @@ -3087,7 +3087,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Linq.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Linq.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.ReaderWriter.dll", @@ -3104,7 +3104,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.ReaderWriter.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.ReaderWriter.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.Serialization.dll", @@ -3121,7 +3121,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.Serialization.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.Serialization.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XDocument.dll", @@ -3138,7 +3138,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.XDocument.dll", @@ -3155,7 +3155,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.XDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.XDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XPath.dll", @@ -3172,7 +3172,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XPath.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XPath.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlDocument.dll", @@ -3189,7 +3189,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlDocument.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlDocument.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.XmlSerializer.dll", @@ -3206,7 +3206,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.XmlSerializer.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.XmlSerializer.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.Xml.dll", @@ -3223,7 +3223,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.Xml.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.Xml.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\System.dll", @@ -3240,7 +3240,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\System.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\System.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\WindowsBase.dll", @@ -3257,7 +3257,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\WindowsBase.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\WindowsBase.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.boot.json", @@ -3328,12 +3328,12 @@ "OriginalItemSpec": "obj\\Debug\\${Tfm}\\blazorwasm.pdb" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Primary", @@ -3342,7 +3342,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.js" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -3359,7 +3359,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.timezones.blat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", @@ -3376,7 +3376,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\dotnet.wasm" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\dotnet.wasm" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -3393,7 +3393,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_CJK.dat", @@ -3410,7 +3410,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_CJK.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_EFIGS.dat", @@ -3427,7 +3427,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_EFIGS.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt_no_CJK.dat", @@ -3444,7 +3444,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\native\\icudt_no_CJK.dat" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\mscorlib.dll", @@ -3461,7 +3461,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\mscorlib.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\mscorlib.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\netstandard.dll", @@ -3478,7 +3478,7 @@ "AssetTraitValue": "runtime", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\${RuntimeVersion}\\runtimes\\browser-wasm\\lib\\net6.0\\netstandard.dll" + "OriginalItemSpec": "${RestorePath}\\microsoft.netcore.app.runtime.mono.browser-wasm\\[[CustomPackageVersion]]\\runtimes\\browser-wasm\\lib\\${Tfm}\\netstandard.dll" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", @@ -6745,21 +6745,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazorwasm.pdb" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Build", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "PreserveNewest", "CopyToPublishDirectory": "Never", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.timezones.blat.gz]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.files.json index fcd021e1c76f..fbed543465fc 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.files.json @@ -1,235 +1,235 @@ [ - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\appsettings.development.json", - "${OutputPath}\\wwwroot\\appsettings.development.json.br", - "${OutputPath}\\wwwroot\\appsettings.development.json.gz", - "${OutputPath}\\wwwroot\\blazorwasm-minimal.styles.css", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\index.html", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm-minimal.pdb.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\appsettings.development.json", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\appsettings.development.json.br", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\appsettings.development.json.gz", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm-minimal.styles.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\blazor.webassembly.js", - "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.wasm", "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\icudt.dat", @@ -239,7 +239,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\blazor.publish.boot.json", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazor.webassembly.js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/Microsoft.AspNetCore.Authorization.dll.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/Microsoft.AspNetCore.Authorization.dll.gz]]", @@ -372,7 +372,7 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazor.webassembly.js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/blazorwasm-minimal.dll.gz]]", - "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.gz]]", "${ProjectPath}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.wasm.br]]", @@ -453,4 +453,4 @@ "${ProjectPath}\\obj\\Debug\\${Tfm}\\linked\\netstandard.dll", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\blazorwasm-minimal.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\blazorwasm-minimal.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.staticwebassets.json index ba20512edc5a..2f145a24f23b 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_PublishMinimal_Works.Publish.staticwebassets.json @@ -34,12 +34,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.aspnetcore.components.webassembly\\[[CustomPackageVersion]]\\build\\net5.0\\blazor.webassembly.js" }, { - "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Primary", @@ -48,7 +48,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -204,21 +204,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm-minimal.pdb.gz]]" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]" + "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", @@ -2465,21 +2465,21 @@ "OriginalItemSpec": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\linked\\blazorwasm-minimal.dll" }, { - "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "SourceId": "blazorwasm-minimal", "SourceType": "Computed", "ContentRoot": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.br", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.br", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "br", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.files.json index 184589b7f250..cf4c08737a10 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.files.json @@ -1,237 +1,237 @@ [ - "${OutputPath}\\wwwroot\\Fake-License.txt", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\styles.css", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.br", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\blazorwasm.styles.css", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js", - "${OutputPath}\\wwwroot\\index.html", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js" + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\Fake-License.txt", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm.styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\custom-service-worker-assets.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\serviceworkers\\my-service-worker.js" ] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.staticwebassets.json index c398e943f974..3e453ddb52a8 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_DoesNotIncludeXmlDocumentationFiles_AsAssets.Publish.staticwebassets.json @@ -81,12 +81,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.aspnetcore.components.webassembly\\[[CustomPackageVersion]]\\build\\net5.0\\blazor.webassembly.js" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Primary", @@ -95,7 +95,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -268,21 +268,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm.pdb.gz]]" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", @@ -2563,21 +2563,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\linked\\blazorwasm.dll" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.br", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.br", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "br", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.files.json index 184589b7f250..cf4c08737a10 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.files.json @@ -1,237 +1,237 @@ [ - "${OutputPath}\\wwwroot\\Fake-License.txt", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\styles.css", - "${OutputPath}\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", - "${OutputPath}\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.br", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Buffers.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Collections.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ComponentModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Console.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Linq.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Memory.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Net.Http.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.ObjectModel.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Private.Uri.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Runtime.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Claims.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Text.Json.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.Threading.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\System.dll", - "${OutputPath}\\wwwroot\\_framework\\System.dll.br", - "${OutputPath}\\wwwroot\\_framework\\System.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.boot.json.gz", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.br", - "${OutputPath}\\wwwroot\\_framework\\blazor.webassembly.js.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.br", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.dll.gz", - "${OutputPath}\\wwwroot\\_framework\\blazorwasm.pdb.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.timezones.blat.gz", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.br", - "${OutputPath}\\wwwroot\\_framework\\dotnet.wasm.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.br", - "${OutputPath}\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.br", - "${OutputPath}\\wwwroot\\_framework\\netstandard.dll.gz", - "${OutputPath}\\wwwroot\\blazorwasm.styles.css", - "${OutputPath}\\wwwroot\\css\\app.css", - "${OutputPath}\\wwwroot\\custom-service-worker-assets.js", - "${OutputPath}\\wwwroot\\index.html", - "${OutputPath}\\wwwroot\\serviceworkers\\my-service-worker.js" + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\Fake-License.txt", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\RazorClassLibrary\\wwwroot\\exampleJsInterop.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Authorization.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Forms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Components.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.AspNetCore.Metadata.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Binder.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.FileExtensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Configuration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.DependencyInjection.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileProviders.Physical.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.FileSystemGlobbing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.Abstractions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Logging.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Options.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.Extensions.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.WebAssembly.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\Microsoft.JSInterop.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\RazorClassLibrary.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Buffers.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Concurrent.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.NonGeneric.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.Specialized.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Collections.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Annotations.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.TypeConverter.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ComponentModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Console.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Debug.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.DiagnosticSource.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Diagnostics.Tracing.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.FileSystem.Watcher.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.IO.Pipelines.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.Expressions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Linq.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Memory.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Net.Http.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.ObjectModel.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.CoreLib.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Runtime.InteropServices.JavaScript.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Private.Uri.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.ILGeneration.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Emit.Lightweight.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Reflection.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Resources.ResourceManager.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.CompilerServices.Unsafe.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Extensions.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.InteropServices.RuntimeInformation.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.Loader.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Runtime.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Claims.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Algorithms.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Security.Cryptography.Primitives.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Encodings.Web.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Text.Json.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.Tasks.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.ThreadPool.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.Threading.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\System.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.boot.json.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazor.webassembly.js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\blazorwasm.pdb.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.timezones.blat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\dotnet.wasm.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_EFIGS.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\icudt_no_CJK.dat.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.br", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_framework\\netstandard.dll.gz", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\blazorwasm.styles.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\app.css", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\custom-service-worker-assets.js", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\index.html", + "${ProjectPath}\\blazorhosted\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\serviceworkers\\my-service-worker.js" ] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.staticwebassets.json index c398e943f974..3e453ddb52a8 100644 --- a/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.BlazorWebAssembly.Tests/StaticWebAssetsBaselines/StaticWebAssets_Publish_Hosted_Works.Publish.staticwebassets.json @@ -81,12 +81,12 @@ "OriginalItemSpec": "${RestorePath}\\microsoft.aspnetcore.components.webassembly\\[[CustomPackageVersion]]\\build\\net5.0\\blazor.webassembly.js" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Primary", @@ -95,7 +95,7 @@ "AssetTraitValue": "native", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.timezones.blat", @@ -268,21 +268,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/blazorwasm.pdb.gz]]" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.gz", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "gzip", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.gz]]" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.6.0.9.[[hash]].js.gz]]" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\build-gz\\[[_framework/dotnet.wasm.gz]]", @@ -2563,21 +2563,21 @@ "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\linked\\blazorwasm.dll" }, { - "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.${RuntimeVersion}.[[hash]].js.br]]", + "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.6.0.9.[[hash]].js.br]]", "SourceId": "blazorwasm", "SourceType": "Project", "ContentRoot": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\", "BasePath": "/", - "RelativePath": "_framework/dotnet.${RuntimeVersion}.[[hash]].js.br", + "RelativePath": "_framework/dotnet.6.0.9.[[hash]].js.br", "AssetKind": "Publish", "AssetMode": "All", "AssetRole": "Alternative", - "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js", + "RelatedAsset": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js", "AssetTraitName": "Content-Encoding", "AssetTraitValue": "br", "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.${RuntimeVersion}.[[hash]].js" + "OriginalItemSpec": "${ProjectRoot}\\blazorwasm\\bin\\Debug\\${Tfm}\\wwwroot\\_framework\\dotnet.6.0.9.[[hash]].js" }, { "Identity": "${ProjectRoot}\\blazorwasm\\obj\\Debug\\${Tfm}\\compress\\[[_framework/dotnet.timezones.blat.br]]", diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/AspNetSdkBaselineTest.cs b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/AspNetSdkBaselineTest.cs index 4fcddc09d826..aa16e3e9f1d1 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/AspNetSdkBaselineTest.cs +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/AspNetSdkBaselineTest.cs @@ -356,8 +356,35 @@ internal void AssertManifest( .Should() .BeEquivalentTo(expected.ReferencedProjectsConfiguration.OrderBy(cm => cm.Identity)); manifest.DiscoveryPatterns.OrderBy(dp => dp.Name).ShouldBeEquivalentTo(expected.DiscoveryPatterns.OrderBy(dp => dp.Name)); - manifest.Assets.OrderBy(a => a.BasePath).ThenBy(a => a.RelativePath).ThenBy(a => a.AssetKind) - .ShouldBeEquivalentTo(expected.Assets.OrderBy(a => a.BasePath).ThenBy(a => a.RelativePath).ThenBy(a => a.AssetKind)); + var manifestAssets = manifest.Assets.OrderBy(a => a.BasePath).ThenBy(a => a.RelativePath).ThenBy(a => a.AssetKind); + var expectedAssets = expected.Assets.OrderBy(a => a.BasePath).ThenBy(a => a.RelativePath).ThenBy(a => a.AssetKind); + + manifestAssets.ShouldBeEquivalentTo(expectedAssets, AssetDifferencesDetails(manifestAssets, expectedAssets)); + + static string AssetDifferencesDetails(IEnumerable manifestAssets, IEnumerable expectedAssets) + { + var missingAssets = expectedAssets.Except(manifestAssets); + var unexpectedAssets = manifestAssets.Except(expectedAssets); + + var differences = new List(); + + if (missingAssets.Any()) + { + differences.Add($"The following expected assets weren't found in the manifest {string.Join(", ", missingAssets.Select(a => a.Identity))}."); + } + + if (unexpectedAssets.Any()) + { + differences.Add($"The following additional unexpected assets were found in the manifest {string.Join(", ", unexpectedAssets.Select(a => a.Identity))}."); + } + + if (differences.Any()) + { + differences.Add("If the difference in baselines is expected, please re-generate the baselines using the src/RazorSdk/update-test-baselines.ps1 script."); + } + + return string.Join(Environment.NewLine, differences); + } } else { diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.files.json index e6f7a3c07370..72088b5f49ba 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.files.json @@ -1,3 +1,3 @@ [ "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.staticwebassets.json index 4cb2484664e8..a244ccb2dc9d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_CorrectlyBundlesScopedCssFiles.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json index e6f7a3c07370..72088b5f49ba 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json @@ -1,3 +1,3 @@ [ "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json index 4cb2484664e8..a244ccb2dc9d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.files.json index 31ada6d4ec75..301055e00750 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.files.json @@ -2,4 +2,4 @@ "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\jsmodules\\AppWithPackageAndP2PReference.modules.json", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\jsmodules\\jsmodules.build.manifest.json", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.staticwebassets.json index 8deb42a1590e..9b39b9ef2c73 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_IncorporatesInitializersFromClassLibraries.Build.staticwebassets.json @@ -249,23 +249,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json index 4cb2484664e8..a244ccb2dc9d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.files.json index e6f7a3c07370..72088b5f49ba 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.files.json @@ -1,3 +1,3 @@ [ "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.staticwebassets.json index 4cb2484664e8..a244ccb2dc9d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_NoDependencies_GeneratesJsonManifestAndCopiesItToOutputFolder_NoDependencies.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.files.json index e6f7a3c07370..72088b5f49ba 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.files.json @@ -1,3 +1,3 @@ [ "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json index ff97f4b5cb5b..57fa0bf570ea 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/BuildProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json @@ -181,23 +181,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_DiscoversJsModulesBasedOnPatterns.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_DiscoversJsModulesBasedOnPatterns.Build.files.json index d6892718a141..477c670be47f 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_DiscoversJsModulesBasedOnPatterns.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_DiscoversJsModulesBasedOnPatterns.Build.files.json @@ -1,4 +1,4 @@ [ "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json index d6892718a141..477c670be47f 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_GeneratesJsonManifestAndCopiesItToOutputFolder.Build.files.json @@ -1,4 +1,4 @@ [ "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange.Build.files.json index d6892718a141..477c670be47f 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange.Build.files.json @@ -1,4 +1,4 @@ [ "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange_Updated.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange_Updated.Build.files.json index d6892718a141..477c670be47f 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange_Updated.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Build_UpdatesManifest_WhenFilesChange_Updated.Build.files.json @@ -1,4 +1,4 @@ [ "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json index 7e34fd20114e..9a141baa83e4 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json index 9253d86e0fbf..f5bc8acb3e5b 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json @@ -8,6 +8,5 @@ "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" ] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json index 93660bdded19..61c5cce62c67 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_AppendTargetFrameworkToOutputPathFalse_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Build.staticwebassets.json index 77faa8a165fe..c2af0e69f6c2 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Build.staticwebassets.json @@ -232,23 +232,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.files.json index 659171f1258b..6915f3e11d58 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.files.json @@ -1,16 +1,15 @@ [ - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.modules.json", - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\AnotherClassLib.lib.module.js", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.modules.json", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.styles.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\AnotherClassLib.lib.module.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\jsmodules\\AppWithPackageAndP2PReference.modules.json", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.staticwebassets.json index f66c17d6c883..f4301f4387c0 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_DifferentBuildAndPublish_LibraryInitializers.Publish.staticwebassets.json @@ -232,23 +232,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json index 4cb2484664e8..a244ccb2dc9d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json index b4b84db2749b..cc2d1935ccb4 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json @@ -1,13 +1,12 @@ [ - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.styles.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json index 67e270603438..652679c31133 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Build.staticwebassets.json index 566ea8a9fa23..49174abc2026 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Build.staticwebassets.json @@ -249,23 +249,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.files.json index 12fca64e50c6..d63ec8f8f7a6 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.files.json @@ -1,17 +1,16 @@ [ - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.modules.json", - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\AnotherClassLib.lib.module.js", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\AnotherClassLib.lib.module.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.modules.json", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.styles.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\AnotherClassLib.lib.module.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\AnotherClassLib.lib.module.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\jsmodules\\jsmodules.publish.manifest.json", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.staticwebassets.json index 59b0a7025f45..d3573809a58b 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_IncorporatesInitializersFromClassLibrariesAndPublishesAssetsToTheRightLocation.Publish.staticwebassets.json @@ -249,23 +249,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json index 4cb2484664e8..a244ccb2dc9d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json index b4b84db2749b..3fee1b39e7fd 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json @@ -1,13 +1,12 @@ [ - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json index 67e270603438..652679c31133 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json index 4cb2484664e8..a244ccb2dc9d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json index b4b84db2749b..cc2d1935ccb4 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json @@ -1,13 +1,12 @@ [ - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.styles.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json index 67e270603438..652679c31133 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json index ff97f4b5cb5b..57fa0bf570ea 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Build.staticwebassets.json @@ -181,23 +181,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.files.json index 522862b93012..8e5b3d719124 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.files.json @@ -1,16 +1,15 @@ [ - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", - "${OutputPath}\\wwwroot\\css\\site.css", - "${OutputPath}\\wwwroot\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.styles.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\js\\project-transitive-dep.v4.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.staticwebassets.json index d4683023ae59..2290bbe189a1 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/PublishProjectWithReferences_WorksWithStaticWebAssetsV1ClassLibraries.Publish.staticwebassets.json @@ -181,23 +181,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json index c93f96002a92..0f4981a916b8 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json @@ -1,5 +1,5 @@ [ - "${OutputPath}\\wwwroot\\ComponentApp.styles.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json index c93f96002a92..906cc33a6abd 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_NoBuild_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json @@ -1,5 +1,5 @@ [ - "${OutputPath}\\wwwroot\\ComponentApp.styles.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\wwwroot\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json index c93f96002a92..0f4981a916b8 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishSingleFile_GeneratesPublishJsonManifestAndCopiesPublishAssets.Publish.files.json @@ -1,5 +1,5 @@ [ - "${OutputPath}\\wwwroot\\ComponentApp.styles.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishesBundleToTheRightLocation.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishesBundleToTheRightLocation.Publish.files.json index 3cd36eefc774..c258d76ffe1d 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishesBundleToTheRightLocation.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Publish_PublishesBundleToTheRightLocation.Publish.files.json @@ -1,8 +1,8 @@ [ - "${OutputPath}\\wwwroot\\ComponentApp.lib.module.js", - "${OutputPath}\\wwwroot\\ComponentApp.modules.json", - "${OutputPath}\\wwwroot\\ComponentApp.styles.css", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\ComponentApp.lib.module.js", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\ComponentApp.modules.json", + "${ProjectPath}\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\jsmodules\\jsmodules.publish.manifest.json", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Rebuild_RegeneratesJsonManifestAndCopiesItToOutputFolder_Rebuild.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Rebuild_RegeneratesJsonManifestAndCopiesItToOutputFolder_Rebuild.Build.files.json index d6892718a141..477c670be47f 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Rebuild_RegeneratesJsonManifestAndCopiesItToOutputFolder_Rebuild.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/Rebuild_RegeneratesJsonManifestAndCopiesItToOutputFolder_Rebuild.Build.files.json @@ -1,4 +1,4 @@ [ "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\ComponentApp.styles.css", "${ProjectPath}\\obj\\Debug\\${Tfm}\\scopedcss\\projectbundle\\ComponentApp.bundle.scp.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.files.json index e6f7a3c07370..72088b5f49ba 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.files.json @@ -1,3 +1,3 @@ [ "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.staticwebassets.json index fb2931c9c71a..2706ebd48876 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_IsBackwardsCompatible_WithPreviousVersions.Build.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.files.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.files.json index 7c7d3ccea149..35c7510eecb4 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.files.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.files.json @@ -1,17 +1,16 @@ [ - "${OutputPath}\\wwwroot\\AppWithPackageAndP2PReference.styles.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", - "${OutputPath}\\wwwroot\\_content\\PackageLibraryTransitiveDependency\\js\\pkg-transitive-dep.js", - "${OutputPath}\\wwwroot\\css\\site.css", - "${OutputPath}\\wwwroot\\js\\project-direct-dep.js", - "${OutputPath}\\wwwroot\\js\\project-transitive-dep.js", - "${OutputPath}\\wwwroot\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\AppWithPackageAndP2PReference.styles.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\AnotherClassLib\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\ClassLibrary.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\ClassLibrary\\js\\project-transitive-dep.v4.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\PackageLibraryDirectDependency.bundle.scp.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\_content\\PackageLibraryDirectDependency\\js\\pkg-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\css\\site.css", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\js\\project-direct-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\js\\project-transitive-dep.js", + "${ProjectPath}\\AppWithPackageAndP2PReference\\bin\\Debug\\${Tfm}\\publish\\wwwroot\\js\\project-transitive-dep.v4.js", "${ProjectPath}\\AppWithPackageAndP2PReference\\obj\\Debug\\${Tfm}\\scopedcss\\bundle\\AppWithPackageAndP2PReference.styles.css" -] +] \ No newline at end of file diff --git a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.staticwebassets.json b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.staticwebassets.json index f7fd689f42c3..ee4d68f2b7df 100644 --- a/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.staticwebassets.json +++ b/src/Tests/Microsoft.NET.Sdk.Razor.Tests/StaticWebAssetsBaselines/ScopedCss_PublishIsBackwardsCompatible_WithPreviousVersions.Publish.staticwebassets.json @@ -198,23 +198,6 @@ "CopyToOutputDirectory": "Never", "CopyToPublishDirectory": "PreserveNewest", "OriginalItemSpec": "${RestorePath}\\packagelibrarydirectdependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-direct-dep.js" - }, - { - "Identity": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js", - "SourceId": "PackageLibraryTransitiveDependency", - "SourceType": "Package", - "ContentRoot": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\", - "BasePath": "_content/PackageLibraryTransitiveDependency", - "RelativePath": "js/pkg-transitive-dep.js", - "AssetKind": "All", - "AssetMode": "All", - "AssetRole": "Primary", - "RelatedAsset": "", - "AssetTraitName": "", - "AssetTraitValue": "", - "CopyToOutputDirectory": "Never", - "CopyToPublishDirectory": "PreserveNewest", - "OriginalItemSpec": "${RestorePath}\\packagelibrarytransitivedependency\\[[CustomPackageVersion]]\\staticwebassets\\js\\pkg-transitive-dep.js" } ] } \ No newline at end of file