File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/core/whats-new/snippets/dotnet-8/csharp/ConsoleApp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.2.0" />
12
- <PackageReference Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 8.9.1 " />
13
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0 " />
14
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.0 " />
15
- <PackageReference Include =" MSTest.TestFramework" Version =" 3.6.0 " />
12
+ <PackageReference Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 8.10.0 " />
13
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.1 " />
14
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8.0.1 " />
15
+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.6.1 " />
16
16
</ItemGroup >
17
17
18
18
</Project >
You can’t perform that action at this time.
0 commit comments