зеркало из https://github.com/Azure/DotNetty.git
20 строки
899 B
XML
20 строки
899 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>DotNetty</id>
|
|
<version>0.1.2-alpha1</version>
|
|
<title>DotNetty framework</title>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.</description>
|
|
<language>en-US</language>
|
|
<dependencies>
|
|
</dependencies>
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
|
|
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
|
|
</frameworkAssemblies>
|
|
</metadata>
|
|
</package>
|