cache nuget packages
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata minClientVersion="2.12">
|
||||
<id>System.IO.FileSystem.Primitives</id>
|
||||
<version>4.3.0</version>
|
||||
<title>System.IO.FileSystem.Primitives</title>
|
||||
<authors>Microsoft</authors>
|
||||
<owners>microsoft,dotnetframework</owners>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
|
||||
<projectUrl>https://dot.net/</projectUrl>
|
||||
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
||||
<description>Provides common enumerations and exceptions for path-based I/O libraries.
|
||||
|
||||
Commonly Used Types:
|
||||
System.IO.DirectoryNotFoundException
|
||||
System.IO.FileAccess
|
||||
System.IO.FileLoadException
|
||||
System.IO.PathTooLongException
|
||||
System.IO.FileMode
|
||||
System.IO.FileShare
|
||||
System.IO.FileAttributes
|
||||
|
||||
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=".NETStandard1.3">
|
||||
<dependency id="System.Runtime" version="4.3.0" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.iOS1.0" />
|
||||
<group targetFramework="Xamarin.Mac2.0" />
|
||||
<group targetFramework="Xamarin.TVOS1.0" />
|
||||
<group targetFramework="Xamarin.WatchOS1.0" />
|
||||
</dependencies>
|
||||
<frameworkAssemblies>
|
||||
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6" />
|
||||
</frameworkAssemblies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user