Skip to content

Commit bdb69df

Browse files
committed
Source .csproj's
1 parent 5a90c0a commit bdb69df

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/ServiceStack.Desktop/ServiceStack.Desktop.Source.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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" />

src/ServiceStack.Server/ServiceStack.Server.Source.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
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>

src/ServiceStack.Server/ServiceStack.Server.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
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>

0 commit comments

Comments
 (0)