diff --git a/.github/workflows/wf-verify-formatting.yml b/.github/workflows/wf-verify-formatting.yml index 6c443160..ae221c10 100644 --- a/.github/workflows/wf-verify-formatting.yml +++ b/.github/workflows/wf-verify-formatting.yml @@ -8,8 +8,6 @@ on: jobs: format: runs-on: windows-2019 - env: - CIFormatting: yes steps: - uses: actions/checkout@v4 name: Checkout Code diff --git a/QRCoder/QRCoder.csproj b/QRCoder/QRCoder.csproj index 1fa8abf8..5ae1db52 100644 --- a/QRCoder/QRCoder.csproj +++ b/QRCoder/QRCoder.csproj @@ -2,7 +2,6 @@ net35;net40;netstandard1.3;netstandard2.0;net5.0;net5.0-windows;net6.0;net6.0-windows - net35;net40;netstandard2.0;net5.0;net5.0-windows;net6.0;net6.0-windows false $(DefineConstants);SYSTEM_DRAWING $(DefineConstants);NET5_0_WINDOWS diff --git a/QRCoderTests/QRCoderTests.csproj b/QRCoderTests/QRCoderTests.csproj index 2c2cf5c8..a31ba175 100644 --- a/QRCoderTests/QRCoderTests.csproj +++ b/QRCoderTests/QRCoderTests.csproj @@ -1,7 +1,6 @@ net35;net452;netcoreapp1.1;netcoreapp2.0;net5.0;net5.0-windows;net6.0;net6.0-windows - net35;net452;netcoreapp2.0;net5.0;net5.0-windows;net6.0;net6.0-windows true true $(DefineConstants);SYSTEM_DRAWING