File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
demo/RulesEngineEditorWebAssembly Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ public class Program
2020 {
2121 public static async Task Main ( string [ ] args )
2222 {
23+ AppContext . SetSwitch ( "System.Reflection.NullabilityInfoContext.IsSupported" , true ) ;
2324 var builder = WebAssemblyHostBuilder . CreateDefault ( args ) ;
2425 builder . RootComponents . Add < App > ( "#app" ) ;
2526
Original file line number Diff line number Diff line change 1313 <PackageReleaseNotes >https://github.com/alexreich/RulesEngineEditor/blob/main/CHANGELOG.md</PackageReleaseNotes >
1414 <PackageIcon >RulesEngineEditor.png</PackageIcon >
1515 <PackageIconUrl />
16- <Version >1.4.6 </Version >
17- <AssemblyVersion >1.4.6 .0</AssemblyVersion >
18- <FileVersion >1.4.6 .0</FileVersion >
16+ <Version >1.4.7 </Version >
17+ <AssemblyVersion >1.4.7 .0</AssemblyVersion >
18+ <FileVersion >1.4.7 .0</FileVersion >
1919 <PackageReadmeFile >README.md</PackageReadmeFile >
2020 </PropertyGroup >
2121 <ItemGroup >
You can’t perform that action at this time.
0 commit comments