We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a64e99 commit bea49cdCopy full SHA for bea49cd
.github/dependabot.yml
@@ -18,7 +18,7 @@ updates:
18
ignore:
19
- dependency-name: "Microsoft.CodeAnalysis.CSharp"
20
- dependency-name: FluentAssertions
21
- versions: [">=8.0.0"]
+ versions: [">=8.0.0"]
22
groups:
23
Azure:
24
patterns:
tests/Injectio.Tests/Injectio.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net6.0;net8.0</TargetFrameworks>
+ <TargetFramework>net8.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<IsPackable>false</IsPackable>
7
<LangVersion>latest</LangVersion>
0 commit comments