Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa committed Apr 18, 2024
1 parent 3672813 commit c109ac7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class ControllersHaveTooManyResponsibilitiesTest
.AddReferences(AspNetCoreReferences)
.AddReferences([CoreMetadataReference.SystemComponentModel]) // For IServiceProvider
.AddReferences(NuGetMetadataReference.MicrosoftExtensionsDependencyInjectionAbstractions("8.0.1")) // For IServiceProvider extensions
.WithBasePath("AspNet")
.AddPaths("ControllersHaveTooManyResponsibilities.CSharp12.cs")
.WithLanguageVersion(LanguageVersion.CSharp12)
.Verify();
Expand Down

0 comments on commit c109ac7

Please sign in to comment.