4 Commits

2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
next-version: 1.0.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch

View File

@@ -4,5 +4,5 @@ namespace TimetableDesigner.Backend.Events;
public abstract class EventQueue
{
internal abstract void Setup(IServiceCollection services);
}
public abstract void Setup(IServiceCollection services);
}