diff --git a/IrdLibraryClient/IrdLibraryClient.csproj b/IrdLibraryClient/IrdLibraryClient.csproj index 8ddff1f..d89de00 100644 --- a/IrdLibraryClient/IrdLibraryClient.csproj +++ b/IrdLibraryClient/IrdLibraryClient.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 latest enable diff --git a/Ps3DiscDumper/Dumper.cs b/Ps3DiscDumper/Dumper.cs index 1eddafe..e5b3bc5 100644 --- a/Ps3DiscDumper/Dumper.cs +++ b/Ps3DiscDumper/Dumper.cs @@ -26,7 +26,7 @@ namespace Ps3DiscDumper { public class Dumper: IDisposable { - public const string Version = "3.3.2"; + public const string Version = "3.3.3"; private static readonly Regex VersionParts = new Regex(@"(?\d+(\.\d+){0,2})[ \-]*(?
.*)", RegexOptions.Singleline | RegexOptions.ExplicitCapture);
         private static readonly HashSet InvalidChars = new(Path.GetInvalidFileNameChars().Concat(Path.GetInvalidPathChars()));
diff --git a/Ps3DiscDumper/Ps3DiscDumper.csproj b/Ps3DiscDumper/Ps3DiscDumper.csproj
index 50b2a02..f6d6d97 100644
--- a/Ps3DiscDumper/Ps3DiscDumper.csproj
+++ b/Ps3DiscDumper/Ps3DiscDumper.csproj
@@ -1,7 +1,7 @@
 
 
   
-    net6.0
+    net7.0
   
 
   
diff --git a/README.md b/README.md
index 99f1dc6..4a17b97 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Requirements
 ============
 * Compatible blu-ray drive
 * Disc must have decryption key, either in redump database or in the IRD Library
-* For binary release you might need to install .NET Core prerequisites
-  * See `Supported OS versions` and `.NET Core dependencies` sections in [documentation](https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites?tabs=netcore31)
-* For source release you will need to have [.NET 6.0 SDK](https://www.microsoft.com/net/download) installed on your machine
+* For binary release you might need to install .NET prerequisites
+  * See `Supported OS versions` and `Dependencies` sections in [documentation](https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60#dependencies)
+* For source release you will need to have [.NET 7.0 SDK](https://www.microsoft.com/net/download) installed on your machine
 
 How to use
 ==========
diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
index 3381df5..3b5873b 100644
--- a/Tests/Tests.csproj
+++ b/Tests/Tests.csproj
@@ -1,7 +1,7 @@
 
 
   
-    net6.0
+    net7.0
 
     false
   
diff --git a/UI.Console/UI.Console.csproj b/UI.Console/UI.Console.csproj
index 9143367..f0a0fe8 100644
--- a/UI.Console/UI.Console.csproj
+++ b/UI.Console/UI.Console.csproj
@@ -2,7 +2,7 @@
 
   
     Exe
-    net6.0
+    net7.0
     UIConsole
     true
     true
diff --git a/UI.WinForms.Msil/UI.WinForms.Msil.csproj b/UI.WinForms.Msil/UI.WinForms.Msil.csproj
index 2d66b75..55bf563 100644
--- a/UI.WinForms.Msil/UI.WinForms.Msil.csproj
+++ b/UI.WinForms.Msil/UI.WinForms.Msil.csproj
@@ -1,7 +1,7 @@
 
   
     WinExe
-    net6.0-windows
+    net7.0-windows
     true
     false
     icon.ico