Skip to content

Commit 0181995

Browse files
committed
remove uap10.0 because it cannot build on appveyor? (#72)
1 parent 3047f76 commit 0181995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following frameworks are supported:
1717
- net40
1818
- net45 and up
1919
- netstandard1.3
20-
- uap10.0
20+
- uap10.0 (todo)
2121
- SilverLight 5.0 (todo)
2222

2323
<br>

src/System.Linq.Dynamic.Core/System.Linq.Dynamic.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyTitle>System.Linq.Dynamic.Core</AssemblyTitle>
55
<VersionPrefix>1.0.7.0</VersionPrefix>
66
<Authors>Microsoft;Scott Guthrie;King Wilder;Nathan Arnott;Stef Heyenrath</Authors>
7-
<TargetFrameworks>net35;net40;net45;net46;netstandard1.3;uap10.0</TargetFrameworks>
7+
<TargetFrameworks>net35;net40;net45;net46;netstandard1.3</TargetFrameworks>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<AssemblyName>System.Linq.Dynamic.Core</AssemblyName>
1010
<AssemblyOriginatorKeyFile>System.Linq.Dynamic.Core.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)