Skip to content

Commit

Permalink
Ensure analyzer tests run against all TFMs (#6502)
Browse files Browse the repository at this point in the history
## Summary of changes

Removes the restriction to only running on .NET 5

## Reason for change

There's no good reason for it to be this, it's almost certainly copy
pasta

## Implementation details

Remove the restricting target

## Test coverage

The CI should reveal all...

## Other details

Revealed by
- #6500
  • Loading branch information
andrewlock authored Jan 7, 2025
1 parent fc3c6c6 commit aa9cacd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
Expand Down

0 comments on commit aa9cacd

Please sign in to comment.