[ 
https://issues.apache.org/jira/browse/IGNITE-14208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290819#comment-17290819
 ] 

Pavel Tupitsyn commented on IGNITE-14208:
-----------------------------------------

Won't fix - a change like that requires ALL specified frameworks to be present, 
which is even worse. We have to stick with {{netcoreapp2.1}}.

> .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
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.11
>
>   Original Estimate: 1h
>          Time Spent: 0.5h
>  Remaining Estimate: 0.5h
>
> 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)

Reply via email to