File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Components/blazor/src/Microsoft.AspNetCore.Blazor.Build Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
<SignedPackageFile Include =" Microsoft.AspNetCore.Components.Browser.JS.dll" Certificate =" $(AssemblySigningCertName)" />
23
23
<SignedPackageFile Include =" Microsoft.AspNetCore.Blazor.Build.exe" Certificate =" $(AssemblySigningCertName)" />
24
24
25
+ <!-- 1st party assembly we redistribute (part of the CLI tool) -->
26
+ <SignedPackageFile Include =" Microsoft.JSInterop.dll" Certificate =" $(AssemblySigningCertName)" />
27
+
25
28
<!-- 3rd party assemblies we redistribute. -->
26
29
<SignedPackageFile Include =" AngleSharp.dll" Certificate =" $(AssemblySigning3rdPartyCertName)" />
27
30
<SignedPackageFile Include =" Mono.Cecil.dll" Certificate =" $(AssemblySigning3rdPartyCertName)" />
37
40
<ExcludePackageFileFromSigning Include =" Microsoft.Extensions.FileProviders.Physical.dll" />
38
41
<ExcludePackageFileFromSigning Include =" Microsoft.Extensions.FileSystemGlobbing.dll" />
39
42
<ExcludePackageFileFromSigning Include =" Microsoft.Extensions.Primitives.dll" />
40
- <ExcludePackageFileFromSigning Include =" Microsoft.JSInterop.dll" />
41
43
<ExcludePackageFileFromSigning Include =" System.CodeDom.dll" />
42
44
<ExcludePackageFileFromSigning Include =" System.Runtime.CompilerServices.Unsafe.dll" />
43
45
<ExcludePackageFileFromSigning Include =" System.Text.Encoding.CodePages.dll" />
You can’t perform that action at this time.
0 commit comments