Skip to content

Commit

Permalink
Upgraded Microsoft.AspNetCore.* to latest preview-6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Aug 2, 2023
1 parent a3a0a1a commit 3601e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smink/smink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.0-preview.4.23260.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-preview.4.23260.4" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-preview.4.23259.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.0-preview.6.23329.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-preview.6.23329.11" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-preview.6.23329.7" />
<!-- <PackageReference Include="Microsoft.XmlSerializer.Generator" Version="8.0.0-preview.4.23259.5" />-->

</ItemGroup>
Expand Down

0 comments on commit 3601e58

Please sign in to comment.