Skip to content

Commit

Permalink
adjust for .net 4.6 compatible with 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStupka committed Jan 31, 2021
1 parent 4c74804 commit 38c364b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion src/Sitecore.Support.201408/Sitecore.Support.201408.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sitecore.Support</RootNamespace>
<AssemblyName>Sitecore.Support.201408</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
Expand Down Expand Up @@ -62,10 +62,16 @@
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="CES\DeviceDetection\Rules\RuleDeviceInformationManager.cs" />
Expand Down
8 changes: 4 additions & 4 deletions src/Sitecore.Support.201408/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SC.Sitecore.Analytics" version="8.2.3" targetFramework="net46" />
<package id="SC.Sitecore.CES.DeviceDetection" version="8.2.3" targetFramework="net462" />
<package id="SC.Sitecore.CES.DeviceDetection.Rules" version="8.2.3" targetFramework="net462" />
<package id="SC.Sitecore.Kernel" version="8.2.3" targetFramework="net462" />
<package id="SC.Sitecore.Xdb.Configuration" version="8.2.3" targetFramework="net462" />
<package id="SC.Sitecore.CES.DeviceDetection" version="8.2.3" targetFramework="net46" />
<package id="SC.Sitecore.CES.DeviceDetection.Rules" version="8.2.3" targetFramework="net46" />
<package id="SC.Sitecore.Kernel" version="8.2.3" targetFramework="net46" />
<package id="SC.Sitecore.Xdb.Configuration" version="8.2.3" targetFramework="net46" />
</packages>

0 comments on commit 38c364b

Please sign in to comment.