Skip to content

Commit 9646a1d

Browse files
committed
add System.ValueTuple.4.3.1.nupkg and PatternMatcher.dll to the sign list
1 parent b6dfbb6 commit 9646a1d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/config/AssemblySignToolData.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"net40\\bin\\*\\FSharp.ProjectSystem.PropertyPages.resources.dll",
3333
"net40\\bin\\FSharp.ProjectSystem.FSharp.dll",
3434
"net40\\bin\\*\\FSharp.ProjectSystem.FSharp.resources.dll",
35+
"net40\\bin\\PatternMatcher.dll",
3536
"coreclr\\bin\\FSharp.Core.dll",
3637
"coreclr\\bin\\*\\FSharp.Core.resources.dll",
3738
"coreclr\\bin\\FSharp.Build.dll",
@@ -65,9 +66,10 @@
6566
"Microsoft.DiaSymReader.dll",
6667
"Microsoft.DiaSymReader.PortablePdb.dll",
6768
"Newtonsoft.Json.dll",
68-
"System.ValueTuple.4.4.0.nupkg",
6969
"System.Collections.Immutable.dll",
7070
"System.Reflection.Metadata.dll",
71+
"System.ValueTuple.4.3.1.nupkg",
72+
"System.ValueTuple.4.4.0.nupkg",
7173
"System.ValueTuple.dll"
7274
]
7375
}

vsintegration/fsharp-vsintegration-src-build.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<ProjectFiles Include="src\FSharp.ProjectSystem.FSharp\ProjectSystem.fsproj" />
1515
<ProjectFiles Include="src\FSharp.ProjectSystem.PropertyPages\FSharp.PropertiesPages.vbproj" />
1616
<ProjectFiles Include="src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj" />
17+
<ProjectFiles Include="src\PatternMatcher\PatternMatcher.csproj" />
1718
</ItemGroup>
1819

1920
<Import Project="..\src\root.traversal.targets"/>

0 commit comments

Comments
 (0)