File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Circular_chart_sample/CircularChartSample Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6 .0-android;net6 .0-ios;net6 .0-maccatalyst</TargetFrameworks >
5
- <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net6 .0-windows10.0.19041.0</TargetFrameworks >
4
+ <TargetFrameworks >net8 .0-android;net8 .0-ios;net8 .0-maccatalyst</TargetFrameworks >
5
+ <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >$(TargetFrameworks);net8 .0-windows10.0.19041.0</TargetFrameworks >
6
6
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
7
- <!-- <TargetFrameworks>$(TargetFrameworks);net6 .0-tizen</TargetFrameworks> -->
7
+ <!-- <TargetFrameworks>$(TargetFrameworks);net8 .0-tizen</TargetFrameworks> -->
8
8
<OutputType >Exe</OutputType >
9
9
<RootNamespace >CircularChartSample</RootNamespace >
10
10
<UseMaui >true</UseMaui >
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" Current" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<IsFirstTimeProjectOpen >False</IsFirstTimeProjectOpen >
5
- <ActiveDebugFramework >net6 .0-windows10.0.19041.0</ActiveDebugFramework >
5
+ <ActiveDebugFramework >net8 .0-windows10.0.19041.0</ActiveDebugFramework >
6
6
<ActiveDebugProfile >Windows Machine</ActiveDebugProfile >
7
7
</PropertyGroup >
8
8
</Project >
You can’t perform that action at this time.
0 commit comments