Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ac65c0f

Browse files
authored
Use the default supported nuget versions. (#27622)
1 parent 8958ef9 commit ac65c0f

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/System.Diagnostics.DiagnosticSource/pkg/System.Diagnostics.DiagnosticSource.pkgproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4-
<PropertyGroup>
5-
<!-- we need to be supported on pre-nuget-3 platforms (Dev12, Dev11, etc) -->
6-
<MinClientVersion>2.8.6</MinClientVersion>
7-
</PropertyGroup>
84
<ItemGroup>
95
<ProjectReference Include="..\src\System.Diagnostics.DiagnosticSource.csproj">
106
<SupportedFramework>net46;net45;netcore45;netcoreapp1.0;wpa81;$(AllXamarinFrameworks)</SupportedFramework>

src/System.Reflection.Metadata/pkg/System.Reflection.Metadata.pkgproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4-
<PropertyGroup>
5-
<!-- we need to be supported on pre-nuget-3 platforms (Dev12, Dev11, etc) -->
6-
<MinClientVersion>2.8.6</MinClientVersion>
7-
</PropertyGroup>
84
<ItemGroup>
95
<ProjectReference Include="..\src\System.Reflection.Metadata.csproj">
106
<SupportedFramework>net45;netcore45;netcoreapp1.0;wpa81;$(AllXamarinFrameworks)</SupportedFramework>

src/System.Threading.Tasks.Dataflow/pkg/System.Threading.Tasks.Dataflow.pkgproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4-
<PropertyGroup>
5-
<!-- we need to be supported on pre-nuget-3 platforms (Dev12, Dev11, etc) -->
6-
<MinClientVersion>2.8.6</MinClientVersion>
7-
</PropertyGroup>
84
<ItemGroup>
95
<ProjectReference Include="..\src\System.Threading.Tasks.Dataflow.csproj">
106
<SupportedFramework>net45;netcore45;wp8;wpa81;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>

0 commit comments

Comments
 (0)