You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [...]/Microsoft.NET.Sdk.targets(157,5): error MSB4018: The "GenerateDepsFile" task failed unexpectedly. [[...]/OpenUtau.Core.csproj]
26
26
# [...]/Microsoft.NET.Sdk.targets(157,5): error MSB4018: System.IO.IOException: The process cannot access the file '[...]/OpenUtau.Core.deps.json' because it is being used by another process. [[...]/OpenUtau.Core.csproj]
@@ -41,11 +41,11 @@ buildDotnetModule rec {
41
41
# socket cannot bind to localhost on darwin for tests
42
42
doCheck=!stdenv.hostPlatform.isDarwin;
43
43
44
-
# net7.0 replacement needed until upstream bumps to dotnet 7
44
+
# net8.0 replacement needed until upstream bumps to dotnet 8
0 commit comments