Skip to content

Commit

Permalink
chore: ugprade Microsoft.AspNetCore.Components.Web to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egil committed Jan 27, 2024
1 parent c0cd3d8 commit ceba6bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Htmxor/Htmxor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.1" />
<PackageReference Include="MinVer" Version="4.3.0" PrivateAssets="All" />
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -55,9 +55,9 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<None Include="..\..\docs\htmxor-icon-square.png" Pack="true" PackagePath="\"/>
<None Include="..\..\docs\htmxor-icon-square.png" Pack="true" PackagePath="\" />
</ItemGroup>

<Target Name="SetPackageReleaseNotes" BeforeTargets="GenerateNuspec">
Expand Down

0 comments on commit ceba6bc

Please sign in to comment.