File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
DemoApplication/DemoApplication
RuntimePatcher/RuntimePatcher Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <EnableDynamicLoading >true</EnableDynamicLoading >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Lib.Harmony" Version =" 2.3.3 " />
11+ <PackageReference Include =" Lib.Harmony" Version =" 2.3.6 " />
1212 </ItemGroup >
1313
1414</Project >
You can’t perform that action at this time.
0 commit comments