Skip to content

Commit c9d3643

Browse files
author
Litavecz Marcell
committed
AutSoft.Mud.Blazor .Net8 Upgrade
1 parent 0fb7ea5 commit c9d3643

File tree

4 files changed

+10
-24
lines changed

4 files changed

+10
-24
lines changed

src/AutSoft.All/AutSoft.All.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
54
<ImplicitUsings>enable</ImplicitUsings>
65
<Nullable>enable</Nullable>
76
</PropertyGroup>
8-
97
<ItemGroup>
108
<ProjectReference Include="..\AutSoft.AspNetCore.Auth\AutSoft.AspNetCore.Auth.csproj" />
119
<ProjectReference Include="..\AutSoft.AspNetCore.Blazor\AutSoft.AspNetCore.Blazor.csproj" />
@@ -14,5 +12,4 @@
1412
<ProjectReference Include="..\AutSoft.Linq\AutSoft.Linq.csproj" />
1513
<ProjectReference Include="..\AutSoft.Mud.Blazor\AutSoft.Mud.Blazor.csproj" />
1614
</ItemGroup>
17-
18-
</Project>
15+
</Project>
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
2-
32
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
54
<Nullable>enable</Nullable>
65
<ImplicitUsings>enable</ImplicitUsings>
76
</PropertyGroup>
8-
97
<ItemGroup>
108
<SupportedPlatform Include="browser" />
119
</ItemGroup>
12-
1310
<ItemGroup>
1411
<PackageReference Include="FluentValidation" />
15-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
1612
<PackageReference Include="Microsoft.TypeScript.MSBuild">
1713
<PrivateAssets>all</PrivateAssets>
1814
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1915
</PackageReference>
16+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
2017
</ItemGroup>
21-
2218
<ItemGroup>
2319
<ProjectReference Include="..\AutSoft.Core\AutSoft.Common.csproj" />
2420
<ProjectReference Include="..\AutSoft.Linq\AutSoft.Linq.csproj" />
2521
</ItemGroup>
26-
2722
<Target Name="RemoveTSConfigFileFromPackage" AfterTargets="CompileTypeScriptWithTSConfig">
2823
<ItemGroup>
2924
<Content Remove="tsconfig.json" />
3025
</ItemGroup>
3126
</Target>
32-
</Project>
27+
</Project>
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,28 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
2-
32
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
54
<Nullable>enable</Nullable>
65
<ImplicitUsings>enable</ImplicitUsings>
76
</PropertyGroup>
8-
9-
107
<ItemGroup>
118
<SupportedPlatform Include="browser" />
129
</ItemGroup>
13-
1410
<ItemGroup>
1511
<PackageReference Include="Microsoft.TypeScript.MSBuild">
1612
<PrivateAssets>all</PrivateAssets>
1713
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1814
</PackageReference>
1915
<PackageReference Include="Sve.Blazor.InfiniteScroll" />
2016
<PackageReference Include="FluentValidation" />
21-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" />
2217
<PackageReference Include="MudBlazor" />
18+
<PackageReference Include="Microsoft.AspNetCore.Components.Web"/>
2319
</ItemGroup>
24-
2520
<ItemGroup>
2621
<ProjectReference Include="..\AutSoft.AspNetCore.Blazor\AutSoft.AspNetCore.Blazor.csproj" />
2722
</ItemGroup>
28-
2923
<Target Name="RemoveTSConfigFileFromPackage" AfterTargets="CompileTypeScriptWithTSConfig">
3024
<ItemGroup>
3125
<Content Remove="tsconfig.json" />
3226
</ItemGroup>
3327
</Target>
34-
</Project>
28+
</Project>

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="6.0.8" />
1414
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
1515
<PackageVersion Include="Microsoft.TypeScript.Compiler" Version="3.1.5" />
16-
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="4.9.4" />
16+
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="5.3.3" />
1717
<PackageVersion Include="Stateless" Version="5.12.0" />
1818
<PackageVersion Include="Sve.Blazor.InfiniteScroll" Version="1.0.0-alpha" />
19-
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="6.0.13" />
19+
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
2020
<PackageVersion Include="MudBlazor" Version="6.1.8" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)