Skip to content

Commit

Permalink
Remove Terminal.Gui.Analyzers.Internal project from the Terminal.Gui …
Browse files Browse the repository at this point in the history
…project.
  • Loading branch information
BDisp committed Jul 12, 2024
1 parent 3b19567 commit abdde3a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 16 deletions.
6 changes: 0 additions & 6 deletions Directory.Build.props

This file was deleted.

5 changes: 0 additions & 5 deletions Directory.Build.targets

This file was deleted.

5 changes: 0 additions & 5 deletions Terminal.Gui/Terminal.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
1 change: 1 addition & 0 deletions UICatalog/UICatalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)" />
Expand Down
1 change: 1 addition & 0 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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)" />
Expand Down

0 comments on commit abdde3a

Please sign in to comment.