File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2020 <Version >1.1.1</Version >
2121 <PackageTags >Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</PackageTags >
2222 <FileVersion >1.1.0</FileVersion >
23+ <RootNamespace >CloudinaryDotNet</RootNamespace >
24+ <AssemblyName >CloudinaryDotNet</AssemblyName >
2325 </PropertyGroup >
2426 <PropertyGroup Condition =" '$(TargetFrameworkVersion)' == 'v3.5' " >
2527 <DefineConstants >NET35</DefineConstants >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netstandard1.6 </TargetFramework >
3+ <TargetFramework >netstandard1.3 </TargetFramework >
44 <AssemblyName >CloudinaryDotNet</AssemblyName >
55 <PackageId >CloudinaryDotNet</PackageId >
66 <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ $netClassicPath = "$baseOutputPath\NetClassic"
66$libPath = " lib"
77
88$targetFrameworks = @ {
9- " \net\ net40" = $netClassicPath ;
10- " \netstandard1.6 " = $netCorePath ;
9+ " \net40" = $netClassicPath ;
10+ " \netstandard1.3 " = $netCorePath ;
1111 " \netcore" = $netCorePath ;
1212}
13- $msbuildExe = ' C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe '
13+
1414function Get-MSBuild-Path {
1515
1616 $vs14key = " HKLM:\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0"
@@ -35,7 +35,7 @@ function Get-MSBuild-Path {
3535 }
3636
3737 return $msbuildPath
38-
38+
3939}
4040
4141function Build-Net-Classic ($outPath ) {
@@ -83,5 +83,4 @@ Build-Net-Core $outBuildPath
8383Create- Package- Structure $libPath $targetFrameworks
8484Create- Package
8585
86- Write-Host " Done, press any key to continue ..."
87- $x = $host.UI.RawUI.ReadKey (" NoEcho,IncludeKeyDown" )
86+ Write-Host " Done"
You can’t perform that action at this time.
0 commit comments