File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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' " >netstandard1.3; netstandard2.0</TargetFrameworks >
6- <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard1.3; netstandard2.0;net46;net461;net472</TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(OS)' != 'Windows_NT' " >netstandard2.0</TargetFrameworks >
6+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >netstandard2.0;net46;net461;net472</TargetFrameworks >
77 <SignAssembly >true</SignAssembly >
88 <AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
99 <GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments