From ab9b11f2c0c41874df6b2b6a29511fbcc51c6dbc Mon Sep 17 00:00:00 2001 From: Phill <50775241+Phill030@users.noreply.github.com> Date: Tue, 11 Aug 2026 22:55:40 +0200 Subject: [PATCH 1/2] fix: make project use dotnet 10 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 2e13a63..867a4cf 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.0", + "version": "10.0.0", "rollForward": "latestMinor" } } From 42f88e87c5a726c51fd5829522274a078be25d5f Mon Sep 17 00:00:00 2001 From: Phill <50775241+Phill030@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:23:18 +0200 Subject: [PATCH 2/2] docs: update .NET version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c86778..c0c30fa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Two of the most common usages will be: * Deserializing binary serialized files (known internally as Object Property) ## Installation -Imcodec is built with .NET 9.0 and packaged as a self-contained executable for Windows x64. Simply download the latest release and run the executable from the command line. +Imcodec is built with .NET 10.0 and packaged as a self-contained executable for Windows x64. Simply download the latest release and run the executable from the command line. ## Command Structure