We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03d5d2 commit 3c993f8Copy full SHA for 3c993f8
.config/dotnet-tools.json
@@ -3,19 +3,19 @@
3
"isRoot": true,
4
"tools": {
5
"dotnet-ef": {
6
- "version": "3.1.5",
+ "version": "3.1.8",
7
"commands": [
8
"dotnet-ef"
9
]
10
},
11
"dotnet-counters": {
12
- "version": "3.1.57502",
+ "version": "3.1.141901",
13
14
"dotnet-counters"
15
16
17
"dotnet-trace": {
18
19
20
"dotnet-trace"
21
demos/WebApp/Startup.cs
@@ -64,6 +64,7 @@ public void ConfigureServices(IServiceCollection services)
64
{
65
setup.UseScopedEvaluation(useScopedEvaluation: true);
66
})
67
+ //.AddConfigurationStore(Configuration)
68
.AddHttpStore(setup =>
69
70
setup
0 commit comments