File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 7.x
3030 8.x
3131 9.x
32+ 10.x
3233
3334 - name : Log dotnet info
3435 run : dotnet --info
Original file line number Diff line number Diff line change 2525 - name : Setup dotnet
2626 uses : actions/setup-dotnet@v4
2727 with :
28- dotnet-version : ' 9 .x'
28+ dotnet-version : ' 10 .x'
2929
3030 - name : Get Version
3131 id : get_version
Original file line number Diff line number Diff line change 44 <HarmonyXVersion >2.15.0</HarmonyXVersion >
55 <HarmonyXVersionFull >2.15.0.0</HarmonyXVersionFull >
66 <HarmonyXVersionSuffix ></HarmonyXVersionSuffix >
7- <MonoModRuntimeDetour >25.3.0 </MonoModRuntimeDetour >
7+ <MonoModRuntimeDetour >25.3.3 </MonoModRuntimeDetour >
88 </PropertyGroup >
99
1010</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net35;net452;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net35;net452;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
66 <LangVersion >latest</LangVersion >
77 <IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net35;net452;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
4+ <TargetFrameworks >net35;net452;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
66 <LangVersion >preview</LangVersion >
77 <IsPackable >false</IsPackable >
3131 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" PrivateAssets =" all" />
3232 </ItemGroup >
3333
34- </Project >
34+ </Project >
You can’t perform that action at this time.
0 commit comments