diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index d36c81db9..874cb75e6 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.101 + dotnet-version: 5.0.300 - run: dotnet run -p build/build.csproj - uses: actions/upload-artifact@v2 with: diff --git a/build/build.csproj b/build/build.csproj index 635e5b012..6fe449c5b 100644 --- a/build/build.csproj +++ b/build/build.csproj @@ -6,9 +6,9 @@ - + - + diff --git a/global.json b/global.json index fbb332028..491689619 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "5.0.101" + "version": "5.0.300" } } \ No newline at end of file diff --git a/src/SharpCompress/SharpCompress.csproj b/src/SharpCompress/SharpCompress.csproj index b53f5cfb2..550e4776d 100644 --- a/src/SharpCompress/SharpCompress.csproj +++ b/src/SharpCompress/SharpCompress.csproj @@ -2,9 +2,9 @@ SharpCompress - Pure C# Decompression/Compression en-US - 0.28.2 - 0.28.2 - 0.28.2 + 0.28.3 + 0.28.3 + 0.28.3 Adam Hathcock netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0 true diff --git a/tests/SharpCompress.Test/SharpCompress.Test.csproj b/tests/SharpCompress.Test/SharpCompress.Test.csproj index fbb420d63..6227e33e5 100644 --- a/tests/SharpCompress.Test/SharpCompress.Test.csproj +++ b/tests/SharpCompress.Test/SharpCompress.Test.csproj @@ -12,7 +12,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive