You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2021/02/25 14:31:11 UTC

[ignite] branch master updated: IGNITE-14243 .NET: Extend ConfigurationManager dependency version range

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new f685ca4  IGNITE-14243 .NET: Extend ConfigurationManager dependency version range
f685ca4 is described below

commit f685ca4d307221ba960f98ba3b8ac78c5ec6362c
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Thu Feb 25 17:30:45 2021 +0300

    IGNITE-14243 .NET: Extend ConfigurationManager dependency version range
    
    Test Ignite with recent `System.Configuration.ConfigurationManager` versions (including 6.x preview), and extend supported version range accordingly.
---
 .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec      | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
index f37cf5a..c382cc0 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.nuspec
@@ -17,12 +17,12 @@
   limitations under the License.
 -->
 
-<!-- 
+<!--
 
 Creating NuGet package:
 1) Build Java: mvn clean package -DskipTests -U -Plgpl
 2) Build Apache.Ignite.sln (AnyCPU configuration)
-3) Create package (use csproj instead of nuspec so that template substitution works): 
+3) Create package (use csproj instead of nuspec so that template substitution works):
    nuget pack Apache.Ignite.Core.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
 
 -->
@@ -42,7 +42,7 @@ Creating NuGet package:
         <description>
 Apache Ignite is a distributed database for high-performance computing with in-memory speed.
 Supports .NET 4+ and .NET Core 2.0+.
-            
+
 More info: https://ignite.apache.org/
         </description>
         <copyright>Copyright 2021</copyright>
@@ -53,7 +53,7 @@ More info: https://ignite.apache.org/
             <!-- Empty section is required to denote supported framework. -->
             <group targetFramework=".NETFramework4.0" />
             <group targetFramework=".NETStandard2.0">
-                <dependency id="System.Configuration.ConfigurationManager" version="[4.4.0, 5.0.0)" />
+                <dependency id="System.Configuration.ConfigurationManager" version="[4.4.0, 7.0.0)" />
             </group>
         </dependencies>
     </metadata>
@@ -74,10 +74,10 @@ More info: https://ignite.apache.org/
         <file src="..\bin\libs\*.jar" target="build\output\libs" />
         <file src="..\..\..\..\config\java.util.logging.properties" target="build\output\config" />
         <file src="Apache.Ignite.targets" target="build" />
-    
+
         <!-- LINQPad samples -->
         <file src="NuGet\LINQPad\*.*" target="linqpad-samples" />
-        
+
         <!-- Icon -->
         <file src="..\logo_ignite_128x128.png" target="images\" />
     </files>