Skip to content

Commit 6796e0f

Browse files
committed
Update dependencie in OAT.Blazor.Components
1 parent bda9627 commit 6796e0f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

OAT.Blazor.Components/OAT.Blazor.Components.csproj

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626

2727
<ItemGroup>
28-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.21" Condition="'$(TargetFramework)' == 'net8.0'" />
29-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.21" Condition="'$(TargetFramework)' == 'net8.0'" />
30-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.10" Condition="'$(TargetFramework)' == 'net9.0'" />
31-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.10" Condition="'$(TargetFramework)' == 'net9.0'" />
32-
<PackageReference Include="Microsoft.AspNetCore.Components" Version="10.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
33-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
28+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.23" Condition="'$(TargetFramework)' == 'net8.0'" />
29+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.23" Condition="'$(TargetFramework)' == 'net8.0'" />
30+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="9.0.12" Condition="'$(TargetFramework)' == 'net9.0'" />
31+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.12" Condition="'$(TargetFramework)' == 'net9.0'" />
32+
<PackageReference Include="Microsoft.AspNetCore.Components" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
33+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
3434
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
3535
<PackageReference Include="Tewr.Blazor.FileReader" Version="3.4.0.24340" />
3636
</ItemGroup>
@@ -43,7 +43,4 @@
4343
<None Include="..\LICENSE.txt" Pack="true" PackagePath="" />
4444
<None Include="..\icon-128.png" Pack="true" PackagePath="" />
4545
</ItemGroup>
46-
</Project>
47-
48-
49-
46+
</Project>

0 commit comments

Comments
 (0)