-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
40 changed files
with
17,648 additions
and
66 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
15 changes: 15 additions & 0 deletions
15
...encePackages/src/microsoft.build.framework/17.8.3/Microsoft.Build.Framework.17.8.3.csproj
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,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks> | ||
<AssemblyName>Microsoft.Build.Framework</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> | ||
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> | ||
<PackageReference Include="System.Memory" Version="4.5.5" /> | ||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" /> | ||
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
27 changes: 27 additions & 0 deletions
27
src/referencePackages/src/microsoft.build.framework/17.8.3/microsoft.build.framework.nuspec
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,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.Build.Framework</id> | ||
<version>17.8.3</version> | ||
<authors>Microsoft</authors> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=624683</projectUrl> | ||
<iconUrl>https://go.microsoft.com/fwlink/?linkid=825694</iconUrl> | ||
<description>This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.</description> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<tags>MSBuild</tags> | ||
<serviceable>true</serviceable> | ||
<repository type="git" url="https://github.com/dotnet/msbuild" commit="195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22" /> | ||
<dependencies> | ||
<group targetFramework="net8.0" /> | ||
<group targetFramework=".NETStandard2.0"> | ||
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Memory" version="4.5.5" exclude="Build,Analyzers" /> | ||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
1,311 changes: 1,311 additions & 0 deletions
1,311
...encePackages/src/microsoft.build.framework/17.8.3/ref/net8.0/Microsoft.Build.Framework.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1,309 changes: 1,309 additions & 0 deletions
1,309
...ages/src/microsoft.build.framework/17.8.3/ref/netstandard2.0/Microsoft.Build.Framework.cs
Large diffs are not rendered by default.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
src/referencePackages/src/microsoft.build/17.8.3/Microsoft.Build.17.8.3.csproj
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,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net8.0</TargetFrameworks> | ||
<AssemblyName>Microsoft.Build</AssemblyName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> | ||
<PackageReference Include="Microsoft.Build.Framework" Version="17.8.3" /> | ||
<PackageReference Include="Microsoft.NET.StringTools" Version="17.8.3" /> | ||
<PackageReference Include="System.Collections.Immutable" Version="7.0.0" /> | ||
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" /> | ||
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="7.0.0" /> | ||
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" /> | ||
<PackageReference Include="System.Threading.Tasks.Dataflow" Version="7.0.0" /> | ||
<PackageReference Include="System.Reflection.Metadata" Version="7.0.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
30 changes: 30 additions & 0 deletions
30
src/referencePackages/src/microsoft.build/17.8.3/microsoft.build.nuspec
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,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.Build</id> | ||
<version>17.8.3</version> | ||
<authors>Microsoft</authors> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<projectUrl>http://go.microsoft.com/fwlink/?LinkId=624683</projectUrl> | ||
<iconUrl>https://go.microsoft.com/fwlink/?linkid=825694</iconUrl> | ||
<description>This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.</description> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<tags>MSBuild</tags> | ||
<serviceable>true</serviceable> | ||
<repository type="git" url="https://github.com/dotnet/msbuild" commit="195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22" /> | ||
<dependencies> | ||
<group targetFramework="net8.0"> | ||
<dependency id="Microsoft.Build.Framework" version="17.8.3" exclude="Build,Analyzers" /> | ||
<dependency id="Microsoft.NET.StringTools" version="17.8.3" exclude="Build,Analyzers" /> | ||
<dependency id="System.Collections.Immutable" version="7.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Configuration.ConfigurationManager" version="7.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Reflection.MetadataLoadContext" version="7.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Threading.Tasks.Dataflow" version="7.0.0" exclude="Build,Analyzers" /> | ||
<dependency id="System.Reflection.Metadata" version="7.0.0" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Oops, something went wrong.