Skip to content

Commit

Permalink
Merge branch 'main' into remove-cloud-detectors
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-hensley authored Sep 4, 2024
2 parents 0b9cbbe + 03d753a commit 96a4433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
os: [ windows-latest, ubuntu-latest ]
version: [ net462, net6.0, net7.0, net8.0 ]
version: [ net462, net6.0, net8.0 ]
exclude:
- os: ubuntu-latest
version: net462
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.0;net462</TargetFrameworks>
<TargetFrameworks>net8.0;net6.0;netstandard2.0;net462</TargetFrameworks>
<Nullable>disable</Nullable>

<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 96a4433

Please sign in to comment.