Skip to content

Commit 22d5de9

Browse files
Bump target framework to .NET 5.0
As of today this is the newest currently in LTS version that is supported by Visual Studio 2019.
1 parent ec587d2 commit 22d5de9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Hagelkorn.Tests/Hagelkorn.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>netcoreapp2.0</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77

Hagelkorn/Hagelkorn.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>netstandard2.0</TargetFramework>
4+
<TargetFramework>net5.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Authors>Michael Osthege</Authors>
77
<Company>Forschungszentrum Jülich GmbH</Company>

0 commit comments

Comments
 (0)