diff --git a/SharpCompress.sln b/SharpCompress.sln index ab4995b1a..a86d1652b 100644 --- a/SharpCompress.sln +++ b/SharpCompress.sln @@ -20,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{CDB425 .editorconfig = .editorconfig Directory.Packages.props = Directory.Packages.props NuGet.config = NuGet.config + .github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml EndProjectSection EndProject Global diff --git a/build/Program.cs b/build/Program.cs index e721f4685..39acd0c09 100644 --- a/build/Program.cs +++ b/build/Program.cs @@ -69,7 +69,7 @@ IEnumerable GetFiles(string d) return Glob.Files(".", d); } - if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && framework == "net462") + if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows) && framework == "net48") { return; }