File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1919 <ProjectReference Include =" ..\ServiceStack\ServiceStack.Source.csproj" />
2020 <ProjectReference Include =" ..\..\..\ServiceStack.Text\src\ServiceStack.Text\ServiceStack.Text.csproj" />
2121
22- <PackageReference Include =" System.Drawing.Common" Version =" 4.7.2 " />
22+ <PackageReference Include =" System.Drawing.Common" Version =" 6.0.0 " />
2323 <PackageReference Include =" PInvoke.User32" Version =" 0.7.104" />
2424 <PackageReference Include =" PInvoke.Kernel32" Version =" 0.7.104" />
2525 <PackageReference Include =" PInvoke.Gdi32" Version =" 0.7.104" />
Original file line number Diff line number Diff line change 1515 <GenerateDocumentationFile >false</GenerateDocumentationFile >
1616 <DefineConstants >$(DefineConstants);SOURCE</DefineConstants >
1717 </PropertyGroup >
18+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
19+ <DefineConstants >$(DefineConstants);NET472</DefineConstants >
20+ </PropertyGroup >
1821 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
1922 <DefineConstants >$(DefineConstants);NETCORE;NETSTANDARD2_0</DefineConstants >
2023 </PropertyGroup >
Original file line number Diff line number Diff line change 1818 </PackageDescription >
1919 <PackageTags >ServiceStack;AutoQuery;OrmLite;Redis;MQ;Caching;ServerEvents</PackageTags >
2020 </PropertyGroup >
21+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
22+ <DefineConstants >$(DefineConstants);NET472</DefineConstants >
23+ </PropertyGroup >
2124 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
2225 <DefineConstants >$(DefineConstants);NETCORE;NETSTANDARD2_0</DefineConstants >
2326 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments