1
+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
2
+ <PropertyGroup >
3
+ <Description >This is a .NETStandard/ .NET Core port of the the Microsoft assembly for the .Net 4.0 Dynamic language functionality.</Description >
4
+ <AssemblyTitle >System.Linq.Dynamic.Core</AssemblyTitle >
5
+ <VersionPrefix >1.0.7.5</VersionPrefix >
6
+ <Authors >Microsoft;Scott Guthrie;King Wilder;Nathan Arnott;Stef Heyenrath</Authors >
7
+ <TargetFrameworks >net35;net40;net45;net46;netstandard1.3</TargetFrameworks >
8
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
9
+ <AssemblyName >System.Linq.Dynamic.Core</AssemblyName >
10
+ <AssemblyOriginatorKeyFile >System.Linq.Dynamic.Core.snk</AssemblyOriginatorKeyFile >
11
+ <SignAssembly >true</SignAssembly >
12
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
13
+ <PackageTags >system;linq;dynamic;core;NETStandard</PackageTags >
14
+ <PackageReleaseNotes >Bugfixes and new Features. For details see the release notes.</PackageReleaseNotes >
15
+ <PackageProjectUrl >https://github.com/StefH/System.Linq.Dynamic.Core</PackageProjectUrl >
16
+ <PackageLicenseUrl >https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/licence.txt</PackageLicenseUrl >
17
+ <RepositoryType >git</RepositoryType >
18
+ <RepositoryUrl >https://github.com/StefH/System.Linq.Dynamic.Core</RepositoryUrl >
19
+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
20
+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
21
+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
22
+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
23
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
24
+ <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
25
+ <GenerateNeutralResourcesLanguageAttribute >false</GenerateNeutralResourcesLanguageAttribute >
26
+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
27
+ <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
28
+ <DefaultLanguage >en-us</DefaultLanguage >
29
+ <DebugType >full</DebugType >
30
+ </PropertyGroup >
31
+
32
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net20' " >
33
+ <DefineConstants >NET35</DefineConstants >
34
+ </PropertyGroup >
35
+
36
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
37
+ <DefineConstants >NETSTANDARD</DefineConstants >
38
+ </PropertyGroup >
39
+
40
+ <!--
41
+ <PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0'">
42
+ <CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
43
+ <NugetTargetMoniker>UAP,Version=v10.0</NugetTargetMoniker>
44
+ <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
45
+ <TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
46
+ <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
47
+ <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier>
48
+ <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
49
+ <DefineConstants>$(DefineConstants);WINDOWS_UWP;UAP10_0</DefineConstants>
50
+ <LanguageTargets>$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets</LanguageTargets>
51
+ </PropertyGroup>
52
+ -->
53
+
54
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'sl5'" >
55
+ <NugetTargetMoniker >Silverlight,Version=v5.0</NugetTargetMoniker >
56
+ <TargetFrameworkIdentifier >Silverlight</TargetFrameworkIdentifier >
57
+ <TargetFrameworkVersion >v5.0</TargetFrameworkVersion >
58
+ <DefineConstants >SL50;SILVERLIGHT</DefineConstants >
59
+ <LanguageTargets >$(MSBuildProgramFiles32)\MSBuild\Microsoft\Silverlight\v5.0\Microsoft.Silverlight.CSharp.targets</LanguageTargets >
60
+ </PropertyGroup >
61
+
62
+ <ItemGroup >
63
+ <PackageReference Include =" JetBrains.Annotations" Version =" 10.4.0" PrivateAssets =" All" />
64
+ </ItemGroup >
65
+
66
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net20' " >
67
+ <PackageReference Include =" NetLegacySupport.ConcurrentDictionary" Version =" 1.1.1" />
68
+ <Reference Include =" System" />
69
+ </ItemGroup >
70
+
71
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net35' " >
72
+ <PackageReference Include =" NetLegacySupport.ConcurrentDictionary" >
73
+ <Version >1.1.1</Version >
74
+ </PackageReference >
75
+ <Reference Include =" System" />
76
+ </ItemGroup >
77
+
78
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net40' " >
79
+ <Reference Include =" System" />
80
+ <Reference Include =" Microsoft.CSharp" />
81
+ </ItemGroup >
82
+
83
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
84
+ <Reference Include =" System" />
85
+ <Reference Include =" Microsoft.CSharp" />
86
+ </ItemGroup >
87
+
88
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net452' " >
89
+ <Reference Include =" System" />
90
+ <Reference Include =" Microsoft.CSharp" />
91
+ </ItemGroup >
92
+
93
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
94
+ <Reference Include =" System" />
95
+ <Reference Include =" Microsoft.CSharp" />
96
+ </ItemGroup >
97
+
98
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
99
+ <PackageReference Include =" System.ComponentModel.TypeConverter" Version =" 4.3.0" />
100
+ <PackageReference Include =" System.Dynamic.Runtime" Version =" 4.3.0" />
101
+ <PackageReference Include =" System.Reflection.Emit" Version =" 4.3.0" />
102
+ <PackageReference Include =" System.Linq.Queryable" Version =" 4.3.0" />
103
+ <PackageReference Include =" System.Reflection.TypeExtensions" Version =" 4.3.0" />
104
+ <PackageReference Include =" System.Diagnostics.TraceSource" Version =" 4.3.0" />
105
+ </ItemGroup >
106
+
107
+ <ItemGroup Condition =" '$(TargetFramework)' == 'sl5' " >
108
+ <PackageReference Include =" Portable.ConcurrentDictionary" >
109
+ <Version >1.0.3</Version >
110
+ </PackageReference >
111
+ <Reference Include =" mscorlib" />
112
+ <Reference Include =" System" />
113
+ <Reference Include =" System.Core" />
114
+ <Reference Include =" System.Net" />
115
+ <Reference Include =" System.Windows" />
116
+ </ItemGroup >
117
+
118
+ <!--
119
+ <ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
120
+ <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.3.3" />
121
+ <PackageReference Include="System.Diagnostics.TraceSource" Version="4.3.0" />
122
+ <PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
123
+ </ItemGroup>
124
+ -->
125
+ </Project >
0 commit comments