File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2323 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
2424 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
2525 <NoWarn >$(NoWarn);CS1591</NoWarn >
26- <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
2726 <IsWindows >$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::get_Windows())))</IsWindows >
2827 </PropertyGroup >
2928
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >$(TargetFrameworks) ;netstandard2.0;net481</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net7.0;net8.0 ;netstandard2.0;net481</TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <PackageReadmeFile >README.md</PackageReadmeFile >
77 <PackageIcon >Redis.png</PackageIcon >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks Condition =" '$(IsWindows)' == 'true'" >$(TargetFrameworks);net481</TargetFrameworks >
3+ <TargetFrameworks Condition =" '$(IsWindows)' == 'true'" >net6.0;net7.0;net8.0;net481</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(IsWindows)' != 'true'" >net6.0;net7.0;net8.0</TargetFrameworks >
45 <IsPackable >false</IsPackable >
56 </PropertyGroup >
67 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks Condition =" '$(IsWindows)' == 'true'" >$(TargetFrameworks);net481</TargetFrameworks >
3+ <TargetFrameworks Condition =" '$(IsWindows)' == 'true'" >net6.0;net7.0;net8.0;net481</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(IsWindows)' != 'true'" >net6.0;net7.0;net8.0</TargetFrameworks >
45 <IsPackable >false</IsPackable >
56 </PropertyGroup >
67
You can’t perform that action at this time.
0 commit comments