File tree Expand file tree Collapse file tree
source/Reloaded.Mod.Loader Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net9.0-windows</TargetFramework >
4- <!-- 9.0.5 is broken, don't allow booting with it -->
5- <RuntimeFrameworkVersion >9.0.4</RuntimeFrameworkVersion >
64 <RollForward >Disable</RollForward >
75
8- <LangVersion >preview</LangVersion >
6+ <LangVersion >preview</LangVersion >
97 <AssemblyTitle >Reloaded.Mod.Loader</AssemblyTitle >
10- <UseWindowsForms >true</UseWindowsForms >
8+ <UseWindowsForms >true</UseWindowsForms >
119 <Product >Reloaded.Mod.Loader</Product >
1210 <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
1311 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1412 <EnableDynamicLoading >true</EnableDynamicLoading >
1513 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1614 <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
1715 <NoWarn >$(NoWarn);NU1605;NU1701</NoWarn >
18- <Version >1.29.2</Version >
16+ <Version >1.29.2</Version >
1917 <CETCompat >false</CETCompat >
2018 <Platforms >x86;x64</Platforms >
2119 <GenerateDepsJson >false</GenerateDepsJson >
You can’t perform that action at this time.
0 commit comments