Skip to content

Commit

Permalink
Fix runtime framework package version name (#7470)
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft authored Oct 9, 2024
1 parent a0cf3ff commit 856702e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ updates:
runtime-dependencies:
patterns:
- "Microsoft.Extensions.*"
- "Microsoft.NETCore.App.Runtime.*"
- "Microsoft.NETCore.DotNetHost"
- "System.Text.Json"
#@ end
#@ end
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json
- package-ecosystem: nuget
directory: /eng/dependabot/net7.0
Expand All @@ -66,7 +66,7 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json
- package-ecosystem: nuget
directory: /eng/dependabot/net6.0
Expand All @@ -83,7 +83,7 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json
- package-ecosystem: nuget
directory: /eng/dependabot/independent
Expand Down Expand Up @@ -129,7 +129,7 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json
- package-ecosystem: nuget
directory: /eng/dependabot/net7.0
Expand All @@ -146,7 +146,7 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json
- package-ecosystem: nuget
directory: /eng/dependabot/net6.0
Expand All @@ -163,7 +163,7 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json
- package-ecosystem: nuget
directory: /eng/dependabot/independent
Expand Down Expand Up @@ -213,7 +213,7 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json
- package-ecosystem: nuget
directory: /eng/dependabot/netcoreapp3.1
Expand All @@ -230,5 +230,5 @@ updates:
runtime-dependencies:
patterns:
- Microsoft.Extensions.*
- Microsoft.NETCore.App.Runtime.*
- Microsoft.NETCore.DotNetHost
- System.Text.Json

0 comments on commit 856702e

Please sign in to comment.