We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3355f93 commit 4510b6bCopy full SHA for 4510b6b
src/Umbraco.Cloud.StorageProviders.AzureBlob/Umbraco.Cloud.StorageProviders.AzureBlob.csproj
@@ -10,4 +10,12 @@
10
<ProjectReference Include="..\Umbraco.Cloud.StorageProviders.AzureBlob.Core\Umbraco.Cloud.StorageProviders.AzureBlob.Core.csproj" />
11
<ProjectReference Include="..\Umbraco.Cloud.StorageProviders.AzureBlob.ImageSharp\Umbraco.Cloud.StorageProviders.AzureBlob.ImageSharp.csproj" />
12
</ItemGroup>
13
+
14
+ <!-- Create and pack empty file to add TFM dependency -->
15
+ <Target Name="GetTargetFrameworkPackageFiles" BeforeTargets="GenerateNuspec">
16
+ <WriteLinesToFile File="$(IntermediateOutputPath)_._" />
17
+ <ItemGroup>
18
+ <_PackageFiles Include="$(IntermediateOutputPath)_._" PackagePath="lib\$(TargetFramework)" />
19
+ </ItemGroup>
20
+ </Target>
21
</Project>
0 commit comments