Skip to content

Commit 6b918d3

Browse files
committed
Upgrade dependencies and target .NET 8.0.
Updated Nerdbank.GitVersioning, FluentValidation, and TabBlazor package versions to their latest releases. Transitioned projects from .NET 7.0 to .NET 8.0 to leverage the latest frameworks and features.
1 parent bb3401f commit 6b918d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="Nerdbank.GitVersioning">
5-
<Version>3.5.109</Version>
5+
<Version>3.7.115</Version>
66
<PrivateAssets>all</PrivateAssets>
77
</PackageReference>
88
</ItemGroup>

TabBlazor.FluentValidation.Server/TabBlazor.FluentValidation.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
</PropertyGroup>
77

Lines changed: 3 additions & 3 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>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Description>Plugin for TabBlazor Validation using Fluent Validation</Description>
77
<Authors>Magnus Ahlberg</Authors>
@@ -12,8 +12,8 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="FluentValidation" Version="11.2.1" />
16-
<PackageReference Include="TabBlazor" Version="0.8.1.1-alpha" />
15+
<PackageReference Include="FluentValidation" Version="11.11.0" />
16+
<PackageReference Include="TabBlazor" Version="0.14.26-beta" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)