File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,9 @@ Task("Copy-Files")
91
91
{
92
92
var mapping = new Dictionary < String , String >
93
93
{
94
- { "net46" , "net46" } ,
95
- { "netstandard2.0" , "netstandard2.0" }
94
+ { "netstandard1.3" , "netstandard1.3" }
96
95
} ;
97
96
98
- if ( ! isRunningOnWindows )
99
- {
100
- mapping . Remove ( "net46" ) ;
101
- }
102
-
103
97
foreach ( var item in mapping )
104
98
{
105
99
var targetDir = nugetRoot + Directory ( "lib" ) + Directory ( item . Key ) ;
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<AssemblyName >AngleSharp.Xml</AssemblyName >
4
4
<RootNamespace >AngleSharp.Xml</RootNamespace >
5
- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard2.0 </TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard1.3 </TargetFrameworks >
6
6
<SignAssembly >true</SignAssembly >
7
7
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" AngleSharp" Version =" 0.11.0" />
13
- <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 4.5.0" />
14
13
</ItemGroup >
15
14
16
15
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
You can’t perform that action at this time.
0 commit comments