diff --git a/dotnet-tools.json b/dotnet-tools.json new file mode 100644 index 0000000..82b8966 --- /dev/null +++ b/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "jetbrains.resharper.globaltools": { + "version": "2026.1.1", + "commands": [ + "jb" + ], + "rollForward": false + } + } +} \ No newline at end of file diff --git a/src/ReactorMaintenance.Win2D/ReactorMaintenance.Win2D.csproj b/src/ReactorMaintenance.Win2D/ReactorMaintenance.Win2D.csproj index 8eeddc1..31b7c9a 100644 --- a/src/ReactorMaintenance.Win2D/ReactorMaintenance.Win2D.csproj +++ b/src/ReactorMaintenance.Win2D/ReactorMaintenance.Win2D.csproj @@ -1,7 +1,7 @@  WinExe - net10.0-windows10.0.19041.0 + net10.0-windows10.0.19041.0 10.0.17763.0 ReactorMaintenance.Win2D app.manifest @@ -13,12 +13,13 @@ None true true + true - - - + + +