Skip to content

Commit bea49cd

Browse files
committed
fix build
1 parent 2a64e99 commit bea49cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
ignore:
1919
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
2020
- dependency-name: FluentAssertions
21-
versions: [">=8.0.0"]
21+
versions: [">=8.0.0"]
2222
groups:
2323
Azure:
2424
patterns:

tests/Injectio.Tests/Injectio.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
4+
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<IsPackable>false</IsPackable>
77
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)