Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/roslyn-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.9.0/Microsoft.Net.Compilers.nuspec')
-rwxr-xr-xMicrosoft.Net.Compilers/Microsoft.Net.Compilers.2.9.0/Microsoft.Net.Compilers.nuspec26
1 files changed, 26 insertions, 0 deletions
diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.9.0/Microsoft.Net.Compilers.nuspec b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.9.0/Microsoft.Net.Compilers.nuspec
new file mode 100755
index 0000000..4ac0cd6
--- /dev/null
+++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.9.0/Microsoft.Net.Compilers.nuspec
@@ -0,0 +1,26 @@
+<?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> \ No newline at end of file