File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
88 <Title >BlazorInputTags</Title >
99 <Authors >Marvin Klein</Authors >
10- <Version >7.1.1 </Version >
10+ <Version >8.0.0 </Version >
1111 <Copyright >2023</Copyright >
1212 <PackageReadmeFile >README.MD</PackageReadmeFile >
1313 <RepositoryType >git</RepositoryType >
2222 </ItemGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 7 .0.10 " />
25+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8 .0.0 " />
2626 </ItemGroup >
2727
2828 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net7 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 7 .0.10 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7 .0.10 " PrivateAssets =" all" />
10+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 8 .0.0 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 8 .0.0 " PrivateAssets =" all" />
1212 </ItemGroup >
1313
1414 <ItemGroup >
You can’t perform that action at this time.
0 commit comments