use filescoped namespace

pull/5/head
Miepee 4 years ago
parent a9d374b3cd
commit 37b1956ecc

@ -2,8 +2,9 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<RollForward>LatestMajor</RollForward> <RollForward>LatestMajor</RollForward>
<LangVersion>10</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

@ -7,8 +7,8 @@ using System.IO.Compression;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Threading; using System.Threading;
namespace AM2RPortHelper namespace AM2RPortHelper;
{
internal static class Program internal static class Program
{ {
private const string version = "1.3"; private const string version = "1.3";
@ -374,4 +374,3 @@ namespace AM2RPortHelper
picture.SaveAsPng(filePath); picture.SaveAsPng(filePath);
} }
} }
}
Loading…
Cancel
Save