File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Taiizor.Essentials.Blazor.Conforyon
Taiizor.Essentials.Blazor Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ Changes are detailed at https://github.com/Taiizor/Taiizor.Essentials.Blazor/rel
86
86
</ItemGroup >
87
87
88
88
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
89
- <PackageReference Include =" Microsoft.JSInterop" Version =" 6.0.14 " />
89
+ <PackageReference Include =" Microsoft.JSInterop" Version =" 6.0.15 " />
90
90
</ItemGroup >
91
91
92
92
<ItemGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
93
- <PackageReference Include =" Microsoft.JSInterop" Version =" 7.0.3 " />
93
+ <PackageReference Include =" Microsoft.JSInterop" Version =" 7.0.4 " />
94
94
</ItemGroup >
95
95
96
96
<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" />
98
98
</ItemGroup >
99
99
100
100
</Project >
Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ Changes are detailed at https://github.com/Taiizor/Taiizor.Essentials.Blazor/rel
90
90
</ItemGroup >
91
91
92
92
<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" />
96
96
</ItemGroup >
97
97
98
98
</Project >
You can’t perform that action at this time.
0 commit comments