Skip to content

Commit

Permalink
Update to .net6 LTS and new submodule path
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Nov 17, 2022
1 parent 6ebac64 commit fc7d7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gcm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>A dotnet global tool for managing Git credentials using the Microsoft Git Credentials Manager Core.</Description>

<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>

<AssemblyName>gcm</AssemblyName>
<RootNamespace>DotNet</RootNamespace>
Expand Down

0 comments on commit fc7d7ab

Please sign in to comment.