Skip to content

Commit 3c993f8

Browse files
committed
Update dotnet tools versions
1 parent c03d5d2 commit 3c993f8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.config/dotnet-tools.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"isRoot": true,
44
"tools": {
55
"dotnet-ef": {
6-
"version": "3.1.5",
6+
"version": "3.1.8",
77
"commands": [
88
"dotnet-ef"
99
]
1010
},
1111
"dotnet-counters": {
12-
"version": "3.1.57502",
12+
"version": "3.1.141901",
1313
"commands": [
1414
"dotnet-counters"
1515
]
1616
},
1717
"dotnet-trace": {
18-
"version": "3.1.57502",
18+
"version": "3.1.141901",
1919
"commands": [
2020
"dotnet-trace"
2121
]

demos/WebApp/Startup.cs

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public void ConfigureServices(IServiceCollection services)
6464
{
6565
setup.UseScopedEvaluation(useScopedEvaluation: true);
6666
})
67+
//.AddConfigurationStore(Configuration)
6768
.AddHttpStore(setup =>
6869
{
6970
setup

0 commit comments

Comments
 (0)