提交 19554adc 编写于 作者: E Eric St. John

Update buildtools and change validation framework

Update BuildTools to 1.0.25-prerelease-00180

Change validation framework moniker from dnxcore50 to
netstandardapp1.5.


Commit migrated from https://github.com/dotnet/corefx/commit/7c50768be0a2008480aa22ddb8038fdcb0e8039b
上级 afdeaf78
1.0.25-prerelease-00177 1.0.25-prerelease-00180
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\Microsoft.CSharp.csproj"> <ProjectReference Include="..\ref\Microsoft.CSharp.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\Microsoft.CSharp.builds" /> <ProjectReference Include="..\src\Microsoft.CSharp.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\Microsoft.VisualBasic.csproj"> <ProjectReference Include="..\ref\Microsoft.VisualBasic.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\Microsoft.VisualBasic.builds" /> <ProjectReference Include="..\src\Microsoft.VisualBasic.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\Microsoft.Win32.Primitives.csproj"> <ProjectReference Include="..\ref\Microsoft.Win32.Primitives.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\Microsoft.Win32.Primitives.csproj"> <ProjectReference Include="..\src\Microsoft.Win32.Primitives.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\Microsoft.Win32.Registry.AccessControl.csproj"> <ProjectReference Include="..\ref\Microsoft.Win32.Registry.AccessControl.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\Microsoft.Win32.Registry.AccessControl.builds" /> <ProjectReference Include="..\src\Microsoft.Win32.Registry.AccessControl.builds" />
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
<PackageTargetRuntime>win</PackageTargetRuntime> <PackageTargetRuntime>win</PackageTargetRuntime>
</NotSupportedOnTargetFramework> </NotSupportedOnTargetFramework>
<ExcludeDefaultValidateFramework Include="dnxcore50" /> <ExcludeDefaultValidateFramework Include="netstandardapp1.5" />
<!-- Only supported on windows, so overriding <!-- Only supported on windows, so overriding
the validation RID's --> the validation RID's -->
<ValidateFramework Include="dnxcore50"> <ValidateFramework Include="netstandardapp1.5">
<RuntimeIDs>win7-x86;win7-x64</RuntimeIDs> <RuntimeIDs>win7-x86;win7-x64</RuntimeIDs>
</ValidateFramework> </ValidateFramework>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\Microsoft.Win32.Registry.csproj"> <ProjectReference Include="..\ref\Microsoft.Win32.Registry.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\Microsoft.Win32.Registry.builds" /> <ProjectReference Include="..\src\Microsoft.Win32.Registry.builds" />
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
<PackageTargetRuntime>win</PackageTargetRuntime> <PackageTargetRuntime>win</PackageTargetRuntime>
</NotSupportedOnTargetFramework> </NotSupportedOnTargetFramework>
<ExcludeDefaultValidateFramework Include="dnxcore50" /> <ExcludeDefaultValidateFramework Include="netstandardapp1.5" />
<!-- Only supported on windows, so overriding <!-- Only supported on windows, so overriding
the validation RID's --> the validation RID's -->
<ValidateFramework Include="dnxcore50"> <ValidateFramework Include="netstandardapp1.5">
<RuntimeIDs>win7-x86;win7-x64</RuntimeIDs> <RuntimeIDs>win7-x86;win7-x64</RuntimeIDs>
</ValidateFramework> </ValidateFramework>
</ItemGroup> </ItemGroup>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<SupportedFramework>net46</SupportedFramework> <SupportedFramework>net46</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.AppContext.csproj"> <ProjectReference Include="..\ref\System.AppContext.csproj">
<SupportedFramework>netcore50;dnxcore50</SupportedFramework> <SupportedFramework>netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\redist\System.AppContext.depproj"> <ProjectReference Include="..\src\redist\System.AppContext.depproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\src\System.Buffers.builds"> <ProjectReference Include="..\src\System.Buffers.builds">
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Collections.Concurrent.csproj"> <ProjectReference Include="..\ref\System.Collections.Concurrent.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<!-- reference .CSProj rather than .builds since we don't need the desktop facade --> <!-- reference .CSProj rather than .builds since we don't need the desktop facade -->
<ProjectReference Include="..\src\System.Collections.Concurrent.csproj"/> <ProjectReference Include="..\src\System.Collections.Concurrent.csproj"/>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\src\System.Collections.Immutable.builds"> <ProjectReference Include="..\src\System.Collections.Immutable.builds">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Collections.NonGeneric.csproj"> <ProjectReference Include="..\ref\System.Collections.NonGeneric.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Collections.NonGeneric.builds" /> <ProjectReference Include="..\src\System.Collections.NonGeneric.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Collections.Specialized.csproj"> <ProjectReference Include="..\ref\System.Collections.Specialized.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Collections.Specialized.builds" /> <ProjectReference Include="..\src\System.Collections.Specialized.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Collections.csproj"> <ProjectReference Include="..\ref\System.Collections.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Collections.pkgproj" /> <ProjectReference Include="any\System.Collections.pkgproj" />
<ProjectReference Include="aot\System.Collections.pkgproj" /> <ProjectReference Include="aot\System.Collections.pkgproj" />
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<SupportedFramework>net46;netcore50</SupportedFramework> <SupportedFramework>net46;netcore50</SupportedFramework>
</ProjectReference --> </ProjectReference -->
<ProjectReference Include="..\ref\System.ComponentModel.Annotations.csproj"> <ProjectReference Include="..\ref\System.ComponentModel.Annotations.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.ComponentModel.Annotations.builds" /> <ProjectReference Include="..\src\System.ComponentModel.Annotations.builds" />
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.ComponentModel.EventBasedAsync.csproj"> <ProjectReference Include="..\ref\System.ComponentModel.EventBasedAsync.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.ComponentModel.EventBasedAsync.builds" /> <ProjectReference Include="..\src\System.ComponentModel.EventBasedAsync.builds" />
<InboxOnTargetFramework Include="MonoAndroid10" /> <InboxOnTargetFramework Include="MonoAndroid10" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.ComponentModel.Primitives.csproj"> <ProjectReference Include="..\ref\System.ComponentModel.Primitives.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.ComponentModel.Primitives.builds" /> <ProjectReference Include="..\src\System.ComponentModel.Primitives.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.ComponentModel.TypeConverter.csproj"> <ProjectReference Include="..\ref\System.ComponentModel.TypeConverter.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.ComponentModel.TypeConverter.builds" /> <ProjectReference Include="..\src\System.ComponentModel.TypeConverter.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.ComponentModel.csproj"> <ProjectReference Include="..\ref\System.ComponentModel.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.ComponentModel.builds" /> <ProjectReference Include="..\src\System.ComponentModel.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Console.csproj"> <ProjectReference Include="..\ref\System.Console.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Console.csproj"> <ProjectReference Include="..\src\System.Console.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Data.Common.csproj"> <ProjectReference Include="..\ref\System.Data.Common.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Data.Common.builds" /> <ProjectReference Include="..\src\System.Data.Common.builds" />
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<AdditionalProperties>TargetGroup=net45</AdditionalProperties> <AdditionalProperties>TargetGroup=net45</AdditionalProperties>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Data.SqlClient.csproj"> <ProjectReference Include="..\ref\System.Data.SqlClient.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="win\System.Data.SqlClient.pkgproj"> <ProjectReference Include="win\System.Data.SqlClient.pkgproj">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Diagnostics.Contracts.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.Contracts.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Diagnostics.Contracts.builds" /> <ProjectReference Include="..\src\System.Diagnostics.Contracts.builds" />
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Diagnostics.Debug.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.Debug.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="win\System.Diagnostics.Debug.pkgproj" /> <ProjectReference Include="win\System.Diagnostics.Debug.pkgproj" />
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\src\System.Diagnostics.DiagnosticSource.builds"> <ProjectReference Include="..\src\System.Diagnostics.DiagnosticSource.builds">
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Diagnostics.FileVersionInfo.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.FileVersionInfo.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Diagnostics.FileVersionInfo.csproj"> <ProjectReference Include="..\src\System.Diagnostics.FileVersionInfo.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Diagnostics.Process.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.Process.csproj">
<SupportedFramework>net461;dnxcore50</SupportedFramework> <SupportedFramework>net461;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\4.0\System.Diagnostics.Process.csproj" > <ProjectReference Include="..\ref\4.0\System.Diagnostics.Process.csproj" >
<SupportedFramework>net46</SupportedFramework> <SupportedFramework>net46</SupportedFramework>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Diagnostics.StackTrace.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.StackTrace.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Diagnostics.StackTrace.builds" /> <ProjectReference Include="..\src\System.Diagnostics.StackTrace.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Diagnostics.TextWriterTraceListener.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.TextWriterTraceListener.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Diagnostics.TextWriterTraceListener.builds" /> <ProjectReference Include="..\src\System.Diagnostics.TextWriterTraceListener.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Diagnostics.Tools.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.Tools.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Diagnostics.Tools.pkgproj" /> <ProjectReference Include="any\System.Diagnostics.Tools.pkgproj" />
<ProjectReference Include="aot\System.Diagnostics.Tools.pkgproj" /> <ProjectReference Include="aot\System.Diagnostics.Tools.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Diagnostics.TraceSource.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.TraceSource.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Diagnostics.TraceSource.csproj"> <ProjectReference Include="..\src\System.Diagnostics.TraceSource.csproj">
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<SupportedFramework>net46</SupportedFramework> <SupportedFramework>net46</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Diagnostics.Tracing.csproj"> <ProjectReference Include="..\ref\System.Diagnostics.Tracing.csproj">
<SupportedFramework>netcore50;dnxcore50</SupportedFramework> <SupportedFramework>netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Diagnostics.Tracing.csproj"> <ProjectReference Include="..\src\System.Diagnostics.Tracing.csproj">
<TargetGroup>net462</TargetGroup> <TargetGroup>net462</TargetGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Dynamic.Runtime.csproj"> <ProjectReference Include="..\ref\System.Dynamic.Runtime.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Dynamic.Runtime.builds" /> <ProjectReference Include="..\src\System.Dynamic.Runtime.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Globalization.Calendars.csproj"> <ProjectReference Include="..\ref\System.Globalization.Calendars.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Globalization.Calendars.csproj"> <ProjectReference Include="..\src\System.Globalization.Calendars.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Globalization.Extensions.csproj"> <ProjectReference Include="..\ref\System.Globalization.Extensions.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Globalization.Extensions.csproj"> <ProjectReference Include="..\src\System.Globalization.Extensions.csproj">
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Globalization.csproj"> <ProjectReference Include="..\ref\System.Globalization.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Globalization.pkgproj" /> <ProjectReference Include="any\System.Globalization.pkgproj" />
<ProjectReference Include="aot\System.Globalization.pkgproj" /> <ProjectReference Include="aot\System.Globalization.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.Compression.ZipFile.csproj"> <ProjectReference Include="..\ref\System.IO.Compression.ZipFile.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.Compression.ZipFile.builds" /> <ProjectReference Include="..\src\System.IO.Compression.ZipFile.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<SupportedFramework>net45;netcore45;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.IO.Compression.csproj"> <ProjectReference Include="..\ref\System.IO.Compression.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.Compression.csproj"> <ProjectReference Include="..\src\System.IO.Compression.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.FileSystem.AccessControl.csproj"> <ProjectReference Include="..\ref\System.IO.FileSystem.AccessControl.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.FileSystem.AccessControl.builds" /> <ProjectReference Include="..\src\System.IO.FileSystem.AccessControl.builds" />
<NotSupportedOnTargetFramework Include="netcore50"> <NotSupportedOnTargetFramework Include="netcore50">
<PackageTargetRuntime>win</PackageTargetRuntime> <PackageTargetRuntime>win</PackageTargetRuntime>
</NotSupportedOnTargetFramework> </NotSupportedOnTargetFramework>
<ExcludeDefaultValidateFramework Include="dnxcore50" /> <ExcludeDefaultValidateFramework Include="netstandardapp1.5" />
<!-- Only supported on windows, so overriding <!-- Only supported on windows, so overriding
the validation RID's --> the validation RID's -->
<ValidateFramework Include="dnxcore50"> <ValidateFramework Include="netstandardapp1.5">
<RuntimeIDs>win7-x86;win7-x64</RuntimeIDs> <RuntimeIDs>win7-x86;win7-x64</RuntimeIDs>
</ValidateFramework> </ValidateFramework>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.FileSystem.DriveInfo.csproj"> <ProjectReference Include="..\ref\System.IO.FileSystem.DriveInfo.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.FileSystem.DriveInfo.csproj"> <ProjectReference Include="..\src\System.IO.FileSystem.DriveInfo.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.FileSystem.Primitives.csproj"> <ProjectReference Include="..\ref\System.IO.FileSystem.Primitives.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.FileSystem.Primitives.builds" /> <ProjectReference Include="..\src\System.IO.FileSystem.Primitives.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.FileSystem.Watcher.csproj"> <ProjectReference Include="..\ref\System.IO.FileSystem.Watcher.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.FileSystem.Watcher.csproj"> <ProjectReference Include="..\src\System.IO.FileSystem.Watcher.csproj">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.FileSystem.csproj"> <ProjectReference Include="..\ref\System.IO.FileSystem.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.FileSystem.csproj"> <ProjectReference Include="..\src\System.IO.FileSystem.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.MemoryMappedFiles.csproj"> <ProjectReference Include="..\ref\System.IO.MemoryMappedFiles.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.MemoryMappedFiles.csproj"> <ProjectReference Include="..\src\System.IO.MemoryMappedFiles.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.Packaging.csproj"> <ProjectReference Include="..\ref\System.IO.Packaging.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.Packaging.builds" /> <ProjectReference Include="..\src\System.IO.Packaging.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.Pipes.csproj"> <ProjectReference Include="..\ref\System.IO.Pipes.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.Pipes.csproj"> <ProjectReference Include="..\src\System.IO.Pipes.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.IO.UnmanagedMemoryStream.csproj"> <ProjectReference Include="..\ref\System.IO.UnmanagedMemoryStream.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.UnmanagedMemoryStream.builds" /> <ProjectReference Include="..\src\System.IO.UnmanagedMemoryStream.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.IO.csproj"> <ProjectReference Include="..\ref\System.IO.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.IO.csproj"> <ProjectReference Include="..\src\System.IO.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp80;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp80;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Linq.Expressions.csproj"> <ProjectReference Include="..\ref\System.Linq.Expressions.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<!-- not yet needed <!-- not yet needed
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Linq.Parallel.csproj"> <ProjectReference Include="..\ref\System.Linq.Parallel.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Linq.Parallel.builds" /> <ProjectReference Include="..\src\System.Linq.Parallel.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Linq.Queryable.csproj"> <ProjectReference Include="..\ref\System.Linq.Queryable.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Linq.Queryable.builds" /> <ProjectReference Include="..\src\System.Linq.Queryable.builds" />
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Linq.csproj"> <ProjectReference Include="..\ref\System.Linq.csproj">
<SupportedFramework>netcore50;dnxcore50</SupportedFramework> <SupportedFramework>netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Linq.builds" /> <ProjectReference Include="..\src\System.Linq.builds" />
......
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.Http.WinHttpHandler.csproj"> <ProjectReference Include="..\ref\System.Net.Http.WinHttpHandler.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.Http.WinHttpHandler.builds" /> <ProjectReference Include="..\src\System.Net.Http.WinHttpHandler.builds" />
<NotSupportedOnTargetFramework Include="netcore50"> <NotSupportedOnTargetFramework Include="netcore50">
<PackageTargetRuntime>win</PackageTargetRuntime> <PackageTargetRuntime>win</PackageTargetRuntime>
</NotSupportedOnTargetFramework> </NotSupportedOnTargetFramework>
<ExcludeDefaultValidateFramework Include="dnxcore50" /> <ExcludeDefaultValidateFramework Include="netstandardapp1.5" />
<!-- Only supported on windows, so overriding <!-- Only supported on windows, so overriding
the validation RID's --> the validation RID's -->
<ValidateFramework Include="dnxcore50"> <ValidateFramework Include="netstandardapp1.5">
<RuntimeIDs>win7-x86;win7-x64</RuntimeIDs> <RuntimeIDs>win7-x86;win7-x64</RuntimeIDs>
</ValidateFramework> </ValidateFramework>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.Http.csproj"> <ProjectReference Include="..\ref\System.Net.Http.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="win\System.Net.Http.pkgproj" /> <ProjectReference Include="win\System.Net.Http.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.NameResolution.csproj"> <ProjectReference Include="..\ref\System.Net.NameResolution.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.NameResolution.csproj"> <ProjectReference Include="..\src\System.Net.NameResolution.csproj">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Net.NetworkInformation.csproj"> <ProjectReference Include="..\ref\System.Net.NetworkInformation.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.NetworkInformation.csproj"> <ProjectReference Include="..\src\System.Net.NetworkInformation.csproj">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.Ping.csproj"> <ProjectReference Include="..\ref\System.Net.Ping.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.Ping.csproj"> <ProjectReference Include="..\src\System.Net.Ping.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<SupportedFramework>net45;netcore45;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Net.Primitives.csproj"> <ProjectReference Include="..\ref\System.Net.Primitives.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<InboxOnTargetFramework Include="MonoAndroid10" /> <InboxOnTargetFramework Include="MonoAndroid10" />
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<SupportedFramework>net45;netcore45;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Net.Requests.csproj"> <ProjectReference Include="..\ref\System.Net.Requests.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="win\System.Net.Requests.pkgproj" /> <ProjectReference Include="win\System.Net.Requests.pkgproj" />
<ProjectReference Include="unix\System.Net.Requests.pkgproj" /> <ProjectReference Include="unix\System.Net.Requests.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.Security.csproj"> <ProjectReference Include="..\ref\System.Net.Security.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.Security.csproj"> <ProjectReference Include="..\src\System.Net.Security.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.Sockets.csproj"> <ProjectReference Include="..\ref\System.Net.Sockets.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.Sockets.csproj"> <ProjectReference Include="..\src\System.Net.Sockets.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.WebHeaderCollection.csproj"> <ProjectReference Include="..\ref\System.Net.WebHeaderCollection.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.WebHeaderCollection.builds"> <ProjectReference Include="..\src\System.Net.WebHeaderCollection.builds">
<AdditionalProperties>FilterToOSGroup=Windows_NT</AdditionalProperties> <AdditionalProperties>FilterToOSGroup=Windows_NT</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.WebSockets.Client.csproj"> <ProjectReference Include="..\ref\System.Net.WebSockets.Client.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.WebSockets.Client.csproj"> <ProjectReference Include="..\src\System.Net.WebSockets.Client.csproj">
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Net.WebSockets.csproj"> <ProjectReference Include="..\ref\System.Net.WebSockets.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Net.WebSockets.builds" /> <ProjectReference Include="..\src\System.Net.WebSockets.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Numerics.Vectors.csproj"> <ProjectReference Include="..\ref\System.Numerics.Vectors.csproj">
<SupportedFramework>net45;netcore45;dnxcore50</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Numerics.Vectors.builds" /> <ProjectReference Include="..\src\System.Numerics.Vectors.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.ObjectModel.csproj"> <ProjectReference Include="..\ref\System.ObjectModel.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.ObjectModel.builds" /> <ProjectReference Include="..\src\System.ObjectModel.builds" />
<InboxOnTargetFramework Include="MonoAndroid10" /> <InboxOnTargetFramework Include="MonoAndroid10" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Reflection.DispatchProxy.csproj"> <ProjectReference Include="..\ref\System.Reflection.DispatchProxy.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Reflection.DispatchProxy.pkgproj" /> <ProjectReference Include="any\System.Reflection.DispatchProxy.pkgproj" />
<ProjectReference Include="aot\System.Reflection.DispatchProxy.pkgproj" /> <ProjectReference Include="aot\System.Reflection.DispatchProxy.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Reflection.Emit.ILGeneration.csproj"> <ProjectReference Include="..\ref\System.Reflection.Emit.ILGeneration.csproj">
<SupportedFramework>net45;dnxcore50;wp8</SupportedFramework> <SupportedFramework>net45;netstandardapp1.5;wp8</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Reflection.Emit.ILGeneration.builds" /> <ProjectReference Include="..\src\System.Reflection.Emit.ILGeneration.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Reflection.Emit.Lightweight.csproj"> <ProjectReference Include="..\ref\System.Reflection.Emit.Lightweight.csproj">
<SupportedFramework>net45;dnxcore50;wp8</SupportedFramework> <SupportedFramework>net45;netstandardapp1.5;wp8</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Reflection.Emit.Lightweight.builds"/> <ProjectReference Include="..\src\System.Reflection.Emit.Lightweight.builds"/>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Reflection.Emit.csproj"> <ProjectReference Include="..\ref\System.Reflection.Emit.csproj">
<SupportedFramework>net45;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net45;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Reflection.Emit.builds" /> <ProjectReference Include="..\src\System.Reflection.Emit.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Reflection.Extensions.csproj"> <ProjectReference Include="..\ref\System.Reflection.Extensions.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Reflection.Extensions.pkgproj" /> <ProjectReference Include="any\System.Reflection.Extensions.pkgproj" />
<ProjectReference Include="aot\System.Reflection.Extensions.pkgproj" /> <ProjectReference Include="aot\System.Reflection.Extensions.pkgproj" />
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\src\System.Reflection.Metadata.csproj"> <ProjectReference Include="..\src\System.Reflection.Metadata.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<Dependency Include="System.Collections.Immutable"> <Dependency Include="System.Collections.Immutable">
<TargetFramework>portable-net45+win8</TargetFramework> <TargetFramework>portable-net45+win8</TargetFramework>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\src\System.Reflection.Metadata.csproj"> <ProjectReference Include="..\..\src\System.Reflection.Metadata.csproj">
<AdditionalProperties>future=true</AdditionalProperties> <AdditionalProperties>future=true</AdditionalProperties>
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<Dependency Include="System.Collections.Immutable"> <Dependency Include="System.Collections.Immutable">
<TargetFramework>portable-net45+win8</TargetFramework> <TargetFramework>portable-net45+win8</TargetFramework>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Reflection.Primitives.csproj"> <ProjectReference Include="..\ref\System.Reflection.Primitives.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Reflection.Primitives.pkgproj" /> <ProjectReference Include="any\System.Reflection.Primitives.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Reflection.TypeExtensions.csproj"> <ProjectReference Include="..\ref\System.Reflection.TypeExtensions.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Reflection.TypeExtensions.csproj"> <ProjectReference Include="..\src\System.Reflection.TypeExtensions.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Reflection.csproj"> <ProjectReference Include="..\ref\System.Reflection.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Reflection.csproj"> <ProjectReference Include="..\src\System.Reflection.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\src\System.Resources.Reader.builds"> <ProjectReference Include="..\src\System.Resources.Reader.builds">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Resources.ReaderWriter.csproj"> <ProjectReference Include="..\ref\System.Resources.ReaderWriter.csproj">
<SupportedFramework>net46;dnxcore50;netcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5;netcore50</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Resources.ReaderWriter.builds" /> <ProjectReference Include="..\src\System.Resources.ReaderWriter.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Resources.ResourceManager.csproj"> <ProjectReference Include="..\ref\System.Resources.ResourceManager.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Resources.ResourceManager.pkgproj" /> <ProjectReference Include="any\System.Resources.ResourceManager.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\src\System.Resources.Writer.builds"> <ProjectReference Include="..\src\System.Resources.Writer.builds">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.CompilerServices.VisualC.csproj"> <ProjectReference Include="..\ref\System.Runtime.CompilerServices.VisualC.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.CompilerServices.VisualC.builds" /> <ProjectReference Include="..\src\System.Runtime.CompilerServices.VisualC.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp80;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp80;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Runtime.Extensions.csproj"> <ProjectReference Include="..\ref\System.Runtime.Extensions.csproj">
<SupportedFramework>netcore50;dnxcore50;net46;</SupportedFramework> <SupportedFramework>netcore50;netstandardapp1.5;net46;</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.Extensions.csproj" > <ProjectReference Include="..\src\System.Runtime.Extensions.csproj" >
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.Handles.csproj"> <ProjectReference Include="..\ref\System.Runtime.Handles.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="any\System.Runtime.Handles.pkgproj" /> <ProjectReference Include="any\System.Runtime.Handles.pkgproj" />
<ProjectReference Include="aot\System.Runtime.Handles.pkgproj" /> <ProjectReference Include="aot\System.Runtime.Handles.pkgproj" />
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.InteropServices.PInvoke.csproj"> <ProjectReference Include="..\ref\System.Runtime.InteropServices.PInvoke.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.InteropServices.PInvoke.builds" /> <ProjectReference Include="..\src\System.Runtime.InteropServices.PInvoke.builds" />
<InboxOnTargetFramework Include="MonoAndroid10" /> <InboxOnTargetFramework Include="MonoAndroid10" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.InteropServices.RuntimeInformation.csproj"> <ProjectReference Include="..\ref\System.Runtime.InteropServices.RuntimeInformation.csproj">
<SupportedFramework>net45;netcore45;dnxcore50</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="win/System.Runtime.InteropServices.RuntimeInformation.pkgproj" /> <ProjectReference Include="win/System.Runtime.InteropServices.RuntimeInformation.pkgproj" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.InteropServices.WindowsRuntime.csproj"> <ProjectReference Include="..\ref\System.Runtime.InteropServices.WindowsRuntime.csproj">
<SupportedFramework>net45;dnxcore50;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netstandardapp1.5;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.InteropServices.WindowsRuntime.builds" /> <ProjectReference Include="..\src\System.Runtime.InteropServices.WindowsRuntime.builds" />
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
<InboxOnTargetFramework Include="wp80"/> <InboxOnTargetFramework Include="wp80"/>
<InboxOnTargetFramework Include="wpa81"/> <InboxOnTargetFramework Include="wpa81"/>
<ExcludeDefaultValidateFramework Include="dnxcore50" /> <ExcludeDefaultValidateFramework Include="netstandardapp1.5" />
<!-- Only supported on win8 and higher, so overriding <!-- Only supported on win8 and higher, so overriding
the validation RID's --> the validation RID's -->
<ValidateFramework Include="dnxcore50"> <ValidateFramework Include="netstandardapp1.5">
<RuntimeIDs>win8-x86;win8-x64</RuntimeIDs> <RuntimeIDs>win8-x86;win8-x64</RuntimeIDs>
</ValidateFramework> </ValidateFramework>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<SupportedFramework>net451;netcore451;wpa81</SupportedFramework> <SupportedFramework>net451;netcore451;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Runtime.InteropServices.csproj"> <ProjectReference Include="..\ref\System.Runtime.InteropServices.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.InteropServices.csproj"> <ProjectReference Include="..\src\System.Runtime.InteropServices.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.Loader.csproj"> <ProjectReference Include="..\ref\System.Runtime.Loader.csproj">
<SupportedFramework>dnxcore50</SupportedFramework> <SupportedFramework>netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.Loader.builds"/> <ProjectReference Include="..\src\System.Runtime.Loader.builds"/>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.Numerics.csproj"> <ProjectReference Include="..\ref\System.Runtime.Numerics.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.Numerics.builds" /> <ProjectReference Include="..\src\System.Runtime.Numerics.builds" />
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Runtime.Serialization.Json.csproj"> <ProjectReference Include="..\ref\System.Runtime.Serialization.Json.csproj">
<SupportedFramework>net45;netcore45;dnxcore50;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;netstandardapp1.5;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.Serialization.Json.builds" /> <ProjectReference Include="..\src\System.Runtime.Serialization.Json.builds" />
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<InboxOnTargetFramework Include="xamarinmac20"/> <InboxOnTargetFramework Include="xamarinmac20"/>
<ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj"> <ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj">
<PackageTargetFramework>dnxcore50</PackageTargetFramework> <PackageTargetFramework>netstandardapp1.5</PackageTargetFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj"> <ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj">
<PackageTargetFramework>netcore50</PackageTargetFramework> <PackageTargetFramework>netcore50</PackageTargetFramework>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Runtime.Serialization.Primitives.csproj"> <ProjectReference Include="..\ref\System.Runtime.Serialization.Primitives.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.Serialization.Primitives.csproj"> <ProjectReference Include="..\src\System.Runtime.Serialization.Primitives.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework> <SupportedFramework>net45;netcore45;wp8;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Runtime.Serialization.Xml.csproj"> <ProjectReference Include="..\ref\System.Runtime.Serialization.Xml.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.Serialization.Xml.builds" /> <ProjectReference Include="..\src\System.Runtime.Serialization.Xml.builds" />
<InboxOnTargetFramework Include="MonoAndroid10" /> <InboxOnTargetFramework Include="MonoAndroid10" />
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<InboxOnTargetFramework Include="xamarinios10" /> <InboxOnTargetFramework Include="xamarinios10" />
<InboxOnTargetFramework Include="xamarinmac20" /> <InboxOnTargetFramework Include="xamarinmac20" />
<ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj"> <ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj">
<PackageTargetFramework>dnxcore50</PackageTargetFramework> <PackageTargetFramework>netstandardapp1.5</PackageTargetFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj"> <ProjectReference Include="..\..\System.Private.DataContractSerialization\pkg\System.Private.DataContractSerialization.pkgproj">
<PackageTargetFramework>netcore50</PackageTargetFramework> <PackageTargetFramework>netcore50</PackageTargetFramework>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<SupportedFramework>net451;netcore451;wpa81</SupportedFramework> <SupportedFramework>net451;netcore451;wpa81</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\ref\System.Runtime.csproj"> <ProjectReference Include="..\ref\System.Runtime.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Runtime.csproj"> <ProjectReference Include="..\src\System.Runtime.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.AccessControl.csproj"> <ProjectReference Include="..\ref\System.Security.AccessControl.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.AccessControl.builds" /> <ProjectReference Include="..\src\System.Security.AccessControl.builds" />
...@@ -11,10 +11,10 @@ ...@@ -11,10 +11,10 @@
<PackageTargetRuntime>win</PackageTargetRuntime> <PackageTargetRuntime>win</PackageTargetRuntime>
</NotSupportedOnTargetFramework> </NotSupportedOnTargetFramework>
<ExcludeDefaultValidateFramework Include="dnxcore50" /> <ExcludeDefaultValidateFramework Include="netstandardapp1.5" />
<!-- Only supported on windows, so overriding <!-- Only supported on windows, so overriding
the validation RID's --> the validation RID's -->
<ValidateFramework Include="dnxcore50"> <ValidateFramework Include="netstandardapp1.5">
<RuntimeIDs>win7-x86;win7-x64</RuntimeIDs> <RuntimeIDs>win7-x86;win7-x64</RuntimeIDs>
</ValidateFramework> </ValidateFramework>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.Claims.csproj"> <ProjectReference Include="..\ref\System.Security.Claims.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.Claims.builds" /> <ProjectReference Include="..\src\System.Security.Claims.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.Cryptography.Algorithms.csproj"> <ProjectReference Include="..\ref\System.Security.Cryptography.Algorithms.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.Cryptography.Algorithms.csproj"> <ProjectReference Include="..\src\System.Security.Cryptography.Algorithms.csproj">
<TargetGroup>net46</TargetGroup> <TargetGroup>net46</TargetGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.Cryptography.Cng.csproj"> <ProjectReference Include="..\ref\System.Security.Cryptography.Cng.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.Cryptography.Cng.builds" /> <ProjectReference Include="..\src\System.Security.Cryptography.Cng.builds" />
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.Cryptography.Csp.csproj"> <ProjectReference Include="..\ref\System.Security.Cryptography.Csp.csproj">
<SupportedFramework>net46;dnxcore50</SupportedFramework> <SupportedFramework>net46;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.Cryptography.Csp.builds" /> <ProjectReference Include="..\src\System.Security.Cryptography.Csp.builds" />
...@@ -12,10 +12,10 @@ ...@@ -12,10 +12,10 @@
<PackageTargetRuntime>win</PackageTargetRuntime> <PackageTargetRuntime>win</PackageTargetRuntime>
</NotSupportedOnTargetFramework> </NotSupportedOnTargetFramework>
<ExcludeDefaultValidateFramework Include="dnxcore50" /> <ExcludeDefaultValidateFramework Include="netstandardapp1.5" />
<!-- Only supported on windows, so overriding <!-- Only supported on windows, so overriding
the validation RID's --> the validation RID's -->
<ValidateFramework Include="dnxcore50"> <ValidateFramework Include="netstandardapp1.5">
<RuntimeIDs>win7-x86;win7-x64</RuntimeIDs> <RuntimeIDs>win7-x86;win7-x64</RuntimeIDs>
</ValidateFramework> </ValidateFramework>
</ItemGroup> </ItemGroup>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.Cryptography.Encoding.csproj"> <ProjectReference Include="..\ref\System.Security.Cryptography.Encoding.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.Cryptography.Encoding.csproj"> <ProjectReference Include="..\src\System.Security.Cryptography.Encoding.csproj">
<AdditionalProperties>TargetGroup=net46</AdditionalProperties> <AdditionalProperties>TargetGroup=net46</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.Cryptography.OpenSsl.csproj"> <ProjectReference Include="..\ref\System.Security.Cryptography.OpenSsl.csproj">
<SupportedFramework>dnxcore50</SupportedFramework> <SupportedFramework>netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.Cryptography.OpenSsl.builds" > <ProjectReference Include="..\src\System.Security.Cryptography.OpenSsl.builds" >
<AdditionalProperties>FilterToOSGroup=Linux</AdditionalProperties> <AdditionalProperties>FilterToOSGroup=Linux</AdditionalProperties>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ref\System.Security.Cryptography.Primitives.csproj"> <ProjectReference Include="..\ref\System.Security.Cryptography.Primitives.csproj">
<SupportedFramework>net46;netcore50;dnxcore50</SupportedFramework> <SupportedFramework>net46;netcore50;netstandardapp1.5</SupportedFramework>
</ProjectReference> </ProjectReference>
<ProjectReference Include="..\src\System.Security.Cryptography.Primitives.builds" /> <ProjectReference Include="..\src\System.Security.Cryptography.Primitives.builds" />
</ItemGroup> </ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册