Skip to content

Commit 6d54bc2

Browse files
committed
Update Taiizor.Essentials.Blazor.csproj
1 parent 8474fed commit 6d54bc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ 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.15" />
94-
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.JSInterop" Version="7.0.4" />
95-
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.JSInterop" Version="8.0.0-preview.2.23153.2" />
93+
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'" Include="Microsoft.JSInterop" Version="6.0.20" />
94+
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.JSInterop" Version="7.0.9" />
95+
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.JSInterop" Version="8.0.0-preview.6.23329.11" />
9696
</ItemGroup>
9797

9898
</Project>

0 commit comments

Comments
 (0)