Skip to content

Commit

Permalink
Update System.Collections.Immutable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 16, 2024
1 parent 6110cfa commit fcff1ed
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 35 deletions.
2 changes: 1 addition & 1 deletion BuildInstaller/BuildInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ xcopy /y "$(SolutionDir)images\*.*" "$(SolutionDir)bin\$(Configuration)\Wiki\ima
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion CargoMonitor/EddiCargoMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion CrimeMonitor/EddiCrimeMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion DataDefinitions/EddiDataDefinitions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
12 changes: 2 additions & 10 deletions DataDefinitions/Material.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,8 @@ static Material()
.Where(m => m.greatpctbody != null)
.ToList().ToImmutableHashSet();

jumponiumElements = ImmutableHashSet.Create(
Carbon,
Germanium,
Vanadium,
Cadmium,
Niobium,
Arsenic,
Yttrium,
Polonium
);
jumponiumElements = new[] { Carbon, Germanium, Vanadium, Cadmium, Niobium, Arsenic, Yttrium, Polonium }
.ToImmutableHashSet();
}

#region Elements
Expand Down
2 changes: 1 addition & 1 deletion DataProviderService/EddiDataProviderService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion EDDI/Eddi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion EDDNResponder/EddiEddnResponder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Version>106.13.0</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion EDDPMonitor/EddiEddpMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion EDSMResponder/EddiEdsmResponder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion Events/EddiEvents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion GalnetMonitor/EddiGalnetMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite">
<Version>1.0.118</Version>
Expand Down
2 changes: 1 addition & 1 deletion JournalMonitor/EddiJournalMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion MaterialMonitor/EddiMaterialMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion MissionMonitor/EddiMissionMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion NavigationMonitor/EddiNavigationMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion NavigationService/EddiNavigationService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion ShipMonitor/EddiShipMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion SpeechResponder/EddiSpeechResponder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion SpeechService/EddiSpeechService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion StarMapService/EddiStarMapService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Version>106.13.0</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion StatusMonitor/EddiStatusMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite">
<Version>1.0.118</Version>
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Diagnostics.Debug">
<Version>4.3.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion VoiceAttackResponder/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
2 changes: 1 addition & 1 deletion VoiceAttackResponder/EddiVoiceAttackResponder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="System.Collections.Immutable">
<Version>7.0.0</Version>
<Version>8.0.0</Version>
</PackageReference>
<PackageReference Include="System.Runtime">
<Version>4.3.1</Version>
Expand Down

0 comments on commit fcff1ed

Please sign in to comment.