Microsoft.VisualStudio.TestTools.UnitTesting -> NUnit.Framework

This commit is contained in:
Sanyo
2025-09-08 07:19:22 +02:00
parent 78859a5b2b
commit 0951fc94da
46 changed files with 2614 additions and 1445 deletions

View File

@@ -1,4 +1,4 @@
namespace OE.ALGA.Sandbox
namespace OE.ALGA.Sandbox
{
internal class Program
{
@@ -6,4 +6,4 @@ namespace OE.ALGA.Sandbox
{
}
}
}
}

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>