Skip to content

Commit

Permalink
Upgrade to .net 8 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Sep 16, 2023
1 parent d08774c commit e14e01f
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 @@ -20,9 +20,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.0-preview.7.23375.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-preview.7.23375.9" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-preview.7.23375.6" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.0-rc.1.23421.29" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0-rc.1.23421.29" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.1.23419.4" />

</ItemGroup>

Expand Down

0 comments on commit e14e01f

Please sign in to comment.