mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Remove Terminal.Gui.Analyzers.Internal project from the Terminal.Gui project.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="JetBrains.Annotations" Version="[2024.2.0,)" PrivateAssets="all" />
|
||||
<PackageReference Include="JetBrains.ExternalAnnotations" Version="[10.2.149,)" PrivateAssets="all" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,5 +0,0 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<DefineConstants>$(DefineConstants);DIMAUTO</DefineConstants>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -62,11 +62,6 @@
|
||||
<PackageReference Include="System.IO.Abstractions" Version="[21.0.22,22)" />
|
||||
<PackageReference Include="System.Text.Json" Version="[8.0.4,9)" />
|
||||
<PackageReference Include="Wcwidth" Version="[2,3)" />
|
||||
<ProjectReference Include="..\Analyzers\Terminal.Gui.Analyzers.Internal\Terminal.Gui.Analyzers.Internal.csproj">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<OutputItemType>Analyzer</OutputItemType>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<!-- =================================================================== -->
|
||||
<!-- Global Usings and Type Aliases -->
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
<None Update="./Scenarios/Spinning_globe_dark_small.gif" CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="JetBrains.Annotations" Version="[2024.2.0,)" PrivateAssets="all" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="[1.21,2)" />
|
||||
<PackageReference Include="SixLabors.ImageSharp" Version="[3.1.4,4)" />
|
||||
<PackageReference Include="CsvHelper" Version="[33.0.1,34)" />
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
<Optimize>true</Optimize>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="JetBrains.Annotations" Version="[2024.2.0,)" PrivateAssets="all" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="[17.10,18)" />
|
||||
<PackageReference Include="ReportGenerator" Version="[5.3.7,6)" />
|
||||
<PackageReference Include="TestableIO.System.IO.Abstractions.TestingHelpers" Version="[21.0.22,22)" />
|
||||
|
||||
Reference in New Issue
Block a user