diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 0700259..81fba0a 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -17,7 +17,7 @@ jobs: dotnet-version: 5.0.x - name: Run tests - run: dotnet test -c Release + run: dotnet test - name: Package run: dotnet pack -c Release -p:ContinuousIntegrationBuild=true diff --git a/src/SrcSet.csproj b/src/SrcSet.csproj index 0eeca71..d4b0c95 100644 --- a/src/SrcSet.csproj +++ b/src/SrcSet.csproj @@ -2,7 +2,7 @@ net5.0 - 3.1.0 + 3.1.1 SrcSet A CLI to create sets of responsive images for the web ecoAPM LLC @@ -12,7 +12,6 @@ srcset Exe true - true README.md https://github.com/ecoAPM/SrcSet MIT