You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2021/02/18 15:55:00 UTC

[jira] [Created] (IGNITE-14208) .NET: Examples multi targeting

Pavel Tupitsyn created IGNITE-14208:
---------------------------------------

             Summary: .NET: Examples multi targeting
                 Key: IGNITE-14208
                 URL: https://issues.apache.org/jira/browse/IGNITE-14208
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.11


Currently examples require .NET SDK 2.1, which is quite old. Users are more likely to have .NET Core 3.1 or .NET 5 installed.

Fix example projects and replace 

{code}
<TargetFramework>netcoreapp2.1</TargetFramework>
{code}

with 

{code}
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5</TargetFrameworks>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)