Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
More sections again
  • Loading branch information
b-straub committed Apr 21, 2024
1 parent a27eda9 commit 0fe85dd
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions DexieNET/DexieNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,22 @@
<PackageOutputPath>..\Nuget</PackageOutputPath>
</PropertyGroup>

<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="." />

</ItemGroup>

<ItemGroup>
<None Include="yarn\package.json" Pack="false" />
<None Include="yarn\tsconfig.json" Pack="false" />
<Content Include="yarn\src\*.js" Pack="false" />
<Content Include="yarn\src\*.map" Pack="false" Condition="'$(Configuration)' == 'Debug'" />

<SupportedPlatform Include="browser" />

</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" />

<PackageReference Include="System.Reactive" Version="6.0.0" />
Expand Down

0 comments on commit 0fe85dd

Please sign in to comment.