Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 63d8ffe

Browse files
authored
Eliminate ValueTuple build stuff (dotnet#11383)
1 parent f59a145 commit 63d8ffe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

FSharp.Editor.fsproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<NoWarn>$(NoWarn);75</NoWarn>
88
<NoWarn>$(NoWarn);44</NoWarn><!-- warning about Roslyn API only for F# and TypeScript -->
99
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
10-
<DisableImplicitSystemValueTupleReference>true</DisableImplicitSystemValueTupleReference>
11-
<DefaultValueTuplePackageVersion>$(SystemValueTupleVersion)</DefaultValueTuplePackageVersion>
1210
<OtherFlags>$(OtherFlags) --warnon:1182 --subsystemversion:6.00</OtherFlags>
1311
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
1412
</PropertyGroup>
@@ -178,9 +176,8 @@
178176
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="$(MicrosoftVisualStudioThreadingVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" />
179177
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" />
180178
<PackageReference Include="System.Design" Version="$(SystemDesignVersion)" />
181-
<PackageReference Include="System.ValueTuple" Version="$(SystemValueTupleVersion)" />
182179
<PackageReference Include="VSSDK.VSLangProj" Version="$(VSSDKVSLangProjVersion)" PrivateAssets="all" ExcludeAssets="runtime;contentFiles;build;analyzers;native" />
183-
<PackageReference Include="StreamJsonRpc" Version="$(StreamJsonRpcVersion)" />
180+
<PackageReference Include="StreamJsonRpc" Version="$(StreamJsonRpcVersion)" />
184181
</ItemGroup>
185182

186183
<ItemGroup>

0 commit comments

Comments
 (0)