Skip to content

Commit

Permalink
Nuget
Browse files Browse the repository at this point in the history
Simplify creation
  • Loading branch information
Bernhard Straub committed Jan 5, 2024
1 parent cf331d4 commit a5e2b56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 12 additions & 6 deletions RxMudBlazorLight/RxMudBlazorLight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageTags>Blazor,MudBlazor,Rx,Reactive</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>..\Nuget</PackageOutputPath>
<PackageVersion>0.5.5</PackageVersion>
<PackageVersion>0.5.6</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -34,14 +34,20 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
<PackageReference Include="MudBlazor" Version="6.12.0" />
<PackageReference Include="Teronis.MSBuild.Packaging.ProjectBuildInPackage" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\RxBlazorLightCore\RxBlazorLightCore.csproj" PrivateAssets="All" />
<ProjectReference Include="..\RxBlazorLightCore\RxBlazorLightCore.csproj" />
</ItemGroup>

<PropertyGroup>
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);_AddCoreToOutput</TargetsForTfmSpecificContentInPackage>
</PropertyGroup>

<Target Name="_AddCoreToOutput">
<ItemGroup>
<TfmSpecificPackageFile Include="$(OutputPath)\RxBlazorLightCore.dll" PackagePath="lib\$(TargetFramework)"/>
</ItemGroup>
</Target>

</Project>
1 change: 0 additions & 1 deletion RxMudBlazorLightTestBase/RxMudBlazorLightTestBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\RxBlazorLightCore\RxBlazorLightCore.csproj" />
<ProjectReference Include="..\RxMudBlazorLight\RxMudBlazorLight.csproj" />
</ItemGroup>

Expand Down

0 comments on commit a5e2b56

Please sign in to comment.