Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/Def/TextLogic/TextLogic.csproj')
-rw-r--r--src/Text/Def/TextLogic/TextLogic.csproj4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Text/Def/TextLogic/TextLogic.csproj b/src/Text/Def/TextLogic/TextLogic.csproj
index f7b3b78..15d863a 100644
--- a/src/Text/Def/TextLogic/TextLogic.csproj
+++ b/src/Text/Def/TextLogic/TextLogic.csproj
@@ -3,8 +3,6 @@
<AssemblyName>Microsoft.VisualStudio.Text.Logic</AssemblyName>
<RootNamespace>$(AssemblyName)</RootNamespace>
<TargetFramework>net46</TargetFramework>
- <NonShipping>false</NonShipping>
- <IsPackable>true</IsPackable>
<PushToPublicFeed>true</PushToPublicFeed>
<NoWarn>649;436;$(NoWarn)</NoWarn>
<AssemblyAttributeClsCompliant>true</AssemblyAttributeClsCompliant>
@@ -15,7 +13,7 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
- <PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
+ <PackageReference Include="System.Collections.Immutable" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TextData\TextData.csproj" />