-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Dead Ending Microsoft.CSharp Package and Bumping the leftout …
- Loading branch information
Showing
12 changed files
with
72 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
src/libraries/Microsoft.CSharp/pkg/Microsoft.CSharp.pkgproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<Project DefaultTargets="Build"> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" /> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ref\Microsoft.CSharp.csproj"> | ||
<SupportedFramework>net461;netcoreapp2.0;$(AllXamarinFrameworks)</SupportedFramework> | ||
</ProjectReference> | ||
<ProjectReference Include="..\src\Microsoft.CSharp.csproj" /> | ||
<HarvestIncludePaths Include="ref/netcore50;lib/netcore50" /> | ||
<HarvestIncludePaths Include="ref/netstandard1.0" /> | ||
<HarvestIncludePaths Include="lib/netstandard1.3" /> | ||
<InboxOnTargetFramework Include="MonoAndroid10"> | ||
<AsFrameworkReference>true</AsFrameworkReference> | ||
</InboxOnTargetFramework> | ||
<InboxOnTargetFramework Include="MonoTouch10"> | ||
<AsFrameworkReference>true</AsFrameworkReference> | ||
</InboxOnTargetFramework> | ||
<InboxOnTargetFramework Include="net45"> | ||
<AsFrameworkReference>true</AsFrameworkReference> | ||
</InboxOnTargetFramework> | ||
<InboxOnTargetFramework Include="netcoreapp2.0" /> | ||
<InboxOnTargetFramework Include="uap10.0.16299" /> | ||
<InboxOnTargetFramework Include="win8" /> | ||
<InboxOnTargetFramework Include="wp80" /> | ||
<InboxOnTargetFramework Include="wpa81" /> | ||
<InboxOnTargetFramework Include="portable-net45+win8+wp8+wpa81" /> | ||
<InboxOnTargetFramework Include="xamarinios10"> | ||
<AsFrameworkReference>true</AsFrameworkReference> | ||
</InboxOnTargetFramework> | ||
<InboxOnTargetFramework Include="xamarinmac20"> | ||
<AsFrameworkReference>true</AsFrameworkReference> | ||
</InboxOnTargetFramework> | ||
<InboxOnTargetFramework Include="xamarintvos10"> | ||
<AsFrameworkReference>true</AsFrameworkReference> | ||
</InboxOnTargetFramework> | ||
<InboxOnTargetFramework Include="xamarinwatchos10"> | ||
<AsFrameworkReference>true</AsFrameworkReference> | ||
</InboxOnTargetFramework> | ||
<ValidatePackageSuppression Include="PermitMissingImplementation"> | ||
<!-- Supported inbox by all ns1.0-1.2 frameworks --> | ||
<Value>.NETStandard,Version=v1.0;.NETStandard,Version=v1.1;.NETStandard,Version=v1.2</Value> | ||
</ValidatePackageSuppression> | ||
</ItemGroup> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<BuildConfigurations> | ||
$(NetCoreAppCurrent); | ||
netstandard2.0; | ||
</BuildConfigurations> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<Configurations>$(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release</Configurations> | ||
<!-- Must match version supported by frameworks which support 4.0.* inbox. | ||
Can be removed when API is added and this assembly is versioned to 4.1.* --> | ||
<AssemblyVersion>4.0.0.0</AssemblyVersion> | ||
<Configurations>netstandard2.0-Debug;netstandard2.0-Release</Configurations> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="Microsoft.CSharp.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\System.Linq\ref\System.Linq.csproj" /> | ||
<ProjectReference Include="..\..\System.Linq.Expressions\ref\System.Linq.Expressions.csproj" /> | ||
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<BuildConfigurations> | ||
$(NetCoreAppCurrent); | ||
netstandard2.0; | ||
_$(NetFrameworkCurrent); | ||
</BuildConfigurations> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/libraries/System.Runtime.CompilerServices.Unsafe/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters