-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nuspec for .NetCore and .NET4.5.2 as separate packages (#132)
- Loading branch information
1 parent
ac67680
commit 571fa41
Showing
6 changed files
with
47 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>Minio.NetCore</id> | ||
<version>1.0.0</version> | ||
<authors>Minio, Inc.</authors> | ||
<owners>Minio, Inc</owners> | ||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl> | ||
<projectUrl>https://github.com/minio/minio-dotnet</projectUrl> | ||
<iconUrl>https://www.minio.io/logo/</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Minio .NET SDK for Amazon S3 Compatible Cloud Storage</description> | ||
<releaseNotes>Rewrite of .NET sdk for support of .NetCore and .NET4.5.2 framework</releaseNotes> | ||
<copyright>Copyright 2017</copyright> | ||
<tags>minio cloud storage</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard1.6"> | ||
<dependency id="RestSharp.NetCore" version="105.2.3" /> | ||
<dependency id="Newtonsoft.Json" version="10.0.2" /> | ||
<dependency id="System.Reactive.Linq" version="3.1.1" /> | ||
<dependency id="System.Runtime.Serialization.Xml" version="4.3.0" /> | ||
<dependency id="Microsoft.Win32.Registry" version="4.3.0" /> | ||
<dependency id="Microsoft.Build.Utilities.Core" version="15.1.548" /> | ||
</group> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
<file src="..\core\lib\**" target="lib" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters