C#: Move dependency related files into a new project.

This commit is contained in:
Michael Nebel
2023-08-18 10:41:27 +02:00
parent b48567f6a5
commit f47e59dff1
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
using System;
namespace Semmle.BuildAnalyser
{
public class AssemblyLoadException : Exception { }
}