Quellcode durchsuchen

【优化】优化Newtonsoft.Json引用同一个,并升级其他几个引用版本

johnclot69 vor 1 Jahr
Ursprung
Commit
6c8dfa74fd

+ 4 - 5
DotNet/Hotfix/DotNet.Hotfix.csproj

@@ -1,6 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
 <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
     <PropertyGroup>
-        <TargetFramework>net7.0</TargetFramework> 
+        <TargetFramework>net7.0</TargetFramework>
         <RootNamespace>ET</RootNamespace>
         <RootNamespace>ET</RootNamespace>
         <LangVersion>10</LangVersion>
         <LangVersion>10</LangVersion>
         <AssemblyName>Hotfix</AssemblyName>
         <AssemblyName>Hotfix</AssemblyName>
@@ -11,7 +11,7 @@
     </PropertyGroup>
     </PropertyGroup>
     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
         <DefineConstants>DOTNET</DefineConstants>
         <DefineConstants>DOTNET</DefineConstants>
-        <OutputPath>..\..\Bin\</OutputPath> 
+        <OutputPath>..\..\Bin\</OutputPath>
         <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
         <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
     </PropertyGroup>
     </PropertyGroup>
     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -23,12 +23,11 @@
     </PropertyGroup>
     </PropertyGroup>
     <ItemGroup>
     <ItemGroup>
         <Compile Include="..\..\Unity\Assets\Scripts\Codes\Hotfix\Share\**\*.cs">
         <Compile Include="..\..\Unity\Assets\Scripts\Codes\Hotfix\Share\**\*.cs">
-            <Link>Share\%(RecursiveDir)%(FileName)%(Extension)</Link> 
+            <Link>Share\%(RecursiveDir)%(FileName)%(Extension)</Link>
         </Compile>
         </Compile>
-        
+
     </ItemGroup>
     </ItemGroup>
     <ItemGroup>
     <ItemGroup>
-      <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
       <PackageReference Include="SuperSocket.ClientEngine" Version="0.10.0" />
       <PackageReference Include="SuperSocket.ClientEngine" Version="0.10.0" />
       <PackageReference Include="SuperSocket.ProtoBase" Version="1.7.0.17" />
       <PackageReference Include="SuperSocket.ProtoBase" Version="1.7.0.17" />
     </ItemGroup>
     </ItemGroup>

+ 5 - 6
DotNet/Model/DotNet.Model.csproj

@@ -11,12 +11,12 @@
     </PropertyGroup>
     </PropertyGroup>
     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
     <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
         <DefineConstants>DOTNET</DefineConstants>
         <DefineConstants>DOTNET</DefineConstants>
-        <OutputPath>..\..\Bin\</OutputPath> 
+        <OutputPath>..\..\Bin\</OutputPath>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
         <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
         <Optimize>false</Optimize>
         <Optimize>false</Optimize>
     </PropertyGroup>
     </PropertyGroup>
-    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> 
+    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
         <DefineConstants>DOTNET</DefineConstants>
         <DefineConstants>DOTNET</DefineConstants>
         <OutputPath>..\..\Bin\</OutputPath>
         <OutputPath>..\..\Bin\</OutputPath>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -30,14 +30,13 @@
         <Compile Update="Const\Struct.cs">
         <Compile Update="Const\Struct.cs">
           <Link>Share\Const\Struct.cs</Link>
           <Link>Share\Const\Struct.cs</Link>
         </Compile>
         </Compile>
-        
+
     </ItemGroup>
     </ItemGroup>
     <ItemGroup>
     <ItemGroup>
-      <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
       <PackageReference Include="SuperSocket.ClientEngine" Version="0.10.0" />
       <PackageReference Include="SuperSocket.ClientEngine" Version="0.10.0" />
       <PackageReference Include="SuperSocket.ProtoBase" Version="1.7.0.17" />
       <PackageReference Include="SuperSocket.ProtoBase" Version="1.7.0.17" />
-    </ItemGroup> 
-    <ItemGroup> 
+    </ItemGroup>
+    <ItemGroup>
         <ProjectReference Include="..\..\Share\Analyzer\Share.Analyzer.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
         <ProjectReference Include="..\..\Share\Analyzer\Share.Analyzer.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
         <ProjectReference Include="..\Core\DotNet.Core.csproj" />
         <ProjectReference Include="..\Core\DotNet.Core.csproj" />
         <ProjectReference Include="..\Loader\DotNet.Loader.csproj" />
         <ProjectReference Include="..\Loader\DotNet.Loader.csproj" />

+ 9 - 8
DotNet/ThirdParty/DotNet.ThirdParty.csproj

@@ -7,12 +7,12 @@
         <RootNamespace>ET</RootNamespace>
         <RootNamespace>ET</RootNamespace>
         <AssemblyName>ThirdParty</AssemblyName>
         <AssemblyName>ThirdParty</AssemblyName>
     </PropertyGroup>
     </PropertyGroup>
-    
+
     <PropertyGroup>
     <PropertyGroup>
         <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
         <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
         <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
         <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
     </PropertyGroup>
     </PropertyGroup>
-    
+
     <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
     <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
       <DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
       <DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
       <OutputPath>..\..\Bin\</OutputPath>
       <OutputPath>..\..\Bin\</OutputPath>
@@ -20,7 +20,7 @@
       <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
       <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
       <Optimize>true</Optimize>
       <Optimize>true</Optimize>
     </PropertyGroup>
     </PropertyGroup>
-    
+
     <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
     <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
       <DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
       <DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
       <OutputPath>..\..\Bin\</OutputPath>
       <OutputPath>..\..\Bin\</OutputPath>
@@ -415,12 +415,13 @@
     </ItemGroup>
     </ItemGroup>
 
 
     <ItemGroup>
     <ItemGroup>
-      <PackageReference Include="CommandLineParser" Version="2.8.0" />
-      <PackageReference Include="EPPlus" Version="5.8.8" />
+      <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
+      <PackageReference Include="CommandLineParser" Version="2.9.1" />
+      <PackageReference Include="EPPlus" Version="6.2.6" />
       <PackageReference Include="MongoDB.Driver" Version="2.17.1" />
       <PackageReference Include="MongoDB.Driver" Version="2.17.1" />
-      <PackageReference Include="NLog" Version="4.7.15" />
-      <PackageReference Include="protobuf-net" Version="2.4.6" />
-      <PackageReference Include="SharpZipLib" Version="1.3.3" />
+      <PackageReference Include="NLog" Version="5.2.2" />
+      <PackageReference Include="protobuf-net" Version="2.4.8" />
+      <PackageReference Include="SharpZipLib" Version="1.4.2" />
       <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" />
       <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" />
       <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
       <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
     </ItemGroup>
     </ItemGroup>