-
Notifications
You must be signed in to change notification settings - Fork 965
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround https://github.com/dotnet/cli/issues/3396
- Loading branch information
Oren Novotny
committed
Jul 4, 2016
1 parent
dea5619
commit 35e6603
Showing
1 changed file
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata minClientVersion="3.4"> | ||
<id>Humanizer.xproj</id> | ||
<version>$version$</version> | ||
<title>Humanizer XProj Workaround</title> | ||
<authors>Mehdi Khalili, Oren Novotny</authors> | ||
<owners>Mehdi Khalili, onovotny</owners> | ||
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl> | ||
<iconUrl>https://raw.github.com/Humanizr/Humanizer/master/logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Humanizer for XProj with a workaround for https://github.com/dotnet/cli/issues/3396</description> | ||
<copyright>Copyright 2012-2016</copyright> | ||
<licenseUrl>https://raw.githubusercontent.com/Humanizr/Humanizer/master/LICENSE</licenseUrl> | ||
<language>en</language> | ||
<dependencies> | ||
<group targetFramework="netstandard1.0"> | ||
<dependency id="NETStandard.Library" version="1.6.0" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="Humanizer\bin\Release\**\*.*" exclude="**\*.srcsrv;**\*.CodeAnalysisLog.xml;**\*.lastcodeanalysissucceeded" target="lib\netstandard1.0" /> | ||
</files> | ||
</package> |