Skip to content

Commit

Permalink
Fix NuGet package issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
fryderykhuang committed Feb 7, 2024
1 parent 1936ee3 commit f5641a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion src/NullGC.Allocators/NullGC.Allocators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
<ProjectReference Include="..\NullGC.Abstractions\NullGC.Abstractions.csproj"/>
<ProjectReference Include="..\NullGC.Collections\NullGC.Collections.csproj"/>
<ProjectReference Include="..\NullGC.Linq\NullGC.Linq.csproj"/>
<ProjectReference Include="..\NullGC.Utilities\NullGC.Utilities.csproj" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions src/NullGC.Collections/NullGC.Collections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@

<ItemGroup>
<ProjectReference Include="..\NullGC.Abstractions\NullGC.Abstractions.csproj"/>
<ProjectReference Include="..\NullGC.Utilities\NullGC.Utilities.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.2.2"/>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2"/>
</ItemGroup>

<!-- <ItemGroup>-->
Expand Down
19 changes: 0 additions & 19 deletions src/NullGC.Utilities/NullGC.Utilities.csproj

This file was deleted.

18 changes: 0 additions & 18 deletions src/NullGC.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NullGC.Analyzer.Tests", "Nu
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Analyzer", "Analyzer", "{41481A0C-9B12-473F-8277-8E1BA753DCA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NullGC.Utilities", "NullGC.Utilities\NullGC.Utilities.csproj", "{FB337192-53EF-47CA-B010-2F6801FF3235}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -369,22 +367,6 @@ Global
{ED2E585A-648A-4A9E-A283-4319A04F8274}.Release|x64.Build.0 = Release|Any CPU
{ED2E585A-648A-4A9E-A283-4319A04F8274}.Release|x86.ActiveCfg = Release|Any CPU
{ED2E585A-648A-4A9E-A283-4319A04F8274}.Release|x86.Build.0 = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|arm64.ActiveCfg = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|arm64.Build.0 = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|x64.ActiveCfg = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|x64.Build.0 = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|x86.ActiveCfg = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Debug|x86.Build.0 = Debug|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|Any CPU.Build.0 = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|arm64.ActiveCfg = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|arm64.Build.0 = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|x64.ActiveCfg = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|x64.Build.0 = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|x86.ActiveCfg = Release|Any CPU
{FB337192-53EF-47CA-B010-2F6801FF3235}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit f5641a0

Please sign in to comment.