We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e297f commit c36d9c4Copy full SHA for c36d9c4
build/Program.cs
@@ -34,7 +34,7 @@ public enum ProjectBuildType
34
35
public const string DoorstopVersion = "4.0.0";
36
public const string DotnetRuntimeVersion = "6.0.7";
37
- public const string DobbyVersion = "1.0.2";
+ public const string DobbyVersion = "1.0.4";
38
39
public const string DotnetRuntimeZipUrl =
40
$"https://github.com/BepInEx/dotnet-runtime/releases/download/{DotnetRuntimeVersion}/mini-coreclr-Release.zip";
0 commit comments