From d082fc0eab4f6dd4e6475e7b596adbf55d693280 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Wed, 15 Jul 2026 12:58:46 -0500 Subject: [PATCH] chore: add global.json and set version --- global.json | 1 + src/BGR.Console/BGR.Console.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/global.json b/global.json index 9955c47..f365c8c 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { + "version": "10.0.301", "rollForward": "latestFeature" } } diff --git a/src/BGR.Console/BGR.Console.csproj b/src/BGR.Console/BGR.Console.csproj index a3c7715..f2cec41 100644 --- a/src/BGR.Console/BGR.Console.csproj +++ b/src/BGR.Console/BGR.Console.csproj @@ -4,7 +4,7 @@ BGR.Console BGR.Console A command-line app for removing backgrounds from images. - 0.0.0 + 0.1.0 Stevan Freeborn true true