Skip to content

Commit

Permalink
Cleaned unused System.Text.Json references in Data namespaces. Added …
Browse files Browse the repository at this point in the history
…it to Opensim.Region.Framework
  • Loading branch information
mdickson committed Nov 16, 2023
1 parent 2ca03f0 commit cc8a416
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions OpenSim/Data/MySQL/OpenSim.Data.MySQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<EmbeddedResource Include="Resources\os_groups_Store.migrations" />
<EmbeddedResource Include="Resources\Presence.migrations" />
<EmbeddedResource Include="Resources\RegionStore.migrations" />
<EmbeddedResource Include="Resources\UserAlias.migrations" />
<EmbeddedResource Include="Resources\UserAlias.migrations" />
<EmbeddedResource Include="Resources\UserAccount.migrations" />
<EmbeddedResource Include="Resources\UserProfiles.migrations" />
<EmbeddedResource Include="Resources\XAssetStore.migrations" />
Expand All @@ -53,7 +53,6 @@
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Mono.Addins" Version="1.4.1" />
<PackageReference Include="MySqlConnector" Version="2.2.6" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
1 change: 0 additions & 1 deletion OpenSim/Data/Null/OpenSim.Data.Null.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions OpenSim/Data/OpenSim.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<Compile Remove="MySQL\MySQLRegionData.cs" />
<Compile Remove="MySQL\MySQLSimulationData.cs" />
<Compile Remove="MySQL\MySQLUserAccountData.cs" />
<Compile Remove="MySQL\MySQLUserAliasData.cs" />
<Compile Remove="MySQL\MySQLUserAliasData.cs" />
<Compile Remove="MySQL\MySQLUserProfilesData.cs" />
<Compile Remove="MySQL\MySQLXAssetData.cs" />
<Compile Remove="MySQL\MySQLXInventoryData.cs" />
Expand Down Expand Up @@ -132,6 +132,5 @@
<PackageReference Include="Mono.Addins" Version="1.4.1" />
<PackageReference Include="MySqlConnector" Version="2.2.6" />
<PackageReference Include="System.Data.SQLite" Version="1.0.116" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion OpenSim/Data/PGSQL/OpenSim.Data.PGSQL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Mono.Addins" Version="1.4.1" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
1 change: 0 additions & 1 deletion OpenSim/Data/SQLite/OpenSim.Data.SQLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Mono.Addins" Version="1.4.1" />
<PackageReference Include="System.Data.SQLite" Version="1.0.116" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions OpenSim/Region/Framework/OpenSim.Region.Framework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Mono.Addins" Version="1.4.1" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.9" />
</ItemGroup>
</Project>

0 comments on commit cc8a416

Please sign in to comment.