We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ddbc0 commit 73d7f2aCopy full SHA for 73d7f2a
demo/RulesEngineEditorWebAssembly/RulesEngineEditorWebAssembly.csproj
@@ -1,6 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
2
<PropertyGroup>
3
<TargetFramework>net8.0</TargetFramework>
4
+ <NullabilityInfoContextSupport>true</NullabilityInfoContextSupport>
5
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
6
<BlazorCacheBootResources>false</BlazorCacheBootResources>
7
<GenerateJsonSerializerAttribute>true</GenerateJsonSerializerAttribute>
0 commit comments