We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dbb64 commit bb5350dCopy full SHA for bb5350d
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## FlubuCore 6.4.1.0
+## FlubuCore 6.4.2.0
2
- Fixed usage of dynamic in build scripts.
3
- Fixed FlubuCore DotNetCliToolReference (broken in 6.4.0)
4
src/dotnet-flubu/dotnet-flubu.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFrameworks>net462;netcoreapp2.2;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>net462;netcoreapp2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<WarningsAsErrors>true</WarningsAsErrors>
5
<AssemblyName>dotnet-flubu</AssemblyName>
6
<OutputType>Exe</OutputType>
0 commit comments