Skip to content

Commit

Permalink
chore: upgrade .net core project to dotnet 6 (the latest LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
groberts committed Apr 19, 2022
1 parent e4e179b commit 89d3704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp.Portable" Version="0.24.10" />
Expand Down
2 changes: 1 addition & 1 deletion AtlassianCloudBackupsTool/AtlassianCloudBackupsTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 89d3704

Please sign in to comment.