Support ancient .NET

This commit is contained in:
Matt Nadareski
2023-11-14 16:10:10 -05:00
parent e823cbaee5
commit 9421249b8e
92 changed files with 512 additions and 148 deletions

View File

@@ -8,8 +8,10 @@ namespace Test
{
static void Main(string[] args)
{
#if NET462_OR_GREATER
// Register the codepages
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
#endif
// Create progress indicator
var fileProgress = new Progress<ProtectionProgress>();