Skip to content

Commit f8df532

Browse files
committed
Update SDK
1 parent a8bcd4b commit f8df532

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ 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.14" />
89+
<PackageReference Include="Microsoft.JSInterop" Version="6.0.15" />
9090
</ItemGroup>
9191

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

9696
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
97-
<PackageReference Include="Microsoft.JSInterop" Version="8.0.0-preview.1.23112.2" />
97+
<PackageReference Include="Microsoft.JSInterop" Version="8.0.0-preview.2.23153.2" />
9898
</ItemGroup>
9999

100100
</Project>

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.14" />
94-
<PackageReference Condition="'$(TargetFramework)' == 'net7.0'" Include="Microsoft.JSInterop" Version="7.0.3" />
95-
<PackageReference Condition="'$(TargetFramework)' == 'net8.0'" Include="Microsoft.JSInterop" Version="8.0.0-preview.1.23112.2" />
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" />
9696
</ItemGroup>
9797

9898
</Project>

0 commit comments

Comments
 (0)