diff --git a/global.json b/global.json index db3bce96..a3bb3f5e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "5.0.300", + "version": "6.0.200", "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index c40cec46..d742ba29 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -6,7 +6,7 @@ 0.31.0 0.31.0 Adam Hathcock - net461;netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0 + net461;netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0 true false SharpCompress @@ -19,12 +19,13 @@ false false SharpCompress is a compression library for NET Standard 2.0/2.1/NET 5.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented. - 9 + latest enable true true true snupkg + true