Added new EnvelopeGenerator.Jobs project targeting .NET 8.0, with initial Class1.cs placeholder. Updated solution file to include the project with appropriate build configurations and solution folder nesting.
8 lines
77 B
C#
8 lines
77 B
C#
namespace EnvelopeGenerator.Jobs
|
|
{
|
|
public class Class1
|
|
{
|
|
|
|
}
|
|
}
|