File tree Expand file tree Collapse file tree
SpawnDev.BlazorJS.WebWorkers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <TargetFrameworks >net6.0;net7.0;net8.0;net9.0;net10.0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7- <Version >2.34 .0</Version >
7+ <Version >2.35.0-preview .0</Version >
88 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1010 <EmbedAllSources >true</EmbedAllSources >
7575 <StaticWebAssetsFingerprintContent >false</StaticWebAssetsFingerprintContent >
7676 </PropertyGroup >
7777
78+ <ItemGroup >
79+ <PackageReference Include =" SpawnDev.BlazorJS" Version =" 2.57.0" />
80+ </ItemGroup >
81+
7882 <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
7983 <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.36" />
8084 <PackageReference Include =" System.Text.Json" Version =" 6.0.11" />
101105 <PackageReference Include =" System.Text.Json" Version =" 10.0.0" />
102106 </ItemGroup >
103107
104- <ItemGroup >
105- <PackageReference Include =" SpawnDev.BlazorJS" Version =" 2.56.0" />
106- </ItemGroup >
107-
108108 <ItemGroup >
109109 <SupportedPlatform Include =" browser" />
110110 </ItemGroup >
Original file line number Diff line number Diff line change @@ -120,13 +120,6 @@ internal void Process()
120120 if ( useDictionaryReader ) return ;
121121 }
122122 }
123- else if ( typeof ( IJSObjectProxy ) . IsAssignableFrom ( returnType ) )
124- {
125- useJSObjectReader = false ;
126- useDefaultReader = false ;
127- isIJSObject = true ;
128- return ;
129- }
130123 else if ( typeof ( DispatchProxy ) . IsAssignableFrom ( returnType ) )
131124 {
132125 useJSObjectReader = false ;
You can’t perform that action at this time.
0 commit comments