Skip to content

Commit

Permalink
fix: fix missing README warning
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Jul 18, 2024
1 parent 9143caf commit b2645b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Raygun.NetCore.Blazor/Raygun.NetCore.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
<PropertyGroup>
<TargetFrameworks>net8.0;</TargetFrameworks>
<DocumentationFile>$(DocumentationFile)\$(AssemblyName).xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>

<TypeScriptModuleKind>commonjs</TypeScriptModuleKind>
<TypeScriptTarget>ES2020</TypeScriptTarget>
<TypeScriptOutDir>wwwroot</TypeScriptOutDir>
</PropertyGroup>

<ItemGroup>
<!-- Package Readme File at root of repo -->
<None Include="../../README.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Ben.Demystifier" Version="[0.*, 1.0.0)" />
<PackageReference Include="KristofferStrube.Blazor.Window" Version="0.*-*" />
Expand Down Expand Up @@ -42,4 +48,5 @@
</AssemblyAttribute>
</ItemGroup>


</Project>

0 comments on commit b2645b7

Please sign in to comment.