File tree 4 files changed +8
-8
lines changed
common/hybrid-blazor-apps
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<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 >
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
7
<!-- <TargetFrameworks>$(TargetFrameworks);net6.0-tizen</TargetFrameworks> -->
8
8
<OutputType >Exe</OutputType >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0-windows</TargetFramework >
4
+ <TargetFramework >net8 .0-windows</TargetFramework >
5
5
<OutputType >WinExe</OutputType >
6
6
<UseWindowsForms >true</UseWindowsForms >
7
7
<IsShippingPackage >false</IsShippingPackage >
8
8
</PropertyGroup >
9
9
10
10
11
11
<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 " />
13
13
14
14
<!-- if you want to try the trial version-->
15
15
<!-- <PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="3,3.0" />-->
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0-windows</TargetFramework >
4
+ <TargetFramework >net8 .0-windows</TargetFramework >
5
5
<OutputType >WinExe</OutputType >
6
6
<UseWPF >true</UseWPF >
7
7
<IsShippingPackage >false</IsShippingPackage >
8
8
</PropertyGroup >
9
9
10
10
<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 " />
12
12
13
13
<!-- if you want to try the trial version-->
14
14
<!-- <PackageReference Include="Telerik.UI.for.Blazor.Trial" Version="3.3.0" />-->
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<!-- <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>-->
5
- <TargetFramework >net7 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<!-- <ItemGroup>
9
9
<Reference Include="Microsoft.AspNetCore.Components.Web" />
10
10
</ItemGroup>-->
11
11
12
12
<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 " />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments