Skip to content

Commit 93be6f5

Browse files
committed
2.6.0.1
1 parent 93aa4e6 commit 93be6f5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

-99.8 KB
Binary file not shown.
102 KB
Binary file not shown.

Blazor.WebForm.Components/Blazor.WebForm.Components.csproj

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

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
7-
<Version>2.5.0.5</Version>
7+
<Version>2.6.0.1</Version>
88
<RootNamespace>asp</RootNamespace>
99
<Copyright>Jurio li</Copyright>
1010
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
@@ -17,8 +17,8 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Applied" Version="1.2.1.8" />
20-
<PackageReference Include="Blazor.WebForm.UI" Version="2.5.0.5" />
21-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.4" />
20+
<PackageReference Include="Blazor.WebForm.UI" Version="2.6.0.1" />
21+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.2" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)