15b47a586d
Former-commit-id: 303d8d9d3e002c01b5db84bb736a2a1f72f93f77
26 lines
1.5 KiB
XML
Executable File
26 lines
1.5 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.Net.Compilers</id>
|
|
<version>2.9.0</version>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<developmentDependency>true</developmentDependency>
|
|
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=529443</licenseUrl>
|
|
<projectUrl>https://github.com/dotnet/roslyn</projectUrl>
|
|
<description>.NET Compilers 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 can be used to compile code targeting any platform, but can only be run using the desktop .NET 4.6+ Full Framework.
|
|
|
|
More details at https://aka.ms/roslyn-packages
|
|
|
|
This package was built from the source at https://github.com/dotnet/roslyn/commit/958f2354c4d83dbb0e7723d0a8079a0dfbc33f25.</description>
|
|
<summary>.NET Compilers package.</summary>
|
|
<releaseNotes></releaseNotes>
|
|
<language>en-US</language>
|
|
<tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</tags>
|
|
<repository type="git" url="https://github.com/dotnet/roslyn" commit="958f2354c4d83dbb0e7723d0a8079a0dfbc33f25" />
|
|
</metadata>
|
|
</package> |