Skip to content

Commit

Permalink
Fixup Package prep for CdsHooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeShook committed Oct 10, 2024
1 parent ddfa649 commit 1bdb23d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
7 changes: 2 additions & 5 deletions Udap.CdsHooks.Endpoint/Udap.CdsHooks.Endpoint.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@
</ItemGroup>

<ItemGroup>
<None Include="docs\README.md" />
<None Include="..\artwork\UDAP_Ecosystem_Gears 48X48.jpg" Link="UDAP_Ecosystem_Gears 48X48.jpg">
<PackagePath>\</PackagePath>
<Pack>true</Pack>
</None>
<None Include="docs/README.md" Pack="true" PackagePath="\"/>
<None Include="../artwork/UDAP_Ecosystem_Gears 48X48.jpg" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 2 additions & 4 deletions Udap.CdsHooks.Model/Udap.CdsHooks.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\artwork\UDAP_Ecosystem_Gears 48X48.jpg" Link="UDAP_Ecosystem_Gears 48X48.jpg">
<PackagePath>\</PackagePath>
<Pack>true</Pack>
</None>
<None Include="docs/README.md" Pack="true" PackagePath="\"/>
<None Include="../artwork/UDAP_Ecosystem_Gears 48X48.jpg" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
Expand Down
19 changes: 0 additions & 19 deletions Udap.Client/Udap.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,21 @@

</PropertyGroup>


<ItemGroup>
<Compile Remove="Models\**" />
<EmbeddedResource Remove="Models\**" />
<None Remove="Models\**" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="IdentityModel" />
</ItemGroup>


<!-- <ItemGroup> -->
<!-- <FrameworkReference Include="Microsoft.AspNetCore.App" /> -->
<!-- </ItemGroup> -->

<ItemGroup>
<ProjectReference Include="..\Udap.Common\Udap.Common.csproj" />
<ProjectReference Include="..\Udap.Model\Udap.Model.csproj" />
<None Include="docs/README.md" Pack="true" PackagePath="\" />
<None Include="../artwork/UDAP_Ecosystem_Gears 48X48.jpg" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<Folder Include="Internal\" />
</ItemGroup>

<!-- <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> -->
<!-- <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" /> -->
<!-- </ItemGroup> -->
<!-- -->
<!-- <ItemGroup> -->
<!-- <PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" /> -->
<!-- </ItemGroup> -->

</Project>

0 comments on commit 1bdb23d

Please sign in to comment.