nuget updates
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata minClientVersion="2.12">
|
||||
<id>System.Text.Encoding.CodePages</id>
|
||||
<version>4.5.1</version>
|
||||
<title>System.Text.Encoding.CodePages</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>microsoft,dotnetframework</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
|
||||
<projectUrl>https://dot.net/</projectUrl>
|
||||
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
||||
<description>Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
|
||||
|
||||
Commonly Used Types:
|
||||
System.Text.CodePagesEncodingProvider
|
||||
|
||||
99ce22c306b07f99ddae60f443d23a983ae78f7b
|
||||
When using NuGet 3.x this package requires at least version 3.4.</description>
|
||||
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<serviceable>true</serviceable>
|
||||
<dependencies>
|
||||
<group targetFramework="MonoAndroid1.0" />
|
||||
<group targetFramework="MonoTouch1.0" />
|
||||
<group targetFramework=".NETFramework4.6" />
|
||||
<group targetFramework=".NETFramework4.6.1">
|
||||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" />
|
||||
</group>
|
||||
<group targetFramework=".NETCoreApp2.0">
|
||||
<dependency id="Microsoft.NETCore.Platforms" version="2.1.2" />
|
||||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard1.3">
|
||||
<dependency id="NETStandard.Library" version="1.6.1" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.5.2" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.iOS1.0" />
|
||||
<group targetFramework="Xamarin.Mac2.0" />
|
||||
<group targetFramework="Xamarin.TVOS1.0" />
|
||||
<group targetFramework="Xamarin.WatchOS1.0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user