1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
3
+ <metadata >
4
+ <id >Microsoft.Build.Tasks.Core</id >
5
+ <version >17.8.3</version >
6
+ <authors >Microsoft</authors >
7
+ <requireLicenseAcceptance >true</requireLicenseAcceptance >
8
+ <license type =" expression" >MIT</license >
9
+ <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
10
+ <projectUrl >http://go.microsoft.com/fwlink/?LinkId=624683</projectUrl >
11
+ <iconUrl >https://go.microsoft.com/fwlink/?linkid=825694</iconUrl >
12
+ <description >This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.</description >
13
+ <copyright >© Microsoft Corporation. All rights reserved.</copyright >
14
+ <tags >MSBuild</tags >
15
+ <serviceable >true</serviceable >
16
+ <repository type =" git" url =" https://github.com/dotnet/msbuild" commit =" 195e7f5a3a8e51c37d83cd9e54cb99dc3fc69c22" />
17
+ <dependencies >
18
+ <group targetFramework =" net8.0" >
19
+ <dependency id =" Microsoft.Build.Framework" version =" 17.8.3" exclude =" Build,Analyzers" />
20
+ <dependency id =" Microsoft.NET.StringTools" version =" 17.8.3" exclude =" Build,Analyzers" />
21
+ <dependency id =" Microsoft.Build.Utilities.Core" version =" 17.8.3" exclude =" Build,Analyzers" />
22
+ <dependency id =" System.CodeDom" version =" 7.0.0" exclude =" Build,Analyzers" />
23
+ <dependency id =" System.Collections.Immutable" version =" 7.0.0" exclude =" Build,Analyzers" />
24
+ <dependency id =" System.Resources.Extensions" version =" 7.0.0" exclude =" Build,Analyzers" />
25
+ <dependency id =" System.Security.Cryptography.Pkcs" version =" 7.0.2" exclude =" Build,Analyzers" />
26
+ <dependency id =" System.Security.Cryptography.Xml" version =" 7.0.1" exclude =" Build,Analyzers" />
27
+ <!-- <dependency id="Microsoft.VisualStudio.Setup.Configuration.Interop" version="3.2.2146" exclude="Build,Analyzers" /> -->
28
+ <dependency id =" System.Configuration.ConfigurationManager" version =" 7.0.0" exclude =" Build,Analyzers" />
29
+ </group >
30
+ <group targetFramework =" .NETStandard2.0" >
31
+ <dependency id =" Microsoft.Build.Framework" version =" 17.8.3" exclude =" Build,Analyzers" />
32
+ <dependency id =" Microsoft.NET.StringTools" version =" 17.8.3" exclude =" Build,Analyzers" />
33
+ <dependency id =" Microsoft.Build.Utilities.Core" version =" 17.8.3" exclude =" Build,Analyzers" />
34
+ <dependency id =" Microsoft.Win32.Registry" version =" 5.0.0" exclude =" Build,Analyzers" />
35
+ <dependency id =" System.CodeDom" version =" 7.0.0" exclude =" Build,Analyzers" />
36
+ <dependency id =" System.Collections.Immutable" version =" 7.0.0" exclude =" Build,Analyzers" />
37
+ <dependency id =" System.Reflection.Metadata" version =" 7.0.0" exclude =" Build,Analyzers" />
38
+ <dependency id =" System.Resources.Extensions" version =" 7.0.0" exclude =" Build,Analyzers" />
39
+ <dependency id =" System.Security.Cryptography.Pkcs" version =" 7.0.2" exclude =" Build,Analyzers" />
40
+ <dependency id =" System.Security.Cryptography.Xml" version =" 7.0.1" exclude =" Build,Analyzers" />
41
+ <dependency id =" System.Threading.Tasks.Dataflow" version =" 7.0.0" exclude =" Build,Analyzers" />
42
+ <dependency id =" System.Configuration.ConfigurationManager" version =" 7.0.0" exclude =" Build,Analyzers" />
43
+ <dependency id =" System.Memory" version =" 4.5.5" exclude =" Build,Analyzers" />
44
+ <dependency id =" System.Runtime.CompilerServices.Unsafe" version =" 6.0.0" exclude =" Build,Analyzers" />
45
+ <dependency id =" System.Security.Principal.Windows" version =" 5.0.0" exclude =" Build,Analyzers" />
46
+ <dependency id =" System.Text.Encoding.CodePages" version =" 7.0.0" exclude =" Build,Analyzers" />
47
+ </group >
48
+ </dependencies >
49
+ </metadata >
50
+ </package >
0 commit comments