Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 8f8d988

Browse files
committed
Bump to .NET 5
1 parent f836174 commit 8f8d988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GitRewrite.Tests/GitRewrite.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77

GitRewrite/GitRewrite.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net5.0</TargetFramework>
66
<PublishReadyToRun>true</PublishReadyToRun>
77
<PublishTrimmed>true</PublishTrimmed>
88
<Version>1.3.0</Version>

0 commit comments

Comments
 (0)