Skip to content

Commit bfae355

Browse files
Merge pull request #48 from RamyaSubramaniSF4537/ES-969517-FrameworkIssue
969517: Updated the dot net version
2 parents 968ece9 + 8549861 commit bfae355

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
@@ -13,9 +13,7 @@
1313
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1414
<DefineConstants>$(DefineConstants)TRACE;MAUI</DefineConstants>
1515
</PropertyGroup>
16-
<ItemGroup>
17-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
18-
</ItemGroup>
16+
1917
<ItemGroup>
2018
<None Include="Shared\MainLayout.razor" />
2119
<None Include="Shared\SpinnerComponent.razor" />

MAUI/DiagramBuilderMAUI.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VisualStudioVersion = 17.0.31611.283
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiagramBuilderMAUI", "DiagramBuilderMAUI\DiagramBuilderMAUI.csproj", "{93E74B62-4547-42A7-94CC-B25B3853637E}"
66
EndProject
7-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMAUICommon_NET6", "..\Common\BlazorMAUICommon_NET6.csproj", "{DC15E572-D138-4E80-93D4-5D30CF853481}"
7+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorMAUICommon_NET9", "..\Common\BlazorMAUICommon_NET9.csproj", "{DC15E572-D138-4E80-93D4-5D30CF853481}"
88
EndProject
99
Global
1010
GlobalSection(SolutionConfigurationPlatforms) = preSolution

MAUI/DiagramBuilderMAUI/DiagramBuilderMAUI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<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>net9.0-android;net9.0-ios;net9.0-maccatalyst</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0</TargetFrameworks>
66
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
77
<!-- <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks> -->
88
<OutputType>Exe</OutputType>
@@ -122,6 +122,6 @@
122122
</ItemGroup>
123123

124124
<ItemGroup>
125-
<ProjectReference Include="..\..\Common\BlazorMAUICommon_NET6.csproj" />
125+
<ProjectReference Include="..\..\Common\BlazorMAUICommon_NET9.csproj" />
126126
</ItemGroup>
127127
</Project>

MAUI/DiagramBuilderMAUI/DiagramBuilderMAUI.csproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ActiveDebugFramework>net6.0-windows10.0.19041.0</ActiveDebugFramework>
4+
<ActiveDebugFramework>net9.0-windows10.0.19041.0</ActiveDebugFramework>
55
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
66
<ActiveDebugProfile>Windows Machine</ActiveDebugProfile>
77
<SelectedDevice>pixel_5_-_api_30</SelectedDevice>

MAUI/DiagramBuilderMAUI/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="_content/Syncfusion.Blazor/styles/material.css" rel="stylesheet" />
1111
<link href="assets/dbstyle/diagrambuilder.css" rel="stylesheet" />
1212
<link href="new/style.css" rel="stylesheet" />
13-
<script src="_content/BlazorMAUICommon_NET6/interop.js"></script>
13+
<script src="_content/BlazorMAUICommon_NET9/interop.js"></script>
1414
<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
1515
<script src="_content/Syncfusion.Blazor/scripts/sf-diagramcomponent.min.js" async></script>
1616
<script src="_content/Syncfusion.Blazor/scripts/sf-tooltip.min.js" async></script>

0 commit comments

Comments
 (0)