Skip to content

Commit 93cff4e

Browse files
committed
Infrastructure Preparation 29
1 parent e4400b5 commit 93cff4e

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.12" />
89+
<PackageReference Include="Microsoft.JSInterop" Version="6.0.13" />
9090
</ItemGroup>
9191

9292
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
93-
<PackageReference Include="Microsoft.JSInterop" Version="7.0.1" />
93+
<PackageReference Include="Microsoft.JSInterop" Version="7.0.2" />
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.12" />
94-
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.JSInterop" Version="7.0.1" />
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" />
9595
</ItemGroup>
9696

9797
</Project>

0 commit comments

Comments
 (0)