Skip to content

Commit

Permalink
Test pack
Browse files Browse the repository at this point in the history
  • Loading branch information
b-straub committed May 4, 2024
1 parent 521effa commit cfee2f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions DexieCloudNET/DexieCloudNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
<ProjectReference Include="..\DexieNET\DexieNET.csproj" />
<ProjectReference Include="..\DexieNETTableGenerator\DexieNETTableGenerator.csproj" Pack="false">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<OutputItemType>Content</OutputItemType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ProjectReference>
<ProjectReference Include="..\DexieNET\DexieNET.csproj" >
</ItemGroup>

<PropertyGroup>
Expand All @@ -50,8 +45,6 @@

<Target Name="_AddFilesToOutput">
<ItemGroup>
<TfmSpecificPackageFile Include="$(OutputPath)\DexieNETTableGenerator.dll" PackagePath="analyzers/dotnet/cs" />
<TfmSpecificPackageFile Include="$(OutputPath)\Humanizer.dll" PackagePath="analyzers/dotnet/cs" />
<TfmSpecificPackageFile Include="wwwroot\js\dexieCloudNET.js" PackagePath="staticwebassets/js" />
</ItemGroup>
</Target>
Expand Down
4 changes: 2 additions & 2 deletions DexieNET/DexieNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
</ItemGroup>

<PropertyGroup>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddAnalyzersToOutput</TargetsForTfmSpecificContentInPackage>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddFilesToOutput</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>

<Target Name="_AddAnalyzersToOutput">
<Target Name="_AddFilesToOutput">
<ItemGroup>
<TfmSpecificPackageFile Include="$(OutputPath)\DexieNETTableGenerator.dll" PackagePath="analyzers/dotnet/cs" />
<TfmSpecificPackageFile Include="$(OutputPath)\Humanizer.dll" PackagePath="analyzers/dotnet/cs" />
Expand Down

0 comments on commit cfee2f0

Please sign in to comment.