File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/ICSharpCode.SharpZipLib Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard1.3 ;net45</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2 ;net45</TargetFrameworks >
5
5
<PackageId >SharpZipLib </PackageId >
6
6
<SignAssembly >True</SignAssembly >
7
7
<AssemblyOriginatorKeyFile >ICSharpCode.SharpZipLib.snk</AssemblyOriginatorKeyFile >
@@ -15,12 +15,12 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.0 for more
15
15
<PackageProjectUrl >https://github.com/icsharpcode/SharpZipLib</PackageProjectUrl >
16
16
</PropertyGroup >
17
17
18
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.3 |AnyCPU'" >
19
- <DocumentationFile >bin\Debug\netstandard1.3 \ICSharpCode.SharpZipLib.xml</DocumentationFile >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2 |AnyCPU'" >
19
+ <DocumentationFile >bin\Debug\netstandard2 \ICSharpCode.SharpZipLib.xml</DocumentationFile >
20
20
</PropertyGroup >
21
21
22
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard1.3 |AnyCPU'" >
23
- <DocumentationFile >bin\Release\netstandard1.3 \ICSharpCode.SharpZipLib.xml</DocumentationFile >
22
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2 |AnyCPU'" >
23
+ <DocumentationFile >bin\Release\netstandard2 \ICSharpCode.SharpZipLib.xml</DocumentationFile >
24
24
</PropertyGroup >
25
25
26
26
<PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net45|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments