net4.5 to net4.8

This commit is contained in:
SuhorukovAnton 2021-05-07 12:11:53 +03:00
parent 38b760be0c
commit a51c43b5ed
7 changed files with 11 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProductVersion>9.0.30729</ProductVersion>
<TargetFrameworks>net5.0;net4.5</TargetFrameworks>
<TargetFrameworks>net5.0;net4.8</TargetFrameworks>
<FileUpgradeFlags />
<UpgradeBackupLocation />
<AssemblyTitle>AppLimit.CloudComputing.SharpBox</AssemblyTitle>
@ -13,8 +13,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.0.451</Version>
<PackageLicenseExpression></PackageLicenseExpression>
<AssemblyVersion>1.1.0.450</AssemblyVersion>
<FileVersion>1.1.0.450</FileVersion>
<AssemblyVersion>1.1.0.451</AssemblyVersion>
<FileVersion>1.1.0.451</FileVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
@ -33,7 +33,7 @@
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net4.5'">
<ItemGroup Condition="'$(TargetFramework)' == 'net4.8'">
<Reference Include="System.Web" />
</ItemGroup>
</Project>

View File

@ -110,7 +110,7 @@ namespace AppLimit.CloudComputing.SharpBox.Common.Cache
}
#endif
#if NET45
#if NET48
using System;
using System.Diagnostics;
using System.Web;

View File

@ -4,7 +4,7 @@
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<AssemblyTitle>Microsoft Graph Core Client Library</AssemblyTitle>
<Authors>Microsoft</Authors>
<TargetFrameworks>net5.0;net4.5</TargetFrameworks>
<TargetFrameworks>net5.0;net4.8</TargetFrameworks>
<PreserveCompilationContext>false</PreserveCompilationContext>
<AssemblyName>Microsoft.Graph.Core</AssemblyName>
<PackageId>Microsoft.Graph.Core</PackageId>
@ -20,8 +20,10 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.3" />
<PackageReference Include="System.ValueTuple" Version="4.3.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net4.8'">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.txt">

View File

@ -4,7 +4,7 @@
<Copyright>Copyright 2016 Microsoft Corporation</Copyright>
<AssemblyTitle>OneDrive .NET SDK</AssemblyTitle>
<Authors>Microsoft</Authors>
<TargetFrameworks>net5.0;net4.5</TargetFrameworks>
<TargetFrameworks>net5.0;net4.8</TargetFrameworks>
<PreserveCompilationContext>false</PreserveCompilationContext>
<AssemblyName>Microsoft.OneDriveSDK</AssemblyName>
<PackageId>Microsoft.OneDriveSDK</PackageId>