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 2
2
<PropertyGroup >
3
3
<AssemblyName >AngleSharp.Xml</AssemblyName >
4
4
<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 >
7
7
<SignAssembly >true</SignAssembly >
8
8
<AssemblyOriginatorKeyFile >Key.snk</AssemblyOriginatorKeyFile >
9
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
You can’t perform that action at this time.
0 commit comments