Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit e6675da

Browse files
committed
remove old project
update package nuget
1 parent e7b615e commit e6675da

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

eShopOnBlazor.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.4.33213.308
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eShopLegacyWebForms", "src\eShopLegacyWebForms\eShopLegacyWebForms.csproj", "{4416714A-9BB8-480B-95B3-C2599598E3EC}"
7-
EndProject
86
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eShopOnBlazor", "src\eShopOnBlazor\eShopOnBlazor.csproj", "{9AABB26C-7C3E-4308-8968-77706D2ED790}"
97
EndProject
108
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solutions items", "Solutions items", "{E3005DB1-8CF6-4640-A016-02E3B12B5BAD}"
@@ -18,10 +16,6 @@ Global
1816
Release|Any CPU = Release|Any CPU
1917
EndGlobalSection
2018
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{4416714A-9BB8-480B-95B3-C2599598E3EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{4416714A-9BB8-480B-95B3-C2599598E3EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{4416714A-9BB8-480B-95B3-C2599598E3EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
24-
{4416714A-9BB8-480B-95B3-C2599598E3EC}.Release|Any CPU.Build.0 = Release|Any CPU
2519
{9AABB26C-7C3E-4308-8968-77706D2ED790}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2620
{9AABB26C-7C3E-4308-8968-77706D2ED790}.Debug|Any CPU.Build.0 = Debug|Any CPU
2721
{9AABB26C-7C3E-4308-8968-77706D2ED790}.Release|Any CPU.ActiveCfg = Release|Any CPU

src/eShopOnBlazor/eShopOnBlazor.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
</ItemGroup>
3838

3939
<ItemGroup>
40-
<PackageReference Include="Autofac" Version="4.9.3" />
40+
<PackageReference Include="Autofac" Version="6.5.0" />
4141
<PackageReference Include="EntityFramework" Version="6.4.4" />
42-
<PackageReference Include="log4net" Version="2.0.12" />
43-
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="2.2.12" />
42+
<PackageReference Include="log4net" Version="2.0.15" />
43+
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="6.1.0" />
4444
</ItemGroup>
4545

4646
</Project>

0 commit comments

Comments
 (0)