|
@@ -7,12 +7,12 @@
|
|
|
<RootNamespace>ET</RootNamespace>
|
|
|
<AssemblyName>ThirdParty</AssemblyName>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
+
|
|
|
<PropertyGroup>
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
+
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
|
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
@@ -20,7 +20,7 @@
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
<Optimize>true</Optimize>
|
|
|
</PropertyGroup>
|
|
|
-
|
|
|
+
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
<DefineConstants>DOTNET;UNITY_DOTSPLAYER</DefineConstants>
|
|
|
<OutputPath>..\..\Bin\</OutputPath>
|
|
@@ -415,12 +415,13 @@
|
|
|
</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="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.CSharp" Version="4.0.1" />
|
|
|
</ItemGroup>
|