Skip to content

Commit bb5350d

Browse files
author
ENDAVA\mzorec
committed
Changes dotnet-flubu from .netcoreapp 2.2 to 2.1
1 parent 46dbb64 commit bb5350d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## FlubuCore 6.4.1.0
1+
## FlubuCore 6.4.2.0
22
- Fixed usage of dynamic in build scripts.
33
- Fixed FlubuCore DotNetCliToolReference (broken in 6.4.0)
44

src/dotnet-flubu/dotnet-flubu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net462;netcoreapp2.2;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
3+
<TargetFrameworks>net462;netcoreapp2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
44
<WarningsAsErrors>true</WarningsAsErrors>
55
<AssemblyName>dotnet-flubu</AssemblyName>
66
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)