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")
9191 {
9292 var mapping = new Dictionary < String , String >
9393 {
94- { "net46" , "net46" } ,
95- { "netstandard2.0" , "netstandard2.0" }
94+ { "netstandard1.3" , "netstandard1.3" }
9695 } ;
9796
98- if ( ! isRunningOnWindows )
99- {
100- mapping . Remove ( "net46" ) ;
101- }
102-
10397 foreach ( var item in mapping )
10498 {
10599 var targetDir = nugetRoot + Directory ( "lib" ) + Directory ( item . Key ) ;
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <AssemblyName >AngleSharp.Xml</AssemblyName >
44 <RootNamespace >AngleSharp.Xml</RootNamespace >
5- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard2.0 </TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard1.3 </TargetFrameworks >
66 <SignAssembly >true</SignAssembly >
77 <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99 </PropertyGroup >
1010
1111 <ItemGroup >
1212 <PackageReference Include =" AngleSharp" Version =" 0.11.0" />
13- <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 4.5.0" />
1413 </ItemGroup >
1514
1615 <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
You can’t perform that action at this time.
0 commit comments