Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs0006.cs
1 // CS0006: Metadata file `a:b' could not be found
2 // Line: 0
3 // Compiler options: -r:a:b
4
5 class C
6 {
7 }