Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Feb 13, 2025
1 parent 2a64e99 commit bea49cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
ignore:
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
- dependency-name: FluentAssertions
versions: [">=8.0.0"]
versions: [">=8.0.0"]
groups:
Azure:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion tests/Injectio.Tests/Injectio.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit bea49cd

Please sign in to comment.