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 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" } }