Skip to content

Commit ed95155

Browse files
author
dktran65
committed
Update SLN to use VS2022
1 parent 95c8426 commit ed95155

7 files changed

Lines changed: 157 additions & 151 deletions

File tree

BlogEngine/BlogEngine.Core/BlogEngine.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -40,7 +40,7 @@
4040
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
4141
<UseApplicationTrust>false</UseApplicationTrust>
4242
<BootstrapperEnabled>true</BootstrapperEnabled>
43-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
43+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
4444
<TargetFrameworkProfile />
4545
</PropertyGroup>
4646
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

BlogEngine/BlogEngine.Core/Service References/GalleryServer/Reference.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.18033
4+
// Runtime Version:4.0.30319.42000
55
//
66
// Changes to this file may cause incorrect behavior and will be lost if
77
// the code is regenerated.
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

1111
// Original file name:
12-
// Generation date: 5/19/2013 12:18:41 PM
12+
// Generation date: 1/18/2023 3:19:29 PM
1313
namespace BlogEngine.Core.GalleryServer
1414
{
1515

BlogEngine/BlogEngine.NET/App_GlobalResources/labels.designer.cs

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AppDesignerFolder>Properties</AppDesignerFolder>
1515
<RootNamespace>BlogEngine.NET</RootNamespace>
1616
<AssemblyName>BlogEngine.NET</AssemblyName>
17-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1818
<UseIISExpress>true</UseIISExpress>
1919
<IISExpressSSLPort />
2020
<IISExpressAnonymousAuthentication />
@@ -23,6 +23,7 @@
2323
<UseGlobalApplicationHostFile />
2424
<TypeScriptToolsVersion>1.6</TypeScriptToolsVersion>
2525
<Use64BitIISExpress />
26+
<TargetFrameworkProfile />
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2829
<DebugSymbols>true</DebugSymbols>
@@ -66,6 +67,7 @@
6667
<HintPath>..\packages\SimpleInjector.Integration.WebApi.3.1.0\lib\net45\SimpleInjector.Integration.WebApi.dll</HintPath>
6768
<Private>True</Private>
6869
</Reference>
70+
<Reference Include="System.Data.DataSetExtensions" />
6971
<Reference Include="System.Net" />
7072
<Reference Include="System.Net.Http" />
7173
<Reference Include="System.Net.Http.Formatting">
@@ -78,8 +80,6 @@
7880
<Reference Include="System.ComponentModel.DataAnnotations" />
7981
<Reference Include="System" />
8082
<Reference Include="System.Data" />
81-
<Reference Include="System.Core" />
82-
<Reference Include="System.Data.DataSetExtensions" />
8383
<Reference Include="System.Web.Extensions" />
8484
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
8585
<SpecificVersion>False</SpecificVersion>
@@ -110,13 +110,13 @@
110110
<SpecificVersion>False</SpecificVersion>
111111
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
112112
</Reference>
113-
<Reference Include="System.Xml.Linq" />
114113
<Reference Include="System.Drawing" />
115114
<Reference Include="System.Web" />
116115
<Reference Include="System.Xml" />
117116
<Reference Include="System.Configuration" />
118117
<Reference Include="System.Web.Services" />
119118
<Reference Include="System.EnterpriseServices" />
119+
<Reference Include="System.Xml.Linq" />
120120
<Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121121
<SpecificVersion>False</SpecificVersion>
122122
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>

0 commit comments

Comments
 (0)