Skip to content

Commit 456f7bf

Browse files
committed
Update Packages
1 parent 13e839d commit 456f7bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Taiizor.Essentials.Blazor.Conforyon/Taiizor.Essentials.Blazor.Conforyon.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Changes are detailed at https://github.com/Taiizor/Taiizor.Essentials.Blazor/rel
8686
</ItemGroup>
8787

8888
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
89-
<PackageReference Include="Microsoft.JSInterop" Version="6.0.13" />
89+
<PackageReference Include="Microsoft.JSInterop" Version="6.0.14" />
9090
</ItemGroup>
9191

9292
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
93-
<PackageReference Include="Microsoft.JSInterop" Version="7.0.2" />
93+
<PackageReference Include="Microsoft.JSInterop" Version="7.0.3" />
9494
</ItemGroup>
9595

9696
</Project>

src/Taiizor.Essentials.Blazor/Taiizor.Essentials.Blazor.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Changes are detailed at https://github.com/Taiizor/Taiizor.Essentials.Blazor/rel
9090
</ItemGroup>
9191

9292
<ItemGroup>
93-
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.JSInterop" Version="6.0.13" />
94-
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.JSInterop" Version="7.0.2" />
93+
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.JSInterop" Version="6.0.14" />
94+
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.JSInterop" Version="7.0.3" />
9595
</ItemGroup>
9696

9797
</Project>

0 commit comments

Comments
 (0)