File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFrameworks >net46;netcoreapp2.1 </TargetFrameworks >
5
+ <TargetFrameworks >net46;netcoreapp3.0 </TargetFrameworks >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
22
22
<PackageReference Include =" Npgsql" Version =" 4.0.3" />
23
23
<PackageReference Condition =" '$(TargetFramework)' == 'net46' " Include =" System.ValueTuple" Version =" 4.5.0" />
24
24
<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" />
27
27
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
28
28
</ItemGroup >
29
29
You can’t perform that action at this time.
0 commit comments