summaryrefslogtreecommitdiff
path: root/.packages/microsoft.net.compilers.toolset/3.2.0-beta2-19272-03/microsoft.net.compilers.toolset.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.packages/microsoft.net.compilers.toolset/3.2.0-beta2-19272-03/microsoft.net.compilers.toolset.nuspec')
-rwxr-xr-x.packages/microsoft.net.compilers.toolset/3.2.0-beta2-19272-03/microsoft.net.compilers.toolset.nuspec36
1 files changed, 36 insertions, 0 deletions
diff --git a/.packages/microsoft.net.compilers.toolset/3.2.0-beta2-19272-03/microsoft.net.compilers.toolset.nuspec b/.packages/microsoft.net.compilers.toolset/3.2.0-beta2-19272-03/microsoft.net.compilers.toolset.nuspec
new file mode 100755
index 0000000000..f976f87d70
--- /dev/null
+++ b/.packages/microsoft.net.compilers.toolset/3.2.0-beta2-19272-03/microsoft.net.compilers.toolset.nuspec
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
+ <metadata>
+ <id>Microsoft.Net.Compilers.Toolset</id>
+ <version>3.2.0-beta2-19272-03</version>
+ <authors>Microsoft</authors>
+ <owners>Microsoft</owners>
+ <developmentDependency>true</developmentDependency>
+ <requireLicenseAcceptance>true</requireLicenseAcceptance>
+ <license type="expression">Apache-2.0</license>
+ <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
+ <projectUrl>https://github.com/dotnet/roslyn</projectUrl>
+ <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
+ <description>.NET Compilers Toolset Package.
+ Referencing this package will cause the project to be built using the specific version of the C# and Visual Basic compilers contained in the package, as opposed to any system installed version.
+
+ This package requires MSBuild 15.0 and either .NET Destkop 4.7.2 or .NET Core 2.1
+
+
+ More details at https://aka.ms/roslyn-packages
+ This package was built from the source at https://github.com/dotnet/roslyn/commit/25008cebb881257c841a2eb6cc6102a462616841.</description>
+ <copyright>© Microsoft Corporation. All rights reserved.</copyright>
+ <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</tags>
+ <serviceable>true</serviceable>
+ <repository type="git" url="https://github.com/dotnet/roslyn" commit="25008cebb881257c841a2eb6cc6102a462616841" />
+ <dependencies>
+ <group targetFramework=".NETFramework4.7.2" />
+ <group targetFramework=".NETCoreApp2.1" />
+ </dependencies>
+ <frameworkAssemblies>
+ <frameworkAssembly assemblyName="System.Runtime" targetFramework=".NETFramework4.7.2" />
+ <frameworkAssembly assemblyName="System.Runtime.InteropServices" targetFramework=".NETFramework4.7.2" />
+ <frameworkAssembly assemblyName="System.Threading.Thread" targetFramework=".NETFramework4.7.2" />
+ </frameworkAssemblies>
+ </metadata>
+</package> \ No newline at end of file