From fc7d7abc549a611ea6878ba5a30298f18139d087 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 17 Nov 2022 01:10:50 -0300 Subject: [PATCH] Update to .net6 LTS and new submodule path --- src/gcm.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gcm.csproj b/src/gcm.csproj index 737a5ae..41207ee 100644 --- a/src/gcm.csproj +++ b/src/gcm.csproj @@ -4,7 +4,7 @@ A dotnet global tool for managing Git credentials using the Microsoft Git Credentials Manager Core. Exe - net6.0 + netcoreapp3.1;net6.0 gcm DotNet