build: Make dotnet script loader initialize properly with newer SDK version

This commit is contained in:
WerWolv
2024-03-12 19:08:14 +01:00
parent 9b1417f32d
commit fbfc319ac1
4 changed files with 7 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>AssemblyLoader</AssemblyName>
@@ -14,4 +14,8 @@
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
<PropertyGroup>
<RollForward>Major</RollForward>
</PropertyGroup>
</Project>