Skip to content

Commit 36f15ac

Browse files
committed
chore(hybrid-blazor-apps): update dotnet version
1 parent 78ac466 commit 36f15ac

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

common/hybrid-blazor-apps/BlazorMauiApp/BlazorMauiApp.csproj

Lines changed: 2 additions & 2 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>net7.0-maccatalyst;net7.0-ios;net7.0-android</TargetFrameworks>
5-
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0-maccatalyst;net8.0-ios;net8.0-android</TargetFrameworks>
5+
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net8.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>

common/hybrid-blazor-apps/BlazorWinFormsApp/BlazorWinFormsApp.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net7.0-windows</TargetFramework>
4+
<TargetFramework>net8.0-windows</TargetFramework>
55
<OutputType>WinExe</OutputType>
66
<UseWindowsForms>true</UseWindowsForms>
77
<IsShippingPackage>false</IsShippingPackage>
88
</PropertyGroup>
99

1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="7.0.49" />
12+
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="8.0.0-rc.2.9373" />
1313

1414
<!--if you want to try the trial version-->
1515
<!--<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="3,3.0" />-->

common/hybrid-blazor-apps/BlazorWpfApp/BlazorWpfApp.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net7.0-windows</TargetFramework>
4+
<TargetFramework>net8.0-windows</TargetFramework>
55
<OutputType>WinExe</OutputType>
66
<UseWPF>true</UseWPF>
77
<IsShippingPackage>false</IsShippingPackage>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="7.0.49" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="8.0.0-rc.2.9373" />
1212

1313
<!--if you want to try the trial version-->
1414
<!--<PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="3.3.0" />-->

common/hybrid-blazor-apps/WebviewAppShared/WebviewAppShared.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<PropertyGroup>
44
<!--<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>-->
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<!--<ItemGroup>
99
<Reference Include="Microsoft.AspNetCore.Components.Web" />
1010
</ItemGroup>-->
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.2.23480.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)