Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Composition.AttributedModel.8.0.0.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Composition.Convention.8.0.0.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Composition.TypedParts.8.0.0.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Composition.8.0.0.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\textOnlyPackages\src\**\System.Composition.8.0.0.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.IO.Pipelines.8.0.0.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Text.Encoding.CodePages.8.0.0.csproj" />
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\System.Threading.Channels.8.0.0.csproj" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/textOnlyPackages/src/system.composition/8.0.0/LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
The MIT License (MIT)

Copyright (c) .NET Foundation and Contributors

All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0;netstandard2.0</TargetFrameworks>
<AssemblyName>System.Composition</AssemblyName>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
<PackageReference Include="System.Composition.Convention" Version="8.0.0" />
<PackageReference Include="System.Composition.Hosting" Version="8.0.0" />
<PackageReference Include="System.Composition.Runtime" Version="8.0.0" />
<PackageReference Include="System.Composition.TypedParts" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
<PackageReference Include="System.Composition.Convention" Version="8.0.0" />
<PackageReference Include="System.Composition.Hosting" Version="8.0.0" />
<PackageReference Include="System.Composition.Runtime" Version="8.0.0" />
<PackageReference Include="System.Composition.TypedParts" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
<PackageReference Include="System.Composition.Convention" Version="8.0.0" />
<PackageReference Include="System.Composition.Hosting" Version="8.0.0" />
<PackageReference Include="System.Composition.Runtime" Version="8.0.0" />
<PackageReference Include="System.Composition.TypedParts" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Composition.AttributedModel" Version="8.0.0" />
<PackageReference Include="System.Composition.Convention" Version="8.0.0" />
<PackageReference Include="System.Composition.Hosting" Version="8.0.0" />
<PackageReference Include="System.Composition.Runtime" Version="8.0.0" />
<PackageReference Include="System.Composition.TypedParts" Version="8.0.0" />
</ItemGroup>

</Project>
1,272 changes: 1,272 additions & 0 deletions src/textOnlyPackages/src/system.composition/8.0.0/THIRD-PARTY-NOTICES.TXT

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project InitialTargets="NETStandardCompatError_System_Composition_net462">
<Target Name="NETStandardCompatError_System_Composition_net462"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Warning Text="System.Composition 8.0.0 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net462 or later. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
</Target>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project InitialTargets="NETStandardCompatError_System_Composition_net6_0">
<Target Name="NETStandardCompatError_System_Composition_net6_0"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Warning Text="System.Composition 8.0.0 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
</Target>
</Project>
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>System.Composition</id>
<version>8.0.0</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://dot.net/</projectUrl>
<description>This package provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.

Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.ConventionBuilder
System.Composition.Hosting.CompositionHost
System.Composition.CompositionContext
System.Composition.CompositionContextExtensions</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="5535e31a712343a63f5d7d796cd874e563e5ac14" />
<dependencies>
<group targetFramework="net6.0">
<dependency id="System.Composition.AttributedModel" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Convention" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Hosting" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Runtime" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.TypedParts" version="8.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net7.0">
<dependency id="System.Composition.AttributedModel" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Convention" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Hosting" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Runtime" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.TypedParts" version="8.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0">
<dependency id="System.Composition.AttributedModel" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Convention" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Hosting" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Runtime" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.TypedParts" version="8.0.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Composition.AttributedModel" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Convention" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Hosting" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.Runtime" version="8.0.0" exclude="Build,Analyzers" />
<dependency id="System.Composition.TypedParts" version="8.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>