Skip to content

Commit cc13cd1

Browse files
committed
Updated to target netcoreapp3.0
1 parent 923fd26 commit cc13cd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

XbTool/XbTool/XbTool.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net46;netcoreapp2.1</TargetFrameworks>
5+
<TargetFrameworks>net46;netcoreapp3.0</TargetFrameworks>
66
</PropertyGroup>
77

88
<ItemGroup>
@@ -22,8 +22,8 @@
2222
<PackageReference Include="Npgsql" Version="4.0.3" />
2323
<PackageReference Condition=" '$(TargetFramework)' == 'net46' " Include="System.ValueTuple" Version="4.5.0" />
2424
<PackageReference Condition=" '$(TargetFramework)' == 'net46' " Include="DotNetZip" Version="1.11.0" />
25-
<PackageReference Condition=" '$(TargetFramework)' == 'netcoreapp2.1' " Include="Iconic.Zlib.Netstandard" Version="1.0.0" />
26-
<PackageReference Condition=" '$(TargetFramework)' == 'netcoreapp2.1' " Include="System.Drawing.Common" Version="4.5.0" />
25+
<PackageReference Condition=" '$(TargetFramework)' == 'netcoreapp3.0' " Include="Iconic.Zlib.NetStandard" Version="1.0.0" />
26+
<PackageReference Condition=" '$(TargetFramework)' == 'netcoreapp3.0' " Include="System.Drawing.Common" Version="4.7.0" />
2727
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)