File tree 1 file changed +2
-13
lines changed
src/LamarDiagnosticsWithNetCore3Demonstrator
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 15
15
<ProjectReference Include =" ..\StructureMap.Testing.Widget\StructureMap.Testing.Widget.csproj" />
16
16
</ItemGroup >
17
17
18
- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
19
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" [6.0.0,7.0.0)" />
20
- </ItemGroup >
21
-
22
- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
23
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" [7.0.0,8.0.0)" />
24
- </ItemGroup >
25
-
26
- <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
27
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" [8.0.0,9.0.0)" />
28
- </ItemGroup >
29
-
30
18
<ItemGroup >
31
- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 7.0.0" />
19
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
20
+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
32
21
<PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5" />
33
22
</ItemGroup >
34
23
</Project >
You can’t perform that action at this time.
0 commit comments