Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9299207

Browse files
author
Kevin Ransom
committed
Remove ValueTuple 4.3.1 from vsix deployment
1 parent91f4906 commit9299207

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

‎build/config/AssemblySignToolData.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"Newtonsoft.Json.dll",
6969
"System.Collections.Immutable.dll",
7070
"System.Reflection.Metadata.dll",
71-
"System.ValueTuple.4.3.1.nupkg",
7271
"System.ValueTuple.4.4.0.nupkg",
7372
"System.ValueTuple.dll"
7473
]

‎packages.config‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<!-- Actual dependencies of FSharp.Compiler.dll and FSharp.Core.dll-->
1818
<packageid="System.Collections.Immutable"version="1.3.1" />
1919
<packageid="System.Reflection.Metadata"version="1.4.2" />
20-
<packageid="System.ValueTuple"version="4.3.1" />
2120
<packageid="System.ValueTuple"version="4.4.0" />
2221
<packageid="FSharp.Core"version="4.3.4"/>
2322
<packageid="Microsoft.VisualFSharp.Msbuild.15.0"version="1.0.1" />

‎vsintegration/Vsix/VisualFSharpFull/VisualFSharpFull.csproj‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
<Link>packages\FSharp.Core.4.3.4.nupkg</Link>
2929
<IncludeInVSIX>true</IncludeInVSIX>
3030
</Content>
31-
<ContentInclude="$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.3.1\System.ValueTuple.4.3.1.nupkg">
32-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33-
<Link>packages\System.ValueTuple.4.3.1.nupkg</Link>
34-
<IncludeInVSIX>true</IncludeInVSIX>
35-
</Content>
3631
<ContentInclude="$(FSharpSourcesRoot)\..\packages\System.ValueTuple.4.4.0\System.ValueTuple.4.4.0.nupkg">
3732
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3833
<Link>packages\System.ValueTuple.4.4.0.nupkg</Link>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp